/*
Theme Name: Zamona
Theme URI: http://demo.theme-sky.com/zamona/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: zamona
*/

/*
	I. HEADER
		1. MENU
		2. HEADER TOP
		3. HEADER MIDDLE
		4. HEADER BOTTOM
	II. MAIN CONTENT
		1. BREADCRUMB
		2. TITLE PAGE
		3. RELATED BOX
		4. COMMENT
		5. REVOLUTION SLIDER
		6. CONTACT US
		7. BLANK PAGE
		8. BUTTON NAVI SLIDER
		9. PLUGIN EVENT
	III. FOOTER
	IV. WIDGET
		1. WIDGET SUBSCRIPTION
		2. TAG CLOUD
		3. WIDGET SOCIAL
		4. FILTER BY PRICE
		5. FILTER BY COLOR
		6. FILTER ATTRIBUTE
		7. WIDGET LIST PRODUCT
		8. WIDGET TEXT
		9. WIDGET CALENDAR
		10. WIDGET SEARCH
		11. WIDGET ABOUT ME
		12. WIDGET BLOG
		13. WIDGET RECENT COMMENTS
		14. WIDGET SOCIAL
		15. WIDGET RSS
		16. WIDGET FORUM STATISTICS
		17. WIDGET COMPARE
		18. WIDGET FLICKR
		19. WIDGET ARCHIVE
		20. WIDGET CATEGORIES PRODUCT
		21. WIDGET TWITTER
		22. WIDGET SINGLE IMAGE
		23. WIDGET CATEGORIES
		24. WIDGET TAB
		25. WIDGET FILTER AVAILABILITY
		26. WIDGET INSTAGRAM
		27. BBPRESS LOGIN
		28. WIDGET FACEBOOK
		29. WIDGET RATING FILTER
		30. WIDGET MAILCHIMP
	V. PRODUCT DEFAULT
		1. META CATEGORIES PRODUCT
		2. PRODUCT TITLE
		3. PRODUCT SKU
		4. PRODUCT PRICE
		5. PRODUCT RATING
		6. PRODUCT SHORT DESCRIPTION
		7. PRODUCT LABEL
		8. GROUP BUTTON PRODUCT THUMBNAIL
	VI. CATEGORIES PRODUCT
	VII. PRODUCT DETAIL
		1. PRODUCT IMAGE
		2. PRODUCT THUMBNAIL
		3. PRODUCT SUMMARY
		4. COMPARE
	VIII. CHECK OUT
	IX. SHOPPING CART
	X. QUICKSHOP
	XI. MINI SHORTCODE
	XII. WOOCOMMERCE MESSAGE
	XIII. MY ACCOUNT
	XIV. BLOG
		1. BLOG DETAIL
		2. PORTFOLIO DETAIL
	XV. CLOUD ZOOM
	XVI. PAGE TEMPLATE
	XVII. FORUMS
	XVIII. IPAD RESPONSIVE
	XIX. CUSTOM FONT SIZE
	XX. CUSTOM COLOR
*/

.ts-sidebar:after,
.menu-wrapper nav > ul.menu:after,
.mailchimp-subscription .subscribe-email:after,
.woocommerce .products.list .product .product-wrapper:after,
header:after,
.header-container:after,
header .header-top > .container:after,
header .header-top:after,
div#main:after,
.ts-megamenu-container:after,
.container:after,
div.content-wrapper:after,
.page-container:after{
	display: table;
	content: "";
	clear: both;
}
.header-top > .container{
	position: relative;
}
.header-top > .container,
.header-middle > .container,
.header-bottom > .container{
	padding-left: 30px;
	padding-right: 30px;
}
.page-container{
	min-height: 400px;
}
.page-container:after{
	display: table;
	content: "";
	clear: both;
}
.page-container{
	padding-top: 0;
	padding-bottom: 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- I. HEADER ---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
header{
	padding: 0;
	display: block;
}
.ts-header .header-container{
	position: relative;
}
.ts-header.menu-background-overlay .header-container{
	z-index: 1000;
}
.ts-header:before{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0,0,0,0.6);
	z-index: 991;
	opacity: 0;
	visibility: hidden;
	transition: 150ms ease 0s;
}
.ts-header.menu-background-overlay:before{
	-webkit-animation-duration: 150ms;
	-moz-animation-duration: 150ms;
	animation-duration: 150ms;
	animation-delay: 150ms;
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_fade;
	-moz-animation-name: animation_fade;
	animation-name: animation_fade;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. MENU -----------------------------------------------------------------------------------------------------------*/
/* Fix Menu For Theme Default WP */
nav > ul.menu > ul{
	padding: 0;
	margin: 0;
}
nav > ul.menu > ul:after{
	display: table;
	content: "";
	clear: both;
}
nav > ul.menu > ul > li{
	list-style: none;
	display: inline-block;
	float: left;/* rtl */
	padding: 0;
	margin: 0;
}
nav > ul.menu > ul > li > a{
	font-size: 15px;
	line-height: 18px;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	text-decoration: none;
}
nav > ul.menu li > a,
nav > ul.menu > ul > li > a:hover{
	text-decoration: none;
}
header .menu-wrapper{
	position: relative;
}
header .header-bottom .ts-vertical-menu:hover{
	z-index: 993;
}
header .menu-wrapper .ts-menu{
	text-align: left;/* rtl */
}
header .menu-wrapper .ts-menu:after{
	display: table;
	content: "";
	clear: both;
}
li.hide ul.sub-menu{
	display: none !important;
}

/* VERTICAL MENU */
.ts-vertical-menu{
	transition: 250ms ease 0s;
	position: relative;
	cursor: pointer;
}
.vertical-menu-wrapper .vertical-menu-heading{
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
}
.vertical-menu-wrapper .vertical-menu-heading:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	font-size: 20px;
	line-height: 10px;
	display: inline-block;
	position: relative;
	top: 3px;
	letter-spacing: 0;
	content: "\e636";
	margin: 0 10px 0 0 ;/* rtl */
}
.vertical-menu-wrapper .vertical-menu{
	visibility: hidden;
	width: 265px;
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;/* rtl */
	right: auto;
	top: 100%;
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
}
.vertical-menu-big .vertical-menu-wrapper .vertical-menu{
	border-width: 0 2px 2px 2px;
	border-style: solid;
}
.ts-vertical-menu:hover .vertical-menu{
	z-index: 994;
}
@-webkit-keyframes animation_vertial_categories{
	from{
		visibility: hidden;
		opacity: 0;
		transform: scale(1,0.7);
	}
	to{
		visibility: visible;
		opacity: 1;
		transform: scale(1,1);
	}
}
@-moz-keyframes animation_vertial_categories{
	from{
		visibility: hidden;
		opacity: 0;
		transform: scale(1,0.7);
	}
	to{
		visibility: visible;
		opacity: 1;
		transform: scale(1,1);
	}
}
@keyframes animation_vertial_categories{
	from{
		visibility: hidden;
		opacity: 0;
		transform: scale(1,0.7);
	}
	to{
		visibility: visible;
		opacity: 1;
		transform: scale(1,1);
	}
}
.ts-vertical-menu:hover .vertical-menu{
	display: block;
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 150ms;
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_vertial_categories;
	-moz-animation-name: animation_vertial_categories;
	animation-name: animation_vertial_categories;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.home .woocommerce-message,
.home .woocommerce-notices-wrapper{
	display: none !important;
}
.menu-wrapper .vertical-menu > ul.menu > li{
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
	width: 100%;
	text-align: left; /* rtl */
}
.menu-wrapper .vertical-menu > ul.menu{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.menu-wrapper .vertical-menu  > ul.menu li .menu-desc{
	margin-top: 5px;
}
.sub-overflow ul.sub-menu,
.item-more-categories ul.sub-menu{
	overflow: hidden;
}
/* SUB MENU */
@-moz-keyframes animation_menu{
	0%{
		visibility: hidden;
		transform: scale(1,0.7);
	}
	100%{
		visibility: visible;
		transform: scale(1,1);
	}
}
@-webkit-keyframes animation_menu{
	0%{
		visibility: hidden;
		transform: scale(1,0.7);
	}
	100%{
		visibility: visible;
		transform: scale(1,1);
	}
}
@keyframes animation_menu{
	0%{
		visibility: hidden;
		transform: scale(1,0.7);
	}
	100%{
		visibility: visible;
		transform: scale(1,1);
	}
}
.menu-wrapper nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
	-webkit-animation-duration: 240ms;
	-moz-animation-duration: 240ms;
	animation-duration: 240ms;
	animation-delay: 150ms;
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu_sub;
	-moz-animation-name: animation_menu_sub;
	animation-name: animation_menu_sub;
	display: block;
}
.menu-wrapper .vertical-menu > ul.menu li > ul.sub-menu{
	top: 0;
	min-height:100%;
	right: auto !important; /* rtl */
	left: 100% !important; /* rtl */
	display: none;
	list-style: none;
	margin-left: 0px;
	margin-top: 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
@-moz-keyframes animation_menu_sub{
	0%{
		opacity: 0;
		visibility: hidden;
		transform: scale(0.7,1);
	}
	100%{
		opacity: 1;
		visibility: visible;
		transform: scale(1,1);
	}
}
@-webkit-keyframes animation_menu_sub{
	0%{
		opacity: 0;
		visibility: hidden;
		transform: scale(0.7,1);
	}
	100%{
		opacity: 1;
		visibility: visible;
		transform: scale(1,1);
	}
}
@keyframes animation_menu_sub{
	0%{
		opacity: 0;
		visibility: hidden;
		transform: scale(0.7,1);
	}
	100%{
		opacity: 1;
		visibility: visible;
		transform: scale(1,1);
	}
}
.menu-wrapper .vertical-menu > ul.menu > li ul ul.sub-menu{
	left: 100%; /* rtl */
	top: 0;
	padding: 18px 22px 20px 43px;/* rtl */
	position: absolute;
	z-index: 990;
	text-align: left;/* rtl */
	display: none;
}
.menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
	content: "";
    position: absolute;
    top: -2px;
    right: -2px;/* rtl */
    left: 0;
    bottom: -2px;
    z-index: -1;
	border-width: 2px 2px 2px 1px;/* rtl */
	border-style: solid;
}
.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li ul ul.sub-menu:before{
    left: 30px;/* rtl */
}
body.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
	border-left-color: rgba(100,100,100,0.2);
}
.menu-wrapper .vertical-menu > ul.menu > li ul ul.sub-menu:before{
	left: 21px; /* rtl */
}
.menu-wrapper .vertical-menu > ul.menu ul ul li:first-child > ul.sub-menu{
	top: -18px;
}
.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu{
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
	display: block;
}
.menu-wrapper .vertical-menu > ul.menu li.menu-item-has-children:not(.parent) > a:before,
.menu-wrapper .vertical-menu > ul.menu li.parent > a > .menu-label:after{
	content: "\e684" !important ;/* rtl */
	right: -15px !important; /* rtl */
	top: 50%;
	position: absolute;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	line-height: 20px;
	font-size: 20px;
	margin-top: -10px;
}
.menu-wrapper .vertical-menu > ul.menu ul li.menu-item-has-children:not(.parent) > a:before,
.menu-wrapper .vertical-menu > ul.menu ul li.parent > a > .menu-label:after{
	display: none;
}
.menu-wrapper .vertical-menu > ul.menu ul li.menu-item-has-children:not(.parent) > .ts-menu-drop-icon:before,
.menu-wrapper .vertical-menu > ul.menu ul li.parent > .ts-menu-drop-icon:after{
	content: "\e684" !important ;/* rtl */
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	font-size: 20px;
}

.header-template .menu-wrapper .vertical-menu > ul.menu > li{
	display: table;
	table-layout: fixed;
	float: none;
	margin: 0;
	position: static;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a > span{
	display: block;
	position: relative;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
	display: table-cell;
	vertical-align: middle;
	transition: 250ms ease 0s;
	text-transform: none;
	float: none;
}
.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li > a{
	height: 71px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li:last-child{
	margin: 0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li,
.header-template .menu-wrapper .vertical-menu > ul.menu > li:first-child{
	padding: 0;
}
.vertical-menu-big .header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.vertical-menu-big .header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
	padding: 15px 20px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
	padding: 15px 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: relative;
	border-color: rgba(100,100,100,0.2);
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li:first-child > a{
	border-width: 0;
}
.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li:first-child > a{
	height: 70px;
}
.header-sticky .container{
	display: table;
	table-layout: auto;
}
.header-sticky .container > *{
	display: table-cell;
	vertical-align: middle;
}
.header-sticky .visible-sticky.logo-wrapper{
	width: 0;
	height: auto;
	display: none;
}
.mobile-menu-wrapper .menu-main-mobile{
	position: fixed;
	left: 0;/* rtl */
	top: 0;
	bottom: -100px;
	opacity: 0;
	overflow: auto;
	width: 330px;
	z-index: -1;
	transform: translateX(-100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.mobile-menu-wrapper .ts-header-social-icons{
	position: fixed;
	left: 0;/* rtl */
	bottom: 0;
	opacity: 0;
	overflow: auto;
	width: 330px;
	z-index: -1;
	transform: translateX(-100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.menu-right .ts-menu{
	float: right;/* rtl */
}
.menu-center.menu-wrapper{
	text-align: center;
}
.header-v8 .header-bottom{
	border-width: 1px 0;
	border-style: solid;
}
.menu-center.menu-wrapper > .ts-menu{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.menu-wrapper nav > ul.menu,
.menu-wrapper nav > ul{
	margin: 0;
	text-align: left;/* rtl */
}
.header-v3 .menu-wrapper nav > ul,
.header-v1 .menu-wrapper nav > ul{
	float: left;/* rtl */
}
.menu-wrapper nav > ul.menu > li,
.menu-wrapper nav > ul > li{
	float: left;/* rtl */
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0 40px 0 0;/* rtl */
}
.menu-wrapper nav > ul.menu > li:after,
.menu-wrapper nav > ul > li:after{
	display: table;
	content: "";
	clear: both;
}
.menu-wrapper.menu-padding-item nav > ul.menu{
	display: table;
}
.menu-wrapper.menu-padding-item nav > ul.menu > li{
	display: table-cell;
	float: none;
	vertical-align: top;
}
.menu-desc{
	font-size: 80%;
	opacity: 0.6;
}
li.logo-header a{
	padding-left: 10px;
	padding-right: 10px;
}
.menu-wrapper nav > ul.menu > li:last-child{
	padding: 0;
	margin: 0;
}
.menu-wrapper nav > ul.menu > li:hover,
.menu-wrapper nav > ul > li:hover{
	z-index: 993;
}
.menu-wrapper nav > ul.menu > li a:hover,
.menu-wrapper nav > ul > li a:hover{
	text-decoration: none;
}
.header-v2 .menu-wrapper nav > ul.menu > li > a:after{
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 14px;
	content: "";
	border-width: 2px 0 0 0;
	border-style: solid;
	opacity: 0;
	height: 2px;
	transition: 250ms ease 0s;
}
.header-v2 .menu-wrapper nav > ul.menu > li:hover > a:after,
.header-v2 .menu-wrapper nav > ul.menu > li.current-menu-item > a:after,
.header-v2 .menu-wrapper nav > ul.menu > li.current_page_parent > a:after,
.header-v2 .menu-wrapper nav > ul.menu > li.current-menu-parent > a:after,
.header-v2 .menu-wrapper nav > ul.menu > li.current_page_item > a:after,
.header-v2 .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a:after,
.header-v2 .menu-wrapper nav > ul.menu > li.current-page-ancestor > a:after,
.header-v2 .menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a:after{
	left: 0; 
	right: 0;
	opacity: 1;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul > li > a{
	text-align: center;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul > li > a,
.menu-wrapper nav > ul.menu > li:before{
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
}
.header-v9 .menu-wrapper nav > ul.menu > li > a, .menu-wrapper nav > ul > li > a, 
.header-v9 .menu-wrapper nav > ul.menu > li:before{
	padding-top: 13px;
	padding-bottom: 13px;
}
.header-v4 .menu-wrapper nav > ul.menu > li > a{
	padding-left: 20px;
	padding-right: 20px;
	min-width: 120px;
}
.menu-wrapper nav > ul.menu li:before,
.mobile-menu-wrapper nav > ul li:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	float: left;/* rtl */
	z-index: 1;
	margin-right: 3px;/* rtl */
	transition: 250ms ease 0s;
}
.menu-wrapper nav > ul.menu li .menu-icon{
	position: relative;
	width: 30px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;/* rtl */
}
.menu-wrapper nav > ul.menu li .menu-icon img{
	position: absolute;
	top: 50%;
	left: 0;/* rtl */
	max-width: 100%;
	transform: translate(0,-50%);
}
.menu-wrapper nav > ul.menu li .menu-desc{
	text-transform: none;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.vertical-menu-big .header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.vertical-menu-big .header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
	padding-left: 65px;/* rtl */
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon > span.menu-icon{
	position: absolute;
	left: 20px;/* rtl */
	top: 50%;
	transform: translate(0,-50%);
}
.menu-wrapper .vertical-menu nav > ul.menu li .menu-icon > img{
	position: static;
	transform: none;
}
.widget_nav_menu .menu-sub-label{
	top: -10px;
}
.menu-sub-label{
	position: absolute;
	right: -20px;/* rtl */
	top: 5px;
	padding: 1px 2px;
	line-height: 13px;
	font-size: 65%;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	min-width: 35px;
	border-radius: 2px;
}
.sub-menu .menu-sub-label{
	top: -12px;
}
.menu-sub-label:before{
	width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 4px solid transparent;/* rtl */
    border-bottom: 7px solid transparent;
    transform: rotate(15deg);
    position: absolute;
    right: 50%;/* rtl */
	margin-right: -3px;/* rtl */
    content: "";
    bottom: -5px;
}
/* SUB MENU */
.menu-wrapper nav > ul.menu li .ts-megamenu-widgets-container > ul{
	display: block;
	padding: 0;
	margin: 0 -15px;
}
.ts-mega-menu{
	margin: 0 -15px;
	overflow: hidden;
}
.ts-menu-drop-icon{
	position: absolute;
	right: -10px;/* rtl */
	left: auto;
	top: 50%;
	line-height: 0;
	transform: translate(0,-50%);
}
nav.main-menu > ul.menu ul li.menu-item-has-children .ts-menu-drop-icon:after{
	content: "\e684";/* rtl */
	font-family: 'Pe-icon-7-stroke';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0;
}
.menu-wrapper nav > ul.menu li ul.sub-menu{
	position: absolute;
	z-index: 999;
	left: -25px;/* rtl */
	top: 100%;
	margin: 0;
	padding: 30px;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	width: 250px;
	display: none;
}
.menu-wrapper.menu-large nav > ul.menu > li > ul.sub-menu{
	padding-top: 42px;
}
.menu-wrapper.menu-large-2x nav > ul.menu > li > ul.sub-menu{
	padding-top: 47px;
}
.menu-wrapper .vertical-menu > ul.menu li > ul.sub-menu{
	padding: 30px;
}
.menu-wrapper .vertical-menu > ul.menu li.col-widget-menu > ul.sub-menu{
	padding: 30px 15px;
}
.menu-wrapper nav > ul.menu > li.col-widget-menu ul li.widget_nav_menu{
	padding:0 30px;
}
.menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu{
	left: -30px /* rtl */
}
.menu-wrapper nav > ul.menu li:hover > ul.sub-menu{
	display: block;
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 150ms;
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu;
	-moz-animation-name: animation_menu;
	animation-name: animation_menu;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
	z-index: 990;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu{
	z-index: 991;
}
.menu-wrapper nav > ul.menu li.hide > ul.sub-menu,
.menu-wrapper nav > ul.menu > li.parent.hide:hover > a:after{
	display: none;
}
.menu-wrapper nav > ul.menu li ul.sub-menu:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	background-size: auto;
}
.vertical-menu-big .menu-wrapper .vertical-menu ul.sub-menu:before{
	box-shadow: none;
}
.menu-wrapper.menu-large nav > ul.menu > li > ul.sub-menu:before{
	top: 12px;
}
.menu-wrapper.menu-large-2x nav > ul.menu > li > ul.sub-menu:before{
	top: 17px;
}
/* SUB MENU */
@-moz-keyframes animation_fade{
	0%{
		opacity: 0;
		visibility: hidden;
	}
	100%{
		opacity: 1;
		visibility: visible;
	}
}
@-webkit-keyframes animation_fade{
	0%{
		opacity: 0;
		visibility: hidden;
	}
	100%{
		opacity: 1;
		visibility: visible;
	}
}
@keyframes animation_fade{
	0%{
		opacity: 0;
		visibility: hidden;
	}
	100%{
		opacity: 1;
		visibility: visible;
	}
}

.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
	left: 100%; /* rtl */
	width: 280px;
	padding: 30px 30px 30px 60px;/* rtl */
	top: -30px;
}
.menu-wrapper nav > ul.menu ul.sub-menu li:first-child > ul.sub-menu{
	top: -30px;
	padding-top: 30px;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu:before{
	left: 30px;/* rtl */
	top: 0;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu > li,
.menu-wrapper nav li.widget_nav_menu li,
.menu-wrapper nav div.list-link li,
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li,
.menu-wrapper nav > ul.menu > li > ul.sub-menu > li,
.menu-wrapper nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li,
.menu-wrapper nav > ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li{
	list-style: none;
	padding: 8px 0;
	position: relative;
	z-index: 2;
}
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu > li,
.menu-wrapper .vertical-menu-wrapper nav li.widget_nav_menu li,
.menu-wrapper .vertical-menu-wrapper nav div.list-link li,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li{
	padding: 8px 0;
}

/* Fix li */
.menu-wrapper nav > ul.menu li.ts-megamenu > ul.sub-menu > li{
	padding: 0;
	margin: 0;
	display: block;
}
.menu-wrapper nav > ul.menu li:before{
	display: none;
}
.menu-wrapper nav > ul.menu li.fa:before{
	display: inline-block;
}
.menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav li.widget_nav_menu li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li > a{
	display: table;
	position: relative;
}
/* COLUMN SUB MENU */
.list-link.no-padding{
	padding: 0 !important;
	min-width: 180px;
}
.list-link{
	position: relative;
	z-index: 1;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
	width: 1170px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-4 ul.sub-menu{
	width: 929px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
	width: 700px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-2 ul.sub-menu{
	width: 400px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-1 ul.sub-menu{
	width: 250px;
}
.page-template-fullwidth-template .menu-wrapper nav > ul.menu li.ts-megamenu-columns-4 ul.sub-menu{
	width: 1170px;
}
.page-template-fullwidth-template .menu-wrapper nav > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
	width: 900px;
}
.header-v1 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-2:first-child ul.sub-menu,
.header-v1 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-1:first-child ul.sub-menu,
.header-v3 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-2:first-child ul.sub-menu,
.header-v3 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-1:first-child ul.sub-menu,
.header-v4 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-2:first-child ul.sub-menu,
.header-v4 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-1:first-child ul.sub-menu{
	left: 0 !important;/* rtl */
}
.header-v6 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-2:first-child ul.sub-menu,
.header-v6 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-1:first-child ul.sub-menu,
.header-v7 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-2:first-child ul.sub-menu,
.header-v7 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-1:first-child ul.sub-menu,
.header-v9 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-2:first-child ul.sub-menu,
.header-v9 .menu-wrapper nav > ul.menu li.ts-megamenu-columns-1:first-child ul.sub-menu{
	left: -30px !important;/* rtl */
}
/* COLUMN SUB MENU VERTICAL */
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-4 ul.sub-menu{
	width: 800px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
	width: 600px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-2 ul.sub-menu{
	width: 410px;
}
/* Menu sub a hover */
.menu-wrapper nav > ul.menu ul.sub-menu li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
.widget-container div.list-link li > a,
.widget-container ul.menu li.widget_nav_menu li > a,
.widget-container ul.menu ul.sub-menu li > a{
	transition: 250ms ease 0s;
}
header li.widget_nav_menu{
	margin: 0;
	padding: 0;
}

/* WIDGET CUSTOM MENU FOR MEGAMENU */
.menu-wrapper nav li.widget{
	list-style: none;
}
.ts-menu nav .widgettitle{
	margin: 0 0 15px 0;
	position: relative;
	padding-bottom: 0;
	text-transform: uppercase;
}
.menu-wrapper nav li.widget ul,
.menu-wrapper nav div.list-link ul{
	margin: 0;
}
.menu-wrapper nav > ul.menu > li ul li.widget_nav_menu,
.menu-wrapper nav div.list-link{
	float: left;/* rtl */
	padding: 0 15px;
	max-width: 100%;
}
.menu-wrapper nav > ul.menu > li.col-widget-menu ul li.widget_nav_menu:after,
.menu-wrapper nav > ul.menu > li.col-widget-menu ul li.widget_nav_menu:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;/* rtl */
	width: 1px;
	border-width:0 1px 0 0;
	border-style: solid;
	content: "";
	display: block;
}
.menu-wrapper nav > ul.menu > li.col-widget-menu ul li.widget_nav_menu:before{
	right: auto;
	left: -1px;/* rtl */
}
.col-widget-menu .ts-megamenu-container > ul > li:last-child:after,
.col-widget-menu .ts-megamenu-container > ul > li:first-child:before{
	display: none !important;
}
/* View all categories in menu */
.sub-menu li.view-all a{
	margin-top: 10px;
}
.sub-menu li.view-all a:after{
	content: "\f101";/* rtl */
	margin-left: 5px;/* rtl */
	display: inline-block;
	font-family: 'FontAwesome';
	letter-spacing: 0;
	font-weight: normal;
}

.menu-wrapper nav > ul.menu > li ul li.widget_text{
	padding: 0 15px;
}
.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu{width: 25%;}

.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.mg-col-4 > div{width: 25%;}

.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
.mg-col-3 > div{width: 33.33333%}

.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
.mg-col-2 > div{width: 50%;}

.menu-wrapper nav li.ts-megamenu-columns-1 .widget_nav_menu,
.mg-col-1 > div{width: 100%}

.ts-megamenu-columns-2 li.widget,
.ts-megamenu-columns-3 li.widget,
.ts-megamenu-columns-4 li.widget,
.ts-megamenu-fullwidth li.widget{
	float: left;/* rtl */
	padding: 0 15px;
}
.ts-megamenu-columns-1 li.widget{
	clear: both;
	width: 100%;
}
.ts-megamenu-columns-2 li.widget{
	width: 50%;
}
.ts-megamenu-columns-3 li.widget{
	width: 33.3333%;
}
.ts-megamenu-columns-4 li.widget{
	width: 25%;
}
.ts-megamenu.banner-half-full li.widget_media_image,
.ts-megamenu.banner-half-full .ts-single-image{
	width: 50%;
}

.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text .bg-mega-menu{
	position: absolute;
	left: 0;right: 0;bottom: 0;
	top: 0;
	content: "";
	z-index: 0;
	background-repeat: no-repeat !important;
}
.menu-wrapper nav div.ts-megamenu-widgets-container > ul > li{
	position: relative;
	z-index: 1;
}
.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text{
	position: static;
}
.sub-menu > li > .ts-megamenu-container{
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. HEADER TOP -----------------------------------------------------------------------------------------------------*/
.header-top{
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 6px 0 6px 0;
}
.header-v8 .header-top{
	padding-bottom: 0;
	border-width: 0;
}
/* Language CSS */
.wpml-ls-legacy-dropdown{width: 15.5em;max-width: 100%}
.wpml-ls-legacy-dropdown>ul{position: relative;padding: 0;margin: 0 !important;list-style-type: none}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu{visibility: visible}
.wpml-ls-legacy-dropdown .wpml-ls-item{padding: 0;margin: 0;list-style-type: none}
.wpml-ls-legacy-dropdown a{display: block;text-decoration: none;color: #444;border: 1px solid #cdcdcd;background-color: #fff;padding: 5px 10px;line-height: 1}
.wpml-ls-legacy-dropdown a span{vertical-align: middle;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position: relative;padding-right: calc(10px + .7em + .7em)}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content: '';vertical-align: middle;display: inline-block;border: .35em solid transparent;border-top: .5em solid;position: absolute;right: 10px;top: calc(50% - .175em)}
.wpml-ls-legacy-dropdown a:hover,.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{color: #000;background: #eee}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility: hidden;position: absolute;top: 100%;right: 0;left: 0;border-top: 1px solid #cdcdcd;padding: 0;margin: 0;list-style-type: none;z-index: 101}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width: 0 1px 1px 1px}
.wpml-ls-legacy-dropdown .wpml-ls-flag{vertical-align: middle;width: 18px;height: 12px; position: relative; top: 4px; float: left;/* rtl */}
.wpml-ls-legacy-dropdown .wpml-ls-flag + span{float: left;/* rtl */}
.wpml-ls-legacy-dropdown > ul > li > a .wpml-ls-flag{top: 8px;}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left: .4em}

.header-language a:hover,
.my-account-wrapper .account-control > a:hover,
.shopping-cart-wrapper a.cart-control:hover,
.my-wishlist-wrapper a:hover,
.header-currency a:hover,
.header-language a,
.my-account-wrapper .account-control > a,
.shopping-cart-wrapper a.cart-control,
.my-wishlist-wrapper a,
.header-currency a{
	text-decoration: none;
}
/* DROPDOW CART & DROPDOW ACCOUNT */
.ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay,
.widget_shopping_cart ul li div.blockUI.blockOverlay{
	bottom: 20px !important;
	height: auto !important;
}
.ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay:before,
.widget_shopping_cart ul li div.blockUI.blockOverlay:before{
	background-image: url(images/ajax-loader.gif) !important;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}
.ts-tiny-cart-wrapper ul li:last-child div.blockUI.blockOverlay,
.widget_shopping_cart ul li:last-child div.blockUI.blockOverlay{
	bottom: 0 !important;
}
.shopping-cart-wrapper{
	position: relative;
}
.shopping-cart-wrapper .cart-control,
.my-wishlist-wrapper > a{
	padding-right: 8px;/* rtl */
	display: block;
}
.shopping-cart-wrapper a > .ic-cart{
	text-align: center;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0;
}
.shopping-cart-wrapper a > .ic-cart:before,
.my-wishlist-wrapper .ic-wishlist:before,
.my-account-wrapper a.my-account:before,
.my-account-wrapper a.login:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e66e";
	position: relative;
}
header .search-button .icon:before,
.shopping-cart-wrapper a > .ic-cart:before,
.my-wishlist-wrapper .ic-wishlist:before,
.my-account-wrapper a.my-account:before,
.my-account-wrapper a.login:before{
	font-size: 32px;
	line-height: 50px;
}
.header-v5 .search-button .icon:before,
.header-v5 .shopping-cart-wrapper a > .ic-cart:before,
.header-v5 .my-wishlist-wrapper .ic-wishlist:before,
.header-v5 .my-account-wrapper a.my-account:before,
.header-v5 .my-account-wrapper a.login:before,
.header-v3 .search-button .icon:before,
.header-v3 .shopping-cart-wrapper a > .ic-cart:before,
.header-v3 .my-wishlist-wrapper .ic-wishlist:before,
.header-v3 .my-account-wrapper a.my-account:before,
.header-v3 .my-account-wrapper a.login:before{
	font-size: 28px;
	line-height: 50px;
}
.header-top .shopping-cart-wrapper a > .ic-cart:before,
.header-top .my-wishlist-wrapper .ic-wishlist:before,
.header-top .my-account-wrapper a.my-account:before,
.header-top .my-account-wrapper a.login:before{
	font-size: 26px;
	line-height: 2px;
	top: 6px;
}
header .search-button.search-mini .icon:before{
	font-size: 26px;
	line-height: 26px;
}
header .search-button.search-mini .icon{
	width: 26px;
	height: 30px;
}
.my-wishlist-wrapper .ic-wishlist:before{
	content: "\e642";
	display: inline-block;
}
.my-wishlist-wrapper.loading .ic-wishlist:before{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	content: "\e61c" !important;
	font-size: 30px;
}
.my-account-wrapper a.my-account:before,
.my-account-wrapper a.login:before{
	content: "\e605";
}
.my-account-wrapper a.log-out{
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: 0;/* rtl */
	text-decoration: none;
	display: none;
}
.header-top .my-account-wrapper a.log-out{
	line-height: 16px;
	top: -4px;
}
.my-account-wrapper a.log-out:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e681";
}
.shopping-cart-wrapper a > .cart-number,
.my-wishlist-wrapper .wishlist-number{
	border-radius: 100%;
	width: 20px;
	height: 20px;
	font-size: 80%;
	text-align: center;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;/* rtl */
}
.header-top .shopping-cart-wrapper a > .cart-number,
.header-top .my-wishlist-wrapper .wishlist-number{
	top: -4px;
	line-height: 20px;
	width: 18px;
	height: 18px;
	font-size: 9px;
}
.my-account-wrapper,
.shopping-cart-wrapper{
	position: relative;
}
body .my-account-wrapper .dropdown-container{
	padding: 0;
}
.shopping-cart-wrapper,
.ts-tiny-cart-wrapper{
	display: inline-block;
	position: relative;
}
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
.header-currency ul,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	display: none;
	position: absolute;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	content: "";
	right: 50%;
	margin-right: -150px;
	left: auto;
	top: 100%;
	width: 300px;
	padding: 24px 20px 20px 20px;
}
.shopping-cart-wrapper.cart-large .dropdown-container{
	padding-top: 15px;
}
.my-account-wrapper.account-large .dropdown-container{
	padding-top: 5px;
}
.header-top .shopping-cart-wrapper .dropdown-container{
	padding-top: 0;
}
.header-top .my-account-wrapper .dropdown-container .form-content{
	padding-top: 29px;
}
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
.header-currency ul:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
	bottom: 0;
	content: "";
	z-index: -1;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.header-v2 .shopping-cart-wrapper .dropdown-container:before,
.header-v2 .my-account-wrapper .dropdown-container:before{
	top: 7px;
}
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before{
	top: 15px;
}
.shopping-cart-wrapper.cart-large .dropdown-container:before,
.my-account-wrapper.account-large .dropdown-container:before{
	top: 21px;
}
.header-v9 .shopping-cart-wrapper .dropdown-container:before, 
.header-v9 .my-account-wrapper .dropdown-container:before{
	top: 0;
}
.shopping-cart-wrapper:hover .dropdown-container,
.my-account-wrapper:hover .dropdown-container,
.header-currency:hover ul,
body .wpml-ls-legacy-dropdown:hover .wpml-ls-current-language .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown:focus .wpml-ls-current-language .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click:focus .wpml-ls-current-language .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click:hover .wpml-ls-current-language .wpml-ls-sub-menu{
	display: block;
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 150ms;
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_menu;
	-moz-animation-name: animation_menu;
	animation-name: animation_menu;
}
.shopping-cart-wrapper .cart-icon{
	font-size: 24px;
	line-height: 14px;
	position: relative;
	top: 5px;
	margin-right: 5px;/* rtl */
}
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
	top: 34px;
	left: 50%;
	margin-left: -9px;
	z-index: 9992;
}
.woocommerce-cart .cart-dropdown-form,
.woocommerce-checkout .cart-dropdown-form{
	display: none !important;
}
.shopping-cart-wrapper .dropdown-container{
	right: 0;/* rtl */
	margin-right: 0;/* rtl */
	padding: 10px 0 0 0;
	width: 420px;
}
.header-template.hidden-cart.hidden-wishlist .my-account-wrapper .dropdown-container{
	right: 0;/* rtl */
	margin-right: 0;/* rtl */
}
.shopping-cart-wrapper .dropdown-container:before{
	top: 15px;
	z-index: 1;
}
header .dropdown-container .form-content{
	position: relative;
	z-index: 2;
	padding: 34px 30px 30px 30px;
	overflow: hidden;
}
.dropdown-container .cart-number{
	margin-bottom: 30px;
	text-transform: uppercase;
	padding-right: 40px;/* rtl */
}
header .dropdown-container .cart-number{
	display: none;
}
.header-v9 header .dropdown-container .form-content{
	padding-top: 16px;
}
.ts-sidebar-content .dopdown-container .form-content{
	padding: 0;
}
.ts-sidebar-content .ts-tiny-cart-wrapper,
.ts-sidebar-content .ts-tiny-cart-wrapper .form-content > label{
	width: 100%;
	display: inline-block;
}
.ts-sidebar-content .dropdown-container ul.cart_list{
	max-height: none;
	overflow: hidden;
}
.dropdown-container ul.cart_list{
	overflow: auto;
	max-height: 249px;
	padding: 0 0 20px 0;
	position: relative;
}
.shopping-cart-wrapper.updating .dropdown-container{
	animation: none !important;
	-webkit-animation: none !important;
}
.dropdown-container ul.cart_list li.loading:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	top: 0;
	content: "";
	z-index: 4;
	display: block;
	background: url(images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.8);
}
.dropdown-container ul.cart_list li:last-child.loading:before{
	bottom: 0;
}
.ts-tiny-account-wrapper{
	position: relative;
}
.ts-tiny-cart-wrapper a.cart-control:hover{
	text-decoration: none;
}
.ts-tiny-cart-wrapper .form-content > label{
	text-transform: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
/* My account */
.dropdown-container .dropdown-footer{
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
}
.my-account-wrapper #ts-login-form{
	padding-top: 8px;
	display: inline-block;
	width: 100%;
}
.my-account-wrapper .login-submit{
	padding-top: 10px;
}
.my-account-wrapper .login-submit input{
	min-width: 120px !important;
}
.my-account-wrapper .forgot-pass{
	margin: 0 0 2px 0;
}
/* Cart dropdown */
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul li,
.ts-tiny-cart-wrapper .dropdown-container ul li{
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul li:last-child,
.ts-tiny-cart-wrapper .dropdown-container ul li:last-child{
	margin: 0;
	padding: 0;
	border-width: 0;
}
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul,
.ts-tiny-cart-wrapper .dropdown-container ul{
	padding: 0 0 20px 0;
	margin: 0;
}
.dropdown-container .cart_list li .cart-item-wrapper,
.woocommerce .dropdown-container .cart_list li .cart-item-wrapper{
	margin-left: 95px;/* rtl */
}
.dropdown-container .cart_list li > a,
.woocommerce .dropdown-container .cart_list li > a{
	float: left;/* rtl */
	width: 80px;
}
.dropdown-container .cart_list li > a img,
.woocommerce .dropdown-container .cart_list li > a img{
	width: 80px;
}
.woocommerce.widget_shopping_cart .cart_list li > a img,
.woocommerce .widget_shopping_cart .cart_list li > a img{
	float: left;/* rtl */
	margin-right: 20px;/* rtl */
}
.woocommerce.widget_shopping_cart .cart_list li > .quantity,
.woocommerce .widget_shopping_cart .cart_list li > .quantity{
	margin-left: 90px;/* rtl */
	display: block;
}
.dropdown-footer > a{
	width: 100%;
	float: left;/* rtl */
}
.dropdown-footer > a:last-child{
	margin-top: 10px;
}
.dropdown-footer > a:first-child:last-child{
	margin-top: 0;
}
/* FIX HEADER CART */
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper,
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper{
	margin-left: 100px;/* rtl */
	margin-right: 20px;
	margin-top: -4px;
}
.cart_list .cart-item-wrapper .price{
	display: block;
	margin-bottom: 5px;
}
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper,*
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-tiny-cart-wrapper .cart_list li > a,
.woocommerce .ts-tiny-cart-wrapper .cart_list li > a{
	float: left;/* rtl */
	width: 80px;
	height: auto;
}
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	position: absolute;
	right: 0;/* rtl */
	left: auto;
	top: -3px;
	content: "";
	z-index: 2;
	font-size: 0;
	height: 30px;
	width: auto;
	text-indent: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
}
#ts-shopping-cart-sidebar .cart_list li .cart-item-wrapper a.remove{
	right: -4px;/* rtl */
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	right: 0; /* rtl */
	left: auto;
	top: -2px;
}
.woocommerce a.remove:hover{
	background: transparent !important;
}
.cart_list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{
	text-decoration: none;
}
.ts-tiny-cart-wrapper .subtotal{
	float: right;/* rtl */
	margin-top: 14px;
	font-size: 90%;
}
.ts-tiny-cart-wrapper .subtotal > span{
	display: inline-block;
}
.ts-tiny-cart-wrapper .subtotal > span:first-child{
	padding-right: 5px;/* rtl */
}
.ts-tiny-cart-wrapper .quantity{
	float: left;/* rtl */
	margin-top: 4px;
}
.ts-tiny-cart-wrapper span.quantity{
	margin-top: 10px;/* for only 1 item */
}
.amount.icon{
	font-family: 'Montserrat', sans-serif;
}
.ts-tiny-cart-wrapper .total,
.widget_shopping_cart .total{
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.ts-tiny-cart-wrapper .total > span.amount,
.widget_shopping_cart .total .amount{
	font-size: 120%;
}
.ts-tiny-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title{
	text-transform: uppercase;
	font-size: 120%;
	display: inline-block;
	padding-right: 5px;/* rtl */
}
.header-top .header-left{
	width: 50%;
	float: left;/* rtl */
}
.header-top .header-right{
	width: 50%;
	float: right;/* rtl */
}
.header-v9 .header-top .header-right{
	text-align: right;/* rtl */
}
.my-account-wrapper .account-control,
.my-account-wrapper,
.my-wishlist-wrapper *{
	display: inline-block;
	position: relative;
}
/* Language */
body .wpml-ls .wpml-ls-flag + span{
	margin-left: 5px;/* rtl */
	display: inline-block;
}
body .wpml-ls-legacy-list-horizontal{
	padding: 0;
	border-width: 0;
}
body .wpml-ls-legacy-list-horizontal a{
	padding: 5px 20px 5px 0;/* rtl */
}
body .wpml-ls-legacy-list-horizontal ul li:last-child a{
	padding: 5px 0 5px 0;/* rtl */
}
body .wpml-ls-legacy-dropdown,
body .wpml-ls-legacy-dropdown-click{
	width: auto;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	padding: 0 !important;
	border-width: 0;
	display: block;
	background: transparent !important;
}
body .wpml-ls .wpml-ls-item:after{
	content: "";
	display: table;
	clear: both;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
	display: none;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
	padding: 0;
	border-width: 0;
	background: transparent !important;
}
.group-meta-header > div:first-child .dropdown-container,
.group-meta-header > div:first-child ul{
	right: 0;
	left: auto;/* rtl */
	margin-right: 0;
	margin-left: 0;
}
body .wpml-ls{
	position: relative;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	position: absolute;
	padding: 26px 30px 24px 30px;
	width: 220px;
	right: 50%;
	left: auto;
	margin-right: -110px;
	top: 100%;
}
body.header-v9 .header-currency ul:before, 
body.header-v9 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before, 
body.header-v9 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before{
	top: 0;
}
body.header-v9 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
body.header-v9  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
body.header-v9 .header-currency ul{
	padding-top: 22px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-width: 0;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
	padding: 8px 0;
	margin: 0;
	position: relative;
}
/* Currency */
.header-currency{
	position: relative;
}
.header-currency:hover,
body .header-language:hover,
.my-account-wrapper:hover,
.shopping-cart-wrapper:hover{
	z-index: 996;
}
.header-currency a{
	text-decoration: none;
	display: block;
}
.header-currency ul{
	position: absolute;
	padding: 26px 30px 24px 30px;
	width: 220px;
	right: 50%;
	left: auto;
	margin-right: -110px;
	top: 100%;
}
.header-currency ul li{
	position: relative;
	list-style: none;
	margin: 0;
	z-index: 991;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	transition: 250ms ease 0s;
	cursor: pointer;
}
header .header-currency > img{
    position: absolute;
    left: 0;
    top: 2px;
    margin-left: 5px !important;
}
/* SHARING & INFO */
.header-left:after{
	display: table;
	clear: both;
	content: "";
}
.header-left > div{
	margin-right: 15px;/* rtl */
	padding-right: 15px;/* rtl */
	float: left;/* rtl */
}
.info-desc{
	position: relative;
}
.info-link a,
.info-desc a{
	text-decoration: none;
}
.header-left > div:before{
	position: absolute;
	content: "";
	left: auto;
	right: 0;/* rtl */
	top: -6px;
	bottom: -6px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
}
.header-left > div:last-child{
	padding-left: 0;/* rtl */
	padding-right: 0;/* rtl */
}
.header-left > div:last-child:before{
	display: none;
}
.ts-header-social-icons{
	margin: 0;
	position: relative;
	z-index: 1;
}
.ts-header-social-icons > *{
	float: left;/* rtl */
	margin: 0;
}
.ts-header-social-icons li{
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 3px;
	float: left;/* rtl */
}
.ts-header-social-icons:after{
	display: table;
	clear: both;
	content: "";
}
.ts-header-social-icons li a{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 28px;
	padding: 0 !important;
	display: inline-block;
	position: relative;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. HEADER MIDDLE --------------------------------------------------------------------------------------------------*/
.header-middle{
	position: relative;
}
.header-middle > .container{
	position: relative;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-v9 .header-bottom > .container{
	position: relative;
	display: table;
}
.header-middle > .container > div,
.header-v9 .header-bottom > .container > div{
	vertical-align: middle;
	display: table-cell;
}
.header-v1 .header-middle div.logo-wrapper{
	width: 230px;
}
.header-v9 .header-middle div.logo-wrapper{
	width: 270px;
}
.header-v9 .header-bottom div.header-right{
	min-width: 150px;
}
.header-v4 .header-middle div.logo-wrapper{
	min-width: 230px;
}
.header-v1 .header-middle div.header-right,
.header-v4 .header-middle div.header-right{
	width: 170px;
}
.header-v1 .hidden-search .header-middle div.header-right{
	width: auto;
}
header .header-sticky .logo-sticky{
	display: none;
}
.header-middle div.header-right > div,
.header-bottom div.header-right > div{
	float: right;/* rtl */
	padding-left: 10px;/* rtl */
}
div.header-right > div.my-wishlist-wrapper .ic-wishlist{
	min-width: 33px;
}
.header-middle div.header-right > div.my-account-wrapper,
.header-bottom div.header-right > div.my-account-wrapper{
	padding-right: 10px;
	padding-left: 10px;
}
.hidden-cart.hidden-wishlist .header-middle div.header-right > div.my-account-wrapper,
.hidden-cart.hidden-wishlist .header-bottom div.header-right > div.my-account-wrapper{
	padding-right: 0;
	padding-left: 10px;/* rtl */
}
.header-v1 .header-middle > .container > div.header-right:after{
	display: table;
	content: "";
	clear: both;
}
.header-v3 .header-bottom > .container > div,
.header-v8 .header-middle > .container > div{
	width: 33.333333333333%;
}
header .header-bottom:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	content: "";
	height: 4px;
	z-index: 992;
	background: url(images/shadow-header.png) top left repeat;
}
.header-v2 .header-bottom .header-right{
	width: 80px;
	padding-left: 20px; /* rtl */
}
/* LOGO */
.ts-header .header-container .logo-background{
	text-align: center;
	padding: 0 10px;
}
.logo-vetical-ipad{
	display: none;
}
header .logo-wrapper{
	padding: 0 10px 0 0;/* rtl */
	height: 80px;
}
header .logo-small{
	height: 60px;
}
header .logo-large{
	height: 90px;
}
header .logo-sticky{
	height: 50px;
}
header.ts-header .header-container .logo-wrapper.logo-ipad{
	display: none;
}
.logo-wrapper.logo-center{
	text-align: center;
}
.logo-wrapper .sticky-logo{
	display: none;
}
.logo-wrapper .mobile-logo{
	display: none;
}
header .logo-wrapper a{
	font-size: 30px;
	line-height: 20px;
	display: inline;
}
header .logo-wrapper a:hover{
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. HEADER BOTTOM --------------------------------------------------------------------------------------------------*/
.header-v2 .header-bottom .search-wrapper{
	padding-left: 30px;/* rtl */
}
.header-v6 .header-bottom .search-wrapper{
	padding: 7px 0;
}
.header-v7 .show-vertical-menu .header-bottom .search-wrapper{
	padding: 7px;
}
.header-v6 .show-vertical-menu .header-bottom .search-wrapper{
	padding-left: 7px;/* rtl */
}
.header-v6 .header-bottom .container,
.header-v7 .header-bottom .header-content{
	display: table;
}
.header-v7 .header-bottom .header-content{
	width: 100%;
}
.header-v6 .header-bottom .container > div,
.header-v7 .header-bottom .header-content > div{
	display: table-cell;
	vertical-align: middle;
}
.header-v7 .header-bottom .header-content,
.header-v6 .header-bottom .container{
	min-height: 60px;
}
.header-v6 .header-bottom .container > div.menu-wrapper,
.header-v7 .header-bottom .header-content > div.menu-wrapper,
.header-v9 .header-bottom .ts-vertical-menu{
	width: 265px;
}
.header-v9 .header-bottom .ts-vertical-menu{
	padding-top: 13px;
	padding-bottom: 13px;
	margin-right: 30px;/* rtl */
	float: left; /* rtl */
}
.header-v9 .ts-menu > nav{
	display: block;
}
.header-v9 .show-vertical-menu .ts-menu > nav{
	margin-left: 270px;/* rtl */
}
.header-v9 .shopping-cart-wrapper a > .ic-cart:before, 
.header-v9 .my-wishlist-wrapper .ic-wishlist:before, 
.header-v9 .my-account-wrapper a.my-account:before, 
.header-v9 .my-account-wrapper a.login:before{
	line-height: 46px;
	font-size: 28px;
}
.header-v9 div.right-group > div{
	padding: 0 15px 0 0;/* rtl */
	margin: 0 15px 0 0;/* rtl */
	position: relative;
	float: right;/* rtl */
}
.header-v9 div.right-group > div:first-child{
	margin-right: 3px;/* rtl */
}
.header-v9 div.header-right .header-currency > div,
.header-v9 div.header-right .header-language > div > ul > li{
	padding-top: 9px;
	padding-bottom: 9px;
}
.header-v9 div.header-right .header-currency:before,
.header-v9 div.header-right .header-language:before{
	position: absolute;
	content: "";
	left: auto;
	right: 0;/* rtl */
	top: 15px;
	bottom: 15px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	opacity: 0.4;
}

/* SEARCH HEADER */
body #ts-search-result-container > p{
	padding: 23px 20px;
	margin: 0;
	position: relative;
	z-index: 2;
}
header .select2-container--default .select2-selection--single{
	border-width: 0;
}
#ts-search-result-container{
	z-index: 993;
	display: none;
}
.header-v1 #ts-search-result-container,
.header-v4 #ts-search-result-container{
	margin-top: -26px;
}
.ts-search-result-container ul{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
.header-v1 .ts-search-result-container,
.header-v4 .ts-search-result-container{
	padding-top: 26px;
}
#ts-search-result-container .view-all-wrapper{
	padding: 10px 15px;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
}
.ts-search-result-container .view-all-wrapper a,
.ts-search-result-container .view-all-wrapper a:hover{
	text-decoration: none;
}
#ts-search-result-container .view-all-wrapper a:before{
	content: "+";
}
#ts-search-result-container:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -1px;
	border-width: 1px;
	border-style: solid;
	content: "";
	z-index: 0;
}
#ts-search-result-container ul.has-view-all:before{
	bottom: -52px;
}
#ts-search-result-container ul li:first-child{
	border: 0;
}
#ts-search-sidebar .ts-search-result-container .view-all-wrapper a{
	width: 100%;
	display: inline-block;
}
.ts-search-result-container ul li{
	list-style: none;
	padding: 15px;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: relative;
	z-index: 2;
	clear: both;
	overflow: hidden;
}
#ts-search-sidebar .ts-search-result-container ul li:first-child{
	border-width: 0;
}
#ts-search-sidebar .ts-search-result-container ul li{
	padding: 20px 0;
}
.ts-search-result-container ul li a{
	padding: 0;
	display: inline-block;
}
.ts-search-result-container ul li a:hover{
	text-decoration: none;
}
.ts-search-result-container ul li .thumbnail{
	float: left;/* rtl */
	width: 80px;
	height: auto;
	margin: 0;
}
.ts-search-result-container ul li .thumbnail a{
	max-width: 100%;
	position: relative;
}
.ts-search-result-container ul li .meta{
	margin-left: 100px; /* rtl */
	position: relative;
}
.ts-search-result-container ul li .meta .title{
	margin-bottom: 5px;
	text-decoration: none;
}
.ts-search-result-container ul li .meta .description{
	margin-bottom: 10px;
}
#ts-search-sidebar .ts-search-result-container ul li .meta .description{
	display: none !important;
}
.ts-search-result-container ul li .thumbnail:after{
	display: table;
	clear: both;
	content: "";
}
.search-content input[type="text"]{
	padding-right: 50px;/* rtl */
	padding-left: 20px;/* rtl */
	width: 100%;
	max-width: 100%;
	margin: 0;
	width: 400px;
}
.search-round .search-content input[type="text"]{
	padding-right: 75px;/* rtl */
}
header .ts-search-by-category:after{
	display: table;
	clear: both;
	content: "";
}
.ts-search-by-category .search-button,
.ts-search-by-category .search-content input[type="submit"]{
	position: absolute;
	right: 0;/* rtl */
	top: 0;
	bottom: 0;
	font-size: 0;
	width: 46px;
	height: auto;
	text-align: center;
	display: inline-block;
	transition: opacity 250ms ease 0s;
}
.ts-search-by-category .search-content input[type="submit"]{
	top: 2px;
	bottom: 2px;
	right: 2px;/* rtl */
	width: 42px;
	background-image: url(images/ic-search.png) !important;/* rtl */
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.ts-search-by-category .search-content input[type="submit"]:hover{
	opacity: 0.8;
}
.ts-search-by-category input[type="submit"]{
	padding: 0 !important;
	border: 0 !important;
	min-width: 0;
}
.ts-search-by-category .search-button:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e618";
	font-size: 28px;
	line-height: 46px;
	transition: color 250ms ease 0s;
}
.ts-search-by-category form > .search-content{
	margin-left: 230px;/* rtl */
	position: relative;
}
body .ts-search-by-category.no-category .search-content{
	margin-left: 0;/* rtl */
	margin-right: 0;
}
.widget_display_search > form input[type="submit"],
.widget_product_search > form button,
.widget_search > form input[type="submit"]{
	background: transparent !important;
}
.ts-search-by-category .search-content.loading input[type="submit"],
.ts-search-by-category .search-content.loading ~ .search-button input[type="submit"]{
	background-image: url(images/ajax-loader.gif) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	opacity: 1;
	background-color: transparent !important;
}
.ts-search-by-category .search-content.loading ~ .search-button:before{
	opacity: 0;
}
body .ts-search-by-category .search-content.loading ~ .search-button input[type="submit"]{
	background-color: rgba(255,255,255,0.8) !important;
}
body .search-round .ts-search-by-category .search-button input[type="submit"],
body .search-round .ts-search-by-category .search-content input[type="submit"]{
	border-radius: 100%;
}
body .ts-search-by-category .search-button input[type="submit"]:hover{
	background-color: transparent !important;
}
header .ts-search-by-category form > .select2{
	height: auto;
	float: left;/* rtl */
	border-width: 1px;
	border-style: solid;
}
header .ts-search-by-category select{
	height: auto;
	float: left;/* rtl */
	max-width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	 background-image: url(images/icon-select.png);
}
header .ts-search-by-category form > .select2,
header .ts-search-by-category select{
	width: 230px !important;
	float: left;/* rtl */
}
header .ts-search-by-category .select2 .selection{
	width: 100%;
	display: table;
}
header .ts-search-by-category .select2 .selection > span{
	display: table-cell;
}
header .ts-search-by-category form > .select2.select2-container--open{
	z-index: 995;
}
header .search-round .ts-search-by-category form > .select2,
header .search-round .ts-search-by-category select{
	border-radius: 25px 0 0 25px;/* rtl */
}
header .ts-search-by-category form > .search-content input[type="text"]{
	width: 100%;
	border-left-width: 0;/* rtl */
}
body header .ts-search-by-category.no-category .search-content input[type="text"]{
	border-width: 1px;
}
header .search-round .search-content input[type="text"]{
	border-radius: 25px;
}
header .search-line .search-content input[type="text"]{
	padding: 0 30px 5px 0;/* rtl */
	border-width: 0 0 1px 0;
	background: transparent !important;
}
header .search-line .search-button{
	right: 0;/* rtl */
	width: 30px;
	top: 6px;
	bottom: 6px;
}
header .search-line .search-button input{
	width: 30px;
}
header .search-line .search-button:before{
	line-height: 24px;
	font-size: 24px;
}
header .ts-search-by-category form:after{
	display: table;
	clear: both;
	content: "";
}
header .select2-container--default .select2-selection--single .select2-selection__rendered{
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0;
	position: relative;
}
header .select2-container--default .select2-selection--single .select2-selection__rendered,
header .ts-search-by-category select{
	padding: 7px 35px 7px 20px;/* rtl */
}
header .search-square input[type="text"]{
	padding-top: 9px;
	padding-bottom: 9px;
}
header .search-small{
	width: 400px;
}
.search-content input[type="text"]{
	padding-top: 7px;
	padding-bottom: 7px;
}
.ts-sidebar-content .search-content input[type="text"]{
	padding-top: 7px;
	padding-bottom: 7px;
	border-width: 2px;
}
.search-table .search-content input[type="text"]{
	padding-right: 45px;/* rtl */
	padding-left: 20px;/* rtl */
	width: 100%;
}
.header-v7 .search-table .search-content input[type="text"]{
	border-radius: 3px;
}
header .select2-container--default .select2-selection--single,
header .select2-container--default .select2-selection--single .select2-selection__rendered{
	background-color: transparent !important;
}
body .category-dropdown.sticky{
	display: none;
}
header .ts-search-by-category .select2-selection .select2-selection__rendered:before{
	position: absolute;
	right: 0;/* rtl */
	display: none;
	bottom: 0;
	top: 0;
	content: "";
	border-width: 0 1px 0 0;
	border-style: solid;
	content: "";
	width: 1px;
}
header .search-button .icon{
	position: relative;
	width: 50px;
	display: block;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0;
	font-size: 0;
}
header .search-button .icon:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\e618";
	text-align: center;
	transition: 250ms ease 0s;
}
header .ts-search-by-category > *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-search-by-category .search-button input{
	width: 46px;
	font-size: 0;
	border: 0 !important;
	padding: 0 !important;
	min-width: 0;
	position: absolute;
	right: 0;/* rtl */
	bottom: 0;
	top: 0;
	left: auto;
	content: "";
	z-index: 2;
	transition: opacity 250ms ease 0s;
}
/* SEARCH POPUP */
.ts-sidebar-content > h2{
	margin-bottom: 20px;
}
.ts-header .search-wrapper.active .search-table{
	z-index: 994;
}
.ts-header .search-wrapper.active .search-content input[type="text"]{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.header-v8 .search-wrapper.active .search-content input[type="text"]{
	box-shadow: none;
}
.search-table{
	position: relative;
}
.ts-sidebar-content .search-button:before{
	line-height: 44px;
}
.ts-sidebar-content.ts-search-by-category .search-button{
	top: 2px;
	bottom: 2px;
	right: 2px;/* rtl */
}
.ts-floating-sidebar .close{
	position: absolute;
	top: 20px;
	z-index: 999;
	right: 20px;/* rtl */
	text-align: center;
	width: 36px;
	height: 36px;
}
.ts-floating-sidebar .close:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e680";
	letter-spacing: 0;
	font-size: 36px;
	line-height: 36px;
}
.admin-bar .ts-floating-sidebar .ts-sidebar-content{
	top: 32px;
}
.ts-floating-sidebar .ts-sidebar-content{
	position: fixed;
	padding: 30px 30px 30px 30px;
	top: 0;
	bottom: 0;
	right: -17px;/* rtl */
	z-index: -1;
	opacity: 0;
	width: 330px;
	transform: translateX(100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	overflow-y: scroll;
}
#ts-shopping-cart-sidebar .ts-sidebar-content{
	width: 430px;
	max-width: 100%;
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0)
{ @media {
    .ts-floating-sidebar .ts-sidebar-content{
		right: 0 !important;/* rtl */
	}
}}
.ts-floating-sidebar .overlay{
	position: fixed;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #000000;
	transition: opacity 0.35s;
	z-index: -1;
}
.ts-floating-sidebar.active .overlay{
	z-index: 997;
	opacity: 0.7;
}
.ts-floating-sidebar.active .ts-sidebar-content{
	opacity: 1;
	z-index: 997;
	transform: translateX(0px);
	transition: transform 0.4s, opacity 0.1s;
}
.ts-search-result-container > p{
	margin-top: 20px;
}
/* Group Meta */
.group-meta-header:after{
	display: table;
	clear: both;
	content: "";
}
.group-meta-header > div{
	float: right;/* rtl */
	margin-right: 15px;/* rtl */
	padding-right: 15px;
	position: relative;
}
.group-meta-header > div.shopping-cart-wrapper,
.group-meta-header > div.my-wishlist-wrapper,
.logged-in .group-meta-header > div.my-account-wrapper{
	margin-right: 0;/* rtl */
}
.group-meta-header > div.my-account-wrapper{
	margin-right: 10px;/* rtl */
}
.group-meta-header > div:before{
	position: absolute;
	content: "";
	left: auto;
	right: 0;/* rtl */
	top: -6px;
	bottom: -6px;
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
}
.header-no-line .group-meta-header > div:before,
.header-no-line .header-left > div:before,
.group-meta-header > div:first-child:before{
	display: none;
}
.group-meta-header > div:first-child{
	margin: 0;/* rtl */
	padding: 0;/* rtl */
}
.ic-menu-close-button{
	width: 50px;
	display: inline-block;
	cursor: pointer;
	font-size: 24px;
	text-align: center !important;
	padding: 7px 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- II. MAIN CONTENT --------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
/* Dokan dashboard */
.dokan-dashboard .dokan-dash-sidebar ul li{
	list-style: none;
}
.dokan-product-listing .dokan-product-listing-area{
	padding: 0;
}
body.dokan-dashboard input[type="search"],
body.dokan-dashboard input[type="text"],
body.dokan-dashboard input[type="password"],
body.dokan-dashboard input[type="number"],
body.dokan-dashboard input[type="email"],
body.dokan-dashboard input[type="date"],
body.dokan-dashboard input[type="tel"],
body.dokan-dashboard select,
body.dokan-dashboard textarea
{
	max-width: 100%;
}
body.dokan-dashboard .report-filter input[type="search"],
body.dokan-dashboard .report-filter input[type="text"],
body.dokan-dashboard .report-filter input[type="password"],
body.dokan-dashboard .report-filter input[type="number"],
body.dokan-dashboard .report-filter input[type="email"],
body.dokan-dashboard .report-filter input[type="date"],
body.dokan-dashboard .report-filter input[type="tel"],
body.dokan-dashboard .report-filter select,
body.dokan-dashboard .dokan-order-filter-serach input[type="search"],
body.dokan-dashboard .dokan-order-filter-serach input[type="text"],
body.dokan-dashboard .dokan-order-filter-serach input[type="password"],
body.dokan-dashboard .dokan-order-filter-serach input[type="number"],
body.dokan-dashboard .dokan-order-filter-serach input[type="email"],
body.dokan-dashboard .dokan-order-filter-serach input[type="date"],
body.dokan-dashboard .dokan-order-filter-serach input[type="tel"],
body.dokan-dashboard .dokan-order-filter-serach select,
body.dokan-dashboard .dokan-order-filter-search input[type="search"],
body.dokan-dashboard .dokan-order-filter-search input[type="text"],
body.dokan-dashboard .dokan-order-filter-search input[type="password"],
body.dokan-dashboard .dokan-order-filter-search input[type="number"],
body.dokan-dashboard .dokan-order-filter-search input[type="email"],
body.dokan-dashboard .dokan-order-filter-search input[type="date"],
body.dokan-dashboard .dokan-order-filter-search input[type="tel"],
body.dokan-dashboard .dokan-order-filter-search select{
	max-width: none;
	width: auto;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select{
	max-width: none;
	width: auto;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset{
	border-width: 1px;
	border-style: solid;
	margin-bottom: 20px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend{
	margin-bottom: 0;
}
body select.dokan-form-control{
	height: auto;
}
.report-filter > input[type="submit"]{
	margin-top: 24px;
}
.dokan-message,
.dokan-info,
.dokan-error,
.dokan-panel,
.dokan-alert,
.dokan-progress{
	border-radius: 0;
	clear: both;
}
#dokan-seller-listing-wrap{
	clear: both;
}
#dokan-seller-listing-wrap .dokan-message,
#dokan-seller-listing-wrap .dokan-info,
#dokan-seller-listing-wrap .dokan-error,
#dokan-seller-listing-wrap .dokan-panel,
#dokan-seller-listing-wrap .dokan-alert,
#dokan-seller-listing-wrap .dokan-progress{
	margin-left: 15px;
	margin-right: 15px;
}
#payment-form > fieldset{
	padding: 10px;
}
#payment-form > fieldset .dokan-form-group{
	display: table;
	margin: 0;
	padding: 0;
	table-layout: auto;
	width: 100%;
}
#payment-form > fieldset .dokan-form-group > *{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
}
#payment-form .dokan-text-left{
	margin: 10px 0 !important;
}
.dokan-seller-listing .dokan-seller-search-form{
	float: right;/* rtl */
	width: 100%;
}
.dokan-seller-listing .dokan-seller-search-form input{
	border-width: 1px !important;
	border-radius: 0 !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.dokan-seller-listing .dokan-seller-search-form > *{
	display: inline-block;
}
.dokan-seller-listing .dokan-seller-search-form label input{
	width: 500px;
}
ul.dokan-seller-wrap{
	clear: both;
}
body .wp-core-ui .button.button-primary.focus,
body .wp-core-ui .button.button-primary.hover,
body .wp-core-ui .button.button-primary:focus,
body .wp-core-ui .button.button-primary:hover{
	background: #008ec2;
    border-color: #006799;
    color: #fff;
}
body .wp-core-ui .button.button-primary{
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}
/* STORE DOKAN */
.media-frame select{
	height: 28px;
}
.media-frame select,
.wp-admin .media-frame select{
	line-height: 22px;
}
.product-edit-container .dokan-feat-image-upload a.close{
	padding: 48% 0;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close{
	padding: 40% 0;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close:hover,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete:hover,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete:hover,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete:hover{
	text-decoration: none;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image{
	list-style: none;
}
.dokan-form-control{
	background-color: #ffffff;
    background-image: none;
    border: 1px solid #EDEDED;
    padding: 4px 6px;
    border-radius: 0;
    color: #555555;
    display: block;
    font-size: 15px;
    min-height: 26px;
    line-height: 26px;
    vertical-align: middle;
    width: 100%;
    margin: 0;
}
.product-edit-new-container table.dokan-attribute-options-table{
	table-layout: auto;
}
.product-edit-new-container table.dokan-attribute-options-table th{
	text-align: center;
	vertical-align: middle;
}
.product-edit-new-container table.dokan-attribute-options-table ul.tagit{
	border-radius: 0;
	margin-top: 10px;
}
.product-edit-new-container .dokan-variations-table .dokan-w3{
	width: 100%;
}
.product-variation-single-popup-content #product-variations .wc-metabox table.data_table td.dimensions_field input{
	padding-top: 5px;
	padding-bottom: 5px;
}
.dokan-table > thead > tr > th{
	border-bottom-width: 1px;
}
body.dokan-dashboard form.report-filter > input[type="submit"]{
	clear: both;
	float: left;/* rtl */
}
body.dokan-dashboard .report-filter .dokan-form-group input.datepicker{
	max-width: 180px;
	float: left;/* rtl */
}
.product-variation-single-popup-content #product-variations .wc-metabox h3{
    margin-bottom: 0;
}
.product-variation-single-popup-content #product-variations .wc-metabox table{
    margin: 0 !important;
    border: none;
}
.product-variation-single-popup-content #product-variations .wc-metabox table td{
    border: none;
}
.product-variation-single-popup-content #product-variations .wc-metabox table tr{
    background-color: #fff;
}
.product-variation-single-popup-content #product-variations .wc-metabox table td.sku,
.product-variation-single-popup-content #product-variations .wc-metabox table td.upload_image,
.product-variation-single-popup-content #product-variations .wc-metabox table td.options{
    width: 40% !important;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select{
	max-width: 350px;
}
.mce-toolbar .mce-btn button{
	background: transparent;
	min-width: 0;
}
ul.dokan_tabs li.active a{
	background: #eee;
}
ul.store-social{
	margin-bottom: 0;
}
.dokan-shipping-wrapper .dokan-w6{
	width: 41.66666667%;
}
body ul.dokan_tabs li.active,
body ul.dokan_tabs li:hover{
	border-bottom-color: #eee !important;
}
.woocommerce-form-register .show_if_seller .pull-left{
	float: none;
}
.woocommerce-form-register .show_if_seller small{
	display: block;
}
input[type="submit"].dokan-btn, a.dokan-btn, 
.dokan-btn{
	border-width: 1px;
	padding: 14px;
}
#main-content > .page-container{
	width: 100%;
	max-width: 100%;
}
#main-content #main-content{
	padding-left: 0;
	padding-right: 0;
}
body.dokan-store .store-page-wrap{
	position: relative;
	z-index: 1;
}
#nav-below{
	clear: both;
}
.dokan-single-store .profile-frame .profile-info-box{
	width: 100%;
}
body.dokan-store .dokan-widget-area{
	position: relative;
	z-index: 1;
}
.dokan-store-sidebar.dokan-w3{
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 30px 10px;
}
.dokan-single-store.dokan-w8{
	padding: 30px 10px;
	width: 75%;
}
body.dokan-store .dokan-widget-area aside{
	border-width: 1px;
    border-style: solid;
    margin: 0 0 30px 0;
    clear: both;
    padding: 0 20px 20px 20px;
	overflow: hidden;
}
body.dokan-store #main{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
body.dokan-store #dokan-content > *{
	position: relative;
	z-index: 1;
}
body.dokan-store.main-content-wide #main:before,
body.dokan-store.wide #main:before{
	position: absolute;
	content: "";
	left: -1000px;
	top: 0;
	right: -1000px;
	bottom: 0;
	z-index: 0;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info li{
	list-style: none;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-img{
	height: 145px;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info{
	margin: 0 auto;
	display: block;
	text-align: center;
	max-height: 300px;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i{
	float: none;
	margin: 0;
}
body.dokan-store .woocommerce .seller-items .products .product,
body.dokan-store.woocommerce-page .products .product{
	width: 33.33333%;
}
body.dokan-store .woocommerce .seller-items .products .product.first,
body.dokan-store.woocommerce-page .products .product.first{
	clear: none;
}
body.dokan-store .woocommerce .seller-items .products .product:nth-child(3n+1),
body.dokan-store.woocommerce-page .products .product:nth-child(3n+1){
	clear: both;
}
.dokan-single-store .dokan-store-tabs ul li{
	float: left;/* rtl */
	padding: 0;
}
.dokan-single-store .dokan-store-tabs ul:after{
	display: table;
	clear: both;
	content: "";
}
.dokan-table > thead > tr > th:first-child{
	padding: 8px;
}
.dokan-dashboard-content input{
	margin-bottom: 0;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select{
	padding: 9px 30px 9px 20px;/* rtl */
	float: left;/* rtl */
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td, 
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th{
	vertical-align: middle;
}
.dokan-list-inline li.dokan-share-btn-wrap .dokan-share-btn{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
/* DOKAN WIDGET */
body .dokan-category-menu h3.widget-title,
body .dokan-widget-area .widget .widget-title{
	background: transparent;
	padding: 20px 0 0 0;
	border-width: 0;
}
.chart-container div.legend > div,
.chart-container div.legend > table{
	max-width: calc(100% - 42px);
}
.dokan-widget-area .widget ul{
	margin-top: 7px;
}
.dokan-widget-area .widget ul li{
	list-style: none;
}
.dokan-widget-area input[type="search"],
.dokan-widget-area input[type="text"],
.dokan-widget-area input[type="password"],
.dokan-widget-area input[type="number"],
.dokan-widget-area input[type="email"],
.dokan-widget-area input[type="date"],
.dokan-widget-area input[type="tel"],
.dokan-widget-area select,
.dokan-widget-area textarea{
	max-width: 100%;
}
.dokan-category-menu li.has-children .sub-category{
	padding: 10px 0 0px 20px;/* rtl */
}
.dokan-category-menu #cat-drop-stack > ul{
	margin-bottom: 0;
}
.dokan-category-menu li a:hover{
	text-decoration: none;
}
.dashboard-widget.reviews ul li{
	padding: 5px 0;
}
body.dokan-store .dokan-category-menu #cat-drop-stack{
	margin-top: 0;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title{
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: left /* rtl */
}
.widget-collapse{
    height: auto !important;
    display: block !important;
}
.footer-bottom{
	clear: both !important;
}
.widget.store-contact ul li{
	border-bottom: none;
}
.dashboard-widget.products ul li,
.dashboard-widget.orders ul li{
	padding: 5px 0;
}
.dokan-widget-area .widget .widget-title{
	padding-bottom: 10px;
}
.dokan-category-menu #cat-drop-stack{
	margin-top: 20px;
}
.dokan-category-menu .sub-block h3{
	padding: 2px 0;
	margin: 0;
}
body .product-edit-new-container .dokan-btn-lg{
	margin-bottom: 30px;
	border-radius: 0;
}
#nav-below{
	padding-bottom: 1%;
}
body .location-container{
	margin-top: 20px;
}
.dokan-store-sidebar form.seller-form ul li{
	list-style: none;
}
#dokan-form-contact-seller{
	margin-top: 10px;
}
body .mfp-bg{
	z-index: 995;
}
body .mfp-wrap{
	z-index: 995;
}
body.dokan-dashboard .select2-container--open .select2-dropdown--below,
body.dokan-dashboard .select2-dropdown{
	z-index: 995;
}
body .select2-container--default .select2-selection--multiple{
	border-radius: 0;
	padding: 0;
}
body .select2-container--default .select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple{
	padding: 0;
	margin: 0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0 3px;
	margin: 0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
	padding: 5px;
	margin: 5px 2px;
}
body .select2-container .select2-search--inline .select2-search__field{
	margin: 0;
}
body .mfp-close:active{
	top: 10px;
}
body .dokan-message .dokan-close:hover,
body .dokan-message .dokan-close:focus{
	color: red;
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
body input[type="submit"].dokan-btn,
body a.dokan-btn,
body .dokan-btn{
	margin-bottom: 10px;
}
.dokan-order-filter-serach input[type="submit"].dokan-btn{
	margin-bottom: 0;
}
body .ui-datepicker table thead th,
body .ui-datepicker table thead th:first-child,
body .ui-datepicker table td:first-child{
	padding: 2px;
}
body .ui-datepicker{
	border-radius: 0;
}
.dokan-dashboard .ui-datepicker{
	z-index: 996 !important;
}
body mark.outofstock{
	background: transparent;
	color: red;
}
body .dokan-single-store .dokan-store-tabs ul li{
	margin-right: -1px;/* rtl */
}
body .product-edit-new-container label.form-label,
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock{
	font-weight: normal;
}
body .weight-dimension .dokan-form-group > input[type="text"]:last-child{
	margin: 0;
}
body .weight-dimension .dokan-form-group > input[type="text"]{
	max-width: 32%;
	margin-right: 2%;/* rtl */
}
body .dokan-product-variation-wrapper .toolbar-top > select{
	max-width: 200px;
}
body.dokan-dashboard .dokan-dashboard-content .dokan-add-product-link a,
body.dokan-dashboard .dokan-dashboard-content .toggle-sidebar-container .dokan-toggle-edit,
body.dokan-dashboard .dokan-dashboard-content input[type="submit"].dokan-btn-success,
body.dokan-dashboard .dokan-dashboard-content a.dokan-btn-success,
body.dokan-dashboard .dokan-dashboard-content .dokan-btn-success,
body.dokan-dashboard .dokan-dashboard-content input[type="submit"].dokan-btn-danger,
body.dokan-dashboard .dokan-dashboard-content a.dokan-btn-danger,
body.dokan-dashboard .dokan-dashboard-content .dokan-btn-danger,
body.dokan-dashboard input[type="submit"].dokan-btn-theme:not(.dokan-btn-default),
body.dokan-dashboard a.dokan-btn-theme:not(.dokan-btn-default),
body.dokan-dashboard .dokan-btn-theme:not(.dokan-btn-default){
	color: #ffffff;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product:hover{
	color: #000000;
}
body.dokan-dashboard .dokan-dashboard-content .toggle-sidebar-container a{
	font-weight: normal;
}
body .product-edit-container #variants-holder .inputs-box .box-header{
	overflow: hidden;
}
body .product-edit-container #variants-holder .inputs-box .option-couplet li:before{
	display: none;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right{
	padding-top: 0;
}
body .dokan-toggle-sidebar .dokan-toggle-select-container > select{
	margin-bottom: 10px;
}
body .product-edit-container #product-variations .wc-metabox table td.sku,
body .product-edit-container #product-variations .wc-metabox table td.upload_image,
body .product-edit-container #product-variations .wc-metabox table td.options{
	width: 40%;
}
#variable_product_options table td,
#variable_product_options table th{
	padding: 10px;
}
#variable_product_options table td table{
	border-width: 0;
}
#variable_product_options table td table tr td{
	border-left-width: 0;
}
#variable_product_options table td table tr:last-child td{
	border-bottom-width: 0;
}
#variable_product_options table td table tr th{
	border-width: 0;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files td{
	width: auto;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files td > a.dokan-btn{
	padding: 3px;
	font-size: 10px;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files tfoot th{
	padding: 0;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files tfoot th > a{
	padding: 3px;
	border-width: 1px;
	border-style: solid;
}
body .product-edit-container #product-variations .wc-metabox h3 button{
	margin-top: 0;
}
body .product-edit-container #variants-holder .inputs-box .option-couplet li{
	position: relative;
	margin: 0;
}
body .product-edit-container #variants-holder .option-couplet .item-action{
	width: 20px;
	position: absolute;
	right: -2px;/* rtl */
	display: inline-block;
	top: 2px;
	z-index: 2;
	line-height: 18px;
}
body .product-edit-container #product-variations .wc-metabox{
	padding: 5px;
}
body .product-edit-container #variants-holder .actions a{
	line-height: 14px;
	padding: 0 2px;
	width: 14px;
	display: inline-block;
	text-align: center;
}
body .product-edit-container #product-variations .wc-metabox table{
	margin: 0;
}
body .media-modal-close:active,
body .media-modal-close:hover{
	background: transparent;
	border-color: transparent;
}
body table.dokan-table-striped{
	min-width: 700px;
	overflow: auto;
	margin-bottom: 60px;
}
body table.dokan-table tbody tr:last-child td{
	border-bottom-width: 1px;
}
.dokan-dashboard .upload_image a.upload_image_button{
	height: auto;
	width: auto;
	display: inline-block;
}
.product-edit-container #product-variations .wc-metabox table td.upload_image,
.product-edit-container #product-variations .wc-metabox table td.options{
	border-width: 0;
	padding: 10px;
}
.dokan-variable-attributes .weight-dimension .dokan-form-group{
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}
.dokan-variable-attributes .weight-dimension .dokan-form-group > input[type="text"]{
	width: calc(33.33333% - 10px);
	float: left;/* rtl */
	margin: 0 5px;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a{
	margin: 0;
}
body .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul{
	background: transparent !important;
	margin-top: 0;
}
.profile-layout-layout3 .dokan-store-info li:before{
	display: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{
	height: 170px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title{
	width: 100%;
	display: block;
}

/* Vendor vendor */
article hr{
	margin-bottom: 30px;
}
article > form{
	margin-bottom: 30px;
}
body .wp-editor-wrap{
	margin-bottom: 20px;
}
body .wp-editor-wrap .wp-editor-container{
	border-width: 1px;
	border-style: solid;
}
body .table-striped{
	table-layout: auto;
}
#pv_seller_info_container,
#pv_shop_description_container{
	margin-bottom: 30px;
}


/* EFFECT IMAGE */
.ts-effect .overlay{
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	transition: all 0.5s;
	font-size: 0;
}
.ts-effect .overlay:before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 50px;
	height: 50px;
	content: "+";
	font-weight: normal;/* default */
	font-family: "Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 38px;
	transform: translate(-50%,-50%);
}
.ts-effect:after{
	content: "";
	display: table;
	clear: both;
}
.ts-effect .item{
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 33.3333%;
	overflow: hidden;
}
.ts-effect .item-wrapper{
	position: relative;
}
.ts-effect a.item-wrapper{
	display: block;
}
.ts-effect .item-image{
	position: relative;
}
.ts-effect .item a.link{
	position: absolute;
	left: 0;right: 0;bottom: 0;top: 0;
	display: block;
	z-index: 1;
}
.ts-effect .item img{
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

/* GALLERY */
.gallery-size-thumbnail{
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.gallery-size-thumbnail .gallery-item{
	float: left;
	margin: 0;
	padding: 0 5px;
}
.gallery-size-thumbnail .gallery-item a{
	display: inline-block;
}
.gallery-columns-5 .gallery-item{
	width: 20%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.gallery-columns-3 .gallery-item{
	width: 33.3333%;
}

/* GALLERY THEME SKY */
.ts-gallery-img,
.ts-list-video{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ts-gallery-img li.first,
.ts-list-video li.first{clear: both;}
.ts-gallery-img li,
.ts-list-video li{
	padding: 5px;
	float: left;
	display: inline-block;
	text-align: center;
	position: relative;
}
.ts-gallery-img li a{
	display: inline-block;
}
.ts-gallery-img.columns-5 li{
	width: 20%;
}
.ts-gallery-img.columns-4 li{
	width: 25%;
}
.ts-gallery-img.columns-3 li{
	width: 33.3333%;
}

/* Image grid visual */
.wpb_image_grid .wpb_image_grid_ul{
	margin-left: -3px;
	margin-right: -3px;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item{
	padding: 3px;
	margin: 0;
	border: 0;
}

div#main{
	min-height: 500px;
	width: 100%;
	clear: both;
}
h3.product-name{
	margin-bottom: 5px;
}
.cart-dropdown-form h3.product-name{
	margin-bottom: 3px;
}

/* LOADING */
.thumbnail-wrapper.lazy-loading .product-group-button,
.thumbnail-wrapper.lazy-loading:before{
	display: none !important;
}
.ts-product .content-wrapper.loading,
.ts-products-video-wrapper .content-products.loading,
.ts-products-video-wrapper .content-video.loading{
	max-height: 400px;
}
.single-portfolio .thumbnail.loading,
.ts-product-category-wrapper .content-wrapper.loading,
.ts-portfolio-wrapper.ts-masonry.loading,
.single-product-top-thumbnail-slider.loading,
.vc_row.loading,
.big-product.loading,
.small-products.loading{
	height: 400px;
}
.rows-2 .column-products.loading{
	height: 792px;
}
.column-products.loading{
	height: 379px;
}
.thumbnail.loading,
.ts-blogs-wrapper.loading .content-wrapper,
.ts-products-widget .ts-products-widget-wrapper.loading,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading,
.single .gallery.loading,
.single-portfolio .thumbnail.loading,
.vertical-thumbnail .images-thumbnails .thumbnails.loading,
.ts-team-members .loading,
.banners.loading,
.woocommerce .product figure.loading{
	height: 300px;
}
.images.loading,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading,
.ts-logo-slider-wrapper.loading .content-wrapper,
.related-posts.loading .content-wrapper,
.blogs article a.gallery.loading,
.ts-testimonial-wrapper .items.loading,
.ts-twitter-slider .items.loading,
.ts-portfolio-wrapper.loading,
.thumbnails-container.loading,
.ts-instagram-wrapper.loading{
	height: 200px;
}
.widget-container .gallery.loading figure{
	height: 110px;
}
.image-gallery.loading{
	height: 255px;
}
.ts-logo-slider-wrapper.slider-type-vertical.loading .content-wrapper{
	height: 600px;
}
.images.loading,
.ts-product .content-wrapper.loading,
.ts-logo-slider-wrapper.loading .content-wrapper,
.related-posts.loading .content-wrapper,
.woocommerce .product figure.loading,
.ts-portfolio-wrapper.ts-masonry.loading,
.ts-products-widget .ts-products-widget-wrapper.loading,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading,
.blogs article a.gallery.loading,
.ts-blogs-wrapper.loading .content-wrapper,
.ts-testimonial-wrapper .items.loading,
.ts-twitter-slider .items.loading,
.single .gallery.loading,
.ts-portfolio-wrapper.loading,
.thumbnail.loading,
.widget-container .gallery.loading figure,
.ts-products-video-wrapper .content-products.loading,
.ts-products-video-wrapper .content-video.loading,
.ts-product-category-wrapper .content-wrapper.loading,
.vc_row.loading,
.single-product-top-thumbnail-slider.loading,
.images-slider-wrapper .image-items.loading,
.ts-instagram-wrapper.loading,
.banners.loading,
.column-products.loading,
.big-product.loading,
.small-products.loading,
.image-gallery.loading{
	position: relative;
	overflow: hidden;
}
.images.loading:before,
.widget-container .gallery.loading figure:before,
.related-posts.loading .content-wrapper:before,
.ts-product .content-wrapper.loading:before,
.thumbnails-container.loading:before,
.thumbnail.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
.ts-products-video-wrapper .content-products.loading:before,
.ts-products-video-wrapper .content-video.loading:before,
.ts-testimonial-wrapper .items.loading:before,
.ts-twitter-slider .items.loading:before,
.ts-portfolio-wrapper.loading:before,
.ts-team-members .loading:before,
.ts-product-category-wrapper .content-wrapper.loading:before,
.woocommerce .product figure.loading:before,
.ts-instagram-wrapper.loading:before,
.vc_row.loading:before,
.single-product-top-thumbnail-slider.loading:before,
.images-slider-wrapper .image-items.loading:before,
.banners.loading:before,
.column-products.loading:before,
.big-product.loading:before,
.small-products.loading:before,
.image-gallery.loading:before{
	position: absolute;
	left: 0;right: 0;bottom: 0;top: 0;
	content: "";
	z-index: 8;
	background-image: url(images/ajax-loader1.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
div.product .vc_row.loading:before{
	z-index: 1000;
}
.thumbnail.loading:before,
.thumbnails-container.loading:before{
	display: block !important
}
/* INTRO PAGE */
.ts-header-intro header .header-bottom{
	background: #1f1f1f;
}
.ts-header-intro .menu-wrapper nav > ul.menu > li.fa:hover:before, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.fa.current-menu-item:before, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.fa.current_page_parent:before, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.fa.current_page_item:before, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.fa.current-page-ancestor:before, 
.ts-header-intro .ts-menu > nav.main-menu > ul.menu > li.current-menu-item > .ts-menu-drop-icon, 
.ts-header-intro .ts-menu > nav.main-menu > ul.menu > li.current_page_parent > .ts-menu-drop-icon, 
.ts-header-intro .ts-menu > nav.main-menu > ul.menu > li.current-menu-parent > .ts-menu-drop-icon, 
.ts-header-intro .ts-menu > nav.main-menu > ul.menu > li.current_page_item > .ts-menu-drop-icon, 
.ts-header-intro .ts-menu > nav.main-menu > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon, 
.ts-header-intro .ts-menu > nav.main-menu > ul.menu > li.current-page-ancestor > .ts-menu-drop-icon, 
.ts-header-intro .ts-menu > nav.main-menu > ul.menu li.current-product_cat-ancestor > .ts-menu-drop-icon, 
.ts-header-intro .menu-wrapper nav > ul.menu > li:hover > a, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.current-menu-item > a, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.current_page_parent > a, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.current-menu-parent > a, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.current_page_item > a, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a, 
.ts-header-intro .menu-wrapper nav > ul.menu > li.current-page-ancestor > a, 
.ts-header-intro .menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a{
	background: transparent !important;
	color: #f44c18 !important;
}
body .group-homepage{
	text-align: center;
}
.group-homepage .coming-soon .wpb_wrapper:before,
.group-homepage .label-new .wpb_wrapper:before{
	position:absolute;
	right:-10px;
	top:5px;
	width:100px;
	height:100px;
	background:url(images/label-coming.png);
	z-index:5;
	content:"";
}
.group-homepage .label-new .wpb_wrapper:before{
	background:url(images/label-new.png);
}
.group-homepage a.img-link{
	margin:30px 15px 0 15px;
	display:inline-block;
	position:relative;
	bottom:0;
	max-width: 500px;
	height:580px;
	overflow:hidden;
	transition:all 100ms ease-in-out 0s;
}
.group-homepage a.img-link,
.ts-header-intro img{
	box-shadow: 0 0 10px rgba(105,105,105,0.3);
	transition:all 100ms ease-in-out 0s;
}
.group-homepage a.img-link:hover,
.ts-header-intro img:hover,
.ts-header-intro .logo-wrapper img:hover{
	box-shadow: 0 0 10px rgba(105,105,105,0.7);
}
.ts-header-intro .ts-heading .heading-description{
	margin-top: 10px;
}
body.wpb-js-composer #productdetails .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab{
	width: 12%;
	margin: 0;
}
body.wpb-js-composer.ts-header-intro .vc_row .vc_general.vc_tta-tabs .vc_tta-tab a{
	line-height: 24px;
}
.logo-wrapper img,
.top-slideshow img,
.no-shadow img,
footer img{
	box-shadow: none !important;
}
.group-homepage a.img-link img{
	transition:all 4s ease 0s;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	margin:0;
}
.group-homepage a.img-link:hover img{
	margin-top:100%;
	transform:translate(0,-100%);
	margin-top:580px;
}
.group-homepage h5{
	margin-top: 20px;
}
body.wpb-js-composer.ts-header-intro .vc_tta-tabs.vc_tta-style-3 .vc_tta-tabs-list:after{
	border-color: #d9d9d9;
}
.bg-bottom{
	background-position: center bottom !important;
}
.fashion-01 h5.intro-link a:hover{
	color: #dd4156;
}
.fashion-02 h5.intro-link a:hover{
	color: #111111;
}
.fashion-03 h5.intro-link a:hover{
	color: #e1a734;
}
.fashion-04 h5.intro-link a:hover{
	color: #1f1f1f;
}
.electronic-01 h5.intro-link a:hover{
	color: #EC3E19;
}
.electronic-02 h5.intro-link a:hover{
	color: #667eea;
}
.sport h5.intro-link a:hover{
	color: #E12D38;
}
.wine h5.intro-link a:hover{
	color: #E12D38;
}
h5.intro-link a:hover{
	color:#f44c18;
}
h5.intro-link a{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #1f1f1f;
}
.ts-header-intro .first-footer-area{
	display: none !important;
}
.ts-header-intro .header-right,
.ts-header-intro .header-top{
	display: none !important;
}
.ts-header-intro header .container{
	width: 100%;
	padding-left: 6%;
	padding-right: 6%;
}
body.wpb-js-composer #productdetail .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab{
	width: 115px;
}
body.wpb-js-composer #productdetail .vc_general.vc_tta-tabs .vc_tta-tabs-list:after{
	border-color: #d9d9d9;
}
.header-style a:hover{
	opacity: 0.8;
}
.ts-header-intro img.intro-responsive{
	position: absolute;
	left: 34%;
	bottom: 58px;
}
.ts-header-intro #header {
	background-size: cover !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. BREADCRUMB -----------------------------------------------------------------------------------------------------*/
.breadcrumb-title-wrapper{
	width: 100%;
	margin: 0;
	display: block;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.breadcrumb-title-wrapper.breadcrumb-v3,
.breadcrumb-title-wrapper.breadcrumb-v4{
	text-align: center;
}
.breadcrumb-title-wrapper .breadcrumb-title{
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
.breadcrumb-title-wrapper .breadcrumb-content{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center !important;
}
.breadcrumb-title-wrapper.breadcrumb-v4 .breadcrumb-content{
	height: 250px;
}
.breadcrumb-title-wrapper.ts-breadcrumb-parallax,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content{
	background-attachment: fixed;
}
.breadcrumb-title-wrapper.breadcrumb-v3:after{
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	content: "";
	z-index: -1;
	background: -webkit-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); /* Standard syntax (must be last) */
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#000000')";
}
.breadcrumbs-container > span{
	margin: 0 10px;
}
.breadcrumbs-container > span.brn_arrow{
	position: relative;
}
.breadcrumbs-container > span.current{
	opacity: 1;
	margin: 0;
}
.breadcrumb-title-wrapper .breadcrumb-title{
	width: 100%;
	height: 100%;
}
.breadcrumb-title-wrapper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.breadcrumb-title-wrapper .breadcrumbs-container *{
	display: inline-block;
}
.breadcrumb-title-wrapper .breadcrumb-title a{
	opacity: 0.8;
	text-decoration: none;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
	text-transform: uppercase;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
	opacity: 1;
	text-decoration: none;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
	opacity: 1;
}
.breadcrumb-title-wrapper .breadcrumbs-container span:not(.current){
	font-size: 90%;
}
/* VERSION 4 */
.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-content{
	height: auto;
	display: block;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-title{
	table-layout: auto;
	width: 100%;
	display: table;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-title > *{
	display: table-cell;
	text-align: right; /* rtl */
	vertical-align: middle;
}
.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-title > .breadcrumbs{
	font-size: 90%;
	min-width: 250px;
}
.no-title.breadcrumb-v1 .breadcrumb-title > *,
.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-title > h1{
	text-align: left; /* rtl */
}
/* VERSION 3 */
.breadcrumb-title-wrapper.breadcrumb-v3{
	padding: 70px 0 290px 0;
	position: relative;
}
#main > .page-container.show_breadcrumb_v3{
	margin-top: -220px;
	position: relative;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
	height: 140px;
}
.breadcrumb-title-wrapper.breadcrumb-v3:after{
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	content: "";
	z-index: -1;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); /* Standard syntax (must be last) */
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#000000')";
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*- 2. TITLE PAGE --------------------------------------------------------------------------------------------------------*/
.heading-title.page-title{
	margin-bottom: 5px;
}
.breadcrumb-v2 .heading-title.page-title{
	margin-bottom: 0;
	margin-top: 5px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 3. RELATED BOX --------------------------------------------------------------------------------------------------------*/

.theme-title{
	margin: 0 0 30px 0;
	position: relative;
}
.theme-title .heading-title,
.comments-title .heading-title,
#comment-wrapper .heading-title{
	padding-top: 10px !important;
	text-transform: uppercase;
}
.related-posts article,
.ts-blogs article{
	padding-left: 1px;
	padding-right: 1px;
}
.related-portfolio article{
	padding-left: 0;
	padding-right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 4. COMMENT ------------------------------------------------------------------------------------------------------------*/
.commentlist{
	margin-bottom: 62px;
}
.commentlist .comment-wrapper li ol li.comment{
	border-width: 1px 0 0 0;
	border-style: solid;
	content: "";
}
.commentlist .comment-wrapper{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.commentlist .comment-wrapper > *{
	display: table-cell;
	vertical-align: middle;
}
.commentlist .comment-wrapper .comment-detail{
	padding: 0;
}
.commentlist .comment-wrapper .comment-text p{
	margin-bottom: 10px;
}
.comments-area{
	margin: 40px 0 0 0;
	clear: both;
	display: inline-block;
	width: 100%;
}
.comments-area > .commentlist > li.pingback{
	list-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.comments-area > .commentlist > li:first-child{
	margin-top: 0;
	padding-top: 0;
}
.commentlist > li{
	padding: 30px 0 0 0;
	margin-top: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.commentlist > li:first-child{
	padding-top: 0;
	border-width: 0;
}
.commentlist .children{
	padding: 30px 0 0 30px;/* rtl */
	margin: 0;
}
.commentlist .children > li{
	list-style: none;
	padding-top: 30px;
	margin-top: 30px;
	padding-bottom: 0;
	position: relative;
	border-style: solid;
    border-width: 1px 0 0 0;
}
.commentlist .children > li:first-child{
	margin-top: 0;
}
.comments-area div.avatar{
	padding-right: 30px; /* rtl */
	width: 120px;
	vertical-align: top;
}
.comments-area div.avatar img{
	width: 90px;
	height: 90px;
}
.comment-detail .comment-meta{
	float: left; /*rtl */
	display: inline-block;
}
.comment-detail .comment-meta-right a,
.comments-area .reply a:hover{
	text-decoration: none;
}
.comment-detail .author a,
.comment-detail .reply a{
	text-decoration: none;
}
.comment-detail .reply a,
.comment-detail .edit a{
	text-transform: uppercase;
	font-size: 90%;
}
.comment-detail .reply a:hover,
.comment-detail .edit a:hover{
	opacity: 0.8;
}
.comment-detail .edit .sep{
	padding: 0 10px;
}
.comment-detail .comment-meta > span:after{
	content: "/";
	padding: 0 10px;
	display: inline-block;
}
.comment-detail .comment-meta > span:last-child:after{
	display: none;
}
.comment-detail .reply:empty ~ span .sep,
.comment-detail .comment-meta-right > span:empty{
	display: none;
}
.comment-detail .comment-meta-right{
	float: right; /* rtl */
}
.comment-detail .comment-meta-right > *{
	display: inline-block;
}
.comment-detail .comment-edit-link:before{
	content: "\e62c";
	font-family: 'Pe-icon-7-stroke';
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	letter-spacing: 0;
	position: relative;
	top: 2px;
	padding-right: 10px;/* rtl */
}
.comment-detail .reply a:before{
	position: relative;
	top: 2px;
	display: inline-block;
	content: "\e6ac";
	font-family: 'Pe-icon-7-stroke';
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0;
	padding-right: 10px;/* rtl */
}
#comment-nav-below{
	margin-bottom: 20px;
}
#comment-nav-below a{
	text-decoration: none;
}
#comment-wrapper .comment-edit-link{
	float: right;/* rtl */
	font-size: 12px;
	line-height: 14px;
}
#comment-wrapper{
	overflow: hidden;
	margin-bottom: 50px;
}
li #comment-wrapper{
	margin-top: 40px;
}
#comment-wrapper .info-wrapper{
	margin: 0 -10px;
	display: block;
	padding-bottom: 10px;
}
#comment-wrapper .info-wrapper:after{
	display: table;
	content: "";
	clear: both;
}
#comment-wrapper .info-wrapper > *{
	width: 33.3333%;
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
}
#comment-wrapper p.form-submit{
	clear: both;
	margin-top: 18px;
	display: inline-block;
	width: 100%;
}
#comment-wrapper p.form-submit .button{
	min-width: 170px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 5. REVOLUTION SLIDER --------------------------------------------------------------------------------------------------*/
body .tp-bullets{
	z-index: 990;
}
body.wpb-js-composer .vc_images_carousel .vc_carousel-control{
	opacity: 1;
}
body .theme-default .nivo-directionNav{
	top: 40%;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.theme-default .nivo-directionNav a:hover{
	text-decoration: none;
}
.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev{
	position: static !important;
}
.vc_images_carousel .vc_carousel-control,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a,
.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev{
	position: absolute;
	background: none !important;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center !important;
	font-size: 0;
	margin: 0;
	text-shadow: none;
	transition: 250ms ease 0s;
	text-indent: 0 !important;
	border: 0 !important;
	opacity: 1;
}
.vc_images_carousel .vc_carousel-control,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a{
	display: none !important;
}
.vc_images_carousel .vc_carousel-control{
	margin-top: -30px !important;
}
.vc_images_carousel .vc_left .icon-prev:before,
.vc_images_carousel .vc_right .icon-next:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
	font-family: 'FontAwesome' !important;
	font-weight: normal !important;/* default */
	display:inline-block;
	letter-spacing:0;
	font-size:80px;
	position: relative;
	z-index: 110;
	line-height: 60px;
	margin: 0 !important;
	transition: 250ms ease 0s;
	width: 100%;
}
.vc_images_carousel .vc_left .icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-prev:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-prev:before,
.theme-default .nivo-directionNav a.nivo-prevNav:before{
	content: "\f104" !important;/* rtl */
}
.vc_images_carousel .vc_right .icon-next:before,
.vc_images_carousel .vc_carousel-control .icon-next:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-next:before,
.theme-default .nivo-directionNav a.nivo-nextNav:before{
	content: "\f105" !important;/* rtl */
}
.vc_images_carousel .vc_left .icon-prev:after,
.vc_images_carousel .vc_right .icon-next:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{

}
/* Thumbnail */
.tp-bullets.tp-thumbs .thumb{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 6. CONTACT US ---------------------------------------------------------------------------------------------------------*/
.title-bottom-line{
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 22px;
}
.title-bottom-line:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
.wpcf7 .sumbit-contact{
	padding-top: 20px;
	clear: both;
	text-align: center;
}
.wpcf7 .sumbit-contact p{
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
	width: 120px;
}
body input.wpcf7-submit{
	min-width: 120px;
}
.wpcf7 p textarea{
	height: 150px;
}
div.wpcf7-response-output{
	margin: 0 0 10px 0;
	padding: 8px 15px;
	border: 0;
	display: inline-block;
	width: 100%;
	border-width: 2px;
	border-style: solid;
}
.wpcf7-not-valid-tip{
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
body input.wpcf7-submit{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
div.wpcf7-display-none{
	display: none;
}
div.wpcf7{
	margin-bottom: 20px !important;
}
.pp_pic_holder div.wpcf7{
	margin-bottom: 0 !important;
}
div.wpcf7 img.ajax-loader{
	margin: 5px 0 5px 10px;
}
div.screen-reader-response{
	color: #e94b4b;
}
div.screen-reader-response ul li{
	padding-bottom: 0;
}
div.screen-reader-response ul{
	margin: 0 0 20px 0;
}
.office-address,
.phone-numbers,
.email-address,
.fax-numbers{
	margin-bottom: 5px;
	position: relative;
	padding-left: 40px;/* rtl */
}
.office-address:before,
.phone-numbers:before,
.email-address:before,
.fax-numbers:before{
	font-size: 30px;
    font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	width: 30px;
	text-align: center;
}
.information .content-contact:before{
	font-size: 20px;
	width:24px;
}
.vertical-box:before{
	display: none !important;
}
.office-address:before,
.vertical-box.office-address h6:before{
	content: "\e638";
}
.phone-numbers:before,
.vertical-box.phone-numbers h6:before{
	content: "\e670";
}
.email-address:before,
.vertical-box.email-address h6:before{
	content: "\e639";
}
.fax-numbers:before,
.vertical-box.fax-numbers h6:before{
	content: "\e61f";
}
.vertical-box{
	text-align: center;
}
.vertical-box h6{
	padding-top: 100px;
	position: relative;
}
.vertical-box h6:before{
	font-size: 40px;
    font-family: 'Pe-icon-7-stroke';
	line-height: 80px;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	font-weight: normal;
}
.content-contact{
	padding-left: 40px; /* rtl */
	margin-bottom: 15px;
	display: inline-block;
}
.information .content-contact{
	padding-left: 30px;/* rtl */
	line-height: 24px;
}
.vertical-box .content-contact{
	padding: 0;
}
.form-contact-light *{
	color: #ffffff;
	border-color: #ffffff;
}
.form-contact-light .vertical-box h6:before{
	background: #ffffff;
	color: #000000;
}
.form-contact-light .contact-form select,
.form-contact-light .contact-form textarea,
html .form-contact-light .contact-form input[type="search"],
html .form-contact-light .contact-form input[type="text"],
html .form-contact-light .contact-form input[type="email"],
html .form-contact-light .contact-form input[type="password"],
html .form-contact-light .contact-form input[type="date"],
html .form-contact-light .contact-form input[type="number"],
html .form-contact-light .contact-form input[type="tel"]{
	background: transparent;
	color: #ffffff;
	border-color: rgba(255,255,255,0.7);
}
.form-contact-light .contact-form select:hover,
.form-contact-light .contact-form textarea:hover,
html .form-contact-light .contact-form input[type="search"]:hover,
html .form-contact-light .contact-form input[type="text"]:hover,
html .form-contact-light .contact-form input[type="email"]:hover,
html .form-contact-light .contact-form input[type="password"]:hover,
html .form-contact-light .contact-form input[type="date"]:hover,
html .form-contact-light .contact-form input[type="number"]:hover,
html .form-contact-light .contact-form input[type="tel"]:hover,
.form-contact-light .contact-form select:focus,
.form-contact-light .contact-form textarea:focus,
html .form-contact-light .contact-form input[type="search"]:focus,
html .form-contact-light .contact-form input[type="text"]:focus,
html .form-contact-light .contact-form input[type="email"]:focus,
html .form-contact-light .contact-form input[type="password"]:focus,
html .form-contact-light .contact-form input[type="date"]:focus,
html .form-contact-light .contact-form input[type="number"]:focus,
html .form-contact-light .contact-form input[type="tel"]:focus{
	border-color: rgba(255,255,255,1);
}
.form-contact-light input[type="submit"].button-primary:hover{
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
}
.group-contact-social .wpb_wrapper > p{
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 200px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 7. BLANK PAGE ---------------------------------------------------------------------------------------------------------*/
.page-template-blank-page-template #main-content{
	padding-left: 0;
	padding-right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 8. BUTTON NAVI SLIDER -------------------------------------------------------------------------------------------------*/
body .owl-carousel{
	z-index: 5;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-slider ul li{
	list-style: none;
}
.ts-slider.products .product,
.woocommerce .ts-slider.products .product{
	padding: 0;
}
.woocommerce .content-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.owl-dots{
	margin-top: 20px;
}
.ts-list-of-product-categories-wrapper .owl-dots{
	position: absolute;
	bottom: 15px;
	margin: 0;
	left: 50%;
	transform: translate(-50%,0);
}

/* Navi */
.banner-left .owl-dots,
.banner-right .owl-dots{
	bottom: 20px;
	top: auto;
	left: 50%;
	right: auto;
	transform: translate(-50%,0);
}
.ts-testimonial-wrapper .owl-nav > div,
.ts-twitter-slider .owl-nav > div{
	background: transparent;
}
.gallery .owl-dots,
.product-wrapper .owl-dots,
.ts-product .owl-dots{
	top: auto;
	bottom: 16px;
	left: 50%;
	right: auto;
	transform: translate(-50%,0);

}
.ts-product .products > .owl-controls .owl-dots{
	bottom: 0;
}
.widget .gallery .owl-dots,
.widget-container .gallery .owl-dots{
	bottom: 0;
	line-height: 0;
}
.owl-dots > div,
.owl-dots > div > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
	border-color: transparent;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-width: 3px;
	border-style: solid;
	position: relative;
	z-index: 9;
	margin: 6px;
	box-shadow: none;
	border-radius: 100%;
}
.owl-dots > div{
	width: 20px;
	height: 20px;
}
.owl-dots > div > span{
	margin: 0;
}
.owl-dots > div:not(.color) > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a{
	background: transparent;
}
.woocommerce .product figure .color-image img{
	z-index: -1 !important;
}
.woocommerce .product figure .color-image span:before,
.woocommerce .product figure .color span:before{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	content: "";
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}
body .theme-default .nivo-controlNav a{
	border-color: transparent;
}
.woocommerce .product figure .owl-controls .color-image.active span:before,
.woocommerce .product figure .owl-controls .color.active span:before,
.woocommerce .product figure .owl-controls .color-image span:hover:before,
.woocommerce .product figure .owl-controls .color span:hover:before{
	background: transparent;
	border-color: #fff;
}
.owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before,
body #fp-nav ul li a span:before,
body .fp-slidesNav ul li a span:before{
	border-color: transparent;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	content: "";
	transition: 250ms ease 0s;
	border-radius: 100%;
}
body .flex-control-nav li{
	margin: 0;
}
.owl-dots > div > span.active:before,
body #fp-nav ul li a span:before,
body .fp-slidesNav ul li a span:before,
body #fp-nav ul li a.active span:before,
body .fp-slidesNav ul li a.active span:before,
body #fp-nav ul li:hover a.active span:before,
body .fp-slidesNav ul li:hover a.active span:before,
body #fp-nav ul li:hover a span:before,
body .fp-slidesNav ul li:hover a span:before,
body .flex-control-paging li a.flex-active:before,
body .flex-control-paging li:hover a:before{

}
/* End Button Home SlideShow Full Page */
.banners .owl-dots > div > span:before,
.gallery .owl-dots > div > span:before,
.text-light .owl-dots > div > span:before,
body #fp-nav ul li a span:before,
body .fp-slidesNav ul li a span:before,
body .flex-control-paging li a:before{
	background: rgba(255,255,255,0.4);
}
.owl-dots > div.active > span,
body #fp-nav ul li a.active span,
body .fp-slidesNav ul li a.active span,
body .flex-control-paging li a.flex-active,
body .theme-default .nivo-controlNav a.active{
	cursor: default;
}
.banners .owl-dots > div:hover > span:before,
.banners .owl-dots > div.active > span:before,
.gallery .owl-dots > div:hover > span:before,
.gallery .owl-dots > div.active > span:before,
.text-light .owl-dots > div:hover > span:before,
.text-light .owl-dots > div.active > span:before,
body #fp-nav ul li a.active span:before,
body .fp-slidesNav ul li a.active span:before,
body #fp-nav ul li:hover a span:before,
body .fp-slidesNav ul li:hover a span:before,
body .flex-control-paging li a.flex-active:before,
body .flex-control-paging li a:hover:before,

.banners .owl-dots > div:hover > span,
.banners .owl-dots > div.active > span,
.gallery .owl-dots > div:hover > span,
.gallery .owl-dots > div.active > span,
.text-light .owl-dots > div:hover > span,
.text-light .owl-dots > div.active > span,
body #fp-nav ul li a.active span,
body .fp-slidesNav ul li a.active span,
body #fp-nav ul li:hover a span,
body .fp-slidesNav ul li:hover a span,
body .flex-control-paging li a.flex-active,
body .flex-control-paging li a:hover{
	background: #fff !important;
	border-color: #fff !important;
}
.widget-container .owl-nav,
.widget .owl-nav{
	top: -54px;
    border: 0;
    right: 0;/* rtl */
    background: transparent;
}
.owl-controls{
	text-align: center;
}
.owl-nav{
	top: 0;
	position: absolute;
	right: 0;/* rtl */
}
.ts-shortcode .owl-nav{
	top: 4px;
}
.nav-middle{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
}
.entry-format .owl-nav{
	margin-top: 0 !important;
}
.nav-middle .thumbnail:hover .owl-nav > div{
	visibility: visible;
}
.nav-middle .thumbnail .owl-nav:after,
.images-slider-wrapper .owl-nav:after,
.single-product-top-thumbnail-slider .owl-nav:after{
	display: none;
}
.nav-middle .thumbnail .owl-nav > div,
.images-slider-wrapper .owl-nav > div,
.single-product-top-thumbnail-slider .owl-nav > div{
	top: 50%;
	position: absolute;
	margin: -23px 0 0 0;
	border-width: 0;
	width: 46px;
	height: 46px;
	background: rgba(255,255,255,0.8);
	right: -60px;/* rtl */
}
.nav-middle .thumbnail .owl-nav > div:before,
.images-slider-wrapper .owl-nav > div:before,
.single-product-top-thumbnail-slider .owl-nav > div:before{
	line-height: 46px;
}
.nav-middle .thumbnail .owl-nav > .owl-prev,
.images-slider-wrapper .owl-nav > div.owl-prev{
	left: -60px;/* rtl */
}
body.nav-default .nav-middle .thumbnail:hover .owl-nav > .owl-next,
.images-slider-wrapper:hover .owl-nav > div.owl-next,
.single-product-top-thumbnail-slider:hover .owl-nav > div.owl-next{
	right: 0;/* rtl */
}
body.nav-default .nav-middle .thumbnail:hover .owl-nav > .owl-prev,
.images-slider-wrapper:hover .owl-nav > div.owl-prev,
.single-product-top-thumbnail-slider:hover .owl-nav > div.owl-prev{
	left: 0;/* rtl */
}
body.nav-circle .nav-middle .thumbnail:hover .owl-nav > .owl-next,
.nav-circle .images-slider-wrapper:hover .owl-nav > div.owl-next,
.nav-circle .single-product-top-thumbnail-slider:hover .owl-nav > div.owl-next{
	right: 5px;/* rtl */
}
body.nav-circle .nav-middle .thumbnail:hover .owl-nav > .owl-prev,
.nav-circle .images-slider-wrapper:hover .owl-nav > div.owl-prev,
.nav-circle .single-product-top-thumbnail-slider:hover .owl-nav > div.owl-prev{
	left: 5px;/* rtl */
}
.owl-nav > div.disabled{
	display: none !important;
}
.owl-nav{
	line-height: 0;
	margin-right: -10px;/* rtl */
}
.nav-circle .owl-nav{
	margin-right: -2px;/* rtl */
}
.owl-nav > div,
.prev-button,
.next-button{
	cursor: pointer;
	position: relative;
	width: 34px;
	height: 34px;
	z-index: 0;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	transition: 250ms ease 0s;
	letter-spacing: 0;
}
.prev-button:hover,
.next-button:hover{
	z-index: 6;
}
body .title-center.nav-top .owl-nav{
	position: static;
}
body .title-center.nav-top .owl-nav > div{
	position: absolute;
	top: -5px;
}
body .title-center.nav-top .owl-nav .owl-next{
	right: 0; /* rtl */
	left: auto;
}
body .title-center.nav-top .owl-nav .owl-prev{
	left: 0; /* rtl */
	right: auto;
}
body.nav-default .title-center.nav-top .owl-nav .owl-next{
	right: -10px; /* rtl */
	left: auto;
}
body.nav-default .title-center.nav-top .owl-nav .owl-prev{
	left: -10px; /* rtl */
	right: auto;
}
body .title-center.nav-top .owl-nav:after,
.images-slider-wrapper .owl-nav:after,
.images-thumbnails .owl-nav:after,
.single-product-top-thumbnail-slider .owl-nav:after,
.title-background-dark.nav-top .owl-nav:after{
	display: none;
}
body .hotspot-modal .modal-dialog .chevron{
	width: 40px;
	height: 40px;
}
body .hotspot-modal .modal-dialog .chevron{
	top: 50%;
	position: absolute;
	margin: -20px 0 0 0;
	border-width: 0;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	padding: 0;
	text-align: center;
}
.nav-circle .owl-nav > div,
.nav-circle .prev-button,
.nav-circle .next-button{
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
	margin: 0 2px;
}
.owl-nav > div:before,
.prev-button:before,
.next-button:before{
	line-height: 34px;
	font-family: 'Pe-icon-7-stroke';
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	transition: none;
	color: inherit;
}
.nav-default .owl-nav:after{
	position: absolute;
	content: "";
	width: 1px;
	border-width: 0 1px 0 0;
	border-style: solid;
	left: 50%;
	top: 4px;
	bottom: 4px;
}
.next-button:before{
	content: "\e684";/* rtl */
}
.prev-button:before{
	content: "\e686";/* rtl */
}
.owl-nav > div:hover{
	z-index: 2;
}
.owl-nav > div.owl-next:before,
body .hotspot-modal .modal-dialog .snptico-right-chevron:before{
	content: "\e684";/* rtl */
}
.owl-nav > div.owl-prev:before,
body .hotspot-modal .modal-dialog .snptico-left-chevron:before{
	content: "\e686";/* rtl */
}
.images-slider-wrapper .owl-nav > div:before,
body .hotspot-modal .modal-dialog .chevron:before,
.single-product-top-thumbnail-slider .owl-nav > div:before{
	line-height: 46px !important;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	font-size: 32px;
}
.images-thumbnails > .thumbnails .owl-carousel .owl-stage-outer{
	padding: 0;
}
.images-slider-wrapper .owl-nav,
.single-portfolio .thumbnail .owl-nav,
.single-product-top-thumbnail-slider .owl-nav{
	position: static;
	margin: 0;
}

/* BUTTON SLIDER */
.nav-middle .owl-nav > div{
	background: rgba(255,255,255,0.4);
	border-width: 0;
}
.nav-middle .owl-nav > div:hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.nav-middle .owl-nav > div{
	top: 50%;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	position: absolute;
	visibility: hidden;
	transition: 250ms ease 0s;
	margin-left: 0;
	margin-right: 0;
}
.nav-middle .owl-nav > div:before{
	line-height: 46px;
}
.nav-middle.middle-thumbnail .owl-nav > div{
	top: 38%;
}
.nav-middle.middle-thumbnail.has-availability-bar .owl-nav > div{
	top: 35%;
}
.nav-middle .owl-nav:after{
	display: none;
}
.single-portfolio .thumbnail .owl-nav > div:before{
	font-size: 24px;
	line-height: 46px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.single-portfolio .thumbnail .owl-nav > div{
	width: 46px !important;
	height: 46px !important;
	margin-top: -23px;
}
.images-slider-wrapper:hover .owl-nav > div,
.single-product-top-thumbnail-slider:hover .owl-nav > div,
body .nav-middle .products:hover .owl-nav > div,
body .nav-middle .items:hover .owl-nav > div{
	visibility: visible;
}
.single-product-top-thumbnail-slider .owl-nav > .owl-next,
body.nav-default .nav-middle .owl-nav .owl-next,
body.nav-circle .nav-middle .owl-nav .owl-next{
	right: -46px; /* rtl */
	left: auto;
}
.single-product-top-thumbnail-slider .owl-nav > .owl-prev,
body.nav-default .nav-middle .owl-nav .owl-prev,
body.nav-circle .nav-middle .owl-nav .owl-prev{
	left: -46px; /* rtl */
	right: auto;
}
.ts-instagram-shortcode.nav-middle .owl-nav > div,
.single-product-top-thumbnail-slider:hover .owl-nav > .owl-next,
body .nav-middle .products:hover .owl-nav .owl-next,
body .nav-middle .items:hover .owl-nav .owl-next{
	right: 0; /* rtl */
	left: auto;
}
.single-product-top-thumbnail-slider:hover .owl-nav > .owl-prev,
body .nav-middle .products:hover .owl-nav .owl-prev,
body .nav-middle .items:hover .owl-nav .owl-prev{
	left: 0; /* rtl */
	right: auto;
}
.nav-circle .single-product-top-thumbnail-slider:hover .owl-nav > .owl-next,
body.nav-circle .nav-middle .products:hover .owl-nav .owl-next,
body.nav-circle .nav-middle .items:hover .owl-nav .owl-next{
	right: 10px; /* rtl */
	left: auto;
}
.nav-circle .single-product-top-thumbnail-slider:hover .owl-nav > .owl-prev,
body.nav-circle .nav-middle .products:hover .owl-nav .owl-prev,
body.nav-circle .nav-middle .items:hover .owl-nav .owl-prev{
	left: 10px; /* rtl */
	right: auto;
}
.woocommerce .nav-middle .products,
.nav-middle .woocommerce .products,
.nav-middle .ts-shortcode .items{
	position: relative;
	overflow: hidden;
}
.nav-middle .owl-nav{
	position: static;
	margin: 0;
}

/* THUMBNAIL PRODUCT DETAIL */
.images-thumbnails > .thumbnails *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.thumbnails .thumbnails-container{
	position: relative;
	overflow: hidden;
}
.thumbnail-summary-scrolling .thumbnails .thumbnails-container{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.thumbnail-summary-scrolling .ts-video.auto-size{
	margin-bottom: 30px;
}
.vertical-thumbnail .thumbnails.has-video .thumbnails-container,
.vertical-thumbnail .thumbnails.has-360-gallery .thumbnails-container,
.vertical-thumbnail .thumbnails.has-share .thumbnails-container{
	margin: 0 0 15px 0;
	width: 100%;
}
.images-thumbnails .thumbnails-container a,
.vertical-thumbnail .thumbnails-container .caroufredsel_wrapper,
.vertical-thumbnail .thumbnails-container .caroufredsel_wrapper ul{
	width: 100% !important;
}
.images-thumbnails > .thumbnails .thumbnails-container a{
	margin: 0 !important;
}
.images-thumbnails > .thumbnails .thumbnails-container ul{
	margin: 0;
	position: relative;
}
.images-thumbnails > .thumbnails .thumbnails-container ul li{
	padding: 0;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .thumbnails-container ul li{
	margin-top: 20px;
}
.thumbnails .thumbnails-container ul li img{
	opacity: 0.4;
	transition: 250ms ease 0s;
}
.thumbnails .thumbnails-container ul li img:hover{
	opacity: 1;
}
div.product .images-thumbnails .owl-nav{
	border: 0;
	display: block;
	position: static !important;
}
div.product .images-thumbnails .owl-nav div{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: -32px;/* rtl */
	width: 32px !important;
	height: 32px !important;
	line-height: 30px;
	border-width: 0;
	visibility: hidden;
	opacity: 0;
	transition: 250ms ease 0s;
	background: rgba(255,255,255,0.9);
}
div.product .images-thumbnails .owl-nav div:hover,
.images-slider-wrapper .owl-nav div:hover,
.single-product-top-thumbnail-slider .owl-nav > div:hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
div.product .images-thumbnails .owl-controls div:before{
	line-height: 32px;
}
div.product .images-thumbnails .owl-controls div.owl-prev{
	left: -32px;/* rtl */
	right: auto;
}
div.product .thumbnails-container:hover .owl-controls div{
	visibility: visible;
	opacity: 1;
}
div.product .thumbnails-container:hover .owl-controls div.owl-next{
	right: 0;/* rtl */
}
div.product .thumbnails-container:hover .owl-controls div.owl-prev{
	left: 0;/* rtl */
}
/* Vertical thumbnail */
div.product.vertical-thumbnail .images-thumbnails .owl-nav div{
	bottom: -32px;
	top: auto;
	left: 50% !important;
	right: auto !important;
	margin: 0 0 0 -16px;
}
div.product.vertical-thumbnail .images-thumbnails .owl-controls div.owl-prev{
	top: -32px;
	bottom: auto;
}
div.product.vertical-thumbnail .thumbnails-container:hover .owl-controls div.owl-next{
	bottom: 0;
}
.nav-circle div.product.vertical-thumbnail .thumbnails-container:hover .owl-controls div.owl-next{
	bottom: 2px;
}
div.product.vertical-thumbnail .thumbnails-container:hover .owl-controls div.owl-prev{
	top: 0;
	bottom: auto;
}
.nav-circle div.product.vertical-thumbnail .thumbnails-container:hover .owl-controls div.owl-prev{
	top: 2px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next:before{
	content: "\e688";
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-prev:before{
	content: "\e682";
}

/* THUMBNAIL FIX BIG IMAGE */
div.product.thumbnail-summary-scrolling div.images-thumbnails div.thumbnails{
	margin-top: 30px;
}
.thumbnail-summary-scrolling .images-thumbnails ul li{
	width: 100%;
	margin-top: 30px;
}
.thumbnail-summary-scrolling .images-thumbnails ul li:first-child{
	margin-top: 0;
}
.thumbnail-summary-scrolling .images-thumbnails ul li img{
	opacity: 1 !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- III. FOOTER -------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
/* TO TOP BUTTON */
#to-top{
	position: fixed;
	right: 0; /* rtl */
	bottom: 0;
	transform: scale(0,0);
	width: 50px;
	height: 50px;
	display: inline-block;
	transition: 250ms ease 0s;
	text-align: center;
	cursor: pointer;
	border-radius: 100%;
	display: block !important;
	z-index: 999;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#to-top a{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	opacity: 0.7;
	text-decoration: none;
}
#to-top a:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	content: "\e682";
	font-size: 30px;
	line-height: 50px;
}
#to-top a:hover{
	text-decoration: none;
	opacity: 1;
}
#to-top.on{
	transform: scale(1,1);
}
.ts-footer-block .widget-container ul li > a:hover{
	text-decoration: underline;
}
/* Widget text infomation */
.widget-container ul.list-item,
.widget ul.list-item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px
}
/* Reset widget footer */
body .ts-footer-block{
	border: 0;
	padding: 20px 0;
	margin: 0;
}
body .end-footer .ts-footer-block,
body .ts-footer-block .widget-container{
	padding: 0;
}
footer ul li{
	list-style: none;
	padding: 8px 0;
}
footer ul li > a{
	text-decoration: none;
}
footer ul ul li{
	padding: 8px 0;
}
body #colophon .wpb_wrapper > .widget-title,
body #colophon .widget-title-wrapper{
	margin: 0 0 20px 0;
}
body #colophon .mailchimp-subscription .widget-title-wrapper{
	margin-bottom: 0;
}
body #colophon .widget-title{
	border-width: 0;
}
.footer-end-menu{
	margin: 0 -5px;
	display: block;
	text-align: right;/* rtl */
}
.footer-end-menu li{
	display: inline-block;
	padding: 0;
	margin:  4px 8px;
}
ul.no-padding li a:hover,
.footer-end-menu li a{
	text-decoration: none;
}

/* FOOTER INFO */
ul.info-content li{
	position: relative;
	list-style: none;
}
ul.info-content li:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	font-size: 20px;
	position: relative;
	top: 5px;
	letter-spacing: 0;
	display: inline-block;
	line-height: 14px;
	margin-right: 15px;/* rtl */
}
ul.info-content li.info-location:before{
	content: "\e638";
}
ul.info-content li.info-phone:before{
	content: "\e670";
}
ul.info-content li.info-email:before{
	content: "\e639";
}
ul.info-content li.info-fax:before{
	content: "\e61f";
}
.payment-right{
	text-align: right;
	margin-top:5px;
}
.social-right .social-icons{
	float: right; /* rtl */
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- IV. WIDGET --------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.filter-widget-area{
	margin-bottom: 50px;
	background: rgba(155,155,155,0.1);
}
.filter-widget-area > .widget-title-wrapper{
	margin-bottom: 0;
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
}
.filter-widget-area .widget-container{
	margin-bottom: 0 !important;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(100,100,100,0.2);
	padding: 20px;
}
.filter-widget-area .widget-container .widget-title{
	font-size: 100%;
}
.filter-widget-area .widget_price_filter,
.filter-widget-area .product-filter-by-color{
	padding-bottom: 20px;
}
.filter-widget-area .widget_categories > ul > li,
.filter-widget-area .widget_pages > ul > li,
.filter-widget-area .widget_nav_menu .menu-menu-main-container > ul > li,
.filter-widget-area .widget-container ul.product-categories > li{
	border-color: rgba(120,120,120,0.1);
}
.filter-widget-area .widget_categories{
	padding-top: 30px;
}
.filter-widget-area .widget-container:last-child{
	border-width: 0;
	padding-bottom: 30px;
}
.filter-widget-area .widget-container .widget-title,
.top-filter-widget-area .widget-container .widget-title{
	border-width: 0;
	padding: 0;
	text-transform: none;
}
.filter-widget-area > .widget-title-wrapper .widget-title{
	margin: 0;
}
.filter-widget-area .widget-container .widget-title-wrapper{
	margin-bottom: 10px;
	padding-bottom: 0;
	border-width: 0;
}
.filter-widget-area .widget_categories .widget-title-wrapper{
	margin-bottom: 25px;
}
.widget-title a.rsswidget{
	line-height: 14px;
	display: inline-block;
}
.widget_display_search .widget-title,
.widget_product_search .widget-title,
.widget_search .widget-title{
	margin: 0;
	padding-top: 0;
}
.ts-recent-comments-widget.has-nav .widget-title,
.ts-blogs-widget.has-nav .widget-title,
.ts-products-widget.has-nav .widget-title,
.ts-products-widget.has-nav .widgettitle{
	margin-right: 60px;/* rtl */
}
.theme-title .heading-title,
.comments-title .heading-title,
#comment-wrapper .heading-title,
.widget-container .widget-title-wrapper{
	margin: 0;
	display: block;
	border-width: 0 0 2px 0;
	border-style: solid;
	padding-bottom: 4px;
}
.widget-container .widget-title-wrapper,
.widget-title-wrapper{
	margin-bottom: 20px;
}
.widget-container .widget-title{
	margin: 0;
	display: inline-block;
}
.vc_col-sm-12 .style-vertical .widget-title-wrapper .widget-title{
	padding-left: 0;
	padding-right: 20px;/* rtl */
}
.vc_col-sm-12 .style-vertical .widget-title-wrapper .widget-title:after{
	top: 6px;
	bottom: 6px;
	border-width: 0 2px 0 0;
	border-style: solid;
	right: 0;/* rtl */
	left: auto;
	content: "";
    width: 1px;
    position: absolute;
}
.vc_col-sm-12 .style-vertical .widget-title-wrapper{
	padding-bottom: 0;
	border-width: 0;
}
footer .widget-container .widget-title-wrapper{
	padding-bottom: 0;
	border-width: 0;
}

/* Fix margin li top */
.widget_categories > ul,
.widget-container ul.product-categories,
.widget_pages > ul,
.widget_recent_entries > ul,
.widget_recent_comments > ul,
.widget_archive > ul,
.widget_display_forums > ul,
.widget_display_topics > ul,
.widget_display_replies > ul,
.widget_meta > ul,
.widget_nav_menu .menu-menu-main-container > ul,
.widget_rss > ul,
.woocommerce .widget_rating_filter ul{
	margin-bottom: 0;
}
.ts-instagram-widget .ts-instagram-wrapper{
	margin-top: -3px;
}
.yith-woocompare-widget ul.products-list{
	margin-top: -5px;
}
.widget-container select,
.widget-container .select2-container--default .select2-selection--single .select2-selection__rendered{
	
}
.widget-container input[type="text"],
.widget-container input[type="search"],
.widget-container input[type="text"],
.widget-container input[type="email"],
.widget-container input[type="password"],
.widget-container input[type="date"],
.widget-container input[type="number"]
.widget-container input[type="tel"]{
	
}
.widget .widgettitle{
	margin-bottom: 0;
}
.widget-container{
	margin: 0 0 30px 0;
	clear: both;
	position: relative;
}
.ts-sidebar .widget-container{
	margin-bottom: 50px;
}
.end-footer .widget-container{
	margin: 0;
}
.widget-container fieldset{
	padding: 0;
}
.widget-container > ul ol,
.widget-container > ul ul{
	margin-left: 10px;/* rtl */
}
.widget-container ul ul{
	display: block;
	margin: 10px 0 8px 20px /* rtl */
}
.widget-container ul ul ul{
	margin-bottom: 0;
}
.widget-container ul li{
	list-style: none;
	padding: 5px 0;
}
.widget-container ul ul li{
	padding: 5px 0;
}
.widget-container ul li:first-child{
	padding-top: 0;
	margin-top: 0;
}
.widget-container ul li:last-child,
.widget-container ul ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget-container ul li  > a:hover{
	text-decoration: none;
}
.widget_nav_menu > div > ul li.fa:before{
	margin-right: 5px;/* rtl */
	display: inline-block;
}
.widget-container ul ul li > a{
	position: relative
}
li.fa:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. WIDGET SUBSCRIPTION --------------------------------------------------------------------------------------------*/
.mailchimp-subscription{
	position: relative;
	overflow: hidden;
}
footer .mailchimp-subscription input[type="email"]:hover,
footer .mailchimp-subscription input[type="email"]:focus,
footer .mailchimp-subscription input[type="tel"]:hover,
footer .mailchimp-subscription input[type="tel"]:focus{
	opacity: 1;
}
.mailchimp-subscription input[type="email"],
.mailchimp-subscription input[type="tel"]{
	background: transparent;
	padding-top: 7px;
	padding-bottom: 7px;
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.mailchimp-subscription .newsletter{
	display: block;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.newsletter p{
	margin-bottom: 0;
}
.mailchimp-subscription .mc4wp-alert{
	margin: 5px 0 0 0;
}
.mailchimp-subscription .mc4wp-alert p{
	margin: 0;
}
.mailchimp-subscription .processing button.button i,
.widget_mc4wp_form_widget .processing button.button i{
	-webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
	display: inline-block !important;
}
.mailchimp-subscription .processing button.button i:before,
.widget_mc4wp_form_widget .processing button.button i:before{
	content: "\e61c";
}
.style-horizontal .mailchimp-subscription .processing button.button i,
.vertical-default .mailchimp-subscription .processing button.button i,
.ts-mailchimp-subscription-shortcode .mailchimp-subscription button.button i{
	display: inline-block;
}
.mailchimp-subscription button.button i,
.style-horizontal .mailchimp-subscription button.button i,
.vertical-default .mailchimp-subscription button.button i,
.widget_mc4wp_form_widget .mc4wp-form-fields button.button i{
	display: none;
}
.style-vertical .mailchimp-subscription .processing button.button i{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.style-vertical.vertical-default .mailchimp-subscription .processing button.button i,
.style-horizontal .mailchimp-subscription .processing button.button i{
	margin-left: 0 !important;
	margin-right: 5px !important;/* rtl */
}
.mailchimp-subscription .mc4wp-error a{
	text-decoration: underline;
}
.mailchimp-subscription .mc4wp-error,
.mailchimp-subscription .mc4wp-success{
	display: inline-block;
	position: relative;
	padding-left: 20px;/* rtl */
}
.mailchimp-subscription .mc4wp-error:before,
.mailchimp-subscription .mc4wp-success:before{
	top: -10px;
	background: none;
	line-height: 18px;
	border-radius: 0;
	position: absolute;
	left: 0;/* rtl */
	font-size: 15px;
	background: none;
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	height: 20px;
	width: 20px;
	text-shadow: none;
	padding: 10px 0;
	box-shadow: none;
	content: "\f00d";
}
.mailchimp-subscription .mc4wp-success:before{
	content: "\f00c";
}
.mailchimp-subscription .subscribe-email{
	position: relative;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. TAG CLOUD ------------------------------------------------------------------------------------------------------*/
.tagcloud{
	overflow: hidden;
	margin: 0 -5px;
}
.tagcloud a{
	margin: 5px;
	display: block;
	padding: 2px 10px;
	border-width: 1px;
	border-style: solid;
	line-height: 30px;
	float: left;/* rtl */
}
.tagcloud a,
.tagcloud a:hover{
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. WIDGET SOCIAL --------------------------------------------------------------------------------------------------*/
.ts-aligncenter .ts-social-icons,
.ts-alignright .ts-social-icons,
.ts-alignleft .ts-social-icons{
	display:inline-block;
	margin: 0;
}
.ts-social-icons .social-icons{
	display: block;
}
.blank-page-template .ts-social-icons .social-icons{
	width: auto;
	margin-bottom: 10px;
}
.ts-social-icons .social-icons:after,
.ts-social-icons:after,
.ts-social-icons .list-icons:after{
	display: table;
	clear: both;
	content: "";
}
.ts-social-icons .list-icons{
	margin: 0 -4px;
	display: block;
}
.ts-aligncenter .ts-social-icons .list-icons{
	display: inline-block;
}
.ts-social-icons .social-icons li{
	position: relative;
}
.ts-social-icons .social-icons:not(.style-vertical) li{
	float: left;/* rtl */
}
.ts-social-icons .social-icons:not(.style-vertical) li{
	text-align: center;
	padding: 0 !important;
	display: block;
}
.ts-social-icons .social-icons:not(.style-vertical) li a{
	width: 34px;
	height: 34px;
	display: block;
	transition: none;
}
.ts-social-icons .social-icons.style-vertical.style-vertical-multicolor li{
	padding: 3px 0;
}
.vc_col-sm-12 .ts-social-icons .social-icons.style-icon li i{
	line-height: 40px;
	font-size: 18px;
}
.vc_col-sm-12 .ts-social-icons .social-icons.style-icon li a{
	height: 40px;
	width: 40px;
}
.ts-social-icons .style-vertical.style-vertical-multicolor li i{
	width: 30px;
	height: 30px;
	transition: 250ms ease 0s;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	line-height: 28px;
}
.ts-social-icons .social-icons:not(.style-vertical) li a:before{
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
}
.ts-social-icons .social-icons.style-icon li a:before{
	display:none !important;
}
footer .style-opacity-circle.social-icons:not(.style-vertical) li a:before{
	opacity: 0.3;
	border-width: 0;
}
footer .style-opacity-circle.social-icons:not(.style-vertical) li:hover a:before,
.style-opacity-circle.social-icons:not(.style-vertical) li:hover a:before{
	opacity: 0;
}
.ts-social-icons .social-icons:not(.style-vertical) .ts-tooltip{
	display: none;
	color: #fff;
	position: absolute;
	content: "";
	top: -32px;
	left: 50%;
	margin-left: -30px;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 2px 5px;
	line-height: 16px;
	width: 60px;
	font-size: 9px;
	transition: 250ms ease 0s;
}
.ts-social-icons .social-icons li a:hover .ts-tooltip{
	z-index: 999;
}
.ts-social-icons .show-tooltip.social-icons:not(.style-vertical) .ts-tooltip{
	display: inline-block;
}
.ts-social-icons .social-icons.style-vertical .ts-tooltip{
	width: auto;
	height: auto;
	margin: 0;
}
.ts-social-icons .social-icons:not(.style-vertical) .ts-tooltip:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 12px;
	margin-left: -3px;
}
.ts-social-icons .social-icons:not(.style-vertical) li a:hover .ts-tooltip{
	opacity: 1;
	top: -26px;
	visibility: visible;
}
.ts-social-icons .social-icons li{
	margin: 0 4px 8px 4px;
	float: left;/* rtl */
}
.ts-social-icons .social-icons.style-vertical li{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}
.ts-social-icons li i{
	line-height: 34px;
	width: auto;
	height: auto;
	margin: 0;
}
.ts-social-icons .style-vertical li i{
	line-height:24px;
	margin-right: 15px /* rtl */
}
.ts-social-icons .social-desc{
	margin-bottom: 20px;
}
/* Text Color */
.ts-social-icons .social-icons.style-vertical li.facebook a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.facebook a:hover{
	color: #3B5998;
}
.ts-social-icons .social-icons.style-vertical li.twitter a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.twitter a:hover{
	color: #2CAAE1;
}
.ts-social-icons .social-icons.style-vertical li.flickr a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.flickr a:hover{
	color: #E30761;
}
.ts-social-icons .social-icons.style-vertical li.vimeo a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.vimeo a:hover{
	color: #17B3E8;
}
.ts-social-icons .social-icons.style-vertical li.mailchimp a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.mailchimp a:hover{
	color: #CC181E;
}
.ts-social-icons .social-icons.style-vertical li.youtube a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.youtube a:hover{
	color: #CC181E;
}
.ts-social-icons .social-icons.style-vertical li.viber a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.viber a:hover{
	color: #7C529E;
}
.ts-social-icons .social-icons.style-vertical li.skype a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.skype a:hover{
	color: #009EE5;
}
.ts-social-icons .social-icons.style-vertical li.instagram a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.instagram a:hover{
	color: #125688;
}
.ts-social-icons .social-icons.style-vertical li.feedburner a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.feedburner a:hover{
	color: #176DBA;
}
.ts-social-icons .social-icons.style-vertical li.linkedin a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.linkedin a:hover{
	color: #176DBA;
}
.ts-social-icons .social-icons.style-vertical li.wordpress a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.wordpress a:hover{
	color: #21759B;
}
.ts-social-icons .social-icons.style-vertical li.pinterest a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.pinterest a:hover{
	color: #cb2027;
}
.ts-social-icons .social-icons.style-vertical li.reddit a:hover,
footer#colophon .ts-social-icons .social-icons.style-vertical li.reddit a:hover{
	color: #516AE8;
}

/* Background Light */
body .ts-social-icons .style-opacity-light-circle li a,
footer#colophon .ts-social-icons .style-opacity-light-circle li a{
	background: rgba(255,255,255,0.4);
	color: #ffffff;
	border-radius: 100%;
}
.ts-social-icons .style-round li a,
.ts-social-icons .style-round li a:before,
.ts-social-icons .style-circle li a,
.ts-social-icons .style-circle li a:before,
.ts-social-icons .style-opacity-circle li a,
.ts-social-icons .style-opacity-circle li a:before,
.ts-social-icons .social-icons.style-icon li a,
.ts-social-icons .style-circle-multicolor li a,
.ts-social-icons .style-circle-multicolor li a:before,
.ts-social-icons .style-vertical-multicolor li a i,
.ts-social-icons .style-opacity-light-circle li a,
.ts-social-icons .style-opacity-light-circle li a:before{
	border-radius: 100%;
}
.ts-social-icons .style-opacity-light-circle li a:before{
	display: none;
}
.ts-social-icons .social-icons:not(.style-vertical) li.facebook a span,
.ts-social-icons .style-circle-multicolor li.facebook a,
footer#colophon .ts-social-icons .style-circle-multicolor li.facebook a,
.ts-social-icons .style-vertical-multicolor li.facebook a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.facebook a i{
	background-color: #3B5998;
}
.ts-social-icons .social-icons:not(.style-vertical) li.twitter a span,
.ts-social-icons .style-circle-multicolor li.twitter a,
footer#colophon .ts-social-icons .style-circle-multicolor li.twitter a,
.ts-social-icons .style-vertical-multicolor li.twitter a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.twitter a i{
	background-color: #2CAAE1;
}
.ts-social-icons .social-icons:not(.style-vertical) li.flickr a span,
.ts-social-icons .style-circle-multicolor li.flickr a,
footer#colophon .ts-social-icons .style-circle-multicolor li.flickr a,
.ts-social-icons .style-vertical-multicolor li.flickr a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.flickr a i{
	background-color: #E30761;
}
.ts-social-icons .social-icons:not(.style-vertical) li.vimeo a span,
.ts-social-icons .style-circle-multicolor li.vimeo a,
footer#colophon .ts-social-icons .style-circle-multicolor li.vimeo a,
.ts-social-icons .style-vertical-multicolor li.vimeo a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.vimeo a i{
	background-color: #17B3E8;
}
.ts-social-icons .social-icons:not(.style-vertical) li.mailchimp a span,
.ts-social-icons .style-circle-multicolor li.mailchimp a,
footer#colophon .ts-social-icons .style-circle-multicolor li.mailchimp a,
.ts-social-icons .style-vertical-multicolor li.mailchimp a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.mailchimp a i{
	background-color: #176DBA;
}
.ts-social-icons .social-icons:not(.style-vertical) li.youtube a span,
.ts-social-icons .style-circle-multicolor li.youtube a,
footer#colophon .ts-social-icons .style-circle-multicolor li.youtube a,
.ts-social-icons .style-vertical-multicolor li.youtube a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.youtube a i{
	background-color: #CC181E;
}
.ts-social-icons .social-icons:not(.style-vertical) li.viber a span,
.ts-social-icons .style-circle-multicolor li.viber a,
footer#colophon .ts-social-icons .style-circle-multicolor li.viber a,
.ts-social-icons .style-vertical-multicolor li.viber a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.viber a i{
	background-color: #7C529E;
}
.ts-social-icons .social-icons:not(.style-vertical) li.skype a span,
.ts-social-icons .style-circle-multicolor li.skype a,
footer#colophon .ts-social-icons .style-circle-multicolor li.skype a,
.ts-social-icons .style-vertical-multicolor li.skype a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.skype a i{
	background-color: #009EE5;
}
.ts-social-icons .social-icons:not(.style-vertical) li.instagram a span,
.ts-social-icons .style-circle-multicolor li.instagram a,
footer#colophon .ts-social-icons .style-circle-multicolor li.instagram a,
.ts-social-icons .style-vertical-multicolor li.instagram a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.instagram a i{
	background-color: #125688;
}
.ts-social-icons .social-icons:not(.style-vertical) li.feedburner a span,
.ts-social-icons .style-circle-multicolor li.feedburner a,
footer#colophon .ts-social-icons .style-circle-multicolor li.feedburner a,
.ts-social-icons .style-vertical-multicolor li.feedburner a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.feedburner a i{
	background-color: #176DBA;
}
.ts-social-icons .social-icons:not(.style-vertical) li.linkedin a span,
.ts-social-icons .style-circle-multicolor li.linkedin a,
footer#colophon .ts-social-icons .style-circle-multicolor li.linkedin a,
.ts-social-icons .style-vertical-multicolor li.linkedin a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.linkedin a i{
	background-color: #176DBA;
}
.ts-social-icons .social-icons:not(.style-vertical) li.wordpress a span,
.ts-social-icons .style-circle-multicolor li.wordpress a,
footer#colophon .ts-social-icons .style-circle-multicolor li.wordpress a,
.ts-social-icons .style-vertical-multicolor li.wordpress a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.wordpress a i{
	background-color: #21759B;
}
.ts-social-icons .social-icons:not(.style-vertical) li.pinterest a span,
.ts-social-icons .style-circle-multicolor li.pinterest a,
footer#colophon .ts-social-icons .style-circle-multicolor li.pinterest a,
.ts-social-icons .style-vertical-multicolor li.pinterest a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.pinterest a i{
	background-color: #cb2027;
}
.ts-social-icons .social-icons:not(.style-vertical) li.reddit a span,
.ts-social-icons .style-circle-multicolor li.reddit a,
footer#colophon .ts-social-icons .style-circle-multicolor li.reddit a,
.ts-social-icons .style-vertical-multicolor li.reddit a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.reddit a i{
	background-color: #516AE8;
}

body .ts-social-icons .style-circle-multicolor li a,
footer#colophon .ts-social-icons .style-circle-multicolor li a,
body .ts-social-icons .style-vertical-multicolor li a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li a i,
.ts-social-icons .social-icons:not(.style-vertical) li a:hover,
footer#colophon .ts-social-icons .social-icons:not(.style-vertical) li a:hover{
	color: #ffffff;
}

.ts-social-icons .style-circle-multicolor li.facebook a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.facebook a:hover,
.ts-social-icons .style-vertical-multicolor li.facebook a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.facebook a:hover i,
.ts-social-icons li.facebook a span:before{
	color: #3B5998;
}
.ts-social-icons .style-circle-multicolor li.twitter a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.twitter a:hover,
.ts-social-icons .style-vertical-multicolor li.twitter a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.twitter a:hover i,
.ts-social-icons li.twitter a span:before{
	color: #2CAAE1;
}
.ts-social-icons .style-circle-multicolor li.flickr a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.flickr a:hover,
.ts-social-icons .style-vertical-multicolor li.flickr a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.flickr a:hover i,
.ts-social-icons li.flickr a span:before{
	color: #E30761;
}
.ts-social-icons .style-circle-multicolor li.vimeo a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.vimeo a:hover,
.ts-social-icons .style-vertical-multicolor li.vimeo a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.vimeo a:hover i,
.ts-social-icons li.vimeo a span:before{
	color: #17B3E8;
}
.ts-social-icons .style-circle-multicolor li.mailchimp a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.mailchimp a:hover,
.ts-social-icons .style-vertical-multicolor li.mailchimp a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.mailchimp a:hover i,
.ts-social-icons li.mailchimp a span:before{
	color: #176DBA;
}
.ts-social-icons .style-circle-multicolor li.youtube a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.youtube a:hover,
.ts-social-icons .style-vertical-multicolor li.youtube a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.youtube a:hover i,
.ts-social-icons li.youtube a span:before{
	color: #CC181E;
}
.ts-social-icons .style-circle-multicolor li.viber a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.viber a:hover,
.ts-social-icons .style-vertical-multicolor li.viber a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.viber a:hover i,
.ts-social-icons li.viber a span:before{
	color: #7C529E;
}
.ts-social-icons .style-circle-multicolor li.skype a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.skype a:hover,
.ts-social-icons .style-vertical-multicolor li.skype a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.skype a:hover i,
.ts-social-icons li.skype a span:before{
	color: #009EE5;
}
.ts-social-icons .style-circle-multicolor li.instagram a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.instagram a:hover,
.ts-social-icons .style-vertical-multicolor li.instagram a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.instagram a:hover i,
.ts-social-icons li.instagram a span:before{
	color: #125688;
}
.ts-social-icons .style-circle-multicolor li.feedburner a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.feedburner a:hover,
.ts-social-icons .style-vertical-multicolor li.feedburner a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.feedburner a:hover i,
.ts-social-icons li.feedburner a span:before{
	color: #176DBA;
}
.ts-social-icons .style-circle-multicolor li.linkedin a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.linkedin a:hover,
.ts-social-icons .style-vertical-multicolor li.linkedin a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.linkedin a:hover i,
.ts-social-icons li.linkedin a span:before{
	color: #176DBA;
}
.ts-social-icons .style-circle-multicolor li.wordpress a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.wordpress a:hover,
.ts-social-icons .style-vertical-multicolor li.wordpress a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.wordpress a:hover i,
.ts-social-icons li.wordpress a span:before{
	color: #21759B;
}
.ts-social-icons .style-circle-multicolor li.pinterest a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.pinterest a:hover,
.ts-social-icons .style-vertical-multicolor li.pinterest a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.pinterest a:hover i,
.ts-social-icons li.pinterest a span:before{
	color: #cb2027;
}
.ts-social-icons .style-circle-multicolor li.reddit a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li.reddit a:hover,
.ts-social-icons .style-vertical-multicolor li.reddit a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.reddit a:hover i,
.ts-social-icons li.reddit a span:before{
	color: #516AE8;
}
.ts-social-icons .style-circle-multicolor li a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor li a:hover,
.ts-social-icons .style-vertical-multicolor li a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li a:hover i{
	background: transparent !important;
}
.ts-social-icons .social-icons:not(.style-vertical) li.facebook a:hover,
footer#colophon .social-icons:not(.style-vertical) li.facebook a:hover{
	background-color: #3B5998;
	border-color: #3B5998;
}
.ts-social-icons .style-circle-multicolor li.facebook a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.facebook a:before,
.ts-social-icons .style-vertical-multicolor li.facebook a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.facebook a i,
.ts-social-icons .social-icons:not(.style-vertical) li.facebook a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.facebook a:hover:before{
	border-color: #3B5998;
}
.ts-social-icons .social-icons:not(.style-vertical) li.twitter a:hover,
footer#colophon .social-icons:not(.style-vertical) li.twitter a:hover{
	background-color: #2CAAE1;
	border-color: #2CAAE1;
}
.ts-social-icons .style-circle-multicolor li.twitter a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.twitter a:before,
.ts-social-icons .style-vertical-multicolor li.twitter a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.twitter a i,
.ts-social-icons .social-icons:not(.style-vertical) li.twitter a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.twitter a:hover:before{
	border-color: #2CAAE1;
}
.ts-social-icons .social-icons:not(.style-vertical) li.flickr a:hover,
footer#colophon .social-icons:not(.style-vertical) li.flickr a:hover{
	background-color: #E30761;
	border-color: #E30761;
}
.ts-social-icons .style-circle-multicolor li.flickr a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.flickr a:before,
.ts-social-icons .style-vertical-multicolor li.flickr a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.flickr a i,
.ts-social-icons .social-icons:not(.style-vertical) li.flickr a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.flickr a:hover:before{
	border-color: #E30761;
}
.ts-social-icons .social-icons:not(.style-vertical) li.vimeo a:hover,
footer#colophon .social-icons:not(.style-vertical) li.vimeo a:hover{
	background-color: #17B3E8;
	border-color: #17B3E8;
}
.ts-social-icons .style-circle-multicolor li.vimeo a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.vimeo a:before,
.ts-social-icons .style-vertical-multicolor li.vimeo a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.vimeo a i,
.ts-social-icons .social-icons:not(.style-vertical) li.vimeo a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.vimeo a:hover:before{
	border-color: #17B3E8;
}
.ts-social-icons .social-icons:not(.style-vertical) li.mailchimp a:hover,
footer#colophon .social-icons:not(.style-vertical) li.mailchimp a:hover{
	background-color: #176DBA;
	border-color: #176DBA;
}
.ts-social-icons .style-circle-multicolor li.mailchimp a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.mailchimp a:before,
.ts-social-icons .style-vertical-multicolor li.mailchimp a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.mailchimp a i,
.ts-social-icons .social-icons:not(.style-vertical) li.mailchimp a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.mailchimp a:hover:before{
	border-color: #176DBA;
}
.ts-social-icons .social-icons:not(.style-vertical) li.youtube a:hover,
footer#colophon .social-icons:not(.style-vertical) li.youtube a:hover{
	background-color: #CC181E;
	border-color: #CC181E;
}
.ts-social-icons .style-circle-multicolor li.youtube a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.youtube a:before,
.ts-social-icons .style-vertical-multicolor li.youtube a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.youtube a i,
.ts-social-icons .social-icons:not(.style-vertical) li.youtube a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.youtube a:hover:before{
	border-color: #CC181E;
}
.ts-social-icons .social-icons:not(.style-vertical) li.viber a:hover,
footer#colophon .social-icons:not(.style-vertical) li.viber a:hover{
	background-color: #7C529E;
	border-color: #7C529E;
}
.ts-social-icons .style-circle-multicolor li.viber a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.viber a:before,
.ts-social-icons .style-vertical-multicolor li.viber a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.viber a i,
.ts-social-icons .social-icons:not(.style-vertical) li.viber a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.viber a:hover:before{
	border-color: #7C529E;
}
.ts-social-icons .social-icons:not(.style-vertical) li.skype a:hover,
footer#colophon .social-icons:not(.style-vertical) li.skype a:hover{
	background-color: #009EE5;
	border-color: #009EE5;
}
.ts-social-icons .style-circle-multicolor li.skype a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.skype a:before,
.ts-social-icons .style-vertical-multicolor li.skype a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.skype a i,
.ts-social-icons .social-icons:not(.style-vertical) li.skype a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.skype a:hover:before{
	border-color: #009EE5;
}
.ts-social-icons .social-icons:not(.style-vertical) li.instagram a:hover,
footer#colophon .social-icons:not(.style-vertical) li.instagram a:hover{
	background-color: #125688;
	border-color: #125688;
}
.ts-social-icons .style-circle-multicolor li.instagram a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.instagram a:before,
.ts-social-icons .style-vertical-multicolor li.instagram a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.instagram a i,
.ts-social-icons .social-icons:not(.style-vertical) li.instagram a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.instagram a:hover:before{
	border-color: #125688;
}
.ts-social-icons .social-icons:not(.style-vertical) li.feedburner a:hover,
footer#colophon .social-icons:not(.style-vertical) li.feedburner a:hover{
	background-color: #176DBA;
	border-color: #176DBA;
}
.ts-social-icons .style-circle-multicolor li.feedburner a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.feedburner a:before,
.ts-social-icons .style-vertical-multicolor li.feedburner a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.feedburner a i,
.ts-social-icons .social-icons:not(.style-vertical) li.feedburner a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.feedburner a:hover:before{
	border-color: #176DBA;
}
.ts-social-icons .social-icons:not(.style-vertical) li.linkedin a:hover,
footer#colophon .social-icons:not(.style-vertical) li.linkedin a:hover{
	background-color: #0177B5;
	border-color: #0177B5;
}
.ts-social-icons .style-circle-multicolor li.linkedin a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.linkedin a:before,
.ts-social-icons .style-vertical-multicolor li.linkedin a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.linkedin a i,
.ts-social-icons .social-icons:not(.style-vertical) li.linkedin a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.linkedin a:hover:before{
	border-color: #0177B5;
}
.ts-social-icons .social-icons:not(.style-vertical) li.wordpress a:hover,
footer#colophon .social-icons:not(.style-vertical) li.wordpress a:hover{
	background-color: #21759B;
	border-color: #21759B;
}
.ts-social-icons .style-circle-multicolor li.wordpress a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.wordpress a:before,
.ts-social-icons .style-vertical-multicolor li.wordpress a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.wordpress a i,
.ts-social-icons .social-icons:not(.style-vertical) li.wordpress a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.wordpress a:hover:before{
	border-color: #21759B;
}
.ts-social-icons .social-icons:not(.style-vertical) li.pinterest a:hover,
footer#colophon .social-icons:not(.style-vertical) li.pinterest a:hover{
	background-color: #cb2027;
	border-color: #cb2027;
}
.ts-social-icons .style-circle-multicolor li.pinterest a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.pinterest a:before,
.ts-social-icons .style-vertical-multicolor li.pinterest a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.pinterest a i,
.ts-social-icons .social-icons:not(.style-vertical) li.pinterest a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.pinterest a:hover:before{
	border-color: #cb2027;
}
.ts-social-icons .social-icons:not(.style-vertical) li.reddit a:hover,
footer#colophon .social-icons:not(.style-vertical) li.reddit a:hover{
	background-color: #516AE8;
	border-color: #516AE8;
}
.ts-social-icons .style-circle-multicolor li.reddit a:before,
footer#colophon .ts-social-icons .style-circle-multicolor li.reddit a:before,
.ts-social-icons .style-vertical-multicolor li.reddit a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.reddit a i,
.ts-social-icons .social-icons:not(.style-vertical) li.reddit a:hover:before,
footer#colophon .social-icons:not(.style-vertical) li.reddit a:hover:before{
	border-color: #516AE8;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. FILTER BY PRICE ------------------------------------------------------------------------------------------------*/
.woocommerce .widget_price_filter form{
	padding-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	background-image: none;
	box-shadow: none;
	border-radius: 0;
	height: 4px;
	position: relative;
	z-index: 1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	margin-left: 2px;/* rtl */
	margin-right: 7px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	z-index: 1;
	content: "";
	background: #c2c2c2;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: #e5e5e5;
	border-radius: 0;
	direction: ltr;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width: 16px;
	height: 16px;
	border-width: 1px;
	border-style: solid;
	margin-left: -5px;
	top: -6px;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
	content: "";
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	top: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #e5e5e5;
	border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider{
	margin-left: 2px;
	margin-right: 2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
	margin-left: -5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount{
	padding-top: 5px;
}
.woocommerce .widget-container .price_slider_amount{
	position: relative
}
.woocommerce .widget-container .price_slider_amount .price_label{
	margin: 2px 0;
	float: left;/* rtl */
	font-size: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	float: right;/* rtl */
	font-size: 10px;
	line-height: 14px;
	padding: 7px;
	min-width: 70px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	color: #282828;
	background: rgba(255,255,255,0.5)
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
	background: #282828;
	color: #ffffff;
	border-color: #282828;
}
.woocommerce .widget_price_filter .price_slider_amount{
	text-align: left; /* rtl */
	float: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 5. FILTER BY COLOR ------------------------------------------------------------------------------------------------*/
.product-filter-by-color ul{
	margin:0 -10px 5px 0;/* rtl */
}
.ts-product-attribute{
	margin-right: -14px; /* rtl */
}
.product-filter-by-color ul:after{
	display: table;
	content: "";
	clear: both;
}
.product-filter-by-color ul li:first-child,
.product-filter-by-color ul li,
.ts-product-attribute > div.color{
	list-style: none;
	float: left;/* rtl */
	padding: 0;
	margin: 5px 10px 5px 0;/* rtl */
}
.product-filter-by-color ul li a,
.product-filter-by-color ul li:first-child,
.product-filter-by-color ul li,
.product-filter-by-color ul li a span,
.product-filter-by-color ul li.chosen a:after{
	width: 34px;
	height: 34px;
}
.ts-product-attribute > div.color{
	margin: 7px 14px 7px 0;/* rtl */
}
.ts-product-attribute > div.color,
.ts-product-attribute > div.color a{
	width: 46px;
	height: 46px;
	min-width: 0;
}
.product-filter-by-color ul li.chosen a:after{
	line-height: 34px;
}
.product-filter-by-color ul li a,
.ts-product-attribute > div.color a{
	font-size: 0;
	margin: 0;/* rtl */
	float: left;/* rtl */
	position: relative;
	z-index: 2;
	line-height: 0
}
.product-filter-by-color ul li a:before,
.ts-product-attribute > div.color a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	border-color: rgba(255,255,255,0.5);
	border-width: 4px;
	border-style:solid;
	z-index: 2;
	opacity: 0;
	transition: 250ms ease 0s;
}
.product-filter-by-color ul li a:hover:before,
.ts-product-attribute > div.color a:hover:before,
.ts-product-attribute > div.color.selected a:before{
	opacity: 1;
}
.product-filter-by-color ul li a span{
	font-size: 0;
	display: block;
}
.product-filter-by-color ul li.chosen a:after{
	position: absolute;
	top: 0;
	text-align: center;
	right: 0;/* rtl */
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	font-size: 24px;
	content: "\e66c";
	z-index: 3;
	color: #63dd33;
}
.product-filter-by-color ul li.chosen:hover a:after{
	content: "\e681";
	color: red;
}
.product-filter-by-color ul li:hover a:after,
.product-filter-by-color ul li.chosen a:after{
	opacity: 1;
}
.product-filter-by-color ul li small.count{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 6. FILTER ATTRIBUTE -----------------------------------------------------------------------------------------------*/
.woocommerce .widget_layered_nav ul{
	margin: 0
}
.woocommerce .widget_layered_nav ul li{
	position: relative;
	padding: 0;
	margin: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	padding: 5px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child{
	padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child{
	padding-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, 
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{
	padding: 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before{
	color: red;
	content: "\f00d";
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span.count{
	padding: 0;
	z-index: 1;
}
.woocommerce .widget_layered_nav ul li a{
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;
}
.woocommerce .widget_layered_nav ul li span.count{
	position: absolute;
	right: 0; /* rtl */
	top: 0;
}
/* CHOSEN ITEM */
.woocommerce .widget_layered_nav_filters ul{
	margin: 0;
	padding: 0;
}
.woocommerce .widget_layered_nav_filters ul li{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
}
.woocommerce .widget_layered_nav_filters ul li:last-child:before{
	display: none;
}
.woocommerce .widget_layered_nav_filters ul li a:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	font-size: 15px;
	line-height: 14px;
	content: "\f00d";
	color: red;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 7. WIDGET LIST PRODUCT --------------------------------------------------------------------------------------------*/
.widget.ts-products-widget{
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 20px;
}
.woocommerce ul.cart_list li.empty,
.woocommerce ul.product_list_widget li.empty{
	min-height: 0;
	margin: 0;
	padding: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child,
.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-width: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
	box-shadow: none;
	width: 70px;
	margin: 0;
	float: left;/* rtl */
}
.widget .ts-products-widget-wrapper ul li,
.woocommerce .widget .ts-products-widget-wrapper ul li{
	margin-bottom: 30px;
	padding: 0;
	border-width: 0;
}
.widget .ts-products-widget-wrapper ul li:last-child,
.woocommerce .widget .ts-products-widget-wrapper ul li:last-child{
	margin-bottom: 0;
}
.widget.ts-products-widget .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
	margin: 0 0 6px 0;
	text-transform: none;
}
.widget.ts-products-widget .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a{
	line-height: 22px;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li a{
	margin-top: -5px;
}
ul.product_list_widget li .ts-wg-meta{
	margin-left: 90px;/* rtl */
}
.no-thumbnail ul.product_list_widget li .ts-wg-meta{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* Fix spacing button remove cart widget */
.widget_shopping_cart ul.product_list_widget li .ts-wg-meta{
	margin-right: 10px /* rtl */
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
	margin: 0;
}
/* Dt Dd Variable product widget */
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt{
	margin: 0 0 4px 0;
	padding: 0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl{
	float: left;/* rtl */
	position: relative;
	border: 0;
	font-size: 90%;
	padding-left: 1em;/* rtl */
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt{
	float: left;/* rtl */
}
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before{
	position: absolute;
	left: 0;/* rtl */
	top: 4px;
	bottom: 6px;
	right: auto;
	border-width: 0 1px 0 0;
	border-style: solid;
	content: "";
	width: 1px;
	display: inline-block;
}
/* End fix spacing button remove cart widget */
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail{
	margin: 0;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	overflow: hidden;
	float: left; /* rtl */
}
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail:before,
#ts-search-result-container ul li .thumbnail a:before,
#ts-search-sidebar .ts-search-result-container ul li .thumbnail a:before{
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	border-width: 1px;
	border-style: solid;
	opacity: 0;
	transition: 250ms ease 0s;
}
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail:hover:before,
#ts-search-result-container ul li .thumbnail a:hover:before,
#ts-search-sidebar .ts-search-result-container ul li .thumbnail a:hover:before{
	opacity: 1;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover{
	text-decoration: none;
}
.ts-recent-comments-widget .owl-nav > div.owl-next,
.ts-recent-comments-widget .owl-nav > div.owl-prev,
.ts-blogs-widget-wrapper .owl-nav > div.owl-next,
.ts-blogs-widget-wrapper .owl-nav > div.owl-prev,
.ts-products-widget-wrapper .owl-next,
.ts-products-widget-wrapper .owl-prev{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
/* Categories */
.product-categories span{
	display: none;
}
ul.product_list_widget li .product-categories{
	margin-bottom: 3px;
}
/* Price */
.woocommerce ul.product_list_widget li .price{
	margin: 2px -5px 6px -5px;
	display: inline-block;
	width: calc(100% + 10px);
}
.woocommerce .widget.ts-products-widget li .price,
.widget.ts-products-widget .woocommerce li .price{
	margin-bottom: 8px;
}
.woocommerce ul.product_list_widget li span.amount{
	margin: 0 5px 2px 5px;
	display: inline-block;
}
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
	opacity: 0.5;
}
.amount{
	line-height: 20px;
}

/* Rating */
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5{
	border: 0;
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after{
	font-size: 12px;
	line-height: 14px;
}
.woocommerce p.stars a{
	line-height: 16px;
}
.woocommerce ul.product_list_widget{
	padding: 0 0 0 0;
	margin: 0;
}
.woocommerce ul.cart_list{
	padding: 0 0 20px 0;
	margin: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total{
	margin: 0;
	padding: 15px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	position: relative;
	overflow: hidden;
}
.woocommerce .widget_shopping_cart p.buttons,
.woocommerce.widget_shopping_cart p.buttons{
	margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a{
	margin: 0 0 10px 0;
	width: 100%;
}

/* Widget recent review */
.woocommerce.widget_recent_reviews ul.product_list_widget li{
	position: relative;
	padding-left: 75px /* rtl */
}
.woocommerce.widget_recent_reviews ul.product_list_widget li img{
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;/* rtl */
}
.woocommerce.widget_recent_reviews ul.product_list_widget li .star-rating{
	margin-top: 5px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 8. WIDGET TEXT ----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 9. WIDGET CALENDAR ------------------------------------------------------------------------------------------------*/
#calendar_wrap{
	overflow: auto;
}
.widget_calendar table{
	border-width: 0;
	background: rgba(180,180,180,0.1);
}
body .widget_calendar table td,
body .widget_calendar table th{
	border-width: 0 !important;
	padding: 2px 5px 1px 5px;
	text-align: center;
	background: transparent;
}
.widget_calendar caption{
	padding: 7px 0 6px 0;
	text-align: center;
	text-transform: uppercase;
	background: #1b1b1b;
	color: #fff;
}
.widget_calendar td#prev{
	text-align: left /* rtl */
}
.widget_calendar td#next{
	text-align: right /* rtl */
}
.widget_calendar #today{

}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 10. WIDGET SEARCH -------------------------------------------------------------------------------------------------*/
.widget_display_search > form,
.widget_product_search > form{
	padding-top: 0;
	padding-bottom: 0;
}
.widget_product_search,
.widget_search,
.widget_display_search{
	padding: 0;
	border: 0;
}
.widget_display_search > form,
.widget_product_search > form,
.widget_search > form{
	position: relative;
}
.widget_display_search > form input[type="text"],
.widget_product_search > form input[type="search"],
.widget_search > form input[type="text"]{
	max-width: 100%;
	width: 100%;
	margin: 0;
	border-width: 1px;
	border-radius: 23px;
}
.widget_display_search > form input[type="submit"],
.widget_product_search > form button,
.widget_search > form input[type="submit"],
.bbp-search-form input[type="submit"]{
	padding: 0 !important;
	border: 0 !important;
	font-size: 0 !important;
	background: transparent !important;
	position: absolute;
	right: 0;/* rtl */
	top: 0;
	min-width: 0;
	width: 46px;
	height: 46px;
}
.widget_display_search > form > div:before,
.widget_search > form .search-button:before,
.widget_product_search > form:before,
.bbp-search-form > form > div:before{
	position: absolute;
	top: 0px;
	right: 0;/* rtl */
	font-size: 20px;
	width: 46px;
	text-align: center;
	line-height: 46px;
	font-family: 'Pe-icon-7-stroke';
	content: "\e618";
	transition: color 250ms ease 0s;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 11. WIDGET ABOUT ME -----------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------------------*/
/*- 12. WIDGET BLOG ---------------------------------------------------------------------------------------------------*/
.widget_meta ul li,
.widget_archive ul li{
	padding: 0;
	margin: 4px 0 10px 0;
}
.widget_meta ul li > a:before,
.widget_archive ul li > a:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\f192";
	margin-right: 10px;/* rtl */
}
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_display_forums ul li,
.widget_display_topics ul li,
.widget_display_replies ul li,
.widget_meta ul li,
.widget_rss ul li{
	padding: 4px 0 14px 0;
	margin: 4px 0 10px 0;
	border-width: 0 0 1px 0;
	border-style: solid
}
.widget_recent_comments ul li .comment-author-link:before{
	font-family: 'FontAwesome' !important;
	font-weight: normal !important;/* default */
	display:inline-block;
	content: '\f2bd';
	font-size: 18px;
	position: relative;
	top: 1px;
	margin-right: 5px;/* rtl */
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_display_forums ul li:last-child,
.widget_display_topics ul li:last-child,
.widget_display_replies ul li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-width: 0;
}
.widget_recent_entries .post-date{
	font-size: 95%;
	font-style: italic;
	margin-top: 6px;
	display: inline-block;
	width: 100%;
}
.widget_recent_comments .comment-author-link a{
	text-decoration: none;
}
.widget_recent_comments .comment-author-link a:hover{
	text-decoration: underline;
}
/* Type blog */
.post_list_widget .entry-meta-top{
	margin-bottom: 5px;
}
.post_list_widget .ts-video.auto-size{
	padding-bottom: 57.25% !important;
	margin-bottom: 15px
}
.post_list_widget .ts-soundcloud{
	margin-bottom: 15px;
}
.post_list_widget .blockquote-meta{
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 95%;
}
.blockquote-meta .author{
	display: inline-block;
	float: right;/* rtl */
}
.post_list_widget .entry-meta{
	margin-bottom: 2px;
	font-style: italic;
}
.post_list_widget .entry-meta > span{
	margin-right: 20px;/* rtl */
	font-size: 95%;
}
.post_list_widget .entry-meta > span:last-child{
	margin-right: 0;/* rtl */
}
/* End Type Blog */
.ts-blogs-widget-wrapper{
	position: relative;
}
.post_list_widget{
	margin: 0;
}
.post_list_widget blockquote{
	padding: 20px;
	margin: 0 0 15px 0;
	line-height: 28px;
}
.post_list_widget blockquote:after{
	display: none;
}
.post_list_widget blockquote:before{
	position: static;
	margin-right: 5px;/* rtl */
}
.widget-container .post_list_widget > li{
	position: relative;
	padding: 0;
	margin: 20px 0 21px 0;
	min-height: 60px;
	display: inline-block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.widget-container .post_list_widget > li:last-child{
	margin-bottom: 0;
}
.widget-container .post_list_widget > li:after{
	display: table;
	content: "";
	clear: both;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery{
	width: 100%;
	display: inline-block;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item{
	overflow: hidden;
	position: relative;
	background: #000;
	display: block;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail img{
	transition: opacity 250ms ease 0s;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:hover img,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:hover img{
	opacity: 0.7;
}
.widget-container .post_list_widget > li:before{
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;right: 0;
	height: 1px;
	bottom: -17px;
	top: auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.widget-container .post_list_widget > li:last-child:before{
	display: none
}
.widget-container .post_list_widget > li a{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.widget-container a.thumbnail{
	max-width: 100%;
	margin-bottom: 8px;
	width: 100%;
}
.widget-container a.thumbnail img{
	width: 100%;
}
.ts-blogs-widget-wrapper .post-title{
	margin-bottom: 6px;
	display: inline-block;
}
.post_list_widget .blockquote-meta .date-time{
	width: auto;
	margin: 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 13. WIDGET RECENT COMMENTS ----------------------------------------------------------------------------------------*/
.comment_list_widget .comment-body{
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent;
	font-style: normal;
	min-height: 0;
}
.comment_list_widget .comment-body:after{
	display: none;
}
.comment_list_widget .comment-body:before{
	position: static;
	margin-right: 5px;/* rtl */
}
.widget-container .comment_list_widget > li{
	margin: 20px 0 21px 0;
	padding: 0;
	clear: both;
	display: inline-block;
	width: 100%;
	position: relative;
}
.widget-container .comment_list_widget{
	margin-bottom: 0;
}
.widget-container .comment_list_widget > li:before{
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;right: 0;
	height: 1px;
	bottom: -20px;
	top: auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	opacity: 0.6;
}
.comment_list_widget blockquote:before{
	top: -4px;
}
.widget-container .comment_list_widget > li:last-child:before{
	display: none
}
.comment_list_widget .comment-meta{
	display: table;
	margin-bottom: 10px;
}
.comment_list_widget .comment-meta > div{
	display: table-cell;
	vertical-align: middle;
}
.comment_list_widget .avatar{
	width: 60px;
}
.comment_list_widget .avatar > a{
	position: relative;
}
.comment_list_widget .meta{
	padding-left: 15px;
}
.comment_list_widget .meta .author{
	display: block;
}
.comment_list_widget .meta .author a{
	text-decoration: none;
}
.comment_list_widget .meta .date{
	font-style: italic;
}
.comment_list_widget blockquote{
	clear: both;
	text-align: left; /* rtl */
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 14. WIDGET SOCIAL -------------------------------------------------------------------------------------------------*/
.widget-container.ts-social-icons .social-icons{
	padding-top: 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 15. WIDGET RSS ----------------------------------------------------------------------------------------------------*/
.widget_rss .rss-date{
	font-size: 95%;
	font-style: italic;
	margin: 6px 0 6px 0;
	display: block;
}
.widget_rss cite{
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 16. WIDGET FORUM STATISTICS ---------------------------------------------------------------------------------------*/
.widget_display_stats > dl{
	overflow: hidden;
}
.widget_display_stats > dl dt,
.widget_display_stats > dl dd{
	width: 50%;
	float: left;/* rtl */
	margin: 0;
	padding: 8px 0;
}
.widget_display_stats > dl dd{
	text-align: right /* rtl */
}
.widget_display_stats > dl dt{
	clear: both;
}
.widget_display_stats strong{
	font-weight: normal;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 17. WIDGET COMPARE ------------------------------------------------------------------------------------------------*/
body .yith-woocompare-widget{
	overflow: hidden;
}
body .yith-woocompare-widget ul{
	margin-bottom: 0;
}
body .yith-woocompare-widget ul.products-list li,
body .yith-woocompare-widget ul.products-list li:not( .list_empty ){
	position: relative;
	padding: 8px 0;
}
body .yith-woocompare-widget .clear-all,
body .yith-woocompare-widget a.compare{
	margin-bottom: 20px;
}
body .yith-woocompare-widget a.clear-all{
	position: relative;
	top: 6px;
}
body .yith-woocompare-widget,
body .yith-woocompare-widget *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
body .yith-woocompare-widget ul.products-list a.remove{
	position: absolute;
	right: 0;/* rtl */
	left: auto;
	top: 8px;
	content: "";
	z-index: 2;
	font-size: 0;
	line-height: 0;
	height: auto;
	width: auto;
	text-indent: 0;
	padding: 0;
	background: transparent !important;
	border-radius: 0;
}
body .yith-woocompare-widget ul.products-list a.remove:hover{
	opacity: 0.7;
}
body .yith-woocompare-widget ul.products-list a.remove:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\e681";
	font-size: 20px;
	line-height: 20px;
}
body .yith-woocompare-widget a.compare{
	float: right;/* rtl */
	padding: 5px 10px;
}
body .yith-woocompare-widget a.compare:before{
	display: none !important;
}
body .yith-woocompare-widget ul.products-list li .title{
	margin-right: 20px;/* rtl */
	font-size: 100%;
	text-transform: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 18. WIDGET FLICKR -------------------------------------------------------------------------------------------------*/
.ts-flickr-wrapper{
	overflow: hidden;
	margin-bottom: 20px;
	margin: 0 -2px;
}
.ts-flickr-wrapper > .item{
	display: inline-block;
	float: left; /* rtl */
	transition: 250ms ease 0s;
	position: relative;
	overflow: hidden;
	padding: 2px;
}
.ts-flickr-wrapper > .item a{
	display: inline-block;
	position: relative;
	background: #000000;
}
.ts-flickr-wrapper > .item img{
	width: 100%;
	transition: 250ms ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-flickr-wrapper > .item a:hover img{
	opacity: 0.6;
}
/* Fix Footer */
footer .ts-flickr-wrapper > .item a:before,
footer .ts-flickr-wrapper > .item a:after{
	display: none;
}
footer .ts-flickr-widget .ts-flickr-wrapper{
	padding: 0 1px;
	margin: 0;
}
footer .ts-flickr-wrapper > .item:hover{
	filter: grayscale(1);
}
footer .ts-footer-block .fix-flickr-home-3 .ts-flickr-widget{
	padding-left: 80px;
}
/* End fix footer */
.ts-flickr-wrapper.columns-2 .item{
	width: 50%;
}
.ts-flickr-wrapper.columns-3 .item{
	width: 33.33334%;
}
.ts-flickr-wrapper.columns-4 .item{
	width: 25%;
}
.ts-flickr-wrapper.columns-5 .item{
	width: 25%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 19. WIDGET ARCHIVE ------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 20. WIDGET CATEGORIES PRODUCT -------------------------------------------------------------------------------------*/
.widget-container ul.product-categories li{
	margin: 0;
	padding: 8px 0;
	position: relative;
}
.widget-container ul.product-categories ul li{
	padding: 6px 0;
}
.widget-container ul.product-categories li:last-child,
.widget-container ul.product-categories ul li:last-child{
	padding-bottom: 0;
}
.widget-container ul.product-categories li a{
	position: relative;
	padding: 0;
}
.widget_product_categories .product-categories .count{
	position: absolute;
	right: 0; /* rtl */
	top: 8px;
}
.widget_product_categories ul.product-categories li{
	padding: 8px 0;
}
/* WIDGET TS CATEGORIES */
.ts-product-categories-widget ul.product-categories li.cat-parent > a:after{
	display: none;
}
.ts-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle{
	position: absolute;
	right: -5px; /* rtl */
	top: 0;
	z-index: 2;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.ts-product-categories-widget ul.product-categories ul li.cat-parent > span.icon-toggle{
	top: 4px;
}
.ts-product-categories-widget ul.product-categories li span.icon-toggle{
	display: none;
}
.ts-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\e688";
	font-size: 20px;
	line-height: 20px;
}
.ts-product-categories-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before{
	content: "\e682";
}
.ts-product-categories-widget ul.product-categories li a{
	padding-right: 20px /* rtl */
}
.ts-product-categories-widget ul.product-categories > li.cat-parent.active:last-child > a:before{
	display: inline-block;
}
.ts-product-categories-widget ul.product-categories > li.cat-parent:last-child > a:before{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 21. WIDGET TWITTER ------------------------------------------------------------------------------------------------*/
.ts-twitter-widget .item{
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	display: inline-block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-twitter-widget .item:last-child{
	border-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.ts-twitter-widget .avatar-name img{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	float: left;/* rtl */
}
.ts-twitter-widget .date-time{
	font-size: 95%;
	font-style: italic;
	display: inline-block;
	width: 100%;
}
.ts-twitter-widget .avatar-name{
	min-height: 30px;
	overflow: hidden;
}
.avatar-name a{
	margin: 0 0 0 15px; /* rtl */
	position: relative;
	top: 2px;
}
.avatar-name a:hover{
	text-decoration: none;
}
.ts-twitter-widget .content{
	margin-top: 10px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 22. WIDGET SINGLE IMAGE -------------------------------------------------------------------------------------------*/
.widget-container.ts-single-image{
	border: 0;
	padding: 0;
}
.widget-container.ts-single-image img{
	margin: 0;
	padding: 0;
}
.widget-container.ts-single-image:before{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 23. WIDGET CATEGORIES ---------------------------------------------------------------------------------------------*/
.widget_categories ul li{
	margin: 0;
	padding: 0;
}
.widget_categories ul.children{
	display: none;
}
.widget_categories > ul li{
	margin: 0;
	list-style: none;
}
.widget_categories > ul ul li,
.widget_pages > ul ul li,
.widget_nav_menu .menu-menu-main-container > ul ul li,
.widget-container ul.product-categories ul li,
.widget-container.widget_categories > ul ul li{
	padding: 5px 0;
}
.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_nav_menu .menu-menu-main-container > ul > li,
.widget-container ul.product-categories > li,
.widget-container.widget_categories > ul > li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	margin: 3px 0 9px 0;
	padding: 0 0 9px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	position: relative;
}
.widget_categories > ul li:last-child,
.widget_pages > ul li:last-child,
.widget_nav_menu .menu-menu-main-container > ul li:last-child,
.widget-container ul.product-categories > li:last-child,
.widget-container.widget_categories > ul > li:last-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-width: 0;
}
.filter-widget-area .widget_categories > ul > li,
.filter-widget-area .widget_pages > ul > li,
.filter-widget-area .widget_nav_menu .menu-menu-main-container > ul > li,
.filter-widget-area .widget-container ul.product-categories > li,
.filter-widget-area .widget-container.widget_categories > ul > li,
.woocommerce .filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	border-color: rgba(100,100,100,0.1);
}
.top-filter-widget-area .widget_categories > ul > li,
.top-filter-widget-area .widget_pages > ul > li,
.top-filter-widget-area .widget_nav_menu .menu-menu-main-container > ul > li,
.top-filter-widget-area .widget-container ul.product-categories > li,
.top-filter-widget-area .widget-container.widget_categories > ul > li,
.woocommerce .top-filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	margin: 7px 0 13px 0;
	padding: 0 0 13px 0;
}
.top-filter-widget-area .widget_categories > ul li:last-child,
.top-filter-widget-area .widget_pages > ul li:last-child,
.top-filter-widget-area .widget_nav_menu .menu-menu-main-container > ul li:last-child,
.top-filter-widget-area .widget-container ul.product-categories > li:last-child,
.top-filter-widget-area .widget-container.widget_categories > ul > li:last-child,
.woocommerce .top-filter-widget-area .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget_categories > ul li a,
.widget_pages > ul li a,
.widget_nav_menu .menu-menu-main-container > ul li a,
.widget-container ul.product-categories li a,
.widget-container.widget_categories > ul li a,
.widget_layered_nav > ul > li a{
	position: relative;
	padding: 0;
}
/* WIDGET TS CATEGORIES */
.widget_categories > ul li.cat-parent > a:after{
	display: none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle{
	position: absolute;
	right: -5px; /* rtl */
	top: 2px;
	z-index: 2;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.widget_categories > ul li span.icon-toggle{
	display: none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\e688";
	font-size: 20px;
	line-height: 20px;
}
.widget_categories > ul li.cat-parent.active > span.icon-toggle:before{
	content: "\e682";
}
.widget_categories > ul > li.cat-parent.active:last-child > a:before{
	display: inline-block;
}
.widget_categories > ul > li.cat-parent:last-child > a:before{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 25. WIDGET FILTER AVAILABILITY ------------------------------------------------------------------------------------*/
.product-filter-by-availability-wrapper ul li{
	position: relative;
	padding: 0 0 6px 0;
}
.product-filter-by-availability-wrapper ul li label{
	text-indent: 22px;
	width: 100%;
	display: inline-block;
}
.product-filter-by-availability-wrapper ul li input{
	position: absolute;
	content: "";
	left: 0;/* rtl */
	top: 7px;
	display: inline-block;
	width: auto;
}
.product-filter-by-availability-wrapper ul{
	margin-bottom: 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 26. WIDGET INSTAGRAM ----------------------------------------------------------------------------------------------*/
.ts-instagram-wrapper{
	overflow: hidden;
	margin-bottom: 20px;
	margin: 0 -3px;
}
.ts-instagram-shortcode .ts-instagram-wrapper{
	margin: 0;
}
.has-margin .ts-instagram-wrapper{
	margin: 0 -15px;
}
.has-margin .ts-instagram-wrapper.ts-slider{
	margin: 15px 0;
}
.ts-instagram-wrapper.columns-1 .item{
	width: 100%
}
.ts-instagram-wrapper.columns-2 .item{
	width: 50%
}
.ts-instagram-wrapper.columns-3 .item{
	width: 33.33334%
}
.ts-instagram-wrapper.columns-4 .item{
	width: 25%
}
.ts-instagram-wrapper > .item{
	float: left; /* rtl */
	position: relative;
	overflow: hidden;
	padding: 3px;
}
.ts-instagram-shortcode .ts-instagram-wrapper > .item{
	padding: 0;
}
.has-margin .ts-instagram-wrapper > .item{
	padding: 15px;
}
.ts-instagram-wrapper.ts-slider .item{
	padding: 0 !important;
	overflow: hidden;
}
.ts-instagram-wrapper .item a{
	display: block;
	position: relative;
	background: #000000;
}
.ts-instagram-wrapper > .item a img{
	transition: 250ms ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-instagram-wrapper > .item a:hover img{
	opacity: 0.7;
}
.ts-instagram-wrapper.columns-2 .item{
	width: 50%;
}
.ts-instagram-wrapper.columns-3 .item{
	width: 33.33334%;
}
.ts-instagram-wrapper.columns-4 .item{
	width: 25%;
}
.ts-instagram-wrapper.columns-5 .item{
	width: 20%;
}
.ts-instagram-wrapper.columns-6 .item{
	width: 16.66667%;
}
.ts-instagram-shortcode{
	text-align: center;
}
.ts-instagram-shortcode .ts-instagram-widget{
	margin-bottom: 0;
}
.ts-instagram-shortcode .heading-title{
	padding: 0;
	border-width: 0;
	width: auto;
}
.ts-instagram-shortcode .widget-title-wrapper,
.vc_row[data-vc-stretch-content="true"] .fullwidth-padding .widget-title-wrapper{
	margin-bottom: 30px;
}
.vc_row[data-vc-stretch-content="true"] .widget-title-wrapper{
	margin-bottom: 50px;
}
.ts-instagram-shortcode .ts-instagram-wrapper a:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	height: 5px;
	z-index: 1;
	transform: translate3d(0,-5px,0);
	transition: transform 0.35s;
}
.ts-instagram-shortcode .ts-instagram-wrapper a:hover:after{
	transform: translate3d(0,0,0);
}
.ts-instagram-shortcode .ts-instagram-wrapper a{
	overflow: hidden;
	width: 100%;
}
.ts-instagram-shortcode a img{
	margin: -20px;
	width: calc(100% + 40px) !important;
	max-width: calc(100% + 40px) !important;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	width: 100%;
	transition: opacity 0.35s, transform 0.35s;
}
.ts-instagram-shortcode a:hover img{
	opacity: 0.7;
	transform: translate3d(0,0,0);
}
.ts-instagram-shortcode a:hover:before,
.ts-instagram-shortcode a:hover:after{
	opacity: 1;
	transform: scale(1);
}
.snptwdgt-container .snptwdgt-qpr__ftr{
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 27. BBPRESS LOGIN -------------------------------------------------------------------------------------------------*/
.bbp_widget_login fieldset{
	border: 0;
}
.bbp_widget_login fieldset legend{
	display: none;
}
fieldset > div{
	margin: 0 0 10px 0;
}
.bbp-remember-me label{
	display: inline-block;
}
.bbp-login-links{
	clear: both;
	width: 100%;
	display: inline-block;
}
.bbp_widget_login div.bbp-submit-wrapper{
	margin-bottom: 10px;
}
.bbp_widget_login .bbp-login-links a{
	margin-right: 10px;/* rtl */
}
.bbp_widget_login .bbp-login-links a:last-child{
	margin-right: 0;/* rtl */
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 28. WIDGET FACEBOOK -----------------------------------------------------------------------------------------------*/
.ts-facebook-page-widget .fb_iframe_widget,
.ts-facebook-page-widget .fb_iframe_widget iframe,
.ts-facebook-page-widget .fb_iframe_widget > span{
	max-width: 100%;
	width: 100% !important;
	height: auto;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 29. WIDGET RATING FILTER ------------------------------------------------------------------------------------------*/
.woocommerce .widget_rating_filter ul li{
	margin-bottom: 5px;
}
.woocommerce .widget_rating_filter ul li .star-rating{
	margin: 0;
	position: relative;
	top: 2px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 30. WIDGET MAILCHIMP ----------------------------------------------------------------------------------------------*/
.widget_mc4wp_form_widget .mc4wp-form{
	position: relative;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 31. WIDGET PPRODUCT FILTER BY BRAND -------------------------------------------------------------------------------*/
.product-filter-by-brand li{
	position: relative;
}
.product-filter-by-brand li > *{
	display: inline;
}
.product-filter-by-brand ul li label{
	padding-bottom: 0;
	cursor: pointer;
}
.product-filter-by-brand .product-filter-by-brand-wrapper > ul{
	margin-bottom: 0;
}
.product-filter-by-brand .product-filter-by-brand-wrapper > ul ul{
	margin: 10px 0 2px 20px;/* rtl */
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- V. PRODUCT DEFAULT ------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce > .products{
	clear: both;
	display: flex;
	flex-flow: row wrap;
}
.woocommerce .products .product{
	margin: 0 0 20px 0;
	padding: 0 15px;
	position: relative;
	float: left;/* rtl */
}
.woocommerce .products > .product-group{
	width: 25%;
	float: left;/* rtl */
}
.woocommerce .products > .product-group .product{
	width: 100% !important;
}
.woocommerce .products.list .product{
	margin: 0 0 60px 0;
}
.ts-product.ts-slider .products{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.woocommerce.columns-8 .products .product{
	width: 12.5%;
}
.woocommerce.columns-7 .products .product{
	width: 14.285%
}
.woocommerce.columns-6 .products .product{
	width: 16.6%
}
.woocommerce.columns-5 .products .product{
	width: 20%;
}
.woocommerce.columns-4 .products .product{
	width: 25%;
}
.woocommerce.columns-3 .products .product{
	width: 33.3333333333%;
}
.woocommerce.columns-2 .products .product{
	width: 50%;
	margin-bottom: 10px;
}
.woocommerce.columns-1 .products .product{
	width: 100%
}

/* Sub Categories */
.woocommerce.columns-8 .products .product.product-category{
	width: 12.5%;
}
.woocommerce.columns-7 .products .product.product-category{
	width: 14.285%
}
.woocommerce.columns-6 .products .product.product-category{
	width: 16.6%
}
.woocommerce.columns-5 .products .product.product-category{
	width: 20%;
}
.woocommerce.columns-4 .products .product.product-category{
	width: 25%;
}
.woocommerce.columns-3 .products .product.product-category{
	width: 33.3333333333%;
}
.woocommerce.columns-2 .products .product.product-category{
	width: 50%;
}
.woocommerce.columns-1 .products .product.product-category{
	width: 100%;
}
.woocommerce .products.list .product.product-category .meta-wrapper{
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	text-align: center;
}
.woocommerce .ts-slider .products .product{
	height: 100%;
}
.ts-slider .products .owl-item .product{
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: none !important;
	width: 100% !important;
}
.ts-slider .item{
	width: 100% !important;
}
.woocommerce .ts-product-deals-wrapper .products .product{
	margin-bottom: 30px;
}
.woocommerce .ts-slider.no-margin .products .product{
	padding-left: 0;
	padding-right: 0;
}
.ts-slider .owl-stage-outer .item{
	padding-left: 0;
	padding-right: 0;
	float: none;
}
.products .product .product-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
/* Fix one product */
.ts-single-product .woocommerce.columns-1 .products .product{
	margin-bottom: 0;
}
/* End Fix 1 Product */
.woocommerce .products ul,
.woocommerce .products{
	margin: 0;
}
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6{
	clear: both;
}
.woocommerce .products{
	margin: 0 -15px;
	position: static;
}
.archive .woocommerce .products{
	margin-top: 30px;
}
.ts-blogs-wrapper .blogs,
.ts-product .content-wrapper,
.ts-shortcode .items,
.ts-portfolio-wrapper .portfolio-inner,
.ts-image-gallery-wrapper .images,
.related-posts .blogs{
	position: static;
}
.ts-blogs-wrapper.nav-middle .blogs,
.ts-product.nav-middle .content-wrapper,
.ts-shortcode.nav-middle .items,
.ts-portfolio-wrapper.nav-middle .portfolio-inner,
.ts-image-gallery-wrapper.nav-middle .images{
	position: relative;
}
.ts-blogs-wrapper .blogs:after,
.ts-product .content-wrapper:after,
.ts-shortcode .items:after,
.ts-portfolio-wrapper .portfolio-inner:after,
.ts-image-gallery-wrapper .images:after,
.related-posts .blogs:after,
.woocommerce .products:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce .ts-slider .products,
.woocommerce .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce .related.products,
.woocommerce .related .products{
	margin: 0;
}
.woocommerce.columns-3:after,
.woocommerce.columns-4:after,
.woocommerce.columns-5:after,
.woocommerce.columns-6:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce .products .product .product-wrapper{
	position: relative;
	max-width: 100%;
	height: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.woocommerce .products .product .product-wrapper .thumbnail-wrapper img{
	width: 100%;
}
.woocommerce .list .products .product .product-wrapper{
	max-width: 100% !important;
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before{
	position: static;
	background: none;
}
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce .wishlist_table .product-add-to-cart a.loading:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.95);
	z-index: 10;
	-webkit-animation: none;
    animation: none;
}
.woocommerce .add_to_wishlist.loading:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.95);
	z-index: 0;
}
.summary .yith-wcwl-add-button{
	position: relative;
}
.thumbnail-wrapper .button-in.wishlist a.loading:before,
.meta-wrapper .button-in.wishlist a.loading:before,
.thumbnail-wrapper .button-in.compare a.loading:after,
.meta-wrapper .button-in.compare a.loading:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.95);
	z-index: 2;
}
.thumbnail-wrapper .button-in.compare a.loading.added:after,
.meta-wrapper .button-in.compare a.loading.added:after{
	display: none;
}
.woocommerce .product a.added_to_cart{
	margin-top: 5px;
	display: none !important;
}
.woocommerce .product a.added_to_cart:hover,
.woocommerce .product a.button:hover,
.woocommerce .product a.added_to_cart:focus,
.woocommerce .product a.button:focus{
	background-image: none;
}
.woocommerce .product .thumbnail-wrapper{
	position: relative;
}
.image-border .thumbnail-wrapper > a img{
	border-width: 1px;
	border-style:solid;
}
.image-border a.ts-wg-thumbnail img{
	border-width: 1px;
	border-style:solid;
}
.woocommerce .product .thumbnail-wrapper *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .product .thumbnail-wrapper > a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #000;
	opacity: 0.1;
	visibility: hidden;
	z-index: 3;
}
.woocommerce .product .thumbnail-wrapper:hover a:before,
.woocommerce .product .thumbnail-wrapper:hover figure.owl-carousel .owl-item:before{
	visibility: visible;
}
.woocommerce .product .thumbnail-wrapper > a{
	position: relative;
	display: block;
	text-decoration: none;
	z-index: 2;
	transition: 250ms ease 0s;
}
.woocommerce .products .product a img{
	margin: 0;
	box-shadow: none;
}
.woocommerce .products .product a:hover img{
	box-shadow: none !important;
}
.woocommerce .product figure{
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom:0;
}
.woocommerce-product-gallery__wrapper:after{
    content: '';
    display: table;
    clear: both;
}
.woocommerce .product figure img:first-child{
	position: relative;
	z-index: 2
}
.woocommerce .product figure.has-back-image img:last-child{
	position: absolute;
	right: 0;/* rtl */
	top: 0;
	z-index: 3
}
.woocommerce .meta-wrapper .loop-add-to-cart{
	display: none;
}
.meta-wrapper .button-in{
	display: none;
}
.woocommerce .product-wrapper .meta-wrapper{
	padding-top: 15px;
}
.woocommerce .meta-on-thumbnail .product-wrapper{
	overflow: hidden;
}
.woocommerce .meta-on-thumbnail .product-wrapper .meta-wrapper{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate(0,100%);
	transition: 250ms ease 0s;
}
.woocommerce .meta-on-thumbnail.meta-background .product-wrapper .meta-wrapper{
	background: rgba(255,255,255,0.9);
}
.woocommerce .meta-on-thumbnail .product-wrapper:hover .meta-wrapper{
	transform: translate(0,0);
}
.text-center .product-wrapper .meta-wrapper,
.product-meta-center .product-wrapper .meta-wrapper{
	text-align: center;
}
.text-center .product-wrapper .short-description,
.text-center .product-wrapper .price,
.woocommerce .text-center .products .star-rating,
.text-center .woocommerce .products .star-rating,
.text-center .product-wrapper .price .price-wrapper,
.product-meta-center .product-wrapper .short-description,
.product-meta-center .product-wrapper .price,
.product-meta-center .woocommerce .products .star-rating,
.woocommerce .product-meta-center .products .star-rating,
.product-meta-center .product-wrapper .price .price-wrapper{
	margin-left: auto;
	margin-right: auto;
}
.woocommerce .meta-background .product-wrapper .meta-wrapper{
	padding: 16px 20px 10px 20px;
}
.woocommerce .product-wrapper .meta-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.ts-product-brand-wrapper .item .meta-wrapper{
	margin: 15px 0 0 0;
    padding: 0;
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce .product a.button.added:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\e66c";
	position: static;
	padding: 0;
	font-size: 20px;
}
.woocommerce .product a.button.added:before{
	line-height: 46px;
}
body.product-style-3 .woocommerce .product a.button.added:before,
body.product-style-3.woocommerce .product a.button.added:before{
	line-height: 40px;
}
.woocommerce .product a.compare.button.added:before{
	line-height: 10px;
	top: 3px;
	position: relative;
}
.woocommerce .products.list a.button.added:before,
.woocommerce .item-list .products a.button.added:before,
.item-list .woocommerce .products a.button.added:before{
	line-height: 12px !important;
	position: relative;
	top: 3px;
	margin-right: 5px;/* rtl */
}
.woocommerce .product.product-category .meta-wrapper{
	margin-top: 10px;
}
.product-category .meta-wrapper .button{
	text-transform: uppercase;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. META CATEGORIES PRODUCT ----------------------------------------------------------------------------------------*/
.product-brands,
.woocommerce .products .product .product-categories,
.widget.ts-products-widget .product-categories{
	overflow: hidden;
	text-decoration: none;
}
.product .product-brands a,
.woocommerce .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a,
.widget.ts-products-widget .product-categories a{
	display: inline-block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.product .product-brands a:hover,
.woocommerce .products .product .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.ts-products-widget-wrapper .product-categories a:hover{
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. PRODUCT TITLE --------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. PRODUCT SKU ----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. PRODUCT PRICE --------------------------------------------------------------------------------------------------*/
.woocommerce .products .product .price .price-wrapper{
	overflow: hidden;
	display: table;
}
.woocommerce .products .product .price del{
	font-size: 100%;
	line-height: 100%;
	margin: 0;
}
.woocommerce .products .product .price ins{
	margin: 0;
	float: left;/* rtl */
}
.woocommerce .products .product .price .amount,
.product-price .amount{
	padding: 0 5px 0 5px;
}
.woocommerce .products .product .price{
	display: block;
	margin: 0 -5px 0 -5px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 5. PRODUCT RATING -------------------------------------------------------------------------------------------------*/
.woocommerce .star-rating{
	width: 70px;
	height: 16px;
	overflow: hidden;
}
.woocommerce .text-center .star-rating{
	margin-left: auto;
	margin-right: auto;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
	width: 78px;
	height: 16px;
	overflow: hidden;
	position: relative;
	line-height: 16px;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}
.woocommerce ul.product_list_widget .star-rating{
	margin: 0 0 5px 0;
}
.woocommerce .star-rating:before{
	content: "\73\73\73\73\73";
	float: left;/* rtl */
	top: 0;
	left: 0;/* rtl */
	position: absolute;
}
.woocommerce .star-rating span:before{
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;/* rtl */
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before{
	letter-spacing: 2px;
	line-height: 16px;
	font-family: star;
	font-size: 13px;
}
.woocommerce .star-rating{
	font-size: 13px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 6. PRODUCT SHORT DESCRIPTION --------------------------------------------------------------------------------------*/
.woocommerce .products .product .short-description{
	width: 100%;
}
.products .product .product-sku,
.products .product h3,
.woocommerce .products .product h3,
.product-brands,
.woocommerce .products .product .product-categories,
.widget.ts-products-widget .product-categories,
.woocommerce .products .product .short-description,
.woocommerce .products .product .price,
.woocommerce .products .star-rating,
.woocommerce .star-rating{
	margin-bottom: 8px;
}
.woocommerce .item-list .products .product h3, 
.item-list .woocommerce .products .product h3{
	text-overflow: inherit;
	white-space: inherit;
}
.item-list .price,
.list .price{
	font-size: 130%;
}
.item-list .woocommerce .products .product .price,
.woocommerce .item-list .products .product .price,
.woocommerce .products.list  .product .price{
	line-height: 150%;
}
.products.list .product .product-sku,
.products.list .product h3,
.woocommerce .products.list .product h3,
.list .product-brands,
.woocommerce .products.list .product .product-categories,
.woocommerce .products.list .product .short-description,
.woocommerce .products.list .product .price,
.woocommerce .products.list .star-rating,
.woocommerce .list .star-rating,

.item-list .products .product .product-sku, 
.item-list .products .product h3, 
.woocommerce .item-list .products .product h3, 
.item-list .woocommerce .products .product h3, 
.item-list .product-brands, 
.woocommerce .item-list .products .product .product-categories, 
.item-list .woocommerce .products .product .product-categories, 
.woocommerce .item-list .products .product .short-description, 
.item-list .woocommerce .products .product .short-description, 
.woocommerce .item-list .products .product .price, 
.item-list .woocommerce .products .product .price, 
.woocommerce .item-list .products .star-rating, 
.item-list .woocommerce .products .star-rating, 
.woocommerce .item-list .star-rating,
.item-list .woocommerce .star-rating{
	margin-bottom: 12px;
}
.item-list .woocommerce .star-rating,
.woocommerce .item-list .star-rating,
.woocommerce .list.products .star-rating{
	width: 82px;
	height: 24px;
}
.woocommerce .list .star-rating span:before, 
.woocommerce .list .star-rating:before,
.woocommerce .item-list .star-rating span:before, 
.woocommerce .item-list .star-rating:before,
.item-list .woocommerce .star-rating span:before, 
.item-list .woocommerce .star-rating:before{
	line-height: 24px;
}
.woocommerce .list .meta-wrapper .loop-add-to-cart,
.woocommerce .item-list .meta-wrapper .loop-add-to-cart,
.item-list .woocommerce  .meta-wrapper .loop-add-to-cart{
	display: block;
	padding-top: 20px;/* responsive */
}
.woocommerce .list .meta-wrapper .loop-add-to-cart a.button,
.woocommerce .item-list .meta-wrapper .loop-add-to-cart a.button,
.item-list .woocommerce  .meta-wrapper .loop-add-to-cart a.button{
	border-width: 2px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce .item-list .meta-wrapper .loop-add-to-cart a.button .button-tooltip,
.item-list .woocommerce  .meta-wrapper .loop-add-to-cart a.button .button-tooltip,
.woocommerce .list .meta-wrapper .loop-add-to-cart a.button .button-tooltip{
	position: static;
	margin: 0;
}
body.product-style-1 .item-list .thumbnail-wrapper .product-group-button,
body.product-style-1 .list .thumbnail-wrapper .product-group-button{
	display: inline-block;
	width: auto;
	left: 50%;
	top:50%;
	right: auto;
	transform: translate(-50%,-50%);
}
.item-list .thumbnail-wrapper .loop-add-to-cart,
.list .thumbnail-wrapper .loop-add-to-cart{
	display: none !important;
}
body.product-style-1 .item-list .product-group-button:not(.no-addtocart) > div:first-child .button-tooltip,
body.product-style-1 .list .product-group-button:not(.no-addtocart) > div:first-child .button-tooltip{
	left: 50%;
	margin-left: -40px;
}
body.product-style-1 .item-list .product-group-button:not(.no-addtocart) > div:first-child .button-tooltip:after,
body.product-style-1 .list .product-group-button:not(.no-addtocart) > div:first-child .button-tooltip:after{
	left: 50%;
	margin-left: -5px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 7. PRODUCT LABEL --------------------------------------------------------------------------------------------------*/
.woocommerce .product .product-label{
	position: absolute;
	right: auto;
	left: 10px;/* rtl */
	top: 10px;
	bottom: auto;
	z-index: 4;
	text-align: center;
}
.woocommerce.product-label-rectangle div.product .images .product-label,
.woocommerce.product-label-square div.product .images .product-label,
.product-label-rectangle .product .product-label,
.product-label-square .product .product-label{
	left: 0;/* rtl */
	top: 0;
}
.woocommerce .product .product-label > div{
	margin-top: 5px;
}
.woocommerce .product .product-label > div:first-child{
	margin-top: 0 !important;
}
.woocommerce .product .product-label .onsale,
.woocommerce .product .product-label .new,
.woocommerce .product .product-label .featured,
.woocommerce .product .product-label .out-of-stock{
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	right: auto;
	text-align: center;
	clear: both;
	display: table-cell;
	vertical-align: middle;
	clear: both;
	padding: 2px;
	width: 54px;
	height: 54px;
	line-height: 18px !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	min-height: auto;
}
.product-label-circle .product .product-label .onsale,
.product-label-circle .product .product-label .new,
.product-label-circle .product .product-label .featured,
.product-label-circle .product .product-label .out-of-stock{
	border-radius: 100% !important;
}
.product-label-rectangle .product .product-label .onsale,
.product-label-rectangle .product .product-label .new,
.product-label-rectangle .product .product-label .featured,
.product-label-rectangle .product .product-label .out-of-stock{
	height: 32px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 70px;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del{
	opacity: 1;
}
.featured .products .product-label .featured{
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 8. GROUP BUTTON PRODUCT THUMBNAIL ---------------------------------------------------------------------------------*/
.product-style-1 .product-group-button:not(.no-addtocart){
	display: table;
	table-layout: fixed;
}
.thumbnail-wrapper .product-group-button:hover{
	z-index: 5;
}
.product-group-button{
	margin: 0;
	letter-spacing: 0;
	max-height: 50px;
	padding: 0 1px;
	position: absolute;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: auto;
	top: auto;
	right: 0;
	left: 0;
	bottom: 1px;
	text-align: center;
	transition: 250ms ease 0s;
}
.product-style-1 .product-group-button.no-addtocart{
	transform: translate(-50%,0);
	left: 50%;
	display: block;
	width: auto;
}
.product-style-1 .thumbnail-wrapper .product-group-button.no-addtocart > div{
	float: left;/* rtl */
}
.product-style-1 .thumbnail-wrapper .product-group-button.no-addtocart.three-button{
	width: 128px;
}
.product-style-1 .thumbnail-wrapper .product-group-button.no-addtocart.two-button{
	width: 86px
}
.product-style-1 .thumbnail-wrapper .product-group-button.no-addtocart.one-button{
	width: 44px
}
.product-style-2 .product-group-button{
	top: 5px;
	bottom: auto;
	width: 48px;
	padding: 0;
	height: auto;
	max-height: none;
	display: block;
	left: auto;/* rtl */
	right: 5px;/* rtl */
}
.product-style-3 .product-group-button{
	display: table;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: auto;
	transform: translate(-50%,-50%);
}
.product-style-3 .thumbnail-wrapper .product-group-button > *{
	display: table-cell;
	vertical-align: middle;
}
.product-style-3 .thumbnail-wrapper:hover .product-group-button > div{
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-name: run_social;
	-moz-animation-name: run_social;
	animation-name: run_social;

	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.product-group-button > div:nth-child(2){
	animation-delay: 150ms;
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
}
.product-group-button > div:nth-child(3){
	animation-delay: 200ms;
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
}
.product-group-button > div:nth-child(4){
	animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
}
@-webkit-keyframes run_social{
	from{
		opacity: 0;
		transform: translate(0,20px);
	}
	to{
		opacity: 1;
		transform: translate(0,0);
	}
}

@-moz-keyframes run_social{
	from{
		opacity: 0;
		transform: translate(0,20px);
	}
	to{
		opacity: 1;
		transform: translate(0,0);
	}
}
@keyframes run_social{
	from{
		opacity: 0;
		transform: translate(0,20px);
	}
	to{
		opacity: 1;
		transform: translate(0,0);
	}
}

/* Button cart */
body.product-style-1 .thumbnail-wrapper .product-group-button > div.loop-add-to-cart{
	position: relative;
	width: auto !important;
	padding: 1px;
}
.thumbnail-wrapper .product-group-button > div.loop-add-to-cart a{
	position: static;
	transition: none;
	padding: 0;
	margin: 0;
	border-width: 0;
	width: 100%;
	height: auto;
}
body.product-style-2 .product-group-button > div.loop-add-to-cart a:before,
body.product-style-3 .product-group-button > div.loop-add-to-cart a:before{
	content: "\e66e";
}
body.product-style-1 .product-group-button:not(.no-addtocart) > div{
	display: table-cell;
}
body.product-style-1 .thumbnail-wrapper .product-group-button .loop-add-to-cart a span:after{
	display: none;
}
body.product-style-1 .product-group-button .loop-add-to-cart a.added:before{
	position: relative;
	line-height: 16px;
	top: 4px;
	left: auto;
	right: auto;
	bottom: auto;
}
.product-group-button > div a:before{
	line-height: 40px;
	font-size: 20px;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	transition: none;
	content: "\e642";
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	margin: 0;
	padding: 0;
	display: inline;
}
.thumbnail-wrapper .product-group-button > div{
	font-size: 0;
	line-height: 0;
	padding: 1px;
	min-width: 0;
	width: 42px;
	height: 42px;
	display: block;
	background: none !important;
	position: relative;
	vertical-align: middle;
}
.product-group-button > div a{
	margin: 1px;
	position: relative;
	font-size: 0;
	line-height: 0;
	padding: 0;
	min-width: 0;
	width: calc(100% - 2px);
	height: 40px;
	border: 0;
	text-decoration: none;
}
body.product-style-1 .thumbnail-wrapper .product-group-button > div.loop-add-to-cart a span{
	line-height: 40px;
}
body.product-style-3 .thumbnail-wrapper .product-group-button > div a{
	width: 40px;
	height: 40px;
}
body.product-style-1 .product-group-button .loop-add-to-cart a span{
	font-size: 90%;
	letter-spacing: -0.25px;
}
body.product-style-1 .product-group-button .loop-add-to-cart a span:before{
	display: none;
}
body.product-style-2 .woocommerce .thumbnail-wrapper a.button.loading:after,
body.product-style-2.woocommerce .thumbnail-wrapper a.button.loading:after,
body.product-style-3 .woocommerce .thumbnail-wrapper a.button.loading:after,
body.product-style-3.woocommerce .thumbnail-wrapper a.button.loading:after{
	left: 1px;
	right: 1px;
	bottom: 1px;
	top: 1px;
}
body.product-style-2 .thumbnail-wrapper .product-group-button > div{
	width: 48px;
	height: 48px;
}
body.product-style-2 .thumbnail-wrapper .product-group-button > div a{
	width: 46px;
	height: 46px;
}
body.product-style-2 .product-group-button > div a:before{
	line-height: 46px;
}
.product-group-button > div.compare a:before{
	content: "\e61b";
}
.product-group-button > div.compare a.added:before{
	content: "\e657";
}
.product-group-button > div.quickshop a:before{
	content: "\e618";
}
.product-group-button > div.wishlist .added a:before{
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 17px;
}
.product-style-1 .woocommerce .product-group-button a.button.loading:after,
.product-style-1.woocommerce .product-group-button a.button.loading:after{
	top: 1px;
	right: 1px;
	left: 1px;
	bottom: 1px;
}
.thumbnail-wrapper .product-group-button > div a{
	margin: auto;
	cursor: pointer;
	display: block;
	width: 100%;
	transition: 250ms ease 0s;
}
body.product-style-1 .product-group-button .loop-add-to-cart a:before{
	display: none;
}
.thumbnail-wrapper:hover .product-group-button{
	opacity: 1;
	visibility: visible;
}
.product-group-button > div a.added:hover{
	text-decoration: none !important;
}
.meta-wrapper .button-in.compare a.added:before{
	content: "\e657";
}
.thumbnail-wrapper .product-group-button > div a .ic-button{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
}
/* Loading */
.meta-wrapper .button-in a.compare div.blockUI.blockOverlay,
.thumbnail-wrapper .button-in a.compare div.blockUI.blockOverlay,
div.product a.compare div.blockUI.blockOverlay{
	background: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-image: url(images/ajax-loader.gif) !important;
	opacity: 1 !important;filter: alpha(opacity=100) !important;
	overflow: visible;
}
.meta-wrapper .button-in a.compare div.blockUI.blockOverlay:before,
.thumbnail-wrapper .button-in a.compare div.blockUI.blockOverlay:before,
div.product a.compare div.blockUI.blockOverlay:before{
	display: none !important
}
.woocommerce .product-wrapper .button-in div.blockUI.blockOverlay:before,
.woocommerce .summary .yith-wcwl-add-to-wishlist  div.blockUI.blockOverlay:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: url(images/ajax-loader.gif) center no-repeat !important;
}
.yith-wcwl-add-to-wishlist,
.woocommerce .product-wrapper .button-in.wishlist a,
.woocommerce .summary .yith-wcwl-add-to-wishlist a{
	opacity: 1 !important;
}
.yith-wcwl-add-to-wishlist > div.blockUI{
	display: none !important;
}
.woocommerce .product-wrapper .button-in div.blockUI.blockOverlay,
.woocommerce .summary .yith-wcwl-add-to-wishlist  div.blockUI.blockOverlay{
	background-color: transparent !important;
}
.product-group-button .button-tooltip,
.ts-product-attribute .button-tooltip{
	padding: 5px 4px 13px 4px;
	font-size: 13px;
	line-height: 28px;
	position: absolute;
	text-transform: none;
	display: inline-block;
	min-width: 110px;
	transform: translate(-50%,0);
	opacity: 0;
	z-index: 10;
	text-align: center;
	visibility: hidden;
	bottom: 100%;
	opacity: 0;
	left: 50%;
	transition: 250ms ease 0s;
}
.ts-product-attribute .button-tooltip{
	min-width: 90px;
}
.product-group-button .loop-add-to-cart .button-tooltip{
	width: 130px;
}
body.product-style-2 .product-group-button .button-tooltip{
	padding: 5px 13px 5px 5px;/* rtl */
	left: auto;/* rtl */
	right: 100%;/* rtl */
	top: 50%;
	line-height: 36px;
	height: 46px;
	bottom: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: -23px;
	transform: none;
}
body.product-style-1 .product-group-button:not(.no-addtocart) > div:first-child .button-tooltip{
	left: 0;/* rtl */
	transform: translate(0,0);
}
body.product-style-1 .thumbnail-wrapper .product-group-button .loop-add-to-cart .button-tooltip{
	position: relative;
	top: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
	min-width: inherit;
	margin: 0;
	visibility: visible;
	opacity: 1;
	padding: 0;
	text-transform: uppercase;
	transition: none;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	display: inline;
}
.product-group-button .button-tooltip:before,
.ts-product-attribute .button-tooltip:before{
	position: absolute;
	top: 0;
	bottom: 8px;
	left: 0;
	right: 0;
	z-index: -1;
	content: "";
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.ts-product-attribute .button-tooltip:before{
	border-width: 1px;
	border-style: solid;
}
body.product-style-2 .product-group-button .button-tooltip:before{
	bottom: 0;
	right: 8px;/* rtl */
	left: 0;
}
.product-group-button .button-tooltip:after,
.ts-product-attribute .button-tooltip:after{
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 3px;
	content: "";
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ffffff;
}
body.product-style-2 .product-group-button .button-tooltip:after{
	left: auto;/* rtl */
	right: 1px;
	top: 50%;
	bottom: auto;
	margin-top: -4px;
	margin-left: 0;
	margin-right: 0;
	border-right-width: 0;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #ffffff;/* rtl */
	border-top: 4px solid transparent;
}
body.product-style-1 .product-group-button:not(.no-addtocart) > div:first-child .button-tooltip:after{
	left: 15px;/* rtl */
	margin-left: 0;
}
.product-group-button > div a:hover .button-tooltip,
.ts-product-attribute a:hover .button-tooltip{
	opacity: 1;
	visibility: visible;
}
.product-group-button-meta{
	clear: both;
}
/* SHOW/HIDE TOOLTIP */
.product-no-tooltip .product-group-button > div:not(.loop-add-to-cart) .button-tooltip,
body.product-style-2.product-no-tooltip .product-group-button .button-tooltip,
body.product-style-3.product-no-tooltip .product-group-button .button-tooltip{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- VI. CATEGORIES PRODUCT --------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.products{
	clear: both;
}
/* TOP WIDGET CATEGORIES PRODUCT */
.product-category-top-content{
	margin: 0 0 30px 0;
	position: relative;
	padding: 10px 10px 0 10px;
}
.product-category-top-content:before{
	position: absolute;
	border-width: 1px;
	border-style: solid;
	z-index: 0;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.product-category-top-content .widget-container:before{
	display: none;
}
.product-category-top-content .widget-container{
	width: 25%;
	float: left;
	clear: none;
	padding: 20px;
	border: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	background: transparent !important;
}
.product-category-top-content .widget-title-wrapper > .widget-title{
	padding: 0;
	margin: 0 0 5px 0;
	text-align: left /* rtl */
}
.product-category-top-content .widget-container:after{
	display: table;
	clear: both;
	content: "";
}
.prod-cat-show-top-content-button{
	float: right; /* rtl */
	margin: 15px 0 15px 30px; /* rtl */
	line-height: 20px;
	padding: 0 0 0 30px; /* rtl */
	border-width: 0 0 0 1px;/* rtl */
	border-style: solid;
	display: inline-block;
}
.prod-cat-show-top-content-button a:after{
	margin-left: 8px; /* rtl */
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\f039";
	font-size: 15px;
	line-height: 14px;
	width: 15px;
	text-align: center;
}
.prod-cat-show-top-content-button a:hover{
	text-decoration: none;
}
.prod-cat-show-top-content-button a.active:after{
	content: "\f00d";
}
/* CATEGORIES SHOW CATEGORIES ITEM */
.products .product.product-category > a{
	overflow: hidden;
	display: block;
}
.woocommerce .product.product-category:hover img{
	transform: scale(1.1,1.1);
}
.ts-product-category-wrapper .products .product.product-category{
	position: relative;
}
.ts-product-category-wrapper.ts-slider .products .product.product-category{
	margin: 0 !important;
}
.ts-product-category-wrapper:not(.show-nav) .owl-nav{
	display: none;
}
.product.product-category .product-wrapper{
	transition: 250ms ease 0s;
	overflow: hidden;
}
.products .product.product-category h3,
.ts-product-brand-wrapper .item .meta-wrapper h3{
	margin-bottom: 0;
}
.product-category .product-wrapper > a{
	display: block;
	overflow: hidden;
}
.product.product-category div.button{
	margin-top: 5px;
}
.product.product-category div.button a{
	position: relative;
}
.product.product-category div.button a:hover{
	padding-right: 20px;/* rtl */
}
.product-category div.button a:hover:after{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
    content: "\f178";/* rtl */
	position: absolute;
	right: 0;/* rtl */
}
.products .product.product-category div.button a:hover,
.woocommerce .products .product.product-category div.button a{
	text-decoration: none;
}
.products .product.product-category img{
	transition: 250ms ease 0s;
	position: relative;
	z-index: 0;
}
.woocommerce .style-1 .product.product-category .meta-wrapper{
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	z-index: 3;
	padding: 20px 30px;
	transition: 250ms ease 0s;
	margin: 0;
}
.woocommerce .style-1 .product.product-category:hover .meta-wrapper{
	bottom: 0;
}
.style-1 .meta-wrapper .category-name{
	display: table;
	width: 100%;
	table-layout: auto;
}
.style-1 .meta-wrapper .category-name > *{
	display: table-cell;
	vertical-align: middle;
}
.style-1 .meta-wrapper .category-name > .count{
	text-align: right;/* rtl */
}
/* Style 2 & 3*/
.woocommerce .style-2 .product.product-category .meta-wrapper,
.woocommerce .style-3 .product.product-category .meta-wrapper{
	position: absolute;
	top: 10%;
	padding: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	text-align: center;
	margin: 0;
	max-width: 100%;
}
.woocommerce .style-3 .product.product-category > a{
	border-radius: 100%;
}
.woocommerce .style-3 .product.product-category .meta-wrapper{
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	height: auto;
	width: auto;
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease 0s;
}
.woocommerce .style-3 .product.product-category .product-wrapper{
	border-radius: 100%;
	overflow: hidden;
}
.woocommerce .style-3 .product.product-category .product-wrapper > a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.woocommerce .style-3 .product.product-category .product-wrapper:hover a:before{
	opacity: 0.8;
	visibility: visible;
}
.woocommerce .style-3 .product.product-category:hover .meta-wrapper{
	opacity: 1;
	visibility: visible;
}
.style-3 .products .product.product-category h3 a,
.style-3 .products .product.product-category .count{
	color: #ffffff;
}
.style-2 .products .product.product-category h3{
	text-transform: uppercase;
}

/* TOP WIDGET CATEGORIES PRODUCT */
.woocommerce .before-loop-wrapper{
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom: 8px;
}
.woocommerce .before-loop-wrapper:after{
	display: table;
	content: "";
	clear: both;
}
.top-filter-widget-area-button{
	float: right;/* rtl */
	margin-left: 10px;/* rtl */
}
.top-filter-widget-area-button a{
	border-width: 2px;
	border-style: solid;
	padding: 9px 20px;
	min-width: 110px;
	text-decoration: none;
	display: block;
	line-height: 24px;
}
.top-filter-widget-area-button a:before{
	content: "\e655";
	margin-right: 5px;/* rtl */
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	font-size: 20px;
	height: 16px;
	line-height: 16px;
	position: relative;
	top: 3px;
}
.top-filter-widget-area-button a.active:before{
	content: "\e680";
}
.top-filter-widget-area .widget-title-wrapper{
	margin-bottom: 20px;
	border-width: 0;
	padding-bottom: 0;
}
.top-filter-widget-area{
	margin: 30px -20px 0 -20px;
	padding: 0;
}
.top-filter-widget-area > .column,
.top-filter-widget-area > .container > .column{
	width: 25%;
	float: left;/* rtl */
	padding: 0 20px;
	clear: none;
	margin-bottom: 20px;
	background: transparent;
}
.filter-bottom.top-filter-widget-area{
	margin-left: 0;
	margin-right: 0;
}
.filter-bottom.top-filter-widget-area > .container > .column{
	padding: 0;
}
.top-filter-widget-area > .container > .column{
	margin-bottom: 0;
}
.ts-sidebar-content .top-filter-widget-area{
	background: transparent;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
.ts-sidebar-content .top-filter-widget-area section{
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 30px;
}
#ts-top-filter-widget-area-sidebar .ts-sidebar-content{
	box-shadow: -3px 0 3px rgba(100,100,100,0.1);
	background: #fafafa;
}
/* BOTTOM */
.filter-bottom{
	position: fixed;
	padding: 30px 0 0 0;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(0,150%);
	transition: 250ms ease 0s;
	display: block !important;
	background: #fafafa;
	box-shadow: 0 -3px 3px rgba(100,100,100,0.1);
	z-index: 999;
}
.filter-bottom.active{
	transform: translate(0,0);
}
.filter-bottom .close{
	transition: 200ms ease 0s;
	position: absolute;
	top: -50px;
	right: 10px;/* rtl */
}
.filter-bottom .close:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e680";
	letter-spacing: 0;
	font-size: 28px;
	line-height: 28px;
	position: relative;
	top: 7px;
}
.filter-bottom.top-filter-widget-area > div{
	margin: 0 auto;
	padding: 0 30px;
}
.top-filter-widget-area .widget-container > div:first-child{
	display: block !important;
}
.filter-bottom.top-filter-widget-area .widget-container > div:first-child{
	position: static;
	opacity: 1;
	visibility: visible;
	padding: 0 30px;
	padding-bottom: 0 !important;
	min-height: 0;
	box-shadow: none;
	cursor: pointer;
}
.filter-bottom.top-filter-widget-area .widget-container > div:first-child:before{
	display: none;
}
.filter-bottom.top-filter-widget-area .widget-container > div,
.filter-bottom.top-filter-widget-area .widget-container > ul,
.filter-bottom.top-filter-widget-area .widget-container > form{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 250ms ease 0s;
	padding: 20px 30px;
}
.filter-bottom.top-filter-widget-area > .container > .column > section:nth-child(1) > div,
.filter-bottom.top-filter-widget-area > .container > .column > section:nth-child(1) > ul,
.filter-bottom.top-filter-widget-area > .container > .column > section:nth-child(1) > form{
	padding-bottom: 30px;
}
.filter-bottom.top-filter-widget-area .widget-container > div:before,
.filter-bottom.top-filter-widget-area .widget-container > ul:before,
.filter-bottom.top-filter-widget-area .widget-container > form:before{
	background: #fafafa;
	box-shadow: 0 -3px 3px rgba(100,100,100,0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 0;
}
.filter-bottom.top-filter-widget-area > .container > .column > section:nth-child(1) > div:before,
.filter-bottom.top-filter-widget-area > .container > .column > section:nth-child(1) > ul:before,
.filter-bottom.top-filter-widget-area > .container > .column > section:nth-child(1) > form:before{
	bottom: 27px;
}
.filter-bottom.top-filter-widget-area .product-filter-by-color ul{
	margin-bottom: 0;
}
.filter-bottom.top-filter-widget-area *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.filter-bottom.top-filter-widget-area .widget-container:hover > div,
.filter-bottom.top-filter-widget-area .widget-container:hover > ul,
.filter-bottom.top-filter-widget-area .widget-container:hover > form{
	visibility: visible;
	opacity: 1;
}
.filter-bottom.top-filter-widget-area .widget_price_filter > form{
	padding-top: 30px;
}
.filter-bottom.top-filter-widget-area .widget-title{
	border-width: 0 0 2px 0;
	border-style: solid;
	padding: 0 20px 5px 0;/* rtl */
}
.filter-bottom.top-filter-widget-area .widget-title{
	display: block;
}
.filter-bottom.top-filter-widget-area .widget-title:after{
	position: absolute;
	left: auto;
	border-width: 0;
	width: auto;
	right: 0;/* rtl */
	top: 50%;
	line-height: 20px;
	margin-top: -13px;
	font-family: 'FontAwesome';
	content: "\f0d8";
	transition: 250ms ease 0s;
}
.filter-bottom.top-filter-widget-area .widget-container:hover .widget-title:after{
	content: "\f0d7";
}
.filter-bottom.top-filter-widget-area .widget-container{
	margin-bottom: 35px;
}
.filter-bottom.top-filter-widget-area .product-filter-by-color ul li{
	margin: 5px 6px 5px 0;/* rtl */
}

/* NAVI GRID LIST */
.gridlist-toggle{
	float: left;/* rtl */
	margin: 0 0 10px 0;
	position: relative;
}
.gridlist-toggle a{
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	padding: 0;
	position: relative;
	z-index: 1;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	width: 46px;
	margin: 0 5px 0 0;/* rtl */
	text-align: center;
}
.gridlist-toggle a#list{
	margin: 0 20px 0 0;/* rtl */
}
.gridlist-toggle a:hover{
	text-decoration: none
}
.gridlist-toggle a#grid:before{
	content: "\e645";
	font-family: 'Pe-icon-7-stroke';
	font-size: 24px;
	line-height: 42px;
	font-weight: normal;/* default */
}
.gridlist-toggle a#list:before{
	content: "\e636";
	font-family: 'Pe-icon-7-stroke';
	font-size: 24px;
	font-weight: normal;/* default */
	line-height: 42px;
}
.gridlist-toggle a span{
	display: none;
}
.product-per-page-form{
	float: right;/* rtl */
	width: auto;
	margin-right: 10px;/* rtl */
}
.product-per-page-form > span{
	padding: 10px 10px 5px 0;/* rtl */
	display: inline-block;
}
.product-per-page-form > select{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 95%;
	display: none;
	width: 110px;
	float: right;/* rtl */
}
.product-per-page-form ul.perpage{
	border-width: 2px;
	border-style: solid;
	margin: 0;
	width: 110px;
	float: right;/* rtl */
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
	float: right; /* rtl */
	width: auto;
	margin-bottom: 10px;
}
.woocommerce .woocommerce-ordering select{
	display: none;
	font-size: 95%;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count{
	padding: 0;
	margin: 10px 0 0 0;
	float: left;/* rtl */
}
.woocommerce .woocommerce-ordering ul li a:hover,
.product-per-page-form ul.perpage ul li a:hover{
	text-decoration: none;
}
.woocommerce .woocommerce-ordering ul li,
.product-per-page-form ul.perpage ul li{
	padding: 2px 20px;
}
.woocommerce .woocommerce-ordering ul li a,
.product-per-page-form ul.perpage ul li a{
	padding: 4px 0;
	width: 100%;
	display: inline-block;
	position: relative;
}
.woocommerce .woocommerce-ordering ul ul li:before,
.product-per-page-form ul.perpage ul li:before{
	border-width: 1px 0 0 0;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	opacity: 0.6;
	content: "";
}
.woocommerce .woocommerce-ordering ul ul > li:first-child:before,
.product-per-page-form ul.perpage ul li:first-child:before{
	display: none;
}
/* PAGINATION */
.woocommerce nav.woocommerce-pagination{
	margin: 30px -5px 50px -5px;
	text-align: inherit;
}
#main-content.ts-col-24 nav.woocommerce-pagination,
#main-content.ts-col-24 .ts-pagination{
	text-align: center;
}
.woocommerce .after-loop-wrapper{
	width: 100%;
	margin: 20px 0 40px 0;
	display: inline-block;
	position: relative;
}
.woocommerce .after-loop-wrapper:after{
	content: "";
	display: table;
	clear: both;
}
.ts-pagination{
	padding: 30px 0 100px 0;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
}
.ts-pagination ul{
	display: inline-block;
	overflow: hidden;
}
.ts-pagination ul li{
	display: inline-block;
	list-style: none;
	float: left;/* rtl */
	padding: 1px 0 0 0;
}
.ts-pagination ul li a:hover{
	text-decoration: none;
}
.dokan-pagination-container{
	margin: 40px 0 100px 0;
}
.woocommerce nav.woocommerce-pagination ul,
.ts-pagination ul,
.dokan-pagination-container .dokan-pagination{
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li,
.dokan-pagination-container .dokan-pagination li{
	border: 0;
	float: left;/* rtl */
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.bbp-pagination-links a,
.bbp-pagination-links span.current,
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current:hover,
.ts-pagination ul li a,
.ts-pagination ul li span.current,
.dokan-pagination-container .dokan-pagination li a{
	padding: 0 3px;
	background: transparent;
	min-height: 46px;
	min-width: 46px;
	line-height: 42px;
	border-width: 2px;
	border-style: solid;
	margin: 0 5px;
	text-align: center;
	display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next{
	background-image: none;
	font-size: 0;
	line-height: 0;
	min-height: 46px;
	margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.ts-pagination ul li a.prev:before,
.ts-pagination ul li a.next:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	line-height: 42px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.ts-pagination ul li a.prev:before{
	content: "\f104";/* rtl */
}
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.ts-pagination ul li a.next:before{
	content: "\f105";/* rtl */
}
.bbp-pagination-links a:hover{
	text-decoration: none;
}
.dokan-pagination-container .dokan-pagination li.active a{
	cursor: default;
}
.woocommerce .woocommerce-ordering ul.orderby{
	min-width: 250px;
	border-width: 2px;
	border-style: solid;
	margin: 0;
}
.woocommerce .woocommerce-ordering ul.orderby:hover,
.product-per-page-form ul.perpage:hover{
	z-index: 9;
	position: relative;
}
.product-per-page-form ul.perpage > li,
.product-per-page-form ul.perpage ul{
	padding: 0;
	margin: 0;
}
.woocommerce .woocommerce-ordering .orderby li a.current{
	cursor: default;
}
.woocommerce .woocommerce-ordering .orderby > li,
.product-per-page-form ul.perpage > li{
	padding: 0 !important;
	position: relative;
	cursor: pointer;
}
.woocommerce .woocommerce-ordering .orderby-current,
.product-per-page-form ul.perpage > li span{
	padding: 10px 30px 10px 20px;/* rtl */
	display: inline-block;
	width: 100%;
	transition: 250ms ease 0s;
}
.woocommerce .woocommerce-ordering .orderby > li:after,
.product-per-page-form ul.perpage > li:after{
	position: absolute;
	content: "";
	top: 12px;
	right: 12px; /* rtl */
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	content: "\f0dd";
	font-size: 15px;
	line-height: 14px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .woocommerce-ordering .orderby:hover > li:after,
.product-per-page-form ul.perpage:hover > li:after{
	padding-bottom: 4px;
	transform: rotate(180deg);
}
.woocommerce .woocommerce-ordering .orderby li,
.product-per-page-form ul.perpage li{
	list-style: none;
	position: relative;
	z-index: 4;
	padding-top: 4px;
	padding-bottom: 4px;
}
.woocommerce .woocommerce-ordering .orderby ul,
.product-per-page-form ul.perpage ul{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before{
	position: absolute;
	content: "";
	top: -1px;
	left: -2px;
	right: -2px;
	bottom: 0;
	z-index: -1;
	border-width: 0 2px 2px 2px;
	border-style: solid;
}
.woocommerce .woocommerce-ordering .orderby ul:after,
.product-per-page-form ul.perpage ul:after{
	top: -1px;
	left: 0;
	right: 0;
	z-index: -1;
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1px;
	content: "";
	position: absolute;
}
.woocommerce .woocommerce-ordering .orderby:hover ul,
.product-per-page-form ul.perpage:hover ul{
	display: block;
	-webkit-animation-duration: 240ms;
    -moz-animation-duration: 240ms;
    animation-duration: 240ms;
    animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation_menu;
    -moz-animation-name: animation_menu;
    animation-name: animation_menu;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. LIST PRODUCT ---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce .products .product.sale .price{
	margin-left: -5px;
	margin-right: -5px;
}
.woocommerce .products.list .product .product-wrapper,
.woocommerce .list .products .product .product-wrapper{
	max-width: 100%;
}
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
	float: left;/* rtl */
	width: 32%;
}
.woocommerce .ts-col-24 .products.list .product .product-wrapper .meta-wrapper{
	padding: 0 0 0 50px; /* rtl */
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
	padding: 0 0 0 30px; /* rtl */
	float: left;/* rtl */
	width: 68%;
}
.list .products .product .product-wrapper .thumbnail-wrapper,
.list .products .product .product-wrapper .meta-wrapper{
	float: left;/* rtl */
	width: 50%;
}
.list .products .product .product-wrapper .meta-wrapper{
	padding: 0 0 0 30px; /* rtl */
}
.ts-col-24 .products.list .product .product-wrapper .thumbnail-wrapper{
	width: 25%;
}
.ts-col-24 .products.list .product .product-wrapper .meta-wrapper{
	width: 75%;
}
.woocommerce .products.list .product{
	width: 100%;
}
.woocommerce .products.list > .product:not(.product-category){
	width: 100% !important;
}
.woocommerce .products.list .product .meta-wrapper,
.woocommerce .list .products .product .meta-wrapper{
	text-align: left;/* rtl */
}
.product-meta-center .products.list .product-wrapper .price .price-wrapper,
.woocommerce .products.list .star-rating,
.woocommerce .list .products .star-rating{
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .products.list .thumbnail-wrapper,
.woocommerce .list .products .thumbnail-wrapper{
	margin-bottom: 0;
}
.product-wrapper .color-swatch{
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 14px;
	line-height: 0;
}
.product-wrapper .color-swatch > div{
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
}
.product-wrapper .color-swatch > div span{
	width: 14px;
	height: 14px;
	border-radius: 100%;
	display: inline-block;
}
.product-wrapper .color-swatch > div img{
	max-width: 100%;
	width: 14px;
	height: 14px;
}
.product-wrapper .color-swatch > div{
	margin: 4px;
	position: relative;
	transition: 250ms ease 0s;
	cursor: pointer;
}
.product-wrapper .color-swatch > div:hover{
	opacity: 0.6;
}
.product-wrapper .color-swatch > div.active:hover{
	opacity: 1;
}
.product-wrapper .color-swatch > div:before{
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -2px;
	top: -2px;
	content: "";
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	transition: 150ms ease 0s;
	opacity: 0.8;
	z-index: 1;
}
.product-wrapper .color-swatch > div.active:before{
	left: 1px;
	right: 1px;
	bottom: 1px;
	top: 1px;
}
.product-wrapper .color-swatch > div.active{
	cursor: default;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- VII. PRODUCT DETAIL -----------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
/* Fixed single info next prev tooltip */
.single-product .page-container{
	overflow: visible;
}
.single-product #primary > .ts-video,
.single-product #primary > .ts-product-360{
	margin-top: 30px;
}
/* TOP DEAL */
.ts-top-product-deals{
	position: relative;
}
.ts-top-product-deals .item{
	display: table;
	width: 100%;
}
.ts-top-product-deals .item > *{
	display: table-cell;
	vertical-align: middle;
}
.ts-top-product-deals .product-image{
	width: 60px;
	float: left;/* rtl */
}
.ts-top-product-deals .product-meta{
	margin-left: 80px;/* rtl */
}
.ts-top-product-deals .product-meta .price{
	display: block;
	margin: 5px -5px 0 -5px;
}
.ts-top-product-deals .product-meta .amount{
	padding: 0 5px;
}
.ts-top-product-deals .product-meta a{
	text-decoration: none;
}
.ts-top-product-deals .item .counter{
	width: 460px;
	text-align: center;
}
.ts-top-product-deals .counter h2{
	margin-bottom: 0;
}
.ts-top-product-deals .counter-content{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.ts-top-product-deals .counter-content > *{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.ts-top-product-deals .counter-wrapper > div{
	background: transparent;
	border-width: 0;
}
.ts-top-product-deals .button-col{
	text-align: right;/* rtl */
	width: 200px;
}
.ts-top-product-deals .button-col a.button{
	font-size: 85%;
    padding: 8px 15px;
    min-width: 140px;
}
.button-col a.button:after{
	content: "\f178";
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	padding-left: 10px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. PRODUCT IMAGE --------------------------------------------------------------------------------------------------*/
#primary > .vc_row{
	padding-top: 30px;
	margin-top: -30px;
}
div.product > .vc_row{
	padding-left: 30px;
	padding-right: 30px;
	overflow: visible;
	margin-bottom: 50px;
	margin-top: -30px;
	padding-top: 30px;
}
div.product > .vc_row.loading{
	height: 500px;
	overflow: hidden;
}
div.product div.summary .clear{
	display: none !important;
}
.woocommerce div.product div.images > .woocommerce-product-gallery__image:nth-child(n+2){
	width: 100%;
	display: block;
}
.woocommerce div.product div.images-thumbnails img{
	box-shadow: none;
}
.woocommerce div.product div.images-thumbnails .images{
	width: auto;
	margin: 0;
	float: none;
	padding: 0;
	position: relative;
}
.woocommerce div.product.thumbnail-border div.images-thumbnails .images{
	border-width: 1px;
	border-style: solid;
}
.single-product-top-thumbnail-slider .owl-item .item{
	opacity: 0.5;
	transition: 250ms ease 0s;
}
.single-product-top-thumbnail-slider .owl-item.center .item{
	opacity: 1;
}
.woocommerce div.product div.images-thumbnails{
	width: 50%;
	float: left;/* rtl */
	position: relative;
	margin-bottom: 50px;
}
.woocommerce div.product.vertical-thumbnail div.images-thumbnails{
	width: 60%;
}
.woocommerce div.product.vertical-thumbnail div.summary{
	width: 40%;
}
.woocommerce div.product div.images-thumbnails .featured-image{
	position: relative;
}
.woocommerce .ts-col-12 div.product.vertical-thumbnail div.summary,
.woocommerce .ts-col-12 div.product div.images-thumbnails,
.woocommerce .ts-col-12 div.product div.summary{
	width: 100%;/* rtl */
}
.woocommerce .ts-col-12 div.product div.summary{
	clear: both;
	padding: 0;
}
.woocommerce div.product div.summary{
	width: 50%;
	padding-left: 50px; /* rtl */
	float: left;/* rtl */
	margin-bottom: 50px;
}
#ts-quickshop-modal div.product div.summary{
	max-width: 100% !important;
}
.woocommerce .ts-col-18 div.product div.summary{
	padding-left: 40px;/* rtl */
}
.woocommerce div.product.vertical-thumbnail .vc_row div.summary{
	margin-bottom: 0;
}
.woocommerce div.product.thumbnail-summary-top_thumbnail_slider div.summary{
	margin-bottom: 50px;
}
.woocommerce div.product.vertical-thumbnail div.summary{
	width: 40%;
}
.show_breadcrumb_v2 .single-product-top-thumbnail-slider{
	margin-top: 10px;
}
.woocommerce div.product.thumbnail-summary-top_thumbnail_slider{
	margin-top: 50px;
}
.woocommerce div.product.thumbnail-summary-top_thumbnail_slider > div.summary{
	padding-left: 0;/* rtl */
	padding-right: 0;/* rtl */
	width: 100%;
}
.woocommerce div.product.thumbnail-summary-top_thumbnail_slider.tabs-in-summary > div.summary{
	width: 53%;
	position: relative;
	max-width: none;
	padding-left: 0;/* rtl */
	padding-right: 0;/* rtl */
}
div.product.thumbnail-summary-top_thumbnail_slider .tabs-in-summary > div.summary:before,
div.product.thumbnail-summary-top_thumbnail_slider .tabs-in-summary .woocommerce-tabs:before{
	position: absolute;
	right: -40px;/* rtl */
	left: auto;
	bottom: 0;
	top: 15px;
	content: "";
	width: 1px;
	border-style: solid;
	border-width: 0 1px 0 0;
}
div.product.thumbnail-summary-top_thumbnail_slider .tabs-in-summary .woocommerce-tabs:before{
	left: 39px;/* rtl */
	bottom: 20px;
	right: auto;
}
.woocommerce div.thumbnail-summary-top_thumbnail_slider .woocommerce-tabs{
	margin-top: 30px;
	padding-top: 0;
}
.woocommerce div.thumbnail-summary-top_thumbnail_slider.tabs-in-summary .woocommerce-tabs{
	width: 47%;
	float: left;/* rtl */
	clear: none;
	padding: 0 0 0 80px;/* rtl */
	margin-top: -10px;
	margin-bottom: 70px;
	position: relative;
}
/* Vertical thumbnail */
.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
	margin-left: 120px;/* rtl */
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images{
	margin-left: 100px;/* rtl */
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail .thumbnails{
	width: 80px;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
	width: 45%;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails{
	width: 55%;
}
/* Product popup video */
.ts-product-video-button,
.ts-product-360-button,
.ts-product-share-button > a{
	float: none !important;
	margin: 5px auto 0 auto !important;
	text-align: center;
	display: block;
	clear: both;
	width: 40px !important;
	height: auto !important;
	text-decoration: none !important;
	font-size: 80%;
}
.ts-product-video-button:before,
.ts-product-360-button:before,
.ts-product-share-button > a:before{
	content: "\e624";
	font-size: 18px;
	font-family: 'Pe-icon-7-stroke';
	line-height: 34px;
	border-width: 1px;
	border-style: solid;
	width: 36px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 100%;
	transition: 250ms ease 0s;
}
div.product:not(.vertical-thumbnail) .ts-product-video-button, 
div.product:not(.vertical-thumbnail) .ts-product-360-button, 
div.product:not(.vertical-thumbnail) .ts-product-share-button > a{
	margin: 0 !important;
}
.ts-col-24 div.product .ts-product-video-button, 
.ts-col-24 div.product .ts-product-360-button, 
.ts-col-24 div.product .ts-product-share-button > a{
	width: 50px !important;
	font-size: inherit;
}
.ts-col-24 div.product .ts-product-video-button:before, 
.ts-col-24 div.product .ts-product-360-button:before, 
.ts-col-24 div.product .ts-product-share-button > a:before{
	line-height: 44px;
	font-size: 20px;
	width: 46px;
}
.ts-product-360-button:before{
	content: "\e61c";
}
.ts-product-share-button > a:before{
	content: "\e616";
}
.ts-product-share-button{
	position: relative;
}
.ts-product-share-button.active > div{
	z-index: 94034;
}
.ts-product-share-button > div{
	position: absolute;
	display: block;
	padding: 3px 3px 11px 3px;
	width: 90px;
	left: 50%;
	right: auto;
	bottom: 100%;
	transform: translate(-50%,0);
	opacity: 0;
	z-index: 99;
	visibility: hidden;
	transition: 250ms ease 0s;
}
.ts-product-share-button .ts-social-sharing{
	padding: 6px 6px 14px 6px;
	width: 96px;
}
div.product .summary .ts-social-sharing ul{
	position: relative;
	top: -1px;
	overflow: hidden;
}
.sharethis-inline-share-buttons .st-btn > img{
	top: 4px !important;
}
.ts-product-share-button .ts-social-sharing li{
	margin: 2px;
}
.ts-product-share-button .ts-social-sharing li a{
	width: 24px !important;
	height: 24px !important;
	line-height: 24px;
	margin: 0 !important;
}
.ts-product-share-button > div:after{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	right: 0;
	bottom: 8px;
	z-index: -1;
	-moz-transition: 250ms ease 0s;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.ts-product-share-button > div:before{
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 3px;
	content: "";
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ffffff;
}
.ts-product-share-button.active > div{
	opacity: 1;
	visibility: visible;
}
.ts-product-share-button .sharethis-inline-share-buttons .st-btn{
	display: inline-block !important;
}
div.product .summary .sharethis-inline-share-buttons{
	margin-top: 10px;
}
div.product:not(.vertical-thumbnail) .ts-product-video-button,
div.product:not(.vertical-thumbnail) .ts-product-360-button,
div.product:not(.vertical-thumbnail) .ts-product-share-button{
	position: absolute;
	right: 20px;/* rtl */
	top: 20px;
	display: block;
	z-index: 990;
}
div.product:not(.vertical-thumbnail) .has-video .ts-product-360-button{
	top: 85px;
}
div.product:not(.vertical-thumbnail) .has-video .ts-product-share-button{
	top: 85px;
}
div.product:not(.vertical-thumbnail) .has-video.has-360-gallery .ts-product-share-button{
	top: 150px;
}
.ts-col-24 div.product:not(.vertical-thumbnail) .has-video .ts-product-360-button{
	top: 100px;
}
.ts-col-24 div.product:not(.vertical-thumbnail) .has-video .ts-product-share-button{
	top: 100px;
}
.ts-col-24 div.product:not(.vertical-thumbnail) .has-video.has-360-gallery .ts-product-share-button{
	top: 180px;
}
.ts-product-video div.ppt,
.ts-product-video .pp_top,
.ts-product-video .pp_bottom{
	display: none !important;
}
.ts-product-video div.pp_details{
	padding: 0 !important;
}

/* NEXT PREV BUTTON SINGLE */
.single-navigation > a:hover,
.single-navigation > div > a:hover{
	text-decoration: none
}
/* FOR PRODUCT TOOLTIP */
div.product .single-navigation{
	float: right;/* rtl */
	display: block;
	position: relative;
	top: 0;
	margin-right: -10px;/* rtl */
}
div.product .single-navigation:after{
	position: absolute;
	left: 50%;
	width:1px;
	border-width:0 1px 0 0;
	border-style: solid;
	content: "";
	top: 5px;
	bottom: 5px;
}
div.product .single-navigation:hover{
	z-index: 993;
}
div.product .single-navigation > div{
	float: left;/* rtl */
}
div.product .single-navigation > div{
	height: 34px;
}
div.product .single-navigation > div >  a{
	position: relative;
	width: 34px !important;
	height: 34px !important;
	z-index: 0;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	transition: 250ms ease 0s;
}
div.product .single-navigation > div:hover >  a{
	z-index: 1;
}
div.product .single-navigation > div > a:before{
	line-height: 34px;
	font-family: 'Pe-icon-7-stroke';
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
}
div.product .single-navigation > div > a[rel="next"]:before{
	content: "\e684";/* rtl */
}
div.product .single-navigation > div > a[rel="prev"]:before{
	content: "\e686";/* rtl */
}
.single-navigation > div .product-info{
	padding-bottom: 11px;
	position: absolute;
	bottom: 100%;
	width: 260px;
	right: 0 ; /* rtl */
	content: "";
	display: none;
	text-align: left;/* rtl */
	z-index: 9;
}
.single-navigation > div .product-info:after{
	display: table;
	clear: both;
	content: "";
}
.single-navigation > div .product-info:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	top: 0;
	z-index: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.single-navigation > div .product-info > div > span{
	display: block;
}
.single-navigation .product-info > div > span.price{
	margin-bottom: 6px;
	margin-left: -2px;
	margin-right: -2px;
}
div.product .single-navigation .price .amount{
	padding-left: 2px;
	padding-right: 2px;
}
div.product .single-navigation .price del{
	margin-bottom: 0 !important;
}
div.product .single-navigation .price del .amount{
	font-size: 90%;
	line-height: 90%;
}
.single-navigation .product-info > div > span:first-child{
	margin-bottom: 5px;
	max-height: 48px;
    overflow: hidden;
}
.single-navigation .product-info div{
	padding: 5px 0 0 0;
}
.single-navigation .product-info img{
	width: 90px;
	float: left;/* rtl */
	padding: 10px;
	position: relative;
	z-index: 2;
}
.single-navigation .product-info > div{
	padding: 10px 10px 0 10px;
	margin-left: 90px; /* rtl */
	position: relative;
	z-index: 2;
}
.single-navigation > div:hover .product-info{
	display: block;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. PRODUCT THUMBNAIL ----------------------------------------------------------------------------------------------*/
div.product div.images-thumbnails div.thumbnails{
	margin-top: 20px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper{
	margin: -20px 0 0 0 !important;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
	width: 100px;
	float: left;/* rtl */
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce div.product .thumbnails .thumbnails-container a{
	width: auto;
	margin: 0;
	float: none;
	display: block;
}
.woocommerce div.product.thumbnail-border .thumbnails .thumbnails-container a{
	border-width: 1px;
	border-style: solid;
}
.woocommerce div.product.thumbnail-border .thumbnails .thumbnails-container .cloud-zoom-wrap{
	border-width: 1px;
	border-style: solid;
}
.woocommerce div.product.thumbnail-border .thumbnails .thumbnails-container .cloud-zoom-wrap a{
	border-width: 0;
}
.woocommerce div.product .thumbnails a img{
	height: auto;
	max-width: 100%;
	display: block;
}

/* PRODUCT LABEL */
.woocommerce div.product .images .product-label{
	z-index: 991;
	position: absolute;
	left: 15px /* rtl */;
	right: auto;
	top: 15px;
	bottom: auto;
	text-align: left;/* rtl */
	width: auto;
	text-align: center;
}
.woocommerce.product-label-rectangle div.product .images .product-label span{
	height: 46px;
	min-width: 120px;
}
.woocommerce div.product .images .product-label span:first-child{
	margin-top: 0;
}
.woocommerce div.product .images .product-label span.onsale,
.woocommerce div.product .images .product-label span.new,
.woocommerce div.product .images .product-label span.featured,
.woocommerce div.product .images .product-label span.out-of-stock,
.woocommerce div.product .images .product-label span{

}
.woocommerce div.product .images .product-label span{
	position: static;
	top: auto;
	right: auto;
	left: auto;
	right: auto;
	text-align: center;
	clear: both;
	display: table-cell;
	margin-top: 5px;
	clear: both;
	padding: 3px;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	border-radius: 100%;
	line-height: 16px !important;
	text-transform: uppercase;
	position: relative;
}
/* 360 */
body .ts-popup-modal .product-360-container{
	width: 500px;
}
.threesixty .nav_bar{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	width: auto;
	padding: 10px;
}
.threesixty .nav_bar a{
	display: block;
	width: 36px !important;
	height: 36px !important;
	float: left;/* rtl */
	margin: 2px !important;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	text-decoration: none !important;
	overflow: hidden;
	transition: opacity 250ms ease 0s;
}
.threesixty .nav_bar a:before{
	line-height: 34px;
	display: block;
	font-family: 'Pe-icon-7-stroke';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	content: "\e624";
	text-indent: 2px;/* rtl */
}
.threesixty .nav_bar a.nav_bar_stop:before{
	content: "\e621";
	text-indent: 0;
}
.threesixty .nav_bar a.nav_bar_previous:before{
	content: "\e686";/* rtl */
	font-size: 24px;
}
.threesixty .nav_bar a.nav_bar_next:before{
	content: "\e684";/* rtl */
	font-size: 24px;
}
.threesixty .nav_bar li{
	margin: 5px;
}
.threesixty .nav_bar a:hover{
	opacity: 1;
}
ol.threesixty_images li{
	font-size: 0;
}
.threesixty{
	position: relative;
	overflow: hidden;
}
body .ts-popup-modal .product-360-container{
	width: 500px;
}
.ts-popup-modal .threesixty{
	width: 100% !important;
}
.threesixty .threesixty_images{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.threesixty .threesixty_images img{
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	transition: 250ms ease 0s;
}
.threesixty .threesixty_images{
	display: none;
}
.threesixty .threesixty_images img.previous-image{
	visibility: hidden;
}
.threesixty .threesixty_images img.current-image{
	visibility: visible;
}
.threesixty .spinner{
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
}
.threesixty .spinner span{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block;
}
.threesixty:-webkit-full-screen{
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}
.threesixty:-moz-full-screen{
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 200px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. PRODUCT SUMMARY ------------------------------------------------------------------------------------------------*/
div.product .summary .counter-wrapper{
	width: calc(100% + 8px);
	display: inline-block;
	margin: 0 -4px 18px -4px;
}
.summary .counter-wrapper > div,
.summary .counter-wrapper > div:last-child{
	padding: 9px 2px;
	margin: 0 4px;
	width: 60px;
}
.summary .counter-wrapper > div .number{
	font-size: 20px;
	line-height: 24px;
}
.summary .counter-wrapper .ref-wrapper{
	font-size: 14px;
	line-height: 16px;
}
/* TITLE */
.woocommerce div.product .entry-title{
	margin: 0 0 6px 0;/* rtl */
	padding: 0;
}
#ts-quickshop-modal div.product .entry-title{
	margin: 0 0 10px 0;
}

/* RATING */
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating > *{
	float: left;/* rtl */
	line-height: 28px;
}
.woocommerce .woocommerce-product-rating .star-rating{
    font-family: star !important;
	top: 5px;
	margin: 0 5px 0 0;/* rtl */
}
.woocommerce .woocommerce-product-rating .average-rating{
	margin-right: 10px;/* rtl */
	padding-right: 14px;/* rtl */
	position: relative;
}
.woocommerce .woocommerce-product-rating .average-rating:after{
	position: absolute;
	right: 0;/* rtl */
	bottom :-1px;
	content: "/";
}
.woocommerce .woocommerce-product-rating > a{
	position: relative;
}
.woocommerce-review-link{
	font-style: italic;
}
.woocommerce .star-rating span{
	overflow: hidden;
	top: 0;
	left: 0;/* rtl */
	position: absolute;
	padding-top: 30px;
}
.woocommerce .star-rating{
	float: right;/* rtl */
}
.woocommerce-product-rating .woocommerce-review-link{
	text-decoration: underline;
	font-size: 95%;
}
/* AVAILABILITY */
.woocommerce div.product p.availability.stock,
body .quickshop-container div.product p.availability.stock{
	margin: 0;
	clear: both;
}
.woocommerce div.product p.availability.stock label{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.woocommerce div.product p.stock span{
	padding: 0 0 0 3px;/* rtl */
}
body table.compare-list tr.stock span.out-of-stock,
.woocommerce div.product p.out-of-stock span,
.woocommerce div.product .stock.out-of-stock{
	color: red !important;
}
/* SKU */
.woocommerce div.product .sku-wrapper{
	display: inline-block;
	margin: 0;
	width: 100%;
	position: relative;
	top: 2px;
}
.woocommerce div.product .sku-wrapper span.sku{
	padding: 0 0 0 3px;/* rtl */
	display: inline-block;
	font-weight: normal;/* default */
}
/* DESCRIPTION */
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin-bottom: 5px;
}
.woocommerce div.product .summary .woocommerce-product-details__short-description{
	clear: both;
	margin: 0 0 35px 0;
}
.woocommerce div.product.product-type-variable .summary .woocommerce-product-details__short-description,
.woocommerce div.product.product-type-grouped .summary .woocommerce-product-details__short-description{
	margin-bottom: 23px;
}
.woocommerce-product-details__short-description p{
	margin: 0;
}

/* PRICE */
div.product p.price .woocommerce-Price-amount{
	padding-bottom: 5px;
}
div.product.product-type-grouped p.price .woocommerce-Price-amount{
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce div.product.product-type-grouped .summary > p.price{
	margin-left: -10px;
	margin-right: -10px;
}

/* ADD TO CART */
.woocommerce div.product form.cart .button{
	width: calc(100% - 155px);
	float: left;/* rt */
	line-height: 20px;
}
.woocommerce div.product form.cart.grouped_form .button{
	width: 100%;
}

/* REVIEW , WISHLIST , COMPARE */
.wishlist_table .product-name a:hover{
	text-decoration: none;
}
.woocommerce table.wishlist_table td.product-thumbnail{
	padding: 13px 0 13px 0;/* rtl */
	width: 80px;
}
.woocommerce table.wishlist_table thead th{
	padding: 13px 0 13px 20px;/* rtl */
}
.woocommerce table.wishlist_table tbody td{
	padding: 13px 0 13px 20px;/* rtl */
}
.woocommerce .wishlist_table .product-add-to-cart a{
	display: inline-block !important;
	min-width: 0;
	padding: 10px 15px;
	font-size: 90%;
	position: relative;
}
body div.wishlist-title h2{
	display: inline-block;
}
#yith-wcwl-popup-message{
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	border-radius: 2px;
	margin: 0 !important;
	transform: translate(-50%,0);
    background: white;
    border: 1px solid #CCC;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000; /* Thanks WP -.- */
}
div.product .summary div.wishlist .yith-wcwl-wishlistexistsbrowse.show,
div.product .summary div.wishlist .yith-wcwl-wishlistaddedbrowse.show{
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}
.yith-wcwl-add-to-wishlist i,
.yith-wcwl-add-to-wishlist .feedback{
	display: none !important;
}
div.product.no-addtocart .summary .yith-wcwl-add-to-wishlist,
div.product.no-addtocart .summary div.wishlist{
	margin: 0 10px 20px 0;/* rtl */
}
.woocommerce div.product .woocommerce-variation-availability .stock{
	display: none;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist,
.woocommerce div.product .summary a.compare{
	margin: 0 0 15px 0;
	float: left;/* rtl */
	line-height: 20px;
}
.woocommerce div.product .summary a.compare,
.yith-wcwl-add-to-wishlist a{
	text-decoration: none !important;
}
.woocommerce div.product .summary a.compare{
	border-width: 0;
	background: transparent !important;
	padding: 0;
	text-transform: none;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist{
	position: relative;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary a.compare:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\e642";
	font-size: 20px;
	line-height: 12px;
	position: relative;
	top:3px;
	margin-right: 5px;/* rtl */
}
div.product .summary a.compare:before{
	content: "\e61b";
}
div.product:not(.single-no-compare) .summary .yith-wcwl-add-to-wishlist{
	margin-right: 30px;/* rtl */
	padding-right: 30px;/* rtl */
}
div.product:not(.single-no-compare) .summary .yith-wcwl-add-to-wishlist:after{
	position: absolute;
	width: 1px;
	right: 0;/* rtl */
	border-width: 0 1px 0 0;
	border-style: solid;
	top: 2px;
	bottom: 2px;
	content: "";
}
div.product .summary .yith-wcwl-wishlistaddedbrowse a:before,
div.product .summary .yith-wcwl-wishlistexistsbrowse a:before{
	content: "\e66c";
}
div.product .summary .yith-wcwl-add-to-wishlist a:hover,
div.product .summary div.wishlist a:hover{
	text-decoration: none;
}

/* Price */
.woocommerce div.product .summary > .price{
	clear: both;
	margin: 6px 0 24px 0;
	overflow: hidden;
}
div.product .summary > .price del,
.woocommerce div.product .summary > .price del{
	display: inline-block;
	margin-bottom: 5px;
	opacity: 1;
}
.woocommerce div.product .summary > .price ins, 
.woocommerce div.product .single_variation_wrap .price ins{
	float: left;/* rtl */
	margin-right: 30px;/* rtl */
}
.woocommerce div.product form.cart,
.woocommerce div.product .cart{
	clear: both;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}
.woocommerce div.product .cart:after{
	display: table;
	clear: both;
	content: "";
}
/* Type group product */
.woocommerce div.product form.cart .group_table td{
	padding: 10px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
	padding: 10px 0;
}
.woocommerce div.product form.cart .group_table td:first-child{
	width: auto;
	text-align: left;/* rtl */
}
.woocommerce div.product form.cart .group_table tr:first-child td{
	border-width: 0;
}
.woocommerce div.product form.cart .group_table tr td:last-child{
	text-align: right;/* rtl */
}
.woocommerce div.product form.cart table{
	border: 0;
	border-collapse: collapse;
}
.woocommerce div.product form.cart .group_table{
	max-width: 550px;
	margin-bottom: 20px;
}
.woocommerce div.product form.cart .group_table td{
	vertical-align: top;
}
.woocommerce div.product form.cart .group_table td .quantity,
 form.cart .group_table .quantity input.qty, 
.woocommerce form.cart .group_table .quantity input.qty{
	width: 70px;
	border-width: 0;
	padding: 0;
	top: -5px;
	float: none;
	display: inline-block;
}
.group_table td.woocommerce-grouped-product-list-item__label label{
	margin: 0;
	padding: 0;
}
.woocommerce div.product form.cart .group_table .button{
	min-width: 0;
	float: none;
	font-size: 0;
	height: 46px;
	width: 46px;
	margin: 0 !important;
	padding:0 !important;
}
form.cart .group_table .button:after{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	font-size: 20px;
	line-height: 42px;
	content: "\e66e";
}
div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist{
	margin-bottom: 20px;
}
.woocommerce div.product form.cart .group_table .button:before{
	display: none;
}
.group_table a,
.group_table a:hover{
	text-decoration: none;
}
/* Variable */
.woocommerce div.product form.cart .variations{
	margin-bottom: 10px;
	padding-right: 70px; /* rtl */
	position: relative;
}
.woocommerce div.product form.cart .variations:after{
	clear: both;
	display: table;
	content: "";
}
.woocommerce-variation-add-to-cart{
	overflow: hidden;
}
.woocommerce div.product form.cart .variations select{
	min-width: initial;
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 0;
	background-color: rgba(155,155,155,0.1);
	font-size: 95%;
}
.single_variation_wrap{
	position: relative;
}
.single_variation_wrap .woocommerce-variation{
	display: none;
}
.woocommerce div.product form.cart .reset_variations{
	line-height: 24px !important;
	position: absolute;
	right: 0;/* rtl */
	z-index: 3;
	bottom: 0;
}
.woocommerce div.product form.cart .variations .attribute select{
	margin: 2px 0;/* rtl */
}
.woocommerce div.product form.cart .variations > div:last-child{
	padding-bottom: 10px;
}
div.product .woocommerce-variation-price{
	line-height: 28px;
}
div.product .woocommerce-variation-price .price{
	padding: 5px 0 15px 0;
	display: block;
}
.woocommerce div.product form.cart .reset_variations:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	margin-right: 3px;/* rtl */
    content: "\f00d";
    font-weight: normal !important;/* default */
    line-height: 24px;
	font-size: 12px;
}
.woocommerce div.product form.cart .variations label{
	padding: 8px 0 5px 0;
}
/* Variable style 2 */
.ts-product-attribute:after{
	display: table;
	clear: both;
	content: "";
}
div.product .summary .meta-content > div{
	margin-bottom: 0;
}
div.product .summary .meta-content{
	margin: 25px 0 0 0;
    padding: 18px 0 0 0;
    position: relative;
    z-index: 1;
    border-width: 1px 0 0 0;
	clear: both;
    border-style: solid;
	display: inline-block;
	width: 100%;
}
div.product.accordion-tab .summary .meta-content{
	border-width: 0;
	padding-top: 0;
	margin-top: 0;
}
.brands-link span:not(.brand-links),
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links),
.ts-social-sharing span,
.woocommerce div.product .sku-wrapper span:not(.sku){
	padding-left: 1px;
	padding-right: 5px;/* rtl */
	float: left;/* rtl */
}
.ts-social-sharing span{
	display:none;
}
div.product .summary .ts-social-sharing span{
	display:inline;
}
.sharethis-inline-share-buttons{
	margin-left: -2px;
	margin-right: -2px;
	display: block;
	direction: ltr !important;/* rtl */
	text-align: left !important;/* rtl */
}
.sharethis-inline-share-buttons .st-btn{
	width: 24px !important;
	height: 24px !important;
	line-height: 24px !important;
	margin: 2px !important;
	padding: 0 !important;
}
.sharethis-inline-share-buttons .st-btn > svg{
	top: 4px !important;
}

/* SHARING */
.ts-social-sharing ul{
	margin: 0;
	position: relative;
}
.ts-social-sharing li{
	list-style: none;
    padding: 0;
    margin: 0 3px;
    float: left;/* rtl */
}
.ts-social-sharing li a{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.ts-social-sharing li.facebook a:hover{
	color: #3B5998;
}
.ts-social-sharing li.twitter a:hover{
	color: #2CAAE1;
}
.ts-social-sharing li.flickr a:hover{
	color: #E30761;
}
.ts-social-sharing li.vimeo a:hover{
	color: #17B3E8;
}
.ts-social-sharing li.mailchimp a:hover{
	color: #176DBA;
}
.ts-social-sharing li.youtube a:hover{
	color: #CC181E;
}
.ts-social-sharing li.viber a:hover{
	color: #7C529E;
}
.ts-social-sharing li.skype a:hover{
	color: #009EE5;
}
.ts-social-sharing li.instagram a:hover{
	color: #125688;
}
.ts-social-sharing li.feedburner a:hover{
	color: #125688;
}
.ts-social-sharing li.linkedin a:hover{
	color: #0177B5;
}
.ts-social-sharing li.wordpress a:hover{
	color: #cb2027;
}
.ts-social-sharing li.pinterest a:hover{
	color: #cb2027;
}
.ts-social-sharing li.reddit a:hover{
	color: #516AE8;
}
/* SHOP ATTRIBUTE */
.woocommerce .woocommerce-tabs table.shop_attributes a{
	text-decoration: none;
}
.woocommerce table.shop_attributes{
	margin-top: 0;
}
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th{
	background: transparent;
}
.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce .woocommerce-tabs table.shop_attributes{
	border-width: 0;
}
.woocommerce .woocommerce-tabs table.shop_attributes tr:first-child td,
.woocommerce .woocommerce-tabs table.shop_attributes tr:first-child th{
	padding-top: 0;
}
.woocommerce table.shop_attributes td p{
	padding-top: 4px;
	padding-bottom: 4px;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th{
	line-height: inherit;
	background: transparent;
	font-style: normal;
	text-transform: none;
	border-width: 0 0 1px 0;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th{
	padding: 8px 20px 8px 0;/* rtl */
}
.ts-product-attribute > div{
	float: left;/* rtl */
	margin: 2px 4px 2px 0;/* rtl */
}
.ts-product-attribute > div a{
	text-decoration: none;
	line-height: 30px;
	min-width: 66px;
	padding: 0;
	display: block;
	background: rgba(155,155,155,0.1);
	text-align: center;
}
.ts-product-attribute > div.selected a{
	cursor: default;
	background: rgba(155,155,155,0.4);
}
.ts-product-attribute > div a:hover{
	text-decoration: none;
	background: rgba(155,155,155,0.4);
}
/* Upsell Related */
.cross-sells .products,
.upsells .products,
.related .products{

}
.upsells .products .product,
.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product{
	padding: 0 0 10px 0;
}
.upsells .products .product,
.related .products .product{
	width: 25%;
}
.cross-sells,
.upsells,
.related{
	clear: both;
	position: relative;
	margin-bottom: 30px !important;
}
.heading-wrapper,
.heading-shortcode,
.theme-title,
.cross-sells,
.upsells,
.related{
	margin: 0 0 20px 0;
	overflow: hidden;
}
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2{
	margin: 0;
	display: inline-block;
	position: relative;
}
/* TAB WOOCOMMERCE */
.woocommerce-tabs .wc-tab:after{
	display: table;
	clear: both;
	content: "";
}
/* Accordion */
.accordion-tabs .vc_tta-accordion .vc_tta-panel,
.woocommerce-tabs .vc_tta-container{
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs{
	padding: 0;
	border: 0;
	margin: 10px 0 0 0;
}
.woocommerce div.product .summary .accordion-tabs{
	margin-bottom: 0;
}
body.wpb-js-composer div.product .vc_tta-accordion.vc_tta-style-1 .vc_tta-panels-container .vc_tta-panel-body{
	margin-bottom: 20px;
}
.woocommerce div.product > .woocommerce-tabs.accordion-tabs{
	margin-bottom: 70px;
}
body.wpb-js-composer div.product .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	padding-left: 0;
	padding-right: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-transform: uppercase;
}
body.wpb-js-composer div.product .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:before{
	display: none;
}
body.wpb-js-composer div.product .vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon{
	text-align: right;/* rtl */
	width: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: block !important;
	margin: 0 -15px 30px -15px;/* rtl */
	padding: 0;
	overflow: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 15px;
    right: 15px;
    border-width: 2px 0 0 0;
    border-style: solid;
	display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	margin: 0 15px;/* rtl */
	padding: 0;
	position: relative;
	z-index: 1;
	float: left;/* rtl */
	border-width: 0;
	display: inline-block;
	text-align: center;
	border-radius: 0;
	background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:before{
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	top: auto;
	height: 2px;
	width: auto;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: transparent;
	transition: 250ms ease 0s;
}
.woocommerce .site-content div.product .woocommerce-tabs ul.tabs li > a{
	line-height: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:before{
	left: 0;
	right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
	padding: 8px 0;
	text-transform: uppercase;
	margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    transition: 250ms ease 0s;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding: 0 0 30px 0;
	margin-bottom: 0;
}
.product-content.show-more-less{
	max-height: 250px;
	overflow: hidden;
	position: relative;
	transition: 3s ease 0s;
}
.product-content.show-more-less:before{
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	content: "";
	transition: 350ms ease 0s;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),to(#fff));
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
}
.product-content.opened{
	max-height: 1000px;
}
.product-content.opened:before{
	visibility: hidden;
	opacity: 0;
}
.more-less-buttons{
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}
.more-less-buttons a.less-button:before,
.more-less-buttons a.more-button:after{
	content: "\f103";
	font-family: 'FontAwesome';
	font-weight: normal;
	display: block;
	line-height: 10px;
	letter-spacing: 0;
}
.more-less-buttons a.less-button:before{
	content: "\f102";
}
/* TAB COMMENT */
.woocommerce-tabs #comments > h2{
	display: none;
}
span.required{
	color: red;
}
.woocommerce #reviews h3{
	margin-bottom: 24px;
}
.woocommerce-tabs #comments{
	float: left;/* rtl */
	width: 57%;
	padding-right: 20px;/* rtl */
}
.woocommerce-tabs #review_form_wrapper{
	float: left;/* rtl */
	width: 43%;
	padding: 0 0 0 30px; /* rtl */
	border-width: 0 0 0 1px; /* rtl */
	border-style: solid;
}
.comment-respond #reply-title{
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
/* In summary content */
.tabs-in-summary .woocommerce-tabs #comments{
	width: 100% !important;
}
.tabs-in-summary .woocommerce-tabs #review_form_wrapper{
	width: 100% !important;
	padding-top: 30px !important;
	padding: 0;
	border-width: 1px 0 0 0;
}
/* Has sidebar */
.ts-col-18 .woocommerce-tabs #comments{
	width: 55%;
}
.ts-col-18 .woocommerce-tabs #review_form_wrapper{
	width: 45%;
}
.ts-col-12 .woocommerce-tabs #comments{
	width: 100%;
	padding-right: 0;/* rtl */
	margin-bottom: 20px;
}
.ts-col-12 .woocommerce-tabs #review_form_wrapper{
	width: 100%;
	border-width: 0;/* rtl */
	padding: 20px 0 0 0 /* rtl */
}
/* End sidebar */
.comment-respond .form-submit{
	margin-top: 20px !important;
}
.woocommerce #review_form #respond p{
	margin: 10px 0 5px 0;
}
.woocommerce #review_form #respond p.stars{
	display: inline-block;
	line-height: 16px;
	margin-top: 0;
}
.woocommerce #review_form #respond p.form-submit{
	margin: 0;
}
.woocommerce #review_form #respond p.comment-form-rating{
	margin: 20px 0;
}
.comment-form-comment label{
	display: block;
}
.comment-respond textarea,
#commentform textarea{
	margin: 0;
	width: 100%;
	min-height: 150px;
	max-width: 100%;
}
.woocommerce #reviews #comments ol.commentlist > li{
	list-style: none;
	margin: 0 0 30px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist > li:last-child{
	border: 0;
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text p.meta{
	margin-top: -3px;
	margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text{
	border-radius: 0;
	margin-left: 80px; /* rtl */
	padding: 0;
	border: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width: 60px;
	position: static;
	float: left;/* rtl */
	border: 0;
	padding: 0;
}
.woocommerce #reviews #comments > h2{
	margin: 0 0 30px 0;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{
	font-size: 90%;
}
.woocommerce #review_form #respond .form-submit input[type="submit"]{
	min-width: 120px;
	border-radius: 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. COMPARE --------------------------------------------------------------------------------------------------------*/
.dataTables_scrollFoot{
	display: none;
}
html body #yith-woocompare{
	padding: 0;
}
body #cboxClose{
	top: -16px;
	bottom: auto;
	right: -45px;/* rtl -15px scroll bar*/
	z-index: 1;
	letter-spacing: 0;
	width: 46px;
	height: 46px;
	background: transparent !important;
	transition: color 250ms ease 0s;
}
body #cboxClose:hover{
	opacity: 0.8;
}
body #cboxClose:before{
	content: "\e680";
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-indent: 0;
}
body #cboxClose:hover{
	opacity: 0.8;
}
#cboxLoadingGraphic{
	background: url(images/ajax-loader1.gif) no-repeat center center;
}
#cboxLoadingOverlay{
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%,-50%);
	background-image: none !important
}
.woocommerce .wd_compare_wrapper .added:before{
	content: "\f065";
}
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight{
	background: transparent;
	width: 0;height: 0;
	padding: 0;margin: 0;
}
#colorbox,
#cboxOverlay,
#cboxWrapper{
	overflow: visible;
	z-index: 1000
}
.wd_compare_wrapper > a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}
.woocommerce .body-wrapper div.product .summary .wd_compare_wrapper{
	margin-left: -1px;/* rtl */
	float: left;/* rtl */
	position: relative;
	z-index: 0;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: inline-block;
}
div.product .summary .product-meta-wrapper .wd_compare_wrapper a:hover{
	z-index: 2;
}
.woocommerce ul.products li.product .product-meta-wrapper .wd_compare_wrapper{
	float: left;/* rtl */
	margin: 3px 0 0 14px;/* rtl */
	text-align: left;/* rtl */
	line-height: 16px;
	position: relative;
}
.woocommerce ul.products li.product .product-meta-wrapper .wd_compare_wrapper:after{
	content: "";
	position: absolute;
	left: -7px;/* rtl */
	top: 3px;
	bottom: 3px;
	width: 1px;
	opacity: 0.6;
}

/* COMPARE DETAIL */
#cboxLoadedContent{
	padding: 0;
}
#cboxLoadedContent iframe{
	position: relative;
	z-index: 1;
	background: transparent;
}
.dataTables_wrapper{
	padding: 0;
	text-align: center;
}
.dataTables_scrollHead,
.DTFC_LeftHeadWrapper{
	display: none;
}
html body > h1{
	padding: 12px 20px;
	display: block;
	width: 100%;
	float: none;
	position: relative;
	z-index: 14;
	text-align: inherit;
	border-width: 0;
}
html body > h1{
	line-height: 22px !important;
}
html body > h1 a.close{
	font-size: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	margin: 0 0 0 0;
	right: -20px;/* rtl */
	letter-spacing: 0;
	position: relative;
	top: -12px;
}
html body > h1 a.close:hover,
body table.compare-list tr.remove td > a:hover{
	color: red;
}
html body > h1 a.close:before{
	content: "\e680";
    font-family: 'Pe-icon-7-stroke';
    font-weight: normal;
    letter-spacing: 0;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: 0;
}
table.compare-list, 
table.compare-list th, 
table.compare-list td{
	box-sizing: content-box;
}
table.compare-list:not(.dataTable) thead{
	display: none !important;
}
body table.compare-list{
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	border-width: 1px 0 0 0;
}
body table.compare-list td.odd,
body table.compare-list td.even{
	background: transparent;
}
body #yith-woocompare table.compare-list tbody th{
	background: rgba(155,155,155,0.1);
}
body #yith-woocompare table.compare-list tbody th, 
body #yith-woocompare table.compare-list tbody td{
	padding: 10px 20px;
}
body #yith-woocompare table.compare-list tr.title th,
body #yith-woocompare table.compare-list tr.title td,
body #yith-woocompare table.compare-list tr.image td,
body #yith-woocompare table.compare-list tr.image th,
body #yith-woocompare table.compare-list tr.add-to-cart td,
body #yith-woocompare table.compare-list tr.add-to-cart th,
body #yith-woocompare table.compare-list tr.price:not(.repeated) td,
body #yith-woocompare table.compare-list tr.price:not(.repeated) th{
	padding: 0 20px 10px 20px;
}
body #yith-woocompare table.compare-list tr.title th,
body #yith-woocompare table.compare-list tr.title td{
	line-height: 20px;
	padding-bottom: 5px;
}
body #yith-woocompare table.compare-list tr.add-to-cart td,
body #yith-woocompare table.compare-list tr.add-to-cart th{
	padding-bottom: 20px;
}
body table.compare-list th{
	background: transparent;
}
body table.compare-list td img{
	width: 250px;
	padding: 0;
	border: 0;
	max-width: 100%;
	margin-bottom: 0;
}
body table.compare-list th{
	border-width: 1px 0 0 0;
	border-style: solid;
	text-align: left;/* rtl */
}
body table.compare-list td{
	border-width: 1px 0 0 0;/* rtl */
	border-style: solid;
}
body table.compare-list tr.image td,
body table.compare-list tr.remove td{
	text-align: center;
}
body #yith-woocompare table.compare-list tr.image th,
body #yith-woocompare table.compare-list tr.image td{
	border-top-width: 0;
}
body #yith-woocompare table.compare-list tbody th, 
body #yith-woocompare table.compare-list tbody td{
	border-width: 0 1px 1px 0;
	border-style: solid;
}
body #yith-woocompare table.compare-list tr:first-child th,
body #yith-woocompare table.compare-list tr:first-child td,
body #yith-woocompare table.compare-list tr.title th,
body #yith-woocompare table.compare-list tr.title td,
body #yith-woocompare table.compare-list tr.price:not(.repeated) th,
body #yith-woocompare table.compare-list tr.price:not(.repeated) td,
body #yith-woocompare table.compare-list tr.image th,
body #yith-woocompare table.compare-list tr.image td{
	border-bottom-width: 0;
}
body #yith-woocompare table.compare-list tr th:first-child{
	border-left-width: 1px;/* rtl */
	border-right-width: 1px;
}
body #yith-woocompare table.compare-list tr.no-products th,
body #yith-woocompare table.compare-list tr.no-products td{
	border-width: 0 1px 1px 1px;
}
body table.compare-list tr.image td,
body table.compare-list tr.title td,
body table.compare-list tr.price td{
	text-transform: none;
}
body table.compare-list tr.price td{
	text-decoration: none;
}
body table.compare-list tr.image th,
body table.compare-list tr.image td{
	height: auto;
}
body table.compare-list tr.add-to-cart th,
body table.compare-list tr.add-to-cart td{
	padding-bottom: 30px;
}
body table.compare-list tr.remove td,
body table.compare-list tr.remove th{
	padding-top: 20px;
	padding-bottom: 0;
}
body table.compare-list tr.image td{
	padding-top: 0;
}
body table.compare-list .remove td a .remove{
	position: relative;
	width: 34px;
	height: 34px;
	line-height: 0;
	font-size: 0;
	display: block;
	background: transparent !important
}
body table.compare-list tr.remove td > a{
	font-size: 0;
	line-height: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: transparent !important
}
body table.compare-list tr.remove td > a .remove:before{
	content: "\e680";
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	font-size: 24px;
	font-weight: normal !important;
	line-height: 34px;
	transition: 250ms ease 0s;
}
tr.image th,
tr.title th,
tr.price:not(.repeated) th,
tr.add-to-cart th{
	font-size: 0 !important;
}
/* AMOUNT */
body table.compare-list tr.price th,
.compare-list tr.price td ins{
	text-decoration: none;
}
body table.compare-list tr.price th,
body table.compare-list tr.price td del{
	margin-right: 8px;
}
html body table.compare-list tr.description td p,
html body table.compare-list tr.description th p{
	margin: 0;
}
body table.compare-list .add-to-cart td a{
	margin: 0;
	min-width: 200px;
	border-width: 2px;
	border-style: solid;
	text-transform: uppercase;
	padding: 11px 20px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	filter: none;
	cursor: pointer;
	text-align: center;
	background-image: none;
	text-align: center;
}
body table.compare-list .add-to-cart td .blockOverlay{
	display: none !important;
}
body .compare-list tr.no-products td{
	text-align: left !important; /* rtl */
}
#cboxLoadedContent iframe{
	padding: 15px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- VIII. CHECK OUT ---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
/* MY ACCOUNT */
#ts-login-form > p{
	margin-bottom: 10px;
}
p.lost_password label{
	font-size: 100%;
}
p.lost_password a,
.my-account-wrapper .forgot-pass a,
body .my-account-wrapper .form-content a.sign-up{
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 80%;
	display: inline-block;
}
body .my-account-wrapper .form-bottom{
	overflow: hidden;
}
body .my-account-wrapper .form-bottom > span{
	float: left;/* rtl */
	position: relative;
	margin: 0 0 0 10px;/* rtl */
	padding: 0 0 0 10px; /* rtl */
}
body .my-account-wrapper .form-bottom > span:before{
	position: absolute;
	left: 0;
	bottom: 7px;
	top: 7px;
	content: "";
	border-width: 0 1px 0 0;
	border-style: solid;
}
body .my-account-wrapper .form-bottom > span:first-child{
	margin: 0;
	padding: 0;
}
body .my-account-wrapper .form-bottom > span:first-child:before{
	display: none;
}
p.myaccount_user{
	margin-bottom: 40px;
}
.woocommerce form.checkout_coupon{
	margin: 0 0 30px 0;
	padding: 30px;
	border-width: 1px;
	border-style: dashed;
	border-radius: 0;
	display: none;
}
.woocommerce-no-js form.woocommerce-form-coupon, 
.woocommerce-no-js form.woocommerce-form-login{
	display: none !important;
}
.woocommerce .checkout-login-coupon-wrapper form.login{
	border-radius: 0;
	background: rgba(229,229,229,0.3);
	border-width: 0;
	padding: 30px 30px 20px 30px;
	margin: 0 0 30px 0;
	display: none;
}
.woocommerce form.login .form-row.form-row-first,
.woocommerce-page form.login .form-row.form-row-first,
.woocommerce form.login .form-row.form-row-last,
.woocommerce-page form.login .form-row.form-row-last{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
	padding-top: 0;
}
.register .woocommerce-password-strength{
	margin-bottom: 5px;
}
form.login p.form-row input[type="text"],
form.login p.form-row input[type="password"],
form.login p.form-row input[type="email"],
form.login p.form-row input[type="tel"],
form.register p.form-row input[type="password"],
form.register p.form-row input[type="text"],
form.register p.form-row input[type="email"],
form.register p.form-row input[type="tel"],
.create-account input[type="password"],
.register .woocommerce-password-strength{
	max-width: 450px;
}
#customer_login form.login p.form-row input[type="text"],
#customer_login form.login p.form-row input[type="password"],
#customer_login form.login p.form-row input[type="email"],
#customer_login form.login p.form-row input[type="tel"],
#customer_login form.register p.form-row input[type="text"],
#customer_login form.register p.form-row input[type="password"],
#customer_login form.register p.form-row input[type="email"],
#customer_login form.register p.form-row input[type="tel"],
.register .woocommerce-password-strength,
.register .woocommerce-password-hint,
#customer_login form.login .password-input,
#customer_login form.register .password-input{
	max-width: 450px
}
.woocommerce form .form-row label.inline{
	text-transform: uppercase;
}
.woocommerce > form.checkout{
	overflow: hidden;
	margin: 0;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	text-align: left;/* rtl */
}
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info{
	margin-bottom: 20px !important;
	border-width: 1px;
	border-style: solid;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon{
	margin-bottom: 30px;
	padding: 20px 25px;
	border-width: 1px;
	border-style: dashed;
	display: none;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon > p{
	display: inline-block;
	float: none;
	width: 100%;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
	width: calc(100% - 210px);
	float: left;/* rtl */
	margin: 0;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
	width: 200px;
	float: right;/* rtl */
}
form.checkout_coupon .button{
	min-width: 200px;
}
body .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
	margin-bottom: 10px;
}
.woocommerce .checkout .col2-set{
	width: 60%;
	float: left; /* rtl */
	padding-right: 30px /* rtl */
}
.woocommerce .checkout #order_review{
	width: 40%;
	padding: 70px 30px 30px 30px;
	margin-top: -70px;
	float: left;/* rtl */
	margin-bottom: 30px;
	background: #f9f9f9;
}
#order_review table{
	border: 0;
	margin: 0 !important;
	background: transparent;
}
#order_review table tr{
	background: transparent;
}
#order_review_heading{
	margin: 0;
	padding: 40px 30px 20px 30px;
	text-transform: uppercase;
	float: left;/* rtl */
	width: 40%;
	position: relative;
	z-index: 1;
}
.ts-col-18 .woocommerce .checkout .col2-set{
	width: 58%;
}
.ts-col-18 .woocommerce .checkout #order_review,
.ts-col-18 #order_review_heading{
	width: 42%;
}
/* BILLING */
body .woocommerce-additional-fields > h3{
	margin-bottom: 10px;
	margin-top: 30px;
}
.woocommerce .checkout .col2-set .col-1{
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: left;/* rtl */
}
.woocommerce .checkout .col2-set .col-2{
	margin-top: 0;
}
.woocommerce-billing-fields{
	overflow: hidden;
}
.woocommerce-billing-fields > h3:after{
	display: table;
	clear: both;
	content: "";
}
.ship-to-different-address{
	position: relative
}
.ship-to-different-address input{
	position: absolute;
	top: 0;
	left: 0;/* rtl */
	content: "";
}
/* SHIPPING */
#ship-to-different-address{
	margin-bottom: 10px;
}
form.checkout p.create-account > label{
	position: relative;
	display: inline;
	width: 100%;
	cursor: pointer;
}
.woocommerce-checkout .checkout #ship-to-different-address label{
	position: relative;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
}
#order_comments_field{
	padding-top: 15px;
	margin-bottom: 50px;
}
.woocommerce form .form-row .input-checkbox ,
label .woocommerce-Input[type="checkbox"],
#ship-to-different-address-checkbox{
    cursor: pointer;
	display: inline;
	width: auto;
    margin: -2px 8px 0 0;/* rtl */
    text-align: center;
    vertical-align: middle;
}
.woocommerce-invalid #terms{
	margin: 0 8px 0 0;/* rtl */
}
.woocommerce-checkout .checkout h3#ship-to-different-address{
	width: 100%;
	float: none;
	position: relative;
	margin: 15px 0 0 0;
}
.woocommerce-checkout .checkout .shipping_address{
	padding-top: 10px;
}
.woocommerce-checkout .checkout .create-account{
	padding-top: 10px;
}
/* CREATE ACCOUNT */
form.checkout div.create-account{
	display: inline-block;
	width: 100%;
}
.woocommerce-account-fields{
	border-width: 0 0 2px 0;
	border-style: solid;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.woocommerce-account-fields > p > label{
	text-transform: uppercase;
}
form.checkout p.create-account{
	display: inline-block;
	width: 100%;
	margin: 0 0 8px 0;
}
form.checkout #account_password_field{
	margin-bottom: 25px;
}
/* ORDER REVIEW */
.includes_tax .amount{
	font-size: 100%;
}
.woocommerce .order_details li{
	list-style: none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
	line-height: 20px;
}
.woocommerce #order_review table.shop_table tbody td,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th{
	padding: 15px 0;
}
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th{
	text-transform: none;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table tfoot td{
	padding: 5px 0;
}
.woocommerce table.shop_table.order_details td a:hover{
	text-decoration: none;
}
.woocommerce table.my_account_orders,
.woocommerce table.shop_table.order_details{
	margin-bottom: 0;
}
.woocommerce table.shop_table.order_details{
	margin-bottom: 30px;
}
.woocommerce table.my_account_orders td a:hover{
	text-decoration: none;
}
.woocommerce .addresses .address{
	margin: 30px 0;
}
.woocommerce table.my_account_orders tr td:last-child{
	min-width: 120px;
	text-align: right;/* rtl */
}
.woocommerce table.my_account_orders tr td:last-child .button{
	margin: 0;
	padding: 5px 10px;
}
.woocommerce table.shop_table.customer_details{
	margin-bottom: 40px;
}
.woocommerce table.shop_table.customer_details th:first-child{
	padding: 20px 20px 20px 0;/* rtl */
	text-align: left !important; /* rtl */
}
.woocommerce .checkout #order_review table thead th{
	background: transparent;
}
.woocommerce .checkout #order_review table th,
.woocommerce .checkout #order_review table td{
	text-align: left /* rtl */
}
.woocommerce-account div.woocommerce{
	margin: 0 0 70px 0;
	overflow: hidden;
}
.woocommerce-column > h3{
	text-transform: uppercase;
}
.woocommerce .checkout #order_review table thead th{
	font-size: 90%;
}
.woocommerce .checkout #order_review table .product-name{
	width: 50%;
	vertical-align: top;
}
#order_review table .product-name strong{
	display: inline-block;
}
.woocommerce .checkout #order_review table .product-total{
	width: 50%;
	vertical-align: top;
}
.woocommerce .checkout #order_review tbody tr:last-child .product-name,
.woocommerce .checkout #order_review tbody tr:last-child .product-total{
	border-bottom-width: 0;
}
.woocommerce .checkout #order_review table .product-total,
.woocommerce .checkout #order_review table tfoot td{
	text-align: right;/* rtl */
}
.woocommerce .checkout #order_review table thead th{
	border-width: 0 0 2px 0;
	border-style: solid;
}
.woocommerce .checkout #order_review table .cart-subtotal th,
.woocommerce .checkout #order_review table .cart-subtotal td{
	border-width: 2px 0 1px 0;
}
.woocommerce .checkout #order_review table .shipping th{
	vertical-align: top;
}
.woocommerce .checkout #order_review table tfoot th,
.woocommerce .checkout #order_review table tfoot td{
	padding-top: 13px;
	padding-bottom: 13px;
}
.woocommerce .checkout #order_review table tfoot tr:last-child th,
.woocommerce .checkout #order_review table tfoot tr:last-child td{
	border-width: 0;
}
/* PAYMENT */
.woocommerce #payment{
	background: none;
	padding: 25px 0 15px 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-radius: 0;
	position: relative;
}
.woocommerce #payment div.payment_box{
	width: 100%;
	background: transparent;
	margin: 5px 0 30px 0;
	border: 0;
	padding: 10px 30px;
	font-size:12px;
	line-height:22px;
	border-radius: 0;
	box-shadow: none;
}
.woocommerce-checkout #payment div.payment_box:before{
    display: none;
}
/* Loading */
#yith-wcwl-form .blockOverlay{
	background-color: rgba(255,255,255,0.5) !important
}
#order_review table div.blockUI.blockOverlay,
.woocommerce-checkout-payment div.blockUI.blockOverlay{
	left: -20px !important;
	right: -20px !important;
	width: auto !important;
}
div.blockUI.blockOverlay{
	position: relative;
	z-index: 992 !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
	background: rgba(255,255,255,0.6) !important;
}
.compare-list div.blockUI.blockOverlay:before{
	background: url(images/ajax-loader.gif) center no-repeat !important;
}
div.blockUI.blockOverlay:before{
	background: url(images/ajax-loader1.gif) center no-repeat !important;
	position: absolute !important;
	left: 50%;
	top: 50%;
	display: inline-block !important;
	content: "" !important;
	z-index: 2;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	animation: none !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before{
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after{
	-webkit-animation: none ;
	-moz-animation: none;
	animation: none;
}
.woocommerce #payment div.form-row{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.woocommerce #payment #place_order{
	display: inline-block;
	width: 100%;
	float: none;
	margin-top: 20px;
	margin-bottom: 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	font-size: 10px;
	line-height: 14px;
	position: relative;
	top: 20px;
	text-transform: uppercase;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- IX. SHOPPING CART -------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce table.shop_table{
	margin: 0;
	border-width: 0;
	table-layout: auto;
}
.woocommerce-cart article .woocommerce:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce-cart article .woocommerce form.woocommerce-cart-form{
	width: 100%;
	margin: 10px 0 20px 0;
}
.woocommerce-cart article .woocommerce > .cart-collaterals{
	width: 100%;
}
.woocommerce-cart .ts-col-24 article .woocommerce form.woocommerce-cart-form{
	width: 62%;
	float: left;/* rtl */
}
.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals{
	width: 38%;
	padding-left: 30px;/* rtl */
	float: left;/* rtl */
	margin-bottom: 40px;
}
.woocommerce .cart-collaterals .cart_totals{
	width: 100%;
	padding: 30px;
	background: rgba(155,155,155,0.1);
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border: 0;
	background: transparent;
	margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	width: 25%;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2{
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
	padding: 15px 0 15px 0 !important;/* rtl */
	vertical-align: top;
	text-transform: none;
	text-align: right;/* rtl */
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping td{
	padding-bottom: 0 !important;
}
.woocommerce .woocommerce-shipping-calculator .button{
	margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	padding: 15px 0 15px 0 !important;/* rtl */
	vertical-align: top;
	text-transform: none;
	text-align: left;/* rtl */
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th{
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce-cart .cart-collaterals table .order-total td,
.woocommerce-cart .cart-collaterals table .order-total th{
	border-width: 0;
}
.woocommerce .cart-collaterals table.shop_table tr:nth-child(2n) td,
.woocommerce-page .cart-collaterals table.shop_table tr:nth-child(2n) td{
	background: transparent !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
	text-align: left /* rtl */
}
.woocommerce table.shop_table.cart tr{
	background: transparent;
}
.woocommerce table.shop_table th{
	padding: 0 0 15px 20px;/* rtl */
	vertical-align: middle;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	border-top-width: 0;
}
.woocommerce table.shop_table th:first-child{
	padding: 0 0 15px 0;/* rtl */
}
.woocommerce table.shop_table td{
	padding: 20px 0 20px 20px;/* rtl */
	vertical-align: middle;
	border-top-width: 0px;
}
.woocommerce table.shop_table tr td:first-child{
	padding: 30px 0 30px 0;/* rtl */
}
.woocommerce table.shop_table tr td{
	border-top-width: 0;
}
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.order_details td{
	padding: 20px 0 20px 20px;/* rtl */
}
.woocommerce table.my_account_orders tr th:last-child,
.woocommerce table.shop_table.order_details tr th:last-child{
	text-align: right;/* rtl */
}
.woocommerce table.shop_table.order_details td.product-total{
	width: 40%;
}
.woocommerce table.shop_table th.product-remove{
	width: 20px;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove{
	padding-right: 20px;/* rtl */
}
.woocommerce table.shop_table .product-remove a{
	display: inline-block;
	width: 24px;
	height: 30px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
	float: none;
	padding: 0 !important;
	margin: 0;
}
.woocommerce table.shop_table .product-remove a:hover,
.cart_list li .cart-item-wrapper a.remove:hover,
body table.compare-list tr.remove td > a .remove:hover:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.order-total .amount,
#order_review .cart-subtotal .amount{
	color: #ed4545 !important;
}
.woocommerce table.shop_table .product-remove a:before,
.cart_list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before{
	font-family: 'Pe-icon-7-stroke';
    content: "\e680";
	letter-spacing: 0;
    font-weight: normal !important;/* default */
    line-height: 30px;
	font-size: 24px;
}
.woocommerce table.shop_table td.product-thumbnail a{
	display: inline-block;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
	width: 70px;
}
.woocommerce table.shop_table td.product-name{
	text-align: left /* rtl */
}
.woocommerce table.shop_table td.product-name a:hover{
	text-decoration: none;
}
.woocommerce table.shop_table.cart td.actions{
	border: 0;
	padding: 20px 0;
}
.woocommerce table.cart .button,
.woocommerce table.cart input.button{
	float: right;/* rtl */
	margin-left: 10px; /* rtl */
}
.woocommerce table.cart .actions > .button{
	min-width: 170px;
}
table.shop_table.cart .amount{
	padding: 0;
}
table.shop_table.cart del{
	margin-right: 10px;/* rtl */
}
/* Coupon */
.woocommerce table.cart td.actions .coupon .input-text{
	width: 260px;
	float: left; /* rtl */
}
.woocommerce table.cart td.actions .coupon .button{
	float: left;/* rtl */
	padding: 0;
	margin: 0;
	border-width: 0;
	background: transparent !important;
	width: 130px;
	top: 4px;
	position: relative;
}
.woocommerce table.cart td.actions .coupon{
	float: left; /* rtl */
	border-width: 0 0 2px 0;
	border-style: solid;
	padding: 5px 0 10px 0;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	margin: 0 10px 0 0;/* rtl */
	padding: 0;
	border-width: 0;
	background: transparent;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	float: right;/* rtl */
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
	margin: -2px 0 0 10px;/* rtl */
}
/* QUANTITY */
.woocommerce .quantity input.qty,
.quantity input.qty{
	border-width: 1px;
	border-style: solid;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 4px 20px;/* rtl */
	width: 80px;
	line-height: 30px;
	text-align: center; /* rtl */
}
input[type=number].qty::-webkit-inner-spin-button, 
input[type=number].qty::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
form.cart .quantity input.qty,
.woocommerce form.cart .quantity input.qty{
	padding-top: 7px;
	padding-bottom: 7px;
}
.woocommerce div.product form.cart table div.quantity{
	float: left;/* rtl */
	margin: 0;
}
form.cart div.product .group_table .woocommerce-grouped-product-list-item__quantity,
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity{
	padding-left: 10px;/* rtl */
}
.quantity{
	float: none;
	position: relative;
	width: 80px;
}
.quantity span{
	display: none;
}
.quantity .number-button{
	position: relative;
}
.quantity .number-button:before,
.quantity .number-button:after{
	content: "+";
	font-family: 'Tahoma';
	font-weight: normal;
	letter-spacing: 0;
	right: 6px;/* rtl */
	left: auto;
	position: absolute;
	top: 50%;
	margin-top:-9px;
	width: 18px;
	line-height: 18px;
	text-align: center;
}
.quantity .number-button:after{
	content: "-";
	left: 6px;/* rtl */
	right: auto;/* rtl */
}
.quantity .minus,
.quantity .plus{
	width: 18px;
	height: 18px;
	border-width: 0 !important;
	line-height: 14px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -9px !important;
	opacity: 0.4;
	left: auto;
	right: 6px;/* rtl */
	bottom: auto;
	padding: 0;
	z-index: 1;
	cursor: pointer;
	font-size: 0;
	background: transparent;
	border-radius: 0;
}
.quantity .minus{
	left: 6px;/* rtl */
	right: auto;/* rtl */
}
.quantity .minus:hover,
.quantity .plus:hover{
	z-index: 3;
	opacity: 1;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select{
	background-color: #ffffff;
}
.woocommerce ul#shipping_method{
	margin: 5px 0 0 0;
	font-size: 90%;
}
.woocommerce ul#shipping_method li{
	margin: 0;
	padding: 0 0 8px 0;
	text-indent: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	text-align: left;/* rtl */
}
.woocommerce .woocommerce-shipping-calculator > p{
	margin-bottom: 15px;
}
.woocommerce ul#shipping_method li:last-child{
	padding-bottom: 0;
}
.woocommerce ul#shipping_method li input{
	margin: 3px 8px 0 0;/* rtl */
	float: left;/* rtl */
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input{
	margin: -2px 10px 0 0;/* rtl */
}
.woocommerce ul#shipping_method li label{
	line-height: 20px;
	position: relative;
	padding: 0;
	float: left;/* rtl */
}
.woocommerce ul#shipping_method li .amount{
	display: inline-block;
	text-indent: 0;
	line-height: 18px;
}
.woocommerce #payment ul.payment_methods{
	border: 0;
	padding: 0 0 20px 0;
}
.payment_methods li{
	list-style: none;
	position: relative;
	padding: 0;
}
.payment_box > fieldset{
	border: 0;
}
.woocommerce #payment ul.payment_methods li label{
	display: inline;
	padding: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li{
	text-align: left;/* rtl */
}
/* Calculator shipping */
.shipping-calculator-form .form-row{
	margin-bottom: 10px !important;
}
.shipping-calculator-button:hover{
	text-decoration: none;
}
.shipping-calculator-button{
	line-height: 20px;
	text-decoration: none;
}
.shipping-calculator-button:before{
	font-family: 'Pe-icon-7-stroke';
	margin-right: 10px;/* rtl */
	content: "\e6ae";
	display: inline-block;
	position: relative;
	font-size: 15px;
    top: 2px;
}
.woocommerce-shipping-calculator .button{
	margin-top: 10px !important;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, 
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, 
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{
	line-height: 22px;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after{
	display: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button{
	margin-bottom: 20px;
	margin-top: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-form, 
.woocommerce-cart .cart-collaterals .shipping-calculator-form, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-form{
	margin-top: 0;
}

/* Button checkout cart page */
.woocommerce-cart .wc-proceed-to-checkout{
	padding: 0 0 10px 0;
}
.wc-proceed-to-checkout a.continue-shopping.button{
	width: 100%;
}
.wc-proceed-to-checkout a.continue-shopping.button:after{
	content: "\f178";/* rtl */
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	margin-left: 10px;/* rtl */
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	margin-bottom: 10px;
}
/* CROSS SELL */
.woocommerce .cross-sells,
.woocommerce .upsells,
.woocommerce .related{
	max-width: 100%;
	width: 100%;
	padding: 5px 0 0 0;
	margin: 5px 0 40px 0;
	display: inline-block;
	width: 100%;
	clear: both;
	position: relative;
}
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-width: 0 0 2px 0;
	border-style: solid;
    position: relative;
    text-transform: uppercase;
	width: 100%;
}
.upsells .products .owl-item .product,
.cross-sells .products .owl-item .product,
.related .products .owl-item .product{
	width: 100% !important;
	padding: 0;
}
.woocommerce .cross-sells:after{
	display: table;
	content: "";
	clear: both;
}

/* WISHLIST */
.hidden-title-form{
	overflow: hidden;
	clear: both;
	display: none;
	width: 100%;
	position: relative;
}
.hidden-title-form a{
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: inherit;
}
.hidden-title-form .edit-title-buttons{
    position: absolute;
    right: 5px;/* rtl */
    top: calc(50% - 15px);
}
.yes-js #yith-wcwl-form .hidden-title-form{
	margin: 0 0 30px 0;
	width: 100%;
}
.wishlist-title-with-form .show-title-form{
	float: right;/* rtl */
}
.hidden-title-form input[type="text"]{
	margin: 0;
	padding-right: 80px;/* rtl */
	max-width: 100%;
}
.yith-wcwl-share{
	margin-top: 20px;
}
.yith-wcwl-share ul{
	list-style: none;
}
.yith-wcwl-share ul li{
	display: inline-block;
	padding: 0;
	margin: 0 5px;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
	float: left;/* rtl */
	margin: 0;
	margin-right: 10px; /* rtl */
}
.woocommerce div.wishlist_table td.product-add-to-cart a{
	display: inline-block !important;
}
.woocommerce table.wishlist_table thead th{
	border-top: 0;
}
body table.compare-list tr.stock span:before,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock:before,
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
    content: "\f05d";
	margin-right: 5px; /* rtl */
}
body table.compare-list tr.stock span.out-of-stock:before,
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock:before{
	content: "\f112";
}
.wishlist_table tfoot td{
	border: 0;
}
.yith-wcwl-share{
	margin-bottom: 45px;
}
.yith-wcwl-share ul{
	display: inline-block;
	float: left;/* rtl */
}
body .yith-wcwl-share li,
body .entry-content .yith-wcwl-share li{
	margin-right: 0;
}
.woocommerce table.wishlist_table tfoot tr th,
.woocommerce table.wishlist_table tfoot tr td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.woocommerce table.wishlist_table th.product-name{
	text-align: left; /* rtl */
}
td.product-add-to-cart,
td.product-add-to-cart a{
	margin: 0 !important;
	float: none !important;
}
.woocommerce table.wishlist_table th.product-thumbnail,
.woocommerce table.wishlist_table th.product-name{
	width: auto;
}
body .wishlist_table tr td,
body .wishlist_table tr th.wishlist-delete,
body .wishlist_table tr th.product-checkbox,
body .wishlist_table tr td,
body .wishlist_table tr th.wishlist-delete,
body .wishlist_table tr th.product-checkbox,
.woocommerce table.wishlist_table tr td.product-remove{
	text-align: left;/* rtl */
}
.woocommerce table.wishlist_table tr .product-add-to-cart{
	text-align: right;/* rtl */
}
.woocommerce table.wishlist_table .product-remove div{
	display: inline-block;
}
.yith-wcwl-share-title{
	text-transform: uppercase;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- X. QUICKSHOP ------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.ts-popup-modal .overlay{
	position: fixed;
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,0.7);
	transition: all 200ms linear 0s;
	z-index: 100000;
}
.ts-popup-modal .overlay:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	content: "\f08a";
	font-size: 32px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	color: #fff;
	display: none;
}
.ts-popup-modal.loading .overlay:before{
	content: "\f01e" !important;
	-webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
}
.ts-popup-modal.loading .overlay:before,
.ts-popup-modal.show .overlay,
.ts-popup-modal.loading .overlay,
.ts-popup-modal.show .popup-container{
	display: block;
}
.ts-popup-modal .popup-container{
	position: fixed;
	padding: 0;
	top: 50%;
	left: 50%;
	z-index: -1;
	margin-top: 30px;
	opacity: 0;
	transform: translate(-50%,-50%);
	width: 904px;
	height: auto;
	transition: opacity 0.35s,margin 0.5s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
body .ts-popup-modal .add-to-cart-popup-container{
	width: 360px;
}
.ts-popup-modal.show .popup-container{
	z-index: 100001;
	opacity: 1;
	margin: 0;
}
.ts-popup-modal span.close{
	text-align: center;
	color: #fff;
	z-index: 10001;
	top: -40px;
	line-height: 36px;
	right: -2px;/* rtl */
	position: absolute;
	width: auto;
	min-width: 34px;
	height: 34px;
	transition: 250ms ease 0s;
}
.ts-popup-modal span.close:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e680";
	letter-spacing: 0;
	font-size: 28px;
	line-height: 0;
	position: relative;
	top: 7px;
	display: inline-block;
}
.ts-popup-modal .quickshop-content{
	max-height: 100%;
	overflow: hidden;
}
#ts-quickshop-modal .images-slider-wrapper{
	width: 53%;
	float: left;/* rtl */
	overflow: hidden;
}
#ts-quickshop-modal .woocommerce div.product div.summary{
	width: 47%;
	padding: 30px 20px 30px 35px;/* rtl */
	float: left;/* rtl */
	margin-bottom: 0;
	overflow: auto;
}
.woocommerce div.product:after{
	display: table;
	clear: both;
	content: "";
}
#ts-quickshop-modal div.product-type-variable .summary > .price{
	margin-bottom: 10px;
}
#ts-quickshop-modal div.product-type-variable .summary .woocommerce-product-details__short-description{
	margin-bottom: 4px;
}
#ts-quickshop-modal div.product-type-variable .woocommerce-product-rating,
#ts-quickshop-modal div.product-type-variable .summary .woocommerce-product-details__short-description p,
#ts-quickshop-modal div.product-type-variable .single_variation{
	margin-bottom: 6px;
}

/* CART */
.add-to-cart-popup-content .heading h6{
	text-transform: uppercase;
	padding: 16px 20px 16px 20px;
	margin: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.add-to-cart-popup-content .item{
	display: table;
	table-layout: auto;
	width: 100%;
	padding: 20px;
}
.add-to-cart-popup-content .item > *{
	display: table-cell;
	vertical-align: top;
}
.add-to-cart-popup-content .item .product-image{
	width: 100px;
}
.add-to-cart-popup-content .product-image img{
	margin-right: 20px;/* rtl */
	width: 80px;
}
.add-to-cart-popup-content .action{
	padding: 15px 20px;
	clear: both;
	overflow: hidden;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.add-to-cart-popup-content .action > a{
	width: 49%;
	float: left; /* rtl */
}
.add-to-cart-popup-content .action > a:first-child{
	margin-right: 2%;/* rtl */
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- XI. MINI SHORTCODE ------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
/* Title paralax */
.title-big{
	font-size: 55px;
	line-height: 58px;
	margin-bottom: 25px;
	padding: 0;
}
.sub-title{
	font-size: 26px;
	line-height: 28px;
}
.ts-parallax-bg{
	background-attachment: fixed;
	background-size: cover;
}
.ts-big-number{
	font-size: 30px;
	line-height: 30px;
}
.ts-menu-text ul{
	margin: 0 0 20px 0;
}
.widget-container .ts-menu-text ul li{
	list-style: none;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0
}
.ts-menu-text h3,.ts-menu-text h4,.ts-menu-text h5{
	margin-bottom: 12px;
}
.ts-menu-text h3.no-child,
.ts-menu-text h4.no-child,
.ts-menu-text h5.no-child{
	margin-bottom: 20px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- XII. WOOCOMMERCE MESSAGE ------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
#page .wc-block-components-notice-banner a{
	text-decoration: underline;
	color: #666666;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
#page .wc-block-components-notice-banner a.button{
	text-decoration: none;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
#page .wc-block-components-notice-banner .button{
	clear: both;
	padding: 4px 7px !important;
	margin: 0 0 0 5px !important;/* rtl */
	border-width: 1px;
	border-style: solid;
	opacity: 1;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before{
	top: 50%;
	margin-top: -11px;
	background: none;
	line-height: 20px;
	border-radius: 0;
	position: absolute;
	left: 15px;/* rtl */
	font-size: 20px;
	background: none;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	height: 20px;
	width: 20px;
	text-shadow: none;
	padding: 0;
	box-shadow: none;
}
#page .wc-block-components-notice-banner svg{
	display: none;
}
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info,
#page .wc-block-components-notice-banner{
	padding: 11px 15px 11px 40px !important;/* rtl */
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	max-width: 1170px;
	width: 100%;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 30px auto !important;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	border-width: 0;
}
.vc_message_box{
	padding: 12px 15px 12px 40px !important;/* rtl */
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 46px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	line-height: 20px;
}
.vc_message_box.vc_message_box-outline{
	border-width: 1px;
}
.vc_message_box-icon{
	left: -5px /* rtl */
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before{
	content: "\e66c";
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
#page .wc-block-components-notice-banner.is-info:before,
#page .wc-block-components-notice-banner.is-warning:before{
	content: "\e647";
}
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
#page .wc-block-components-notice-banner.is-error:before{
	content: "\e681";
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button{

}
.woocommerce-error li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
#page .wc-block-components-notice-banner li{
	padding: 0;
	list-style: none;
}
#page .wc-block-components-notice-banner ul{
	margin: 0;
}
/* ALERT */
.alert{
	border-width: 1px;
	border-style: solid;
	padding: 9px 15px;
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}
.search-no-results .blog-template .alert{
	border-width:0;
	padding: 50px;
	background: transparent;
	text-align: center;
}
.search-no-results .blog-template .alert:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e67b";
	padding: 0 5px;
	display: block;
	font-size: 100px;
	line-height: 120px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- XIII. MY ACCOUNT --------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
#ts-account-modal .popup-container{
	background: transparent;
}
#ts-account-modal .account-content{
	padding: 40px;
	overflow: auto;
	min-height: 420px;
}
#ts-account-modal.no-registration .account-content{
	min-height: initial;
}
#ts-account-modal.no-registration .popup-container{
	width: 500px;
	min-height: 420px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	border-width: 0;
	padding: 0;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 210px;
	float: left;/* rtl */
	position: relative;
	padding: 0 !important;
	margin: 0 0 0 0;
	overflow: visible;
	z-index: 5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
	list-style: none;
	margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
	display: inline-block;
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content{
	margin-bottom: 0;
	margin-left: 209px;/* rtl */
	padding: 0 0 0 30px;/* rtl */
	float: none;
	width: auto;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: block;
	min-height: 400px
}
header.woocommerce-Address-title{
	display: inline-block;
	width: 100%;
}
.woocommerce-account .addresses .title .edit{
	position: relative;
	top: -4px;
}
.woocommerce-Address address{
	margin-bottom: 20px;
}
.woocommerce .woocommerce-Address a.button{
	padding: 5px 10px;
}
.woocommerce-MyAccount-content html input#account_email{
	max-width: 100%;
}
.woocommerce-MyAccount-content > form{
	display: inline-block;
}
.woocommerce-account article .woocommerce:after{
	clear: both;
	content: "";
	display: table;
}
.woocommerce-customer-details{
	padding-top: 30px;
}
#customer_login h2,
.woocommerce-account div.woocommerce > h2,
.account-content h2,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
header.woocommerce-Address-title > h3,
.woocommerce div.wishlist-title h2{
	margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
form.login p.lost_password{
	text-decoration: underline;
	text-transform: uppercase;
	float: left;/* rtl */
	margin: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	position: relative;
	top: 8px;
}
p.order-info{
	text-align: center
}
body .woocommerce table.my_account_orders td.order-actions,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-total,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot th,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot td,
.woocommerce .woocommerce-order table.order_details .product-total,
.woocommerce .woocommerce-order table.order_details tfoot th,
.woocommerce .woocommerce-order table.order_details tfoot td,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details .product-total,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot th,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details tfoot td{
	text-align: right /* rtl */
}
body .woocommerce table.my_account_orders td.order-number,
body .woocommerce table.my_account_orders th.order-number,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-name,
.woocommerce .woocommerce-order table.order_details .product-name{
	text-align: left /* rtl */
}
.woocommerce-MyAccount-content .woocommerce-Addresses{
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.woocommerce div.address a.button{
	margin-top: 20px;
	min-width: 120px;
}
.woocommerce .woocommerce-customer-details address{
	border-width: 0;
	border-radius: 0;
	padding: 0;
	clear: both;
}
.woocommerce .edit-box-textfull .button{
	margin-top: 10px
}
.woocommerce .edit-box-textfull p.form-row{
	width: 100%;
	float: none;
	padding: 0;
}
p.form-row select,
p.form-row input[type="text"],
p.form-row input[type="password"],
p.form-row input[type="date"],
p.form-row input[type="email"],
p.form-row input[type="number"],
p.form-row input[type="search"],
p.form-row input[type="tel"],
p.form-row textarea,
.edit-box-textfull p.form-row input[type="text"],
.edit-box-textfull p.form-row input[type="password"],
.edit-box-textfull p.form-row input[type="date"],
.edit-box-textfull p.form-row input[type="email"],
.edit-box-textfull p.form-row input[type="search"],
.edit-box-textfull p.form-row input[type="number"],
.edit-box-textfull p.form-row input[type="tel"],
.edit-box-textfull p.form-row textarea{
	max-width: 100%;
}
/* Change passworld */
.woocommerce > form > fieldset{
	border: 0;margin: 40px 0 0 0;
}
.woocommerce > form > fieldset legend{
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
/* TRACK ORDER */
.track_order .form-row input[type="submit"]{
	min-width: 120px;
}
/* Order Detail */
.woocommerce ul.order_details li{
	float: left;/* rtl */
	margin-right: 20px;/* rtl */
	padding-right: 20px;/* rtl */
	border-width: 0 1px 0 0;/* rtl */
	border-style: dashed;
}
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2{
	float: left;/* rtl */
	text-transform: uppercase;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address{
	text-align: left;/* rtl */
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	padding-right: 0;
	padding-left: 30px;/* rtl */
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
	position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{
	top: 0;
	left: 0;/* rtl */
	margin: 0;
	padding: 0;
}
.woocommerce table.customer_details tbody tr th,
.woocommerce table.customer_details tbody tr td{
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-right: 0;/* rtl */
	padding-left: 20px;/* rtl */
	text-align: center !important;
}
.woocommerce table.customer_details tbody tr td,
.woocommerce table.customer_details tbody tr td:last-child{
	padding-right: 20px;
	padding-left: 20px;
}
.woocommerce table.customer_details tbody tr:first-child th,
.woocommerce table.customer_details tbody tr:first-child td{
	border-width: 0;
}
.woocommerce #customer_login .col-1, 
.woocommerce #customer_login .col-2, 
.woocommerce-page #customer_login .col-1, 
.woocommerce-page #customer_login .col-2{
	width: 48%;
	float: left;/* rtl */
}
.woocommerce #customer_login .col-2,  
.woocommerce-page #customer_login .col-2{
	float: right;/* rtl */
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- XIV. BLOG ---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.ts-blog-top-categories{
	margin-bottom: 30px;
}
.single-post .ts-blog-top-categories{
	max-width: 100% !important;
}
.site-content > article:after{
	content: "";
	clear: both;
	display: table;
}
.list-posts article{
	margin-bottom: 60px;
	padding: 0 0 50px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	position: relative;
}
.blog-list-style .list-posts article{
	padding-bottom: 60px;
	margin-bottom: 60px;
	max-width: 100% !important;
}
.list-posts article:last-child,
.blog-list-style .list-posts article:last-child{
	border-width: 0;
	padding-bottom: 0;
}
.list-posts article a.thumbnail.quote{
	margin-bottom: 0;
}
.list-posts article.sticky{
	padding: 20px 20px 30px 20px;
	background: rgba(136,136,136,0.05)
}
.list-posts{
	margin-bottom: 30px;
	clear: both;
}
.list-posts article:after{
	content: "";
	display: table;
	clear: both;
}
.date-time i,
.comment-count i{
	position: relative;
	top: -1px;
	padding-left: 2px;/* rtl */
	margin-right: 5px;/* rtl */
	display: inline-block;
}
.list-posts .heading-title a:hover{
	text-decoration: none
}
.list-posts article.format-gallery .thumbnail{
	width: 100%;
	display: block;
}
.list-posts article.format-gallery .thumbnail .owl-item{
	opacity: 0
}
.list-posts article.format-gallery .thumbnail .owl-item.active{
	opacity: 1;
}
.list-posts article .entry-format blockquote{
	margin: 0;
}
article .thumbnail{
	position: relative;
	z-index: 2;
}
.single-post article .entry-format .thumbnail{
	margin-bottom: 0;
}
article .thumbnail figure{
	overflow: hidden;
}
.list-posts .entry-format figure > a,
.list-posts .entry-format figure > img,
.list-posts .entry-format .owl-item img,
.list-posts .entry-format figure{
	opacity: 1;
	transition: 250ms ease 0s;
}
.list-posts .entry-format figure > img,
.list-posts .entry-format .owl-item img,
.ts-blogs figure > img,
.ts-blogs .owl-item img{
	transform: scale(1,1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: 250ms ease 0s;
}
.list-posts .entry-format:hover figure > a > img,
.list-posts .entry-format:hover figure > img,
.list-posts .entry-format:hover .owl-item img{
	opacity: 0.5;
}
.list-posts .entry-format:hover figure > img,
.list-posts .entry-format:hover .owl-item img,
.ts-blogs .thumbnail-content:hover figure > img,
.ts-blogs .thumbnail-content:hover .owl-item.active img{
	transform: scale(1.1,1.1);
}
.list-posts .entry-format:hover figure{
	background: #000000;
}
/* FIX UNIT TEST */
.home.blog .list-posts .entry-format:hover figure > a > img,
.home.blog .list-posts .entry-format:hover figure > img,
.home.blog .list-posts .entry-format:hover .owl-item img{
	opacity: 1 !important;
}
.home.blog .list-posts .entry-format:hover figure{
	background: transparent !important;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
	position: relative;
	overflow: hidden;
}
.list-posts .entry-format > a,
.ts-blogs .thumbnail-content > a{
	overflow: hidden;
}
.post_format-post-format-quote .entry-format.no-thumbnail{
	display: none;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
	margin-bottom: 0;
}
.list-posts .entry-content,
article.single-post > .entry-content{
	margin-top: 24px;
}
.list-posts .entry-content.no-featured-image,
article.single-post > .entry-content.no-featured-image{
	margin-top: 0;
}
article.single-portfolio.left-thumbnail > .entry-content{
	margin-top: 0;
}
.list-posts .no-featured-image .entry-content,
.ts-blogs .entry-content.no-featured-image,
article.single .no-featured-image .entry-content{
	margin-top: 0;
}
.ts-blogs .entry-content{
	margin-top: 15px;
}
.ts-blogs .entry-content .entry-meta-top
.single-post .ts-blogs .entry-content .entry-meta-top{
	margin-bottom: 10px;
	margin-left: 1px;/* rtl */
	overflow: hidden;
	font-size: 90%;
}
.ts-blogs .entry-content .entry-meta-top.meta-list{
	margin-top: 20px;
}
.ts-blogs .entry-meta-top.two-item > span:first-child{
	float: left; /* rtl */
	display: inline-block;
	margin: 0;
	padding: 0;
}
.ts-blogs .entry-meta-top.two-item > span:last-child{
	float: right; /* rtl */
	display: inline-block;
	margin: 0;
	padding: 0;
}
.ts-blogs .entry-meta-top.two-item > span:after{
	display: none;
}
.ts-blogs .entry-meta-top > span,
.ts-blogs-widget-wrapper .entry-meta-top > span{
	margin-right: 12px;/* rtl */
	padding-right: 12px;/* rtl */
	letter-spacing: 0;
}
.ts-blogs-widget-wrapper .entry-meta-top > span:after{
	top: 5px;
	bottom: 5px;
}
.ts-blogs .entry-meta-top > span:last-child{
	margin-right: 0;/* rtl */
	padding-right: 0;/* rtl */
}
.list-posts article.format-standard .entry-format > a,
.list-posts article.format-gallery .entry-format .thumbnail,
.ts-blogs .thumbnail-content > a,
.ts-blogs .thumbnail-content .thumbnail{
	margin-bottom: 0;
	display: block;
}

/* SUMMARY */
.blog-list-style .list-posts article .entry-meta-top > span{
	margin-right: 12px; /* rtl */
	padding-right: 12px; /* rtl */
}
.blog-list-style .list-posts article .entry-meta-top > span:last-child{
	margin-right: 0;/* rtl */
	padding-right: 0;/* rtl */
}
.blog-list-style .list-posts .entry-format{
	margin-bottom: 0;
}
.blog-list-style .list-posts article .entry-format{
	width: 45%;
	margin: 0;
	float: left;/* rtl */
}
.blog-list-style .list-posts article .entry-content{
	width: 55%;
	padding: 0 0 0 50px;/* rtl */
	float: left;/* rtl */
	margin-top: 0;
	margin-bottom: -10px;
}
.blog-list-style .list-posts article.format-standard .entry-content.no-featured-image,
.blog-list-style .list-posts article .entry-content.no-featured-image{
	width: 100%;
	padding: 0;/* rtl */
}
.list-posts .entry-title,
article.single .entry-title,
.ts-blogs .entry-title,
.ts-image-box .heading-title{
	margin-bottom: 8px;
}
article.single-portfolio > .entry-content .entry-title,
.list-posts .entry-title{
	margin-bottom: 16px;
}
.list-posts .short-content{
	margin: 0 0 14px 0;
	display: inline-block;
	width: 100%;
}
.ts-blogs a.thumbnail{
	display: block;
}
.ts-blogs .short-content{
	line-height: 24px;
}
.ts-blogs .thumbnail-content .entry-meta-top{
	line-height: 28px;
	font-size: 90%;
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	color: #1f1f1f;
	padding: 7px 11px;
    transform: translate(0, 100%);
	transition: 250ms ease 0s;
}
.ts-blogs .thumbnail-content .entry-meta-top span:after{
	border-color: #999999;
}
.ts-blogs .thumbnail-content:hover .entry-meta-top{
    transform: translate(0, 0);
}
.ts-blogs .entry-meta-bottom > .comment-count{
	float: right;/* rtl */
}
.ts-blogs-wrapper .blogs article.quote .quote-wrapper{
	padding: 25px 30px;
}
.ts-blogs-wrapper .blogs article.quote blockquote{
	padding: 0;
	margin: 0;
}
.ts-blogs-wrapper .blogs article.quote .entry-meta-bottom{
	margin-top: 20px;
	padding-top: 10px;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.ts-blogs-wrapper .blogs .item{
	padding: 0 15px;
	margin-bottom: 50px;
}
.ts-blogs-wrapper .blogs .item:after{
	display: table;
	clear: both;
	content: "";
}
.ts-blogs-wrapper .content-wrapper{
	margin-bottom: 30px;
}
.ts-blogs-wrapper.ts-slider .content-wrapper{
	margin: 0px;
}
.ts-blogs-wrapper.ts-slider .blogs .item{
	padding: 0;
}
.ts-blogs-wrapper.ts-slider.item-list .blogs .item{
	margin-bottom: 0;
}
.ts-blogs-wrapper .blogs article.quote .entry-meta-bottom:before{
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	content: "";
	opacity: 0.2;
}
.ts-blogs .entry-meta-bottom .button.button-small,
.ts-image-box .box-header .button.button-small{
	font-size: 85%;
	padding: 8px 15px;
	min-width: 140px;
}
.list-posts .button-readmore:after,
.ts-blogs .button-readmore:after,
.ts-image-box .box-header .button.button-small:after,
.ts-image-box .box-button .button:first-child:last-child:after{
	margin-left: 5px;/* rtl */
	content: "\f178";/* rtl */
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
}
.list-posts .button-readmore:hover,
.ts-blogs .button-readmore:hover{
	text-decoration: none;
}
article .tags-link a:hover,
article .cats-link a:hover{
	text-decoration: none
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. BLOG DETAIL ----------------------------------------------------------------------------------------------------*/
.single-post article .entry-content .content-wrapper h1,
.single-post article .entry-content .content-wrapper h2,
.single-post article .entry-content .content-wrapper h3,
.single-post article .entry-content .content-wrapper h4,
.single-post article .entry-content .content-wrapper h5,
.single-post article .entry-content .content-wrapper h6,

.list-posts article .entry-summary h1,
.list-posts article .entry-summary h2,
.list-posts article .entry-summary h3,
.list-posts article .entry-summary h4,
.list-posts article .entry-summary h5,
.list-posts article .entry-summary h6{
	padding-top: 30px;
}
.entry-content.no-image h1.blog-title{
	width: 100%;
	display: inline-block;
}
.entry-content h1.blog-title{
	margin-bottom: 15px;
}
.single-post .entry-content{
	margin-bottom: 0px;
}
.single-post .entry-meta-bottom .cats-link:before,
.single-post .entry-meta-bottom .tags-link:before{
	content: "\e62b";
	font-family: 'Pe-icon-7-stroke';
	font-size: 20px;
	line-height: 12px;
	padding-right: 5px;
	position: relative;
	top: 3px;
	display: inline-block;
}
.single-post .entry-meta-bottom .tags-link:before{
	content: "\e60c";
}
/* GALLERY */
.single-post div.gallery:after{
	clear: both;
}
.single-post div.gallery{
	margin: 0 -10px;
}
.single-post div.gallery .gallery-caption{
	margin: 10px 0 0 0;
	padding: 0;
}
.single-post div.gallery .gallery-item{
	float: left;/*rtl */
	margin: 0 0 10px 0;
	padding: 10px;
}
.single-post .gallery-columns-2 .gallery-item{
	width: 50%;
}
.single-post .gallery-columns-3 .gallery-item{
	width: 33.33333%;
}
.single-post .gallery-columns-4 .gallery-item{
	width: 25%;
}
.single-post .gallery-columns-5 .gallery-item{
	width: 20%;
}
.single-post .gallery-columns-6 .gallery-item{
	width: 16.66666%;
}
.single-post .gallery-columns-7 .gallery-item{
	width: 14.28%
}
.single-post .gallery-columns-8 .gallery-item{
	width: 12.5%;
}
/* End gallery */
.content-blockquote{
	margin: 30px;
}
.wd-edit-link{
	margin-top: -30px;
	float: right;/* rtl */
	display: inline-block;
}
.single article.single{
	position: relative;
	margin-bottom: 10px;
}
.single article.single .entry-format{
	overflow: hidden;
}
article .cats-link a,
article .tags-link a{
	margin: 2px 4px 2px 0;
	padding: 0;
}
article.single .cats-link{
	float: left;/* rtl */
}
article.single .meta-bottom-1,
article.single .meta-bottom-2{
	clear: both;
	padding: 15px 0;
	position: relative;
	border-width: 1px 0 0 0;
	border-style: solid;
}
article.single .meta-bottom-1:after,
article.single .meta-bottom-2:after{
	display: table;
	content: "";
	clear: both;
}
.meta-bottom-2 .tags-link{
	margin-top: 10px;
}
/* Social sharing */
.meta-bottom-2 .social-sharing{
	margin: 0;
	float: right;/* rtl */
}
body #st-el-4 .st-btns{
	overflow: auto;
}
body #st-1.st-has-labels .st-btn{
	min-width: 70px;
}
body #st-1 .st-btn > span{
	min-width: 30px;
	padding: 0 0 0 5px;/* rtl */
	margin: 0 0 0 5px;/* rtl */
	position: relative;
}
body #st-1 .st-btn > span:before{
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	content: "";
	width: 1px;
	background: rgba(0,0,0,0.1);
}
body #st-1 .st-btn:hover{
	top: 0;
	opacity: 0.8;
}

/* Author */
.entry-author{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 30px 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	clear: both;
	margin-bottom: 24px;
}
.entry-author > *{
	display: table-cell;
	vertical-align: middle;
}
.entry-author .author-avatar{
	width: 150px;
	overflow: hidden;
	vertical-align: top;
	padding-right: 30px /* rtl */
}
.entry-author .author-avatar img{
	width: 100%;
}
.entry-author .author-info .author{
	margin-right: 10px; /* rtl */
	text-transform: uppercase;
	display: inline-block;
}
.entry-author .author-info .author:after{
	margin-left: 10px;/* rtl */
	content: "/";
	font-weight: normal;
}
.entry-author .author-info p{
	margin: 10px 0 0 0;
}
.entry-author .author a{
	text-decoration: none;
}

/* Related post */
.ts-blogs.related-posts{
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 0 !important;
	width: 100%;
}
.ts-blogs .entry-content{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-blogs article{
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.ts-blogs.related-posts .blogs:not(.owl-carousel) article{
	max-width: 450px;
}
.entry-meta-top{
	overflow: hidden;
}
.single-post .entry-content .entry-meta-top{
	 margin-bottom: 15px;
}
.entry-meta-top > span{
	margin-right: 15px;/* rtl */
	padding-right: 15px;/* rtl */
	position: relative;
	left: 1px;/* rtl */
	float: left;/* rtl */
}
.entry-meta-top > span a{
	display: inline-block;
}
.blogs article.quote .entry-meta-bottom > span:before,
.entry-meta-top > span:before{
	display: inline-block;
	font-family: 'FontAwesome';
    position: relative;
	margin-right: 5px; /* rtl */
}
.entry-meta-top > span.date-time:before{
	content: "\f017";
}
.entry-meta-top > span.author:before{
	content: "\f007";
}
.blogs article.quote .entry-meta-bottom > span:before,
.entry-meta-top > span.comment-count:before{
	content: "\f075";
}
.entry-meta-top > span:after{
	content: "";
	position: absolute;
	right: 0;/* rtl */
	top: 6px;
	bottom: 6px;
	border-width: 0 1px 0 0;
	border-style: solid;
	width: 1px;
}
.entry-meta-top > span:last-child{
	margin-right: 0;/* rtl */
	padding-right: 0;/* rtl */
}
.entry-meta-top > span:last-child:after{
	display: none;
}
.entry-meta-middle .cats-link{
	width: 100%;
	display: inline-block;
	margin-top: 6px;
}
.entry-meta-top .author a{
	text-decoration: none;
}
.tags-link a,
.cats-link a,
.brands-link a{
	text-decoration: none;
}
.entry-meta-bottom .button-text{
	margin-top: 16px;
	display: inline-block;
}
.ts-blogs .entry-meta-bottom .button{
	margin-top: 20px;
}
.ts-blogs .entry-meta:after{
	display: table;
	content: "";
	clear: both;
}
article.quote .ts-blockquote{
	padding: 10px 20px;
}
article.quote .blockquote-meta{
	padding: 20px 0 10px 0;
	position: relative;
	overflow: hidden;
}
article.quote .blockquote-meta .date-time{
	margin-right: 30px; /* rtl */
}
article.quote .blockquote-meta .date-time,
article.quote .blockquote-meta .author{
	font-size: 12px;
	line-height: 14px;
	float: left;/* rtl */
	display: inline-block;
	width: auto;
	margin-top: 0;
}
article.quote .blockquote-meta .author{
	float: right;/* rtl */
	margin: 0;
}
article.quote .blockquote-meta:before{
	left: 30px;
	right: 30px;
	top: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: solid;
	content: "";
	z-index: 1;
	opacity: 0.2;
	position: absolute;
}
article.quote .blockquote-meta{
	padding: 15px 30px 30px 30px;
	position: relative;
	background: rgba(217,217,217,0.2);
}

/* Effect */
.blogs article .thumbnail-content:hover .owl-item > img{
	opacity: 0.7;
}
.blogs article a.gallery .owl-item{
	position: relative;
}
.blogs a.thumbnail.gallery figure .owl-item{
	background: rgba(0,0,0,0.3);
}
.blogs article .thumbnail-content:hover .effect-thumbnail,
.blogs article a.gallery figure.owl-carousel .thumbnail-content:hover:before{
	opacity: 1;
}
.blogs article a.gallery .effect-thumbnail{
	display: none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. PORTFOLIO DETAIL -----------------------------------------------------------------------------------------------*/
.single-portfolio .ts-portfolio-wrapper{
	margin-top: 70px;
	margin-bottom: 80px;
	display: inline-block;
	width: 100%;
}
.single-portfolio .thumbnail{
	width: 60%;
	float: left;/* rtl */
	overflow: hidden;
}
.single-portfolio .thumbnail a{
	display: block;
	overflow: hidden;
}
.single-portfolio .thumbnail img{
	display: inline-block;
}
.single-portfolio .entry-content{
	width: 40%;
	float: left;/* rtl */
	padding-left: 50px; /* rtl */
}
.single-portfolio.top-thumbnail .entry-content{
	margin-top: 30px;
}
.single-portfolio.top-thumbnail .thumbnail,
.single-portfolio.top-thumbnail .entry-content{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.single-portfolio .meta-content{
	display: inline-block;
	width: 100%;
}
.single-portfolio.top-thumbnail .portfolio-content{
	float: left; /* rtl */
	padding-right: 30px;/* rtl */
}
.single-portfolio .meta-content .portfolio-info a{
	text-decoration: none;
}
.brands-link a:hover,
.cat-links a:hover,
.tag-links a:hover{
	text-decoration: none;
}
.portfolio-info > span:first-child{
	margin-bottom: 0;
}
.portfolio-info{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.portfolio-info.like-button{
	margin-top: 0;
}
.meta-content .portfolio-info:first-child{
	border: 0 !important;
	margin: 0;
}
.single-portfolio .portfolio-like{
	float: left;/* rtl */
	padding: 9px 0 9px 50px;/* rtl */
	position: relative;
	height: 40px;
}
.single-portfolio .ic-like.loading:after{
    background-image: url(images/ajax-loader.gif) !important;
	background-color: rgba(255,255,255,0.95);
    content: "";
    background-repeat: no-repeat;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    position: absolute;
    background-position: center;
	border-radius: 100%;
}
.single-portfolio .ic-like{
	position: absolute;
	top: 4px;
	left: 0;/* rtl */
	width: 36px;
	height: 36px;
	font-size: 20px;
	line-height: 34px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	transition: 250ms ease 0s;
}
.single-portfolio .ic-like:before{
	content: "\e642";
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	font-size: 20px;
}
.single-portfolio .ic-like.already-like:before{
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 18px;
}
.single-portfolio .single-navigation{
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-top: 35px;
	padding-bottom: 35px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.single-portfolio .single-navigation a{
	text-decoration: none;
}
.single-portfolio .single-navigation > a{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	line-height: 40px;
	font-size: 28px;
	opacity: 0.6;
	text-align: center;
	margin-left: -20px;
	margin-top: -20px;
}
.single-portfolio .single-navigation > a:before{
	content: "\e645";
	font-family: 'Pe-icon-7-stroke';
}
.single-portfolio .single-navigation > div{
	position: relative;
}
.single-portfolio .single-navigation .prev{
	float: left;/* rtl */
	padding-left: 50px;/* rtl */
}
.single-portfolio .single-navigation .next{
	float: right;/* rtl */
	padding-right: 50px;/* rtl */
}
.single-portfolio .single-navigation > div a:first-child{
	text-transform: uppercase;
}
.single-portfolio .single-navigation > div.prev a,
.single-portfolio .single-navigation > div.next a{
	float: left;/* rtl */
	clear: both;
	line-height: 20px;
}
.single-portfolio .single-navigation > div.next a{
	float: right;/* rtl */
}
.single-portfolio .single-navigation > div.prev a:first-child:before{
	position: absolute;
	left: 0;/* rtl */
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	font-size: 60px;
	content: "\e686";
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
}
.single-portfolio .single-navigation > div.next a:first-child:after{
	position: absolute;
	right: 0;/* rtl */
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	font-size: 60px;
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
}

/* Social portfolio */
.single-portfolio .social-sharing,
.single-portfolio .social-sharing > span{
	float: left;/* rtl */
}
.single-portfolio .social-sharing:after{
	display: table;
	clear: both;
	content: "";
}
.single-portfolio .ts-social-sharing{
	float: left;/* rtl */
	position: relative;
	top: -1px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;/* rtl */
	width: auto !important;
}
.single-portfolio .ts-social-sharing > span{
	display: none;
}
.related-portfolio{
	padding-top: 60px;
	clear: both;
	margin-top: 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- XV. CLOUD ZOOM ----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens{
	border-width: 1px;
	border-style: solid;
	margin: 0;	/* Set this to minus the border thickness. */
	background-color: #fff;
	cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title{
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	top: 0px;
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap{
	top: 0;
	z-index: 990;
	position: relative;
}

/* This is the zoom window. */
.cloud-zoom-big{
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	margin: 4px 0 0 0;
	background-color: #fff;
}
/* This is the loading message */
.cloud-zoom-loading{
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XVI. PAGE TEMPLATE ------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/

/* 404 PAGE */
body .div#main{
	min-height: 0;
}
body.error404 article{
	text-align: center;
	padding: 120px 0 150px 0;
}
body.error404 article > h1.heading-font-1{
	font-size: 160px;
	line-height: 160px;
	margin-bottom: 0;
}
body.error404 article > h2.heading-font-2{
	font-size: 46px;
	line-height: 55px;
	font-weight: 500;
	margin-bottom: 10px;
}
body.error404 article > p{
	margin-bottom: 50px;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XVII. FORUMS ------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results{
	border-width: 0;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic{
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#bbpress-forums ul.bbp-lead-topic .bbp-header,
#bbpress-forums ul.bbp-topics .bbp-header,
#bbpress-forums ul.bbp-forums .bbp-header,
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-search-results .bbp-header{
	text-shadow: none;
	text-transform: uppercase;
	border-width: 0 0 2px 0;
	border-style: solid;
	background: transparent;
}
#bbpress-forums ul.bbp-lead-topic .bbp-header li,
#bbpress-forums ul.bbp-topics .bbp-header li,
#bbpress-forums ul.bbp-forums .bbp-header li,
#bbpress-forums ul.bbp-replies > .bbp-header li,
#bbpress-forums ul.bbp-search-results .bbp-header li{
	padding: 0;
	line-height: 24px;
}
#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums .status-category > li.bbp-forum-info > .bbp-forum-title,
#bbpress-forums #bbp-user-navigation ,
#bbpress-forums .type-forum .bbp-forum-title{
	text-transform: uppercase;
	font-size: 95%;
}
.bbp-login-links a.bbp-author-name:hover,
#bbpress-forums .status-category > li > .bbp-forums-list > li a.bbp-author-name:hover,
li.bbp-forum-freshness a.bbp-author-name:hover,
li.bbp-topic-freshness a.bbp-author-name:hover,
.bbp-topic-meta a:hover{
	text-decoration: underline;
}
body #bbpress-forums fieldset.bbp-form input,
body #bbpress-forums fieldset.bbp-form select,
body #bbpress-forums fieldset.bbp-form textarea{
	max-width: 100%;
}
body li.bbp-forum-info,
body li.bbp-topic-title{
	float: left; /* rtl */
	text-align: left /* rtl */
}
#bbpress-forums{
	margin-top: 0;
	margin-bottom: 50px;
}
#bbpress-forums div.even,
#bbpress-forums ul.even{
	background: transparent;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic{
	padding: 20px 0;
}
#bbpress-forums li.bbp-body ul.forum > li,
#bbpress-forums li.bbp-body ul.topic > li{
	padding: 0;
}
#bbpress-forums li.bbp-footer{
	padding: 10px 0;
}
#bbpress-forums > ul{
	margin-top: 20px;
}
#bbpress-forums div.bbp-topic-content a:hover,
#bbpress-forums div.bbp-reply-content a:hover{
	text-decoration: none;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{
	max-width: 100%;
	border-width: 1px;
	border-style: solid;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{
	border: 0;
	background: transparent;
}
#bbpress-forums .status-category > li > .bbp-forums-list{
	margin: 0;
	padding-left: 0;
	border-left: 0
}
#bbpress-forums .status-category > li > .bbp-forums-list > li{
	display: block;
	margin-top: 5px;
	font-size: 0;
	padding: 0;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header{
	background: rgba(155,155,155,0.1);
	border-width: 1px 0 1px 0;
	border-style: solid;
}
#bbpress-forums li.bbp-footer{
	background: transparent;
}
#bbpress-forums li.bbp-header{
	padding-top: 14px;
	padding-bottom: 14px;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd{
	background: transparent;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{
	margin: 0 0 -1px 0;
	padding: 0;
	position: relative;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a{
	padding: 8px 2px;
	display: inline-block;
	width: 100%;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:hover{
	z-index: 1;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child{
	margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
	background: transparent;
	border-width: 1px;
	border-style: solid;
	text-transform: none;
	text-align: center;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{
	opacity: 1;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar{
	border: 0;
	position: relative;
	bottom: -3px;
}
.bbp-no-topic{
	clear: both;
}
li.bbp-forum-freshness a:hover,
li.bbp-topic-freshness a:hover,
.type-forum .bbp-forum-title:hover,
.type-topic .bbp-topic-title a:hover,
#bbpress-forums ul.bbp-replies > .bbp-header a:hover{
	text-decoration: none;
}
li.bbp-body{
	padding: 0;
}
a.bbp-forum-link:hover,
.status-category > .bbp-forum-info > a.bbp-forum-title:hover{
	text-decoration: none;
}
div.bbp-template-notice,
div.indicator-hint{
	border-radius: 0;
}
#bbpress-forums fieldset.bbp-form label{
	font-size: 85%;
}
#bbpress-forums input[type="checkbox"]{
	position: relative;
	top: 2px;
}
#bbpress-forums > #subscription-toggle,
#bbpress-forums > #favorite-toggle{
	float: right;/* rtl */
	margin-top: 10px;
	text-transform: uppercase;
}
#favorite-toggle a:hover,
#subscription-toggle a:hover{
	text-decoration: none;
}
#bbpress-forums .bbp-header #favorite-toggle a:hover,
#bbpress-forums .bbp-header #subscription-toggle a:hover{
	opacity: 0.8;
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author{
	float: left;/* rtl */
}
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content{
	text-align: left /* rtl */
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content{
	text-align: left;/* rtl */
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author{
	float: left;/* rtl */
}
/* BB Replay */
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content{
	text-transform: uppercase;
}
div.bbp-submit-wrapper{
	float: left;/* rtl */
	margin-bottom: 20px;
}
div.bbp-submit-wrapper .button{
	min-width: 120px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name{
	margin: 5px 0 0 0;
}
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content{
	margin-left: 100px;/* rtl */
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content{
	margin-left: 100px /* rtl */
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author{
	width: 80px;
	text-align: left;/* rtl */
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author{
	width: 80px;
}
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header{
	padding: 8px 20px;
}
li.bbp-body div.hentry{
	padding: 0;
	margin: 10px 0 20px 0;
}
/* BB Search */
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3{

}
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6{
	clear: none;
	line-height: 1em;
	margin: 10px 0 20px 0;
	padding: 0;
}
/* PROFILE */
#bbpress-forums #bbp-single-user-details{
	float: left;/* rtl */
}
#bbpress-forums #bbp-user-wrapper{
	margin: 20px 0;
}
#bbpress-forums #bbp-your-profile fieldset label[for]{
	width: 100%;
	text-align: left /* rtl */
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password{
	width: 100%;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar,
#bbpress-forums #bbp-single-user-details{
	width: 180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{
	width: 180px;
	height: auto;
}
#bbpress-forums #bbp-user-body{
	margin-left: 200px /* rtl */
}
#bbpress-forums #bbp-user-wrapper #bbp-your-profile > h2:first-child{
	margin-top: 0;
}
#bbpress-forums #bbp-user-wrapper #bbp-your-profile > h2,
#bbpress-forums #bbp-user-wrapper #bbp-your-profile > h3{
	margin-top: 30px;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input{
	float: left;/* rtl */
	clear: both;
}
#bbpress-forums #bbp-your-profile fieldset span.description{
	float: left;/* rtl */
	clear: both;
}
body #bbp-your-profile input[type="search"],
body #bbp-your-profile input[type="text"],
body #bbp-your-profile input[type="password"],
body #bbp-your-profile input[type="date"],
body #bbp-your-profile input[type="number"],
body #bbp-your-profile input[type="email"],
body #bbp-your-profile input[type="tel"],
body #bbp-your-profile select,
body #bbp-your-profile textarea{
	max-width: 500px;
}
#bbp-your-profile .ts-meta-box-field input[type="text"]{
	max-width: 100%;
	margin-bottom: 10px;
}
#bbp-your-profile .form-table th{
	width: 30%;
}
#bbp-your-profile table th,
#bbp-your-profile table tr:nth-child(2n+1){
	background: transparent;
}
#bbpress-forums #bbp-your-profile fieldset.submit{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	margin-top: -10px;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form{
	clear: both;
}
/* BREADCRUMB */
#bbpress-forums div.bbp-topic-tags{
	float: left;/* rtl */
	width: 100%;
}
#bbpress-forums div.bbp-topic-tags p{
	margin-bottom: 0;
}
div.bbp-topic-tags{
	display: inline-block;
	float: left;/* rtl */
	margin: 0 0 15px 0;
}
div.bbp-topic-tags a:hover,
.bbp-meta .bbp-topic-permalink:hover,
.bbp-topic-title-meta a:hover,
.bbp-reply-author a.bbp-author-name:hover{
	text-decoration: none;
}
#bbpress-forums div.bbp-search-form{
	display: inline-block;
	width: 100%;
}
div.bbp-breadcrumb{
	display: none !important;
}
/* BB SEARCH */
#bbpress-forums #bbp-search-form{
	float: right;/* rtl */
	clear: both;
	margin: 0 0 15px 0;
	display: inline-block
}
.bbp-search-form form{
	position: relative;
}
#bbpress-forums #bbp-search-form #bbp_search{
	padding-right: 50px; /* rtl */
	width: 100%;
	max-width: 100%;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XVIII. IPAD RESPONSIVE --------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1279px){
	/* STICKY MENU */
	.header-sticky{
		position: relative;
		z-index: 993;
		width: 100%;
	}
	.header-v4 .sticky-wrapper.is-sticky .header-sticky .logo-wrapper{
		display: table-cell;
	}
	.sticky-wrapper.is-sticky .header-sticky .logo-wrapper img.sticky-logo{
		display: block;
	}
	.sticky-wrapper.is-sticky .logo img.normal-logo{
		display: none;
	}
	.header-v1 .sticky-wrapper.is-sticky .logo img{
		width: auto;
		max-height: 40px;
	}
	.header-v3 .sticky-wrapper.is-sticky .logo img.sticky-logo,
	.header-v1 .sticky-wrapper.is-sticky .logo img.sticky-logo{
		margin-left: auto;
		margin-right: auto;
	}
	.sticky-wrapper.is-sticky .logo-sticky{
		opacity: 1;
		width: auto;
		height: auto;
		padding: 5px 0;
		position: relative;
		display: table-cell;
	}
	.header-v1 .sticky-wrapper.is-sticky .menu-wrapper nav > ul.menu li.ts-megamenu-columns-2:first-child ul.sub-menu,
	.header-v1 .sticky-wrapper.is-sticky .menu-wrapper nav > ul.menu li.ts-megamenu-columns-1:first-child ul.sub-menu{
		left: -30px !important;/* rtl */
	}
	.display-vertical-menu .is-sticky .ts-vertical-menu .vertical-menu-wrapper .vertical-menu{
		display:none;
		-webkit-animation:none;
		-moz-animation:none;
		animation:none;
	}
	.display-vertical-menu .is-sticky .ts-vertical-menu:hover .vertical-menu-wrapper .vertical-menu{
		display:block;
		-webkit-animation-duration: 340ms;
		-moz-animation-duration: 340ms;
		animation-duration: 340ms;
		animation-delay:100ms;
		-webkit-animation-delay:100ms;
		-moz-animation-delay:100ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_vertial_categories;
		-moz-animation-name: animation_vertial_categories;
		animation-name: animation_vertial_categories;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	.header-v3 .is-sticky .logo-large{
		height: 80px;
	}
	.header-v3 .is-sticky .menu-wrapper nav > ul.menu > li > a, .menu-wrapper nav > ul > li > a, 
	.header-v3 .is-sticky .menu-wrapper nav > ul.menu > li:before{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.header-v3 .is-sticky .shopping-cart-wrapper.cart-large .dropdown-container,
	.header-v3 .is-sticky .my-account-wrapper.account-large .dropdown-container{
		padding-top: 14px;
	}
	.header-v3 .is-sticky .shopping-cart-wrapper.cart-large .dropdown-container:before, 
	.header-v3 .is-sticky .my-account-wrapper.account-large .dropdown-container:before{
		top: 15px;
	}
	.header-v1 .is-sticky .menu-wrapper{
		padding-left: 30px;/* rtl */
	}
	.header-v9 .is-sticky .header-middle > .container{
		padding-top: 0;
		padding-bottom: 0;
	}
	header .sticky-wrapper.is-sticky .header-sticky{
		-webkit-animation: mySticky s ; /* Chrome, Safari, Opera */
		-moz-animation: mySticky 1s;
		animation: mySticky 1s;
		animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		padding: 0;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		transform: translateY(0);
		transition: transform 500ms ease 0s;
	}
	header .sticky-wrapper.is-sticky .header-sticky:after{
		position: absolute;
		left: 0;
		right: 0;
		bottom: -4px;
		content: "";
		height: 4px;
		z-index: 992;
		background: url(images/shadow-header.png) top left repeat;
	}
	/* Chrome, Safari, Opera */
	@-webkit-keyframes mySticky{
		from{
			margin-top: -200px;
		}
		to{
			margin-top: 0;
		}
	}

	/* Standard syntax */
	@-moz-keyframes mySticky{
		from{
			margin-top: -200px;
		}
		to{
			margin-top: 0;
		}
	}

	/* Standard syntax */
	@keyframes mySticky{
		from{
			margin-top: -200px;
		}
		to{
			margin-top: 0;
		}
	}
	/* PRODUCT DEFAULT IMAGE */
	.woocommerce .product .thumbnail-wrapper figure img:first-child{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		transition: opacity 250ms ease 0s;
	}
	.woocommerce .product figure.has-back-image img:last-child{
		position: absolute;right: 0;left: 0;top: 0;
		width: 100%;
		transition: opacity 250ms ease 0s;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		opacity: 0
	}
	.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child{
		opacity: 1;
	}
	.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child{
		opacity: 0;
	}

	/* SHORTCODE */
	/* Shortcode Milestone */
	.ts-milestone.style-2 .number{
		font-size: 60px;
		line-height: 60px;
	}
	.ts-milestone.style-2 h3.subject{
		font-size: 36px;
		line-height: 44px;
	}
	/* Shortcode Team Member */
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a,
	.ts-team-members.style-6 .item:hover .member-social a{
		-webkit-animation-duration: 400ms;
		-moz-animation-duration: 400ms;
		animation-duration: 400ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;

		-webkit-animation-name: run_social;
		-moz-animation-name: run_social;
		animation-name: run_social;

		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(2),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(2){
		animation-delay: 150ms;
		-webkit-animation-delay: 150ms;
		-moz-animation-delay: 150ms;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(3),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(3){
		animation-delay: 200ms;
		-webkit-animation-delay: 200ms;
		-moz-animation-delay: 200ms;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(4),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(4){
		animation-delay: 300ms;
		-webkit-animation-delay: 300ms;
		-moz-animation-delay: 300ms;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(5),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(5){
		animation-delay: 400ms;
		-webkit-animation-delay: 400ms;
		-moz-animation-delay: 400ms;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(6),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(6){
		animation-delay: 500ms;
		-webkit-animation-delay: 500ms;
		-moz-animation-delay: 500ms;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(7),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(7){
		animation-delay: 600ms;
		-webkit-animation-delay: 600ms;
		-moz-animation-delay: 600ms;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(8),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(8){
		animation-delay: 700ms;
		-webkit-animation-delay: 700ms;
		-moz-animation-delay: 700ms;
	}
	.ts-team-members.style-2 .image-thumbnail:hover .member-social a:nth-child(9),
	.ts-team-members.style-6 .item:hover .member-social a:nth-child(9){
		animation-delay: 800ms;
		-webkit-animation-delay: 800ms;
		-moz-animation-delay: 800ms;
	}
}

@media only screen and (min-width: 992px){
	.group-meta-header{
		display: block !important;
	}
	.display-vertical-menu .ts-vertical-menu .vertical-menu-wrapper .vertical-menu{
		-webkit-animation:none;
		-moz-animation:none;
		animation:none;
		visibility:visible;
		display:block;
		opacity:1;
		z-index: 992;
	}
	.display-vertical-menu .woocommerce-message{
		display:none !important;
	}
}
@media only screen and (min-width: 768px){
	/* Header Transparent */
	.header-transparent{
		position: absolute;
		z-index: 9;
		left: 0;
		right: 0;
		top: 0;
	}
	.header-v5 .header-transparent .header-top{
		border-color: transparent;
		background-color: transparent;
	}
	.header-v2 .header-transparent > div:not(.is-sticky) .header-bottom,
	.header-v2 .header-transparent > .header-bottom{
		background-color: transparent;
	}
	.header-v2 .header-transparent > div:not(.is-sticky) .header-bottom:after,
	.header-v2 .header-transparent > .header-bottom:after{
		display: none;
	}
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul > li > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa:before,
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa:hover:before, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa.current-menu-item:before, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa.current_page_parent:before, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa.current_page_item:before, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.fa.current-page-ancestor:before, 
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li.current-menu-item > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li.current_page_parent > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li.current-menu-parent > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li.current_page_item > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu > li.current-page-ancestor > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .ts-menu > nav.main-menu > ul.menu li.current-product_cat-ancestor > .ts-menu-drop-icon, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li:hover > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.current-menu-item > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.current_page_parent > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.current-menu-parent > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.current_page_item > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li.current-page-ancestor > a, 
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
	
	.header-v2 .header-text-light > div:not(.is-sticky) .search-button .icon,
	.header-v2 .header-text-light > div:not(.is-sticky) .search-button .icon:hover:before{
		color: #ffffff;
	}
	.header-v2 .header-text-light > div:not(.is-sticky) .search-button .icon:after{
		position: absolute;
		left: 50%;
		right: 50%;
		bottom: 0;
		content: "";
		border-width: 2px 0 0 0;
		border-style: solid;
		opacity: 0;
		height: 2px;
		transition: 250ms ease 0s;
	}
	.header-v2 .header-text-light > div:not(.is-sticky) .search-button .icon:hover:after{
		left: 0;
		right: 0;
		opacity: 1;
	}
	.header-v2 .header-text-light > div:not(.is-sticky) .menu-wrapper nav > ul.menu > li > a:after{
		border-color: #ffffff;
	}
}

@media only screen and (max-device-width: 1279px){
	.woocommerce .loop-add-to-cart a.button.loading:after,
	.woocommerce .add_to_wishlist.loading:after,
	.thumbnail-wrapper .button-in.wishlist a.loading:before,
	.meta-wrapper .button-in.wishlist a.loading:before,
	.thumbnail-wrapper .button-in.compare a.loading:after,
	.meta-wrapper .button-in.compare a.loading:after{
		right: 0;
		left: 0;
		bottom: 0;
		top: 0;
		opacity: 0.8;
	}
	.ts-floating-sidebar .ts-sidebar-content{
		right: 0; /* rtl */
	}
	.shopping-cart-wrapper:hover .dropdown-container{
		display: none;
	}
	.shopping-cart-wrapper.active .dropdown-container{
		display: block;
		-webkit-animation-duration: 240ms;
		-moz-animation-duration: 240ms;
		animation-duration: 240ms;
		animation-delay: 150ms;
		-webkit-animation-delay: 150ms;
		-moz-animation-delay: 150ms;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animation_menu;
		-moz-animation-name: animation_menu;
		animation-name: animation_menu;
	}
	.drop-icon{
		display: block;
	}
	.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover > a:after,
	.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover:after,
	.menu-wrapper nav > ul.menu li:hover > ul.sub-menu,
	.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu,
	.menu-wrapper nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
		display: none;
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
	}
	.menu-wrapper .vertical-menu > ul.menu li.active > ul.sub-menu{
		display: block !important;
	}
	/* WISHLIST */
	ul.wishlist_table{
		overflow: hidden;
		margin: 0 -10px;
	}
	ul.wishlist_table li{
		list-style: none;
		width: 33.33333%;
		padding: 40px 10px 10px 10px;
		margin-top: 20px;
		position: relative;
		float: left;/* rtl */
	}
	ul.wishlist_table li:nth-child(3n + 1){
		clear: both;
	}
	ul.wishlist_table .item-details .product-name{
		margin-bottom: 10px;
	}
	ul.wishlist_table .item-details .product-name h3{
		margin: 0;
	}
	ul.wishlist_table .item-wrapper .product-thumbnail{
		margin-bottom: 20px;
	}
	ul.wishlist_table .product-add-to-cart a{
		display: block;
		width: 100%;
	}
	ul.wishlist_table .product-remove{
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
		z-index: 2;
	}
	ul.wishlist_table .product-remove i:before{
		font-family: 'Pe-icon-7-stroke';
		content: "\e680";
		letter-spacing: 0;
		font-size: 20px;
		line-height: 36px;
		line-height: 46px;
	}
	ul.wishlist_table table td{
		padding-left: 0;
		padding-right: 0;
		border-width: 0;
	}
	ul.wishlist_table table{
		border-width: 0 0 1px 0;
		border-style: solid;
	}
}

@media only screen and (max-width: 1279px){
	.ts-header-intro .menu-wrapper{
		display: none !important;
	}
	.ts-header-intro header .logo-wrapper{
		text-align: center;
	}
	/* Flash Deal */
	.ts-top-product-deals .product-meta{
		margin-left: 100px;/* rtl */
	}
	.ts-top-product-deals .product-image{
		width: 80px;
	}
	/* ICON CLICK */
	.ts-menu-drop-icon{
		cursor: pointer;
	}
	.sub-menu .ts-menu-drop-icon{
		left: auto;/* rtl */
		width: 20px;
	}
	.ts-menu-drop-icon.active{
		z-index: -1;
	}
	.menu-wrapper .vertical-menu nav > ul > li > .ts-menu-drop-icon{
		display: table-cell;
		margin: 0;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		margin: 0;
	}
	.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
		position: static;
		display: table-cell;
		transform: none;
		vertical-align: middle;
		width: 30px;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: rgba(100,100,100,0.2);
		text-align: left;/* rtl */
		transition: 250ms ease 0s;
		backface-visibility: visible;
		-webkit-backface-visibility: visible;
	}
	.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon:before{
		content: "\e684" !important;
		font-family: 'Pe-icon-7-stroke';
		font-weight: normal;
		letter-spacing: 0;
		line-height: 20px;
		font-size: 20px;
	}
	.menu-wrapper .vertical-menu > ul.menu > li:first-child > .ts-menu-drop-icon{
		border-width: 0;
	}
	.menu-wrapper .vertical-menu > ul.menu li.menu-item-has-children:not(.parent) > a:before,
	.menu-wrapper .vertical-menu > ul.menu li.parent > a > .menu-label:after{
		display: none !important;
	}
	.vertical-menu > ul.menu ul.sub-menu .ts-menu-drop-icon{
		left: auto;/* rtl */
		right: -25px;
		text-align: center;
		top: 50%;
		line-height: 30px;
		margin-top: -15px;
	}
	
	/* MAIN CONTENT */
	body.single-post #main > .page-container, 
	body.blog #main > .page-container{
		padding-top: 50px;
	}
	div#main{
		min-height: 300px;
	}
	.header-top > .container,
	.header-middle > .container,
	.header-bottom > .container,
	.breadcrumb-title-wrapper .breadcrumb-content,
	body.dokan-store.dokan-store-sidebar,
	body.dokan-store .dokan-single-store,
	body.boxed .breadcrumb-title-wrapper,
	.fullwidth-padding,
	.ts-top-product-deals .container,
	.filter-bottom.top-filter-widget-area > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	#main > .page-container,
	.container{
		padding-left: 0;
		padding-right: 0;
	}
	
	/* FONT SIZE */
	.h1-big,
	.blank-page-template .ts-countdown .counter-wrapper .number{
		font-size: 40px;
		line-height: 44px;
	}
	.blank-page-template .ts-countdown .counter-wrapper .ref-wrapper{
		font-size: 16px;
		line-height: 24px;
	}
	html h1,
	html .h1,
	html .ts-banner h2,
	html .ts-milestone .number{
		font-size: 36px;
		line-height: 42px;
	}

	html h2,
	html .h2,
	html h1.wpb_heading,
	html .ts-heading h1,
	html .style-5 .table-price,
	html .breadcrumb-title-wrapper .breadcrumb-title h1,
	html .vc_col-sm-12 .style-vertical .widget-title-wrapper h3,
	html .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title > h1,
	html .breadcrumb-title-wrapper.breadcrumb-v4 .breadcrumb-title > h1,
	html .single-style .counter-wrapper > div .number,
	html .ts-shortcode .shortcode-heading-wrapper .heading-title,
	html .title-center .shortcode-heading-wrapper .heading-title,
	html .ts-product-deals-wrapper .ts-countdown .number{
		font-size: 30px;
		line-height: 34px;
	}
	html h3,
	html .h3,
	html h2.wpb_heading,
	html .ts-heading h2,
	html .heading-wrapper > h2,
	html .ts-banner.style-3 h2,
	html .ts-banner .description,
	html .list-posts .entry-title,
	html .single-style .price,
	html .single-style .product-name,
	html .ts-instagram-shortcode .heading-title,
	html .ts-instagram-shortcode .widget-title-wrapper i,
	html .style-horizontal .mailchimp-subscription .widget-title,
	html .style-2 .products .product.product-category h3,
	html .ts-banner.style-heading-center h2,
	html .woocommerce div.product .entry-title,
	html .vc_row[data-vc-full-width] .ts-banner.style-2 .description{
		font-size: 20px;
		line-height: 24px;
	}
	.style-line-before .heading:after,
	.style-line-after .heading:after,
	.style-background-primary .heading:after,
	.style-center-line-after .heading:after,
	.title-line-before .shortcode-heading-wrapper .heading-title:after,
	.title-line-after .shortcode-heading-wrapper .heading-title:after,
	.title-background-primary .shortcode-heading-wrapper .heading-title:after,
	.title-center-line-after .shortcode-heading-wrapper .heading-title:after,
	.tab-heading-center-line-after .heading-tab .heading-title:after,
	.tab-heading-line-after .heading-tab .heading-title:after,
	.tab-heading-line-before .column-tabs .heading-tab .heading-title:after,
	.tab-heading-background-gray .column-tabs .heading-tab .heading-title:after,
	.ts-product-in-product-type-tab-wrapper .heading-tab .heading-title:after{
		top: 4px;
		bottom: 4px;
	}
	
	/* POPUP VIDEO */
	.ts-popup-modal .popup-container{
		width: 80%;
	}
	
	/* HEADER */
	.menu-wrapper nav > ul.menu > li{
		margin: 0 20px 0 0;/* rtl */
	}
	.menu-wrapper nav > ul.menu > li:last-child{
		margin: 0;
	}
	
	/* ADD TO CART BUTTON */
	.product-label-rectangle .product .product-label .onsale, 
	.product-label-rectangle .product .product-label .new, 
	.product-label-rectangle .product .product-label .featured, 
	.product-label-rectangle .product .product-label .out-of-stock{
		min-width: 50px;
	}
	.product-label-rectangle .product .product-label .onsale, 
	.product-label-rectangle .product .product-label .new, 
	.product-label-rectangle .product .product-label .featured, 
	.product-label-rectangle .product .product-label .out-of-stock{
		height: 28px;
	}
	.product-label-square .product .product-label .onsale, 
	.product-label-square .product .product-label .new, 
	.product-label-square .product .product-label .featured, 
	.product-label-square .product .product-label .out-of-stock{
		width: 40px;
		height: 40px;
	}
	.woocommerce .product .product-label .onsale, 
	.woocommerce .product .product-label .new, 
	.woocommerce .product .product-label .featured, 
	.woocommerce .product .product-label .out-of-stock{
		font-size: 85% !important;
	}
	.woocommerce .products .product .thumbnail-wrapper .product-label .out-of-stock{
		font-size: 80% !important;
	}
	.product-group-button-meta{
		padding-left: 2px;
		padding-right: 2px;
		margin-top: 20px;
	}
	.woocommerce .product .meta-wrapper .loop-add-to-cart{
		display: inline-block !important;
	}
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart,
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.button{
		float: left;
	}
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart,
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.button,
	.meta-wrapper .button-in.compare a,
	.meta-wrapper .button-in.wishlist a{
		box-shadow: 0 0 2px rgba(155,155,155,0.5);
		border-width: 0 !important;
	}
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart,
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.button,
	.meta-wrapper .button-in.compare,
	.meta-wrapper .button-in.wishlist{
		font-size: 0;
		line-height: 0;
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		min-width: 0 !important;
		padding: 0 !important;
	}
	body.no-wishlist.no-compare .woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart,
	body.no-wishlist.no-compare .woocommerce .product .meta-wrapper .loop-add-to-cart a.button{
		width: auto;
		height: auto;
		padding: 10px 15px !important;
	}
	.meta-wrapper .button-in.compare,
	.meta-wrapper .button-in.wishlist{
		position: relative;
	}
	.meta-wrapper .button-in.compare a,
	.meta-wrapper .button-in.wishlist a{
		padding: 0;
		min-width: 0;
		width: 40px;
		height: 40px;
		display: inline-block;
		float: left;/* rtl */
	}
	.meta-wrapper .button-in.compare a:hover,
	.meta-wrapper .button-in.wishlist a:hover{
		text-decoration: none;
	}
	.meta-wrapper .button-in.wishlist a,
	.meta-wrapper .button-in.compare a{
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		color: inherit;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 0;
	}
	.meta-wrapper .button-in > a:before{
		line-height: 40px;
		font-size: 20px;
		font-family: 'Pe-icon-7-stroke';
		font-weight: normal;
		letter-spacing: 0;
		transition: none;
		content: "\e642";
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		margin: 0;
		padding: 0;
		display: inline;
	}
	.meta-wrapper .button-in.compare a:before{
		content: "\e61b";
	}
	.meta-wrapper .button-in.wishlist a:before{
		content: "\e642";
		line-height: 40px;
		font-size: 20px;
		font-family: 'Pe-icon-7-stroke';
		font-weight: normal;
		letter-spacing: 0;
		transition: none;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		margin: 0;
		padding: 0;
		display: inline;
	}
	.meta-wrapper .button-in.compare a.added{
		font-size: 0;
		line-height: 0;
	}
	.meta-wrapper .button-in.compare a.added:before{
		line-height: 40px;
	}
	.meta-wrapper .button-in.wishlist .added a:before{
		content: "\f004";
		font-family: 'FontAwesome';
		font-size: 17px;
	}
	.woocommerce .product .meta-wrapper a.added_to_cart span,
	.woocommerce .product .meta-wrapper a.button span{
		display: none !important;
	}
	body.no-wishlist.no-compare .woocommerce .meta-wrapper .loop-add-to-cart a.button span{
		display: inline-block !important;
		margin-left: 5px;/* rtl */
	}
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart:before,
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.add_to_cart_button.added:before{
		content: "\e66c" !important;
	}
	.woocommerce .product .meta-wrapper .loop-add-to-cart a.button:before{
		font-family: 'Pe-icon-7-stroke';
		font-weight: normal;
		letter-spacing: 0;
		content: "\e66e";
		font-size: 20px;
		line-height: 40px;
		text-indent: 0;
		color: inherit !important;
	}
	.woocommerce .products.list a.button.added:before, 
	.woocommerce .item-list .products a.button.added:before, 
	.item-list .woocommerce .products a.button.added:before{
		top: 0 !important;
		margin: 0 !important;
		line-height: 40px !important;
	}
	.woocommerce .product.product-type-simple .meta-wrapper .loop-add-to-cart a.button:before{
		content: "\e66e";
	}
	.woocommerce .meta-on-thumbnail .product-wrapper .meta-wrapper{
		transform: translate(0,0);
	}
	.meta-on-thumbnail .product-group-button-meta{
		height: 0;
		margin-top: 0;
		transition: 250ms ease 0s;
		overflow: hidden;
	}
	.meta-on-thumbnail .product-wrapper:hover .product-group-button-meta{
		height: auto;
		margin-top: 20px;
		overflow: visible;
	}
	
	/* TOOLTIP */
	.product-group-button .button-tooltip,
	.ts-product-attribute .button-tooltip{
		display: none !important;
	}
	.product-group-button{
		opacity: 1;
	}
	
	/* DROPDOWN  */
	.my-account-wrapper .dropdown-container{
		display: none !important;
	}
	
	/* STICKY MENU */
	.sticky-wrapper{
		height: auto !important
	}
	.sticky-wrapper .header-sticky{
		position: relative !important;
		top: auto !important;
	}
	
	/* GROUP BUTTON */
	.thumbnail-wrapper div.wishlist{
		display: inline-block !important;
		margin: 0 !important;
	}
	.thumbnail-wrapper .product-group-button{
		display: none !important
	}
	
	/* Image Background Product */
	.woocommerce .product .product-wrapper figure.has-back-image img:last-child{
		display: none !important;
	}
	
	/* BREADCRUMB */
	.breadcrumb-title-wrapper.ts-breadcrumb-parallax{
		background-attachment: scroll;
		background-size: cover;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
		height: 110px;
	}
	.breadcrumb-title-wrapper .breadcrumb-title > *{
		height: auto;
	}
	.breadcrumb-title-wrapper.breadcrumb-v4 .breadcrumb-content{
		height: 150px;
	}
	.heading-title.page-title{
		margin-bottom: 0;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3{
		padding: 0 0 150px 0;
		position: relative;
	}
	#main > .page-container.show_breadcrumb_v3{
		margin-top: -150px;
	}
	
	/* WISHLIST */
	ul.wishlist_table{
		overflow: hidden;
		margin: 0 -10px;
	}
	ul.wishlist_table li{
		list-style: none;
		width: 33.33333%;
		padding: 40px 10px 10px 10px;
		margin-top: 20px;
		position: relative;
		float: left;/* rtl */
	}
	ul.wishlist_table li:nth-child(3n + 1){
		clear: both;
	}
	ul.wishlist_table .item-details .product-name{
		margin-bottom: 10px;
	}
	ul.wishlist_table .item-details .product-name h3{
		margin: 0;
	}
	ul.wishlist_table .item-wrapper .product-thumbnail{
		margin-bottom: 20px;
	}
	ul.wishlist_table .product-add-to-cart a{
		display: block;
		width: 100%;
	}
	ul.wishlist_table .product-remove{
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
		top: 0;
		z-index: 2;
	}
	ul.wishlist_table .product-remove i:before{
		font-family: 'Pe-icon-7-stroke';
		content: "\e680";
		letter-spacing: 0;
		font-size: 20px;
		line-height: 36px;
		line-height: 46px;
	}
	ul.wishlist_table table td{
		padding-left: 0;
		padding-right: 0;
		border-width: 0;
	}
	ul.wishlist_table table{
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	
	/* PARALLAX */
	.ts-parallax-bg{
		background-position: 50% 50% !important;
		background-attachment: scroll !important;
	}
	
	/* SHOPPING CART */
	.woocommerce-cart .ts-col-24 article .woocommerce form.woocommerce-cart-form,
	.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals{
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-top: 30px;
	}
	
	/* PRODUCT DETAIL */
	.woocommerce div.product div.summary{
		padding-left: 30px;/* rtl */
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images,
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left: 100px;/* rtl */
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail .thumbnails,
	.woocommerce div.product.vertical-thumbnail .thumbnails{
		width: 80px;
	}
	.woocommerce div.thumbnail-summary-top_thumbnail_slider.tabs-in-summary .woocommerce-tabs{
		padding: 0 0 0 30px;/* rtl */
	}
	body.woocommerce div.product .images .product-label span{
		font-size: 16px !important;
		line-height: 18px !important;
		width: 60px;
		height: 60px;
	}
	body.woocommerce div.product .images .product-label span.out-of-stock{
		font-size: 15px !important;
	}
	.woocommerce div.product.thumbnail-summary-top_thumbnail_slider.tabs-in-summary > div.summary,
	.woocommerce div.thumbnail-summary-top_thumbnail_slider.tabs-in-summary .woocommerce-tabs{
		width: 50%;
	}
	.woocommerce div.product.vertical-thumbnail .vc_row div.images-thumbnails{
		width: 58%;
	}
	.woocommerce div.product.vertical-thumbnail .vc_row div.summary{
		width: 42%;
	}
	
	/* Button Thumbnail */
	.ts-col-24 div.product .ts-product-video-button, 
	.ts-col-24 div.product .ts-product-360-button, 
	.ts-col-24 div.product .ts-product-share-button > a{
		width: 36px !important;
	}
	.ts-col-24 div.product .ts-product-video-button:before, 
	.ts-col-24 div.product .ts-product-360-button:before, 
	.ts-col-24 div.product .ts-product-share-button > a:before{
		line-height: 34px;
		font-size: 18px;
		width: 36px;
	}
	
	/* Show button next prev thumbnail */
	div.product .thumbnails .owl-controls div.owl-prev,
	div.product .thumbnails .owl-controls div.owl-next{
		visibility: visible;
		opacity: 1;
		transform: translate(0,0);
	}
	
	/* Vertical thumbnail */
	div.product:not(.vertical-thumbnail) .has-360-gallery .ts-product-video-button{
		margin-right: 60px !important;/* rtl */
	}
	.thumbnails.has-video .thumbnails-container,
	.thumbnails.has-360-gallery .thumbnails-container{
		margin-right: 129px;/* rtl */
	}
	div.product:not(.vertical-thumbnail) .ts-product-video-button,
	div.product:not(.vertical-thumbnail) .ts-product-360-button{
		right: 0;/* rtl */
	}
	div.product .thumbnails-container .owl-controls div.owl-next{
		right: 0;/* rtl */
	}
	div.product .thumbnails-container .owl-controls div.owl-prev{
		left: 0;/* rtl */
	}
	div.product.vertical-thumbnail .thumbnails-container .owl-controls div.owl-next{
		bottom: 0;
	}
	div.product.vertical-thumbnail .thumbnails-container .owl-controls div.owl-prev{
		top: 0;
	}
	.nav-circle div.product.vertical-thumbnail .thumbnails-container .owl-controls div.owl-next{
		bottom: 2px;
	}
	.nav-circle div.product.vertical-thumbnail .thumbnails-container .owl-controls div.owl-prev{
		top: 22px;
	}
	.single-navigation .product-info{
		display: none !important;
	}
	
	/* Tab Comment */
	.woocommerce-tabs #comments,
	.ts-col-18 .woocommerce-tabs #comments,
	.ts-col-12 .woocommerce-tabs #comments{
		width: 100%;
		padding-right: 0;/* rtl */
		margin-bottom: 20px;
	}
	.comment-respond textarea,
	#commentform textarea,
	.comment-respond input[type="text"],
	.comment-respond select,
	#commentform input[type="text"],
	.woocommerce #reviews #comments > h2{
		max-width: 100%;
	}
	.woocommerce-tabs #review_form_wrapper,
	.ts-col-18 .woocommerce-tabs #review_form_wrapper,
	.ts-col-12 .woocommerce-tabs #review_form_wrapper{
		width: 100%;
		border-width: 1px 0 0 0;/* rtl */
		border-style: solid;
		padding: 20px 0 0 0; /* rtl */
	}
	
	/* SHOPPING CART */
	.woocommerce table.shop_table td.actions{
		border: 0;
		padding: 20px;
	}
	.woocommerce table.shop_table td.product-thumbnail{
		padding-left: 20px; /* rtl */
	}
	.woocommerce-cart .cart-collaterals .cart_totals table th{
		width: 30%;
	}
	
	/* BLOG */
	.ts-blogs .thumbnail-content .entry-meta-top{
		transform: translate(0, 0);
	}
	.list-posts article,
	.blog-list-style .list-posts article{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	ul.list-item{
		margin: 0 -5px -10px -5px;/* rtl */
	}
	ul.list-item li{
		margin: 0 5px 10px 5px;/* rtl */
	}
	.blog-list-style .list-posts article .entry-content{
		padding: 0 0 0 30px;/* rtl */
	}
	body.nav-default .nav-middle .thumbnail .owl-nav > .owl-next,
	.images-slider-wrapper .owl-nav > div.owl-next,
	.single-product-top-thumbnail-slider .owl-nav > div.owl-next{
		right: 0;/* rtl */
	}
	body.nav-default .nav-middle .thumbnail .owl-nav > .owl-prev,
	.images-slider-wrapper .owl-nav > div.owl-prev,
	.single-product-top-thumbnail-slider .owl-nav > div.owl-prev{
		left: 0;/* rtl */
	}
	body.nav-circle .nav-middle .thumbnail .owl-nav > .owl-next,
	.nav-circle .images-slider-wrapper .owl-nav > div.owl-next,
	.nav-circle .single-product-top-thumbnail-slider .owl-nav > div.owl-next{
		right: 5px;/* rtl */
	}
	body.nav-circle .nav-middle .thumbnail .owl-nav > .owl-prev,
	.nav-circle .images-slider-wrapper .owl-nav > div.owl-prev,
	.nav-circle .single-product-top-thumbnail-slider .owl-nav > div.owl-prev{
		left: 5px;/* rtl */
	}
	
	/* PORTFOLIO DETAIL */
	.single-portfolio .entry-content{
		padding-left: 30px;/* rtl */
	}
	article.single-portfolio > .entry-content .entry-title{
		margin-bottom: 20px;
	}
	article.single-portfolio > .entry-content{
		margin-top: 30px;
	}
	
	/* SHORTCODE */
	/* Shortcode Countdown */
	.blank-page-template .ts-countdown.style-simple .counter-wrapper > div{
		min-width: 60px;
	}
	
	/* Shortcode Categories */
	.woocommerce .style-1 .product.product-category .meta-wrapper{
		bottom: 0;
	}
	.woocommerce .style-1 .product.product-category .meta-wrapper{
		padding: 15px 20px;
	}
	
	/* Shortcode Single Image */
	.single-image-padding{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* Shortcode Instagram */
	body.modal-open,
	body.snpt-modal{
		overflow: hidden;
	}
	
	/* Shortcode Tab */
	body.wpb-js-composer .vc_tta-tabs.vc_tta-style-1 .vc_tta-tab > a,
	body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a{
		padding-left: 20px;
		padding-right: 20px;
	}
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a{
		min-width: 100px;
	}
	
	/* Shortcode Google Map */
	.vc_row[data-vc-stretch-content="true"] .google-map-container .information{
		left: 20px;/* rtl */
		margin: 0;/* rtl */
	}
	
	/* Shortcode Video */
	.ts-video-bg::-webkit-media-controls-panel{
		display: none!important;
		-webkit-appearance: none;
	}
	.ts-video-bg::-webkit-media-controls-play-button {
		display: none!important;
		-webkit-appearance: none;
	}
	.ts-video-bg::-webkit-media-controls-start-playback-button {
		display: none!important;
		-webkit-appearance: none;
	}
	.ts-video-bg{
		padding-top: 150px;
		padding-bottom: 200px;
	}
	.ts-hosted-video-bg .video-control{
		bottom: 150px;
	}
	
	/* Shortcode Team member */
	.ts-team-members.style-5 .image-thumbnail{
		width: 150px;
		height: 150px;
		margin-left: -75px;
		top: -75px;
	}
	.ts-team-members.style-5 .has-thumbnail .team-content{
		margin-top: 75px;
		padding-top: 75px;
	}
	
	/* Shortcode Portfolio */
	.ts-portfolio-wrapper.columns-3 .item,
	.ts-portfolio-wrapper.columns-4 .item{
		width: 50%;
		float: left;/* rtl */
	}
	.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
	.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
		clear: both;
	}
	
	/* Shortcode Banner */
	.ts-banner.style-heading-line h2{
		letter-spacing: 2px;
	}
	
	/* Shortcode List Categories */
	.ts-list-of-product-categories-wrapper .banners, 
	.ts-list-of-product-categories-wrapper.has-banner .list-categories{
		width: 100%;
		float: none;/* rtl */
	}
	
	/* Shortcode Tab Categories */
	.ts-product-in-category-tab-wrapper.tab-heading-background-gray .shop-more{
		top: 57px;
	}
	.woocommerce .item-list .meta-wrapper,
	.item-list .woocommerce .meta-wrapper{
		padding-top: 0;
		padding-left: 20px;/* rtl */
	}
	.rows-2 .column-products.loading{
		height: 379px;
	}
	
	/* Shortcode Deal */
	.ts-countdown.style-simple .counter-wrapper > div{
		width: 34px;
	}
}

@media only screen and (max-width: 991px){
	/* RESET */
	#left-sidebar, 
	#right-sidebar,
	#main-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.layout-middle{
		display: block;
	}
	.layout-middle > div{
		display: block;
		width: 100%;
	}
	body .padding-layout-middle{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.layout-middle .layout-middle-top-line{
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	.column-40-20-40 > .wpb_column,
	.column-40-20-40 > div.wpb_column:nth-child(2){
		width: 100%;
	}
	.vertical-ipad > .wpb_column{
		width: 100%;
	}
	
	/* Group meta header */
	.ts-group-meta-icon-toggle{
		margin-right: -15px;/* rtl */
		width: 50px;
		float: right; /* rtl */
		cursor: pointer;
		font-size: 20px;
		line-height: 26px;
		height: 26px;
		text-align: center;
		position: relative;
		z-index: 2;
		display: block !important;
	}
	.ts-group-meta-icon-toggle:before{
		content: "\f013";
		font-family: 'FontAwesome';
	}
	.ts-group-meta-icon-toggle.active:before{
		content: "\e680";
		font-size: 30px;
		font-family: 'Pe-icon-7-stroke';
	}
	body .info-desc, 
	body .ts-header-social-icons, 
	body .my-account-wrapper .account-control > a, 
	body .my-wishlist-wrapper a, 
	body .header-currency .wcml_currency_switcher > a, 
	body .group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
		line-height: 28px;
	}
	.header-top{
		position: relative;
	}
	.header-top .group-meta-header:before{
		height: 40px;
		top: 0;
		left: -1000px;
		right: -1000px;
		position: absolute;
		content: "";
		background: rgba(155,155,155,0.1);
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	.group-meta-header{
		padding: 6px 0;
		position: relative;
		clear: both;
		top: 6px;
	}
	.header-top .header-right{
		transition: height 200ms ease, visibility 800ms ease;
		height: 0;
		overflow: hidden;
	}
	.header-top.open .header-right{
		height: 40px;
		overflow: visible;
	}
	.group-meta-header:after{
		display: table;
		content: "";
		clear: both;
	}
	/* RESET */
	.column-60-40{
		display: block;
	}
	.column-60-40 .vc_col-sm-4,
	.column-60-40 .vc_col-sm-8{
		width: 100%;
		display: block;
	}
	body .padding-120{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	body .padding-110,
	body .padding-100{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	body .padding-90,
	body .padding-80,
	body .padding-70{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	/* WOOCOMMERCE */
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last{
		width: 100%;
		float: none;/* rtl */
	}
	.woocommerce form .form-row-first{
		margin-right: 0; /* rtl */
	}
	
	/* DOKAN STORE */
	body.dokan-store .woocommerce .seller-items .products .product, 
	body.dokan-store.woocommerce-page .products .product{
		width: 50%;
		float: left;/* rtl */
	}
	body.dokan-store .woocommerce .seller-items .products .product.first, 
	body.dokan-store.woocommerce-page .products .product.first{
		clear: none;
	}
	body.dokan-store .woocommerce .seller-items .products .product:nth-child(2n+1),
	body.dokan-store.woocommerce-page .products .product:nth-child(2n+1){
		clear: both;
		float: left;/* rtl */
	}

	#order_review_heading,
	.ts-col-18 #order_review_heading,
	.woocommerce .checkout #order_review, 
	.ts-col-18 .woocommerce .checkout #order_review,
	.woocommerce .checkout .col2-set{
		width: 100%;
		clear: both;
	}
	
	/* PRODUCT DETAIL */
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails,
	.woocommerce div.product.vertical-thumbnail div.summary,
	.woocommerce div.product.vertical-thumbnail .vc_row div.images-thumbnails,
	.woocommerce div.product.vertical-thumbnail .vc_row div.summary,
	.woocommerce div.product.thumbnail-summary-top_thumbnail_slider.tabs-in-summary > div.summary, 
	.woocommerce div.thumbnail-summary-top_thumbnail_slider.tabs-in-summary .woocommerce-tabs{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}
	.woocommerce div.product.thumbnail-summary-top_thumbnail_slider{
		margin-top: 50px;
	}
	.woocommerce div.product div.images-thumbnails{
		margin-bottom: 50px;
	}
	
	/* BLOG */
	body.blog-list-style .list-posts article .entry-format,
	body.blog-list-style .list-posts article .entry-content{
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;/* rtl */
	}
	body.blog-list-style .list-posts article .entry-content{
		margin-top: 26px;
	}
	body.blog-list-style .list-posts article.no-featured-image .entry-content{
		margin-top: 0;
	}
	blockquote{
		padding: 30px;
	}
	
	/* BLOG DETAIL */
	#comment-wrapper .info-wrapper{
		margin: 0;
	}
	#comment-wrapper .info-wrapper > *{
		width: 100%;
		padding: 0;
		float: none;/* rtl */
	}
	.comments-area .comment-text p{
		margin-bottom: 10px;
	}
	.comments-area div.avatar{
		padding-right: 20px;/* rtl */
		width: 100px;
	}
	.comments-area div.avatar img{
		width: 80px;
		height: 80px;
	}
	/* BLOG DETAIL */
	.comment-detail .comment-meta,
	.comment-detail .comment-meta-right{
		clear: both;
		float: none;/* rtl */
	}
	.comment-detail .comment-meta-right{
		margin-top: 6px;
	}
	
	/* CHECKOUT */
	.woocommerce table.cart td.actions .coupon{
		float: none !important;/* rtl */
		margin-bottom: 20px;
		overflow: hidden;
	}
	.woocommerce table.cart td.actions .coupon .input-text{
		width: calc(100% - 150px);
	}
	
	/* SHORTCODE */
	/* Shortcode Tab Categories */
	.ts-product-in-product-type-tab-wrapper .column-tabs .heading-tab,
	.tab-heading-default .column-tabs .heading-tab,
	.tab-heading-line-before .column-tabs .heading-tab,
	.tab-heading-line-after .column-tabs .heading-tab{
		float: none; /* rtl */
		margin-bottom: 0;
		text-align: center;
	}
	.tab-heading-default .column-tabs .heading-tab,
	.tab-heading-line-before .column-tabs .heading-tab,
	.tab-heading-line-after .column-tabs .heading-tab{
		margin-bottom: 10px;
	}
	.ts-product-in-product-type-tab-wrapper .column-tabs .tabs,
	.tab-heading-default .column-tabs .tabs,
	.tab-heading-line-before .column-tabs .tabs,
	.tab-heading-line-after .column-tabs .tabs{
		float: none;/* rtl */
		text-align: center;
		margin-bottom: 20px;
		top: 0;
	}

	/* Shortcoce Banner */
	.vc_col-sm-12 .ts-banner-image.left-center img.text-image,
	.vc_col-sm-12 .ts-banner-image.right-center img.text-image{
		max-height: 70%;
		width: auto;
	}
}

@media only screen and (min-width: 1500px){
	/* QUICKSHOP */
	#ts-quickshop-modal.ts-popup-modal .popup-container{
		width: 1170px;
	}
	#ts-quickshop-modal .images-slider-wrapper,
	#ts-quickshop-modal .woocommerce div.product div.summary{
		width: 50%;
	}
	#ts-quickshop-modal .woocommerce div.product div.summary{
		width: 50%;
		padding: 50px 50px 40px 50px;
	}
	
	/* PRODUCT DETAIL */
	.woocommerce div.product.vertical-thumbnail > .vc_row .thumbnails{
		width: 150px;
	}
	.woocommerce div.product.vertical-thumbnail > .vc_row div.images-thumbnails div.images{
		margin-left: 170px;/* rtl */
	}
	div.product > .vc_row div.summary{
		max-width: 700px;
	}
	
	/* PRODUCT DETAIL */
	body .ts-popup-modal .product-360-container{
		width: 680px;
	}
	div.product > .vc_row{
		padding-left: 50px;
		padding-right: 50px;
	}
	.woocommerce div.product.thumbnail-summary-fullwidth .vc_row div.images-thumbnails{
		width: 54%;
	}
	.woocommerce div.product.thumbnail-summary-fullwidth .vc_row div.summary{
		width: 46%;
	}
	
	/* BLANK TEMPLATE */
	.main-content-coming{
		padding-left: 70px;
	}
	.content-top-coming{
		top: 80px;
		padding-left: 70px;
	}
	.content-bottom-coming{
		bottom: 80px;
		padding-left: 70px;
	}
	.page-template-blank-page-template .mailchimp-subscription input[type="email"]{
		max-width: 450px;
	}
	
	/* SHORTCODE */
	/* Shortcode Logo */
	.ts-logo-slider-wrapper.slider-type-vertical .item{
		padding: 20px;
	}
	
	/* Shop Instagram */
	body .hotspot-modal .modal-dialog{
		width: 988px;
	}
	
	/* Shortcode Product Categories Tab */
	.has-background.style-2 .column-products{
		top: 150px;
	}
	body .has-background.style-2.nav-top .owl-nav > div{
		top: -210px;
	}
	.has-background.style-2 .column-content{
		margin-bottom: 160px;
		padding-bottom: 20px;
	}
	
	/* Shortcode Banner */
	body .vc_row[data-vc-full-width] .ts-banner h2, 
	body .vc_row[data-vc-full-width] .ts-banner.style-heading-line h2{
		font-size: 54px;
		line-height: 60px;
	}
	body .vc_row[data-vc-full-width] .ts-banner.style-2 .description{
		font-size: 30px;
		line-height: 36px;
	}
	.ts-banner-image.center-center img.text-image{
		max-width: 70%;
	}
}

@media
only screen and (min-width: 1701px){
	/* Breadcrumb version */
	.breadcrumb-title-wrapper.breadcrumb-v4 .breadcrumb-content{
		height: 350px;
	}
	/* Breadcrumb version 3 */
	.breadcrumb-title-wrapper.breadcrumb-v3{
		padding: 90px 0 320px 0;
		position: relative;
	}
	#main > .page-container.show_breadcrumb_v3{
		margin-top: -230px;
		position: relative;
	}
	/* BACKGROUND VIDEO */
	.ts-video-bg{
		padding-top: 240px;
		padding-bottom: 290px;
	}
	.ts-video-bg.youtube-video{
		padding-top: 0;
		padding-bottom: 0;
	}
	.ts-hosted-video-bg .video-control{
		bottom: 240px;
	}
}

@media only screen and (max-device-width: 3000px){
	.ts-parallax-bg,
	.breadcrumb-title-wrapper{
		background-size: initial;
	}
}

@media
only screen and (max-width: 1279px)	and (min-width: 768px){
	/* HEADER */
	/* SEARCH */
	header .ts-search-by-category form > .select2, 
	header .ts-search-by-category select{
		width: 200px !important;
	}
	.ts-search-by-category form > .search-content{
		margin-left: 200px;/* rtl */
	}
	
	/* MENU VERTICAL */
	.vertical-menu-wrapper .vertical-menu{
		width: 215px;
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a, 
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
		padding: 12px 0 12px 20px;
	}
	.header-v6 .header-bottom .container > div.menu-wrapper,
	.header-v7 .header-bottom .header-content > div.menu-wrapper{
		width: 60px;
	}
	.header-v9 .header-bottom .ts-vertical-menu{
		width: 46px;
	}
	.header-v9 .show-vertical-menu .ts-menu > nav{
		margin-left: 0;/* rtl */
		margin-right: 0;/* rtl */
	}
	body .vertical-menu-wrapper .vertical-menu-heading{
		font-size: 0;
		line-height: 0;
		padding: 0;
		letter-spacing: 0;
		text-align: center;
	}
	body .vertical-menu-wrapper .vertical-menu-heading:before{
		font-size: 28px;
		margin: 0;
		line-height: 14px;
	}
	
	/* BLOG */
	.list-posts article.post_format-post-format-quote{
		padding: 20px;
	}
	
	/* PRODUCT DETAIL */
	.woocommerce .ts-col-18 div.product div.images-thumbnails{
		margin-bottom: 0;
	}
	.woocommerce .ts-col-18 div.product div.summary{
		margin-top: 50px;
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails,
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary,
	.woocommerce .ts-col-18 div.product div.images-thumbnails,
	.woocommerce .ts-col-18 div.product div.summary{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce .meta-background .product-wrapper .meta-wrapper{
		padding: 10px 12px 6px 12px
	}
	
	/* WIDGET */
	.widget_shopping_cart .total > span{
		width: 100%;
	}
	/* Widget Products */
	.widget.ts-products-widget .ts-wg-meta > a,
	.woocommerce ul.product_list_widget .ts-wg-meta > a{
		margin-bottom: 4px;
	}
	.woocommerce ul.cart_list li .price,
	.woocommerce ul.product_list_widget li .price{
		margin-bottom: 4px;
	}
	.woocommerce ul.cart_list li img,
	.woocommerce ul.product_list_widget li img,
	.woocommerce .ts-products-widget ul.product_list_widget li img,
	.ts-products-widget .woocommerce ul.product_list_widget li img{
		width: 65px;
	}
	.widget_shopping_cart ul.product_list_widget li .ts-wg-meta,
	ul.product_list_widget li .ts-wg-meta,
	.woocommerce .ts-products-widget ul.product_list_widget li .ts-wg-meta,
	.ts-products-widget .woocommerce ul.product_list_widget li .ts-wg-meta{
		margin-left: 80px;/* rtl */
	}
	
	/* SHOPPING CART */
	.woocommerce .cart-collaterals .cart_totals{
		padding: 20px;
		margin-bottom: 20px;
	}
	
	/* CHECKOUT */
	#order_review_heading{
		padding: 30px 20px 10px 20px;
	}
	.woocommerce .checkout #order_review{
		padding: 60px 20px 20px 20px;
		margin-top: -50px;
	}
	
	/* SHOP PAGE */
	/* Filter Bottom */
	.filter-bottom.top-filter-widget-area .widget-container > div:first-child{
		padding: 0 20px;
	}
	.filter-bottom.top-filter-widget-area .widget-container > div, 
	.filter-bottom.top-filter-widget-area .widget-container > ul, 
	.filter-bottom.top-filter-widget-area .widget-container > form{
		padding: 15px 20px 25px 20px;
	}
	
	/* SHORTCODE */
	/* Shortcode Banner */
	body .ts-banner.style-heading-background header{
		width: 60%;
	}
	
	/* Shortcode Single Deal */
	.single-style .counter-wrapper > div{
		width: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media
only screen and (max-width: 1279px) and (min-width: 991px){
	/* HEADER */
	/* Menu vertical */
	.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li:first-child > a{
		height: 60px;
	}
	.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li > a{
		height: 61px;
	}
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu > li, 
	.menu-wrapper .vertical-menu-wrapper nav li.widget_nav_menu li, 
	.menu-wrapper .vertical-menu-wrapper nav div.list-link li, 
	.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	/* PRODUCT DETAIL */
	.has-video.has-360-gallery .ts-product-video-button{
		float: left !important;/* rtl */
		clear: none;
	}
	.has-video.has-360-gallery .ts-product-360-button{
		float: right !important;/* rtl */
		clear: none;
	}
	.has-video.has-360-gallery .ts-product-share-button{
		clear: both;
	}
	/* Group table */
	.woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table tr{
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table td{
		display: inline-block;
		width: 50%;
		float: left; /* rtl */
		padding: 5px 0 0 0;
	}
	.woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
		clear: both;
		padding: 8px 0 0 0;
	}
	
	/* CHECKOUT */
	.woocommerce .checkout .col2-set{
		width: 60%;
	}
	.woocommerce .checkout #order_review,
	#order_review_heading{
		width: 40%;
	}
	.ts-col-18 .woocommerce > form.checkout{
		padding-top: 20px;
	}
	.ts-col-18 .checkout-login-coupon-wrapper{
		width: 100%;
	}
	.ts-col-18 .woocommerce .checkout .col2-set{
		width: 100%;
		padding-right: 0 /* rtl */
	}
	.ts-col-18 .woocommerce .checkout #order_review,
	.ts-col-18 #order_review_heading{
		width: 100%;
	}
	
	/* SHOPPING CART */
	.woocommerce table.cart .button, 
	.woocommerce table.cart input.button{
		min-width: initial;
	}
	.woocommerce table.shop_table td.actions{
		padding: 10px;
	}
	.woocommerce table.cart td.product-thumbnail{
		padding: 10px 0 10px 10px;/* rtl */
	}
	.woocommerce table.shop_table th{
		padding: 0 0 15px 10px;/* rtl */
	}
	.woocommerce table.shop_table td{
		padding: 10px 0 10px 10px;/* rtl */
	}
	.woocommerce table.shop_table .product-thumbnail{
		width: 70px;
		max-width: 70px;
	}
	.woocommerce table.shop_table td.actions{
		padding: 10px;
	}
	
	/* RESET */
	body .layout-middle .padding-layout-middle.vc_col-sm-6{
		width: 45%;
	}
	body .layout-middle .banner-layout-middle{
		width: 55%;
	}
	
	/* SHORTCODE */
	/* Shortcode List Categories */
	body .ts-list-of-product-categories-wrapper .heading-title{
		font-size: 16px;
		line-height: 24px;
	}
	.ts-list-of-product-categories-wrapper ul{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.ts-list-of-product-categories-wrapper ul li{
		padding: 6px 0;
	}
	
	/* Shortcode Feature */
	.horizontal-box-border .feature-icon i{
		width: 40px;
		font-size: 34px;
	}
	.horizontal-box-border .feature-content > a:after{
		width: 15px;
		margin: 0;
	}
	.horizontal-box-border .feature-header{
		margin-left: 65px;/* rtl */
	}
	
	/* Shortcode Product */
	.layout-middle .title-center .heading-description{
		display: none;
	}
}

@media 
only screen and (max-width: 991px) and (min-width: 768px){
	.visible-ipad{
		display: block !important
	}
	/* Flash Deal */
	.ts-top-product-deals .counter-content > h2{
		display: none;
	}
	.ts-top-product-deals .item .counter{
		width: 250px;
	}
	.ts-top-product-deals .button-col{
		width: 150px;
	}
	/* FONT SIZE */
	.h1-big,
	.blank-page-template .ts-countdown .counter-wrapper .number{
		font-size: 32px;
		line-height: 36px;
	}
	.blank-page-template .ts-countdown .counter-wrapper .ref-wrapper{
		font-size: 14px;
		line-height: 20px;
	}
	html h1,
	html .h1,
	html .ts-banner h2,
	html .ts-milestone .number{
		font-size: 28px;
		line-height: 32px;
	}

	html h2,
	html .h2,
	html h1.wpb_heading,
	html .ts-heading h1,
	html .style-5 .table-price,
	html .breadcrumb-title-wrapper .breadcrumb-title h1,
	html .vc_col-sm-12 .style-vertical .widget-title-wrapper h3,
	html .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title > h1,
	html .breadcrumb-title-wrapper.breadcrumb-v4 .breadcrumb-title > h1,
	html .single-style .counter-wrapper > div .number,
	html .ts-shortcode .shortcode-heading-wrapper .heading-title,
	html .title-center .shortcode-heading-wrapper .heading-title,
	html .ts-product-deals-wrapper .ts-countdown .number{
		font-size: 22px;
		line-height: 26px;
	}
	html h3,
	html .h3,
	html h2.wpb_heading,
	html .ts-heading h2,
	html .heading-wrapper > h2,
	html .ts-banner.style-3 h2,
	html .ts-banner .description,
	html .list-posts .entry-title,
	html .single-style .price,
	html .single-style .product-name,
	html .ts-instagram-shortcode .heading-title,
	html .ts-instagram-shortcode .widget-title-wrapper i,
	html .style-horizontal .mailchimp-subscription .widget-title,
	html .style-2 .products .product.product-category h3,
	html .ts-banner.style-heading-center h2,
	html .woocommerce div.product .entry-title,
	html .tab-heading-background-gray .column-tabs .heading-tab .heading-title,
	html .tab-heading-line-before .column-tabs .heading-tab .heading-title,
	html .ts-shortcode.title-line-before .shortcode-heading-wrapper .heading-title,
	html .style-line-before .heading{
		font-size: 18px;
		line-height: 22px;
	}
	
	html .vc_row[data-vc-full-width] .ts-banner.style-2 .description{
		font-size: 16px;
		line-height: 20px;
	}
	
	html body .ts-banner.center-top .description,
	html body .ts-banner.center-bottom .description,
	html .single-style .counter-wrapper > div .number{
		font-size: 20px;
		line-height: 24px;
	}
	body .ts-banner .description{
		font-size: 14px;
		line-height: 20px;
	}
	
	/* HEADER */
	header .search-button .icon:before,
	.shopping-cart-wrapper a > .ic-cart:before,
	.my-wishlist-wrapper .ic-wishlist:before,
	.my-account-wrapper a.my-account:before,
	.my-account-wrapper a.login:before{
		font-size: 28px;
		line-height: 50px;
	}
	/* Header Top */
	.header-top{
		min-height: 40px;
	}
	.header-top .header-right{
		float: none;
		width: 100%;
	}
	.header-top .header-left{
		width: calc(100% - 38px);
	}
	.menu-wrapper nav > ul.menu > li{
		margin: 0 25px 0 0;/* rtl */
	}
	
	/* Header version 1 */
	.header-v1 .header-middle div.logo-wrapper{
		width: 210px
	}
	
	/* Header version 2 */
	.header-v2 .header-bottom .header-right{
		width: 50px;
	}
	
	/* Header version 4 */
	.header-v4 .menu-wrapper nav > ul.menu > li > a{
		padding-left: 10px;
		padding-right: 10px;
		min-width: auto;
	}
	
	/* Header version 6 */
	.header-v5 .header-bottom > .container,
	.header-v5 .header-bottom > .container > div,
	.header-v6 .header-middle > .container,
	.header-v6 .header-middle > .container > div,
	.header-v7 .header-middle > .container,
	.header-v7 .header-middle > .container > div{
		display: block;
	}
	.header-v5 .header-bottom > .container > div.logo-wrapper,
	.header-v6 .header-middle > .container > div.logo-wrapper,
	.header-v7 .header-middle > .container > div.logo-wrapper{
		text-align: center;
		padding-top: 20px;
		height: auto;
	}
	.header-v5 .header-bottom > .container > .menu-right .ts-menu,
	.header-v6 .header-middle > .container > .menu-right .ts-menu,
	.header-v7 .header-middle > .container > .menu-right .ts-menu{
		float: left;/* rtl */
	}
	.header-v5 .header-bottom > .container > .header-right,
	.header-v6 .header-middle > .container > .header-right,
	.header-v7 .header-middle > .container > .header-right{
		float: right; /* rtl */
	}
	
	/* Header version 9 */
	.header-v9 .header-bottom .ts-vertical-menu{
		margin-right: 20px;/* rtl */
	}
	.header-v9 .header-bottom div.header-right > div{
		padding-left: 5px; /* rtl */
	}
	.header-v9 div.header-right .header-currency, 
	.header-v9 div.header-right .header-language{
		margin: 0 10px 0 0;/* rtl */
		padding: 0;/* rtl */
	}
	.header-v9 div.header-right .header-currency:before, 
	.header-v9 div.header-right .header-language:before{
		display: none;
	}
	
	/* WIDGET */
	/* Widget Filter Price */
	.woocommerce .widget_price_filter .price_slider_amount .button{
		float: none;
		clear: both;
		margin-bottom: 5px;
	}
	
	/* Widget Compare */
	.yith-woocompare-widget ul.products-list{
		margin-bottom: 0;
	}
	body .yith-woocompare-widget a.compare{
		clear: both;
		float: left;/* rtl */
	}
	body .yith-woocompare-widget a.clear-all{
		top: auto;
		margin-bottom: 10px;
		float: left;/* rtl */
	}
	
	/* Widget Comment */
	.comment_list_widget .avatar > a{
		width: 50px;
	}
	
	/* Widget Cart */
	.widget_shopping_cart_content p.buttons a.checkout, 
	.widget_shopping_cart_content p.buttons a.view-cart{
		width: 100%;
	}
	.widget_shopping_cart_content p.buttons a.checkout{
		margin: 0 0 5px 0;
	}
	
	/* Widget gallary blog */
	.widget .gallery .owl-dots,
	.widget-container .gallery .owl-dots{
		bottom: 5px;
	}
	
	/* Widget Filter Color */
	.woocommerce #main-content:not(.ts-col-24) .woocommerce-ordering{
		float: left;/* rtl */
		clear: both;
	}
	.widget-container.product-filter-by-color ul li{
		margin: 0 10px 10px 0 /* rtl */
	}
	.product-category-top-content .widget-container.product-filter-by-color ul li{
		margin: 0 5px 5px 0 /* rtl */
	}
	.product-category-top-content .widget-container.product-filter-by-color ul li a,
	.product-category-top-content .widget-container.product-filter-by-color ul li a span,
	.widget-container.product-filter-by-color ul li{
		width: 24px;
		height: 24px;
	}
	
	/* Widget Products */
	.woocommerce ul.cart_list li img, 
	.woocommerce ul.product_list_widget li img{
		width: 40px;
	}
	.widget_shopping_cart ul.product_list_widget li .ts-wg-meta,
	ul.product_list_widget li .ts-wg-meta{
		margin-left: 50px; /* rtl */
	}
	.ts-products-widget .big-thumbnail ul.product_list_widget li img,
	.menu .widget.ts-products-widget ul.product_list_widget li img{
		width: 100px;
	}
	.ts-products-widget .big-thumbnail ul.product_list_widget li .ts-wg-meta,
	.menu .widget.ts-products-widget ul.product_list_widget li .ts-wg-meta{
		margin-left: 110px; /* rtl */
	}
	.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail{
		top: 5px;
	}
	.woocommerce ul.cart_list li .price, 
	.woocommerce ul.product_list_widget li .price{
		margin-left: -3px;
		margin-right: -3px;
		width: calc(100% + 6px);
	}
	.woocommerce ul.cart_list li span.amount, 
	.woocommerce ul.product_list_widget li span.amount{
		margin-left: 3px;
		margin-right: 3px;
	}
	
	/* PRODUCT 2 COLUMN RESPONSIVE */
	.ts-col-12 .woocommerce .columns-8 .products .product.first,
	.ts-col-12 .woocommerce.columns-8 .products .product.first,
	.ts-col-12 .woocommerce .columns-7 .products .product.first,
	.ts-col-12 .woocommerce.columns-7 .products .product.first,
	.ts-col-12 .woocommerce .columns-6 .products .product.first,
	.ts-col-12 .woocommerce.columns-6 .products .product.first,
	.ts-col-12 .woocommerce .columns-5 .products .product.first,
	.ts-col-12 .woocommerce.columns-5 .products .product.first,
	.ts-col-12 .woocommerce .columns-4 .products .product.first,
	.ts-col-12 .woocommerce.columns-4 .products .product.first,
	
	#main-content.ts-col-18 .woocommerce .columns-8 .products .product.first,
	#main-content.ts-col-18 .woocommerce.columns-8 .products .product.first,
	#main-content.ts-col-18 .woocommerce .columns-7 .products .product.first,
	#main-content.ts-col-18 .woocommerce.columns-7 .products .product.first,
	#main-content.ts-col-18 .woocommerce .columns-6 .products .product.first,
	#main-content.ts-col-18 .woocommerce.columns-6 .products .product.first,
	#main-content.ts-col-18 .woocommerce .columns-5 .products .product.first,
	#main-content.ts-col-18 .woocommerce.columns-5 .products .product.first,
	#main-content.ts-col-18 .woocommerce .columns-4 .products .product.first,
	#main-content.ts-col-18 .woocommerce.columns-4 .products .product.first{
		clear: none;
	}
	
	#main-content.ts-col-12 .woocommerce .columns-8 .products .product,
	#main-content.ts-col-12 .woocommerce.columns-8 .products .product,
	#main-content.ts-col-12 .woocommerce .columns-7 .products .product,
	#main-content.ts-col-12 .woocommerce.columns-7 .products .product,
	#main-content.ts-col-12 .woocommerce .columns-6 .products .product,
	#main-content.ts-col-12 .woocommerce.columns-6 .products .product,
	#main-content.ts-col-12 .woocommerce .columns-5 .products .product,
	#main-content.ts-col-12 .woocommerce.columns-5 .products .product,
	#main-content.ts-col-12 .woocommerce .columns-4 .products .product,
	#main-content.ts-col-12 .woocommerce.columns-4 .products .product,
	#main-content.ts-col-12 .woocommerce .columns-3 .products .product,
	#main-content.ts-col-12 .woocommerce.columns-3 .products .product{
		width: 50%;
		float: left/* rtl */
	}

	#main-content.ts-col-12 .woocommerce .columns-8 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce.columns-8 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce .columns-7 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce.columns-7 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce .columns-6 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce.columns-6 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce .columns-5 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce.columns-5 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce .columns-4 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce.columns-4 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce .columns-3 .products .product:nth-child(2n+1),
	#main-content.ts-col-12 .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear: both;
		float: left;/* rtl */
	}
	
	/* CHECKOUT */
	.woocommerce table.cart .actions > .button{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
		text-align: left;/* rtl */
	}
	.woocommerce-cart .woocommerce-shipping-calculator{
		float: left;/* rtl */
	}
	
	/* SHOP PAGE */
	.woocommerce .woocommerce-ordering ul li, 
	.product-per-page-form ul.perpage ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.woocommerce .before-loop-wrapper .woocommerce-result-count{
		font-size: 11px;
	}
	.gridlist-toggle a#list{
		margin: 0 10px 0 0;/* rtl */
	}
	.woocommerce .woocommerce-ordering .orderby-current, 
	.product-per-page-form ul.perpage > li span{
		padding-left: 10px;/* rtl */
		padding-right: 20px; /* rtl */
	}
	.product-per-page-form ul.perpage{
		width: 70px;
	}
	.product-per-page-form > span{
		display: none;
	}
	.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
		width: 25%;
	}
	.woocommerce .products.list .product .product-wrapper .meta-wrapper{
		width: 75%;
		padding: 0 0 0 20px; /* rtl */
	}
	.ts-col-12 .product-category-top-content .widget-container{
		width: 100%;
		float: none;/* rtl */
	}
	.ts-col-18 .product-category-top-content .widget-container{
		width: 100%;
		float: none;/* rtl */
	}
	
	/* MY ACCOUNT */
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left: 20px /* rtl */
	}
	.woocommerce table.my_account_orders tr td:last-child .button{
		font-size: 0;
		line-height: 0;
		padding: 0 !important;
		min-width: 24px;
		height: 24px;
		border-width: 1px;
	}
	.woocommerce table.my_account_orders tr td:last-child .button:before{
		content: "+";
		font-weight: 500;
		font-family: 'Arial';
		font-size: 16px;
		line-height: 24px;
	}
	
	/* SHORTCODE */
	/* Shop Instagram */
	body .hotspot-modal .modal-dialog{
		width: 65%;
	}
	
	/* Shortcode Image Box */
	.ts-image-box.background-vertical .box-header .excerpt{
		display: none;
	}
	.ts-image-box.background-vertical .box-header .feature-title{
		margin-bottom: 0;
	}
	
	/* Shortcode Feature */
	.background-vertical-2 .box-header h4{
		margin-bottom: 0;
	}
	.background-vertical-2 .box-header{
		top: 3%;
	}
	.background-vertical-2 .box-header .excerpt{
		font-size: 90%;
	}
	.vertical-number .big-number{
		font-size: 40px;
		line-height: 34px;
	}
	.horizontal-icon-image.thumbnail-right .feature-header{
		margin-right: 80px;
	}
	.horizontal-icon-image.thumbnail-left .feature-header{
		margin-left: 80px;
	}
	.horizontal-box-border .feature-header,
	.horizontal-box-border2 .feature-header{
		margin-left: 60px /* rtl */
	}
	.horizontal-icon-circle .feature-header{
		margin-left: 120px;/* rtl */
	}
	.horizontal-box-border .feature-icon i,
	.horizontal-box-border2 .feature-icon i{
		width: 50px;
		line-height: 50px;
	}
	.horizontal-box-border .feature-content > a:after{
		display: none;
	}
	
	/* Shortcode Team Member */
	.ts-team-members.style-3 .image-thumbnail,
	.ts-team-members.style-3 .team-info,
	.ts-team-members.style-3 .team-content{
		display: block;
	}
	.ts-team-members.style-3 .image-thumbnail{
		width: 100%;
	}
	.ts-team-members.style-5 .image-thumbnail{
		width: 120px;
		height: 120px;
		margin-left: -60px;
		top: -60px;
	}
	.ts-team-members.style-5 .has-thumbnail .team-content{
		margin-top: 60px;
		padding-top: 60px;
	}
	
	/* Shortcode Banner */
	html .ts-banner .description{
		font-size: 14px;
		line-height: 18px;
	}
	.left-top header, 
	.left-bottom header, 
	.left-center header, 
	.right-top header, 
	.right-bottom header, 
	.right-center header{
		max-width: 65%;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XIX. CUSTOM FONT SIZE ---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
html,
body,
select option,
.woocommerce div.product p.price,
.woocommerce div.product p.availability.stock,
.mc4wp-form-fields label,
ul li .ts-megamenu-container,
.comment-text,
.woocommerce .order_details li,
.comment_list_widget .comment-body,
.post_list_widget .excerpt,
#bbpress-forums,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.ts-tiny-cart-wrapper .form-content > label,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
.widget_calendar th,
.widget_calendar td,
.post_list_widget blockquote,
#ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.yith-wcwl-share h4.yith-wcwl-share-title,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce table.wishlist_table,
body table.compare-list tr.image td,
body table.compare-list tr.price td,
h3 > label,
body.wpb-js-composer .vc_tta.vc_general,
.dokan-category-menu .sub-block h3,
.woocommerce div.product .woocommerce-tabs .panel,
.ts-team-members .team-info,
.ts-blogs-wrapper .blogs article.quote blockquote,
.ts-banner.style-3 .description,
.ts-banner.style-heading-center .description,
.ts-banner.style-heading-background .description,
.rating-wrapper strong.rating,
/* Forum */
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3,
/* COMPARE TABLE */
body table.compare-list,
body table.compare-list tr.image th,
body table.compare-list tr.image td,
body table.compare-list tr.title th,
body table.compare-list tr.title td,
body table.compare-list th,
body table.compare-list td,
body table.compare-list th,
/* FORUM */
#bbpress-forums .status-category > li > .bbp-forums-list > li a,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums #bbp-user-navigation,
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums div.bbp-topic-tags,
#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-forum-info,
#bbpress-forums ul.bbp-topics .bbp-body .bbp-forum-info,
#bbpress-forums ul.bbp-forums .bbp-body .bbp-forum-info,
#bbpress-forums ul.bbp-replies .bbp-body .bbp-forum-info,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-info,
.type-topic .bbp-topic-title > a,
#favorite-toggle a,
#subscription-toggle a{
	font-size: 14px;
	line-height: 28px;
}
.ts-social-sharing li{
	line-height: 28px;
}
.woocommerce .product .product-label .onsale,
.woocommerce .product .product-label .new,
.woocommerce .product .product-label .featured,
.woocommerce .product .product-label .out-of-stock,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.ts-pagination ul li a.prev:before,
.ts-pagination ul li a.next:before,
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.my_account_orders,
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select,
.item-list .woocommerce .star-rating,
.woocommerce .item-list .star-rating,
.woocommerce .list.products .star-rating,
.vc_toggle_default .vc_toggle_title h4{
	font-size: 14px;
}
body #pp_full_res{
	line-height: 28px !important;
}
.widget-container .tagcloud a{
	font-size: 14px !important;
	line-height: 28px !important;
}
.woocommerce .single-style-layout-grid .product-name a,
.list-posts article.post_format-post-format-quote .entry-format blockquote,
article.single-post .entry-format blockquote,
.ts-price-table.style-5 .table-title{
	font-size: 20px;/* default */
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select,
body select.dokan-form-control{
	line-height: 30px;/* default for firefox */
	font-weight: normal;
}
input,
textarea,
keygen,
.single-portfolio .single-navigation > div a,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.dokan-form-control,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.mailchimp-subscription .mc4wp-alert,
.cats-portfolio,
.vc_progress_bar .vc_single_bar .vc_label,
.woocommerce-columns > h3,
.style-horizontal .mailchimp-subscription .newsletter,
.mailchimp-subscription .mc4wp-alert{
	font-size: 14px;
	line-height: 30px;/* default */
}
footer .widget-container .tagcloud a{
	font-size: 14px !important;
	line-height: 20px;/* default */
}
ol li,
ul li{
	line-height: 22px;/* default */
}

dt,
dd,
.woocommerce form .form-row label{
	line-height: 18px;/* default */
}

h1,
.h1,
.ts-banner h2,
.ts-milestone .number{
	font-size: 46px;
	line-height: 50px;
}

h2,
.h2,
h1.wpb_heading,
.ts-heading h1,
.style-5 .table-price,
.breadcrumb-title-wrapper .breadcrumb-title h1,
.vc_col-sm-12 .style-vertical .widget-title-wrapper h3,
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title > h1,
.breadcrumb-title-wrapper.breadcrumb-v4 .breadcrumb-title > h1,
.single-style .counter-wrapper > div .number,
.ts-shortcode .shortcode-heading-wrapper .heading-title,
.title-center .shortcode-heading-wrapper .heading-title{
	font-size: 36px;
	line-height: 44px;
}
h3,
.h3,
h2.wpb_heading,
.ts-heading h2,
.heading-wrapper > h2,
.ts-banner.style-3 h2,
.search-no-results .blog-template .alert,
.ts-banner .description,
.list-posts .entry-title,
.single-style .price,
.single-style .product-name,
.ts-instagram-shortcode .heading-title,
.ts-instagram-shortcode .widget-title-wrapper i,
.style-horizontal .mailchimp-subscription .widget-title,
.style-2 .products .product.product-category h3,
.ts-banner.style-heading-center h2,
.woocommerce div.product .entry-title,
.vc_row[data-vc-full-width] .ts-banner.style-2 .description,
.ts-product-deals-wrapper .ts-countdown .number,
.tab-heading-background-gray .column-tabs .heading-tab .heading-title,
.tab-heading-line-before .column-tabs .heading-tab .heading-title,
.ts-shortcode.title-line-before .shortcode-heading-wrapper .heading-title,
.style-line-before .heading{
	font-size: 24px;
	line-height: 30px;
}

h4,
.h4,
h3.wpb_heading,
.heading-wrapper > h2,
.heading-shortcode > h3,
.ts-heading h3,
.ts-shortcode.title-background-primary .shortcode-heading-wrapper h2,
.breadcrumb-title-wrapper .breadcrumb-title > h1,
.ts-price-table.style-1 .table-title,
#bbpress-forums #bbp-user-wrapper h2.entry-title,
.woocommerce .single-style-layout-list .price,
.woocommerce .single-style-layout-list .price .amount,
.woocommerce .product .category-name h3,
.ts-product-brand-wrapper .category-name h3,
.ts-price-table.style-6 .table-price,
.ts-price-table.style-7 .table-price,
.background-vertical-2 .box-header h4,
.ts-feature-wrapper.vertical-text .heading-title,
.ts-feature-wrapper.horizontal-icon-circle .heading-title,
.single-style .woocommerce .star-rating,
.woocommerce .single-style .star-rating,
.author-role,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title,
.tab-heading-background-dark .heading-tab .heading-title,
.ts-top-product-deals .counter h2,
div.product p.price .amount,
.woocommerce div.product .single_variation_wrap p.price, 
.woocommerce div.product .single_variation_wrap span.price,
.ts-top-product-deals .product-meta .amount,
.ts-banner.style-simple h2,
.ts-list-of-product-categories-wrapper .heading-title,
.ts-product-deals-wrapper.title-background-primary .ts-countdown .number,
.ts-product-brand-wrapper .item .meta-wrapper h3{
	font-size: 18px;
	line-height: 24px;
}

.woocommerce .ts-col-18 div.product .entry-title{
	font-size: 20px;/* +2px */
	line-height: 28px;
}

h5,
.h5,
h4.wpb_heading,
h5.wpb_heading,
.style-3 .category-name h3 a,
.ts-blogs .heading-title,
.ts-feature-wrapper .heading-title,
.vertical-icon-circle2 .feature-header .heading-title a,
.horizontal-icon .feature-header .heading-title a,
.vertical-number .feature-header .heading-title a,
.vertical-icon-image .feature-header .heading-title a,
.vertical-icon-circle2 .feature-header .heading-title,
.horizontal-icon .feature-header .heading-title,
.vertical-number .feature-header .heading-title,
.vertical-icon-image .feature-header .heading-title,
.ts-image-box .heading-title,
.style-horizontal.button-icon .mailchimp-subscription .widget-title,
.price,
.counter-wrapper .number,
.products.list .product h3,
.ts-sidebar-content > h2,
.single-style .counter-wrapper > div .ref-wrapper,
body table.compare-list tr.price .amount,
body table.compare-list tr.price del .amount,
body table.compare-list tr.price th,
body table.compare-list tr.price td{
	font-size: 16px;
	line-height: 22px;
}
.ts-heading h4,
.ts-price-table.style-1 .table-price,
.big-product h3.product-name > a,
.ts-price-table.style-6 .table-title,
.ts-price-table.style-7 .table-title,
.event .title-time .title,
.ts-price-table .table-title,

.widget-title,
.theme-title .heading-title,
.comments-title .heading-title,
#comment-wrapper .heading-title,
#customer_login h2,
.woocommerce-account div.woocommerce > h2,
.account-content h2,
.woocommerce-MyAccount-content > h2,
.woocommerce div.wishlist-title h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2,
.woocommerce-additional-fields > h3,
header.woocommerce-Address-title > h3,
.wp-caption p.wp-caption-text,
.cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields > h3,
.related > h2,
.theme-title > h3, 
.cross-sells > h2, 
.upsells > h2,
#order_review_heading,
.widget.ts-products-widget > .widgettitle,
.woocommerce #reviews #reply-title,
.woocommerce #reviews #comments > h2,

body footer .widget .widgettitle,
body footer .widget-title,
.cart-subtotal .amount,
.order-total .amount,
.entry-content h1.blog-title,
.widget_shopping_cart_content p.total strong,
body h4.wpb_pie_chart_heading,
h3.wpb_heading,
.mc4wp-form-fields > h2.title,
.style-horizontal .subscribe-email .button,
.portfolio-inner .item h3,
.widget-container .post_list_widget > li a.post-title,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
html body > h1,
.woocommerce-account .addresses .title h3, 
.woocommerce-account .addresses h2, 
.woocommerce-customer-details .addresses h2,
.ts-portfolio-wrapper .shortcode-heading-wrapper .heading-title,
.dropdown-container .cart-number{
	font-size: 15px;
	line-height: 22px;
}
blockquote{
	font-size: 18px;/* default */
	line-height: 34px;/* default */
}

button,
.woocommerce button.button,
.ts-team-members h3,
h6,.h6{
	font-size: 14px;
	line-height: 20px;
}

/*----------------------------------------------------------------*/
/*- HEADER -------------------------------------------------------*/
.info-desc,
.info-link,
.ts-header-social-icons,
.header-language,
.header-currency,
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, 
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	font-size: 14px;/* font body default */
	line-height: 28px;/* default */
}
.header-v4 .info-desc,
.header-v4 .info-link,
.header-v4 .ts-header-social-icons,
.header-v4 .header-language,
.header-v4 .header-currency,
.header-v4 body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, 
.header-v4 body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
	
}

/*----------------------------------------------------------------*/
/*- MENU ---------------------------------------------------------*/
.mobile-menu-wrapper .mobile-menu li a,
.mobile-menu-wrapper nav > ul li:before,
.mobile-menu span.ts-menu-drop-icon{
	font-size: 14px;
	line-height: 20px;
}
.mobile-menu-wrapper nav > ul > li > a{
	font-weight: 500;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading,
.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
.ts-menu nav .widgettitle,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-currency ul li a{
	line-height: 20px;
	font-size: 14px;
}

/*----------------------------------------------------------------*/
/*- PRODUCT ------------------------------------------------------*/
.woocommerce div.product .images .product-label span{
	font-size: 18px !important;/* default */
	line-height: 20px !important;/* default */
}
.woocommerce div.product .images .product-label span.out-of-stock{
	font-size: 16px !important;/* default */
}
.product .product-brands a,
.woocommerce .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a,
.widget.ts-products-widget .product-categories a{
	
}
h3.product-name,
ul.wishlist_table .item-details .product-name h3,
body table.compare-list tr.title td,
.single-navigation .product-info > div > span:first-child{
	font-size: 14px;
}
body .products.list .product h3,
h3.product-name,
body table.compare-list tr.title td,
.product-brands, 
.woocommerce .products .product .product-categories, 
.widget.ts-products-widget .product-categories,
.products .product .product-sku,
body table.compare-list tr.price .amount,
body table.compare-list tr.price del .amount,
body table.compare-list tr.price th,
body table.compare-list tr.price td,
.woocommerce .products .product .price,
.single-navigation .product-info > div > span:first-child{
	line-height: 24px;
}
/* BUTTON */
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
#page .wc-block-components-notice-banner .button{
	font-size: 12px;
	line-height: 14px;/* default */
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
a.ts-button,
a.button,
button, 
input[type^="submit"], 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,  
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,  
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit, 
.shopping-cart p.buttons a,
html body.woocommerce table.compare-list tr.add-to-cart td a:before,
html body table.compare-list tr.add-to-cart td a:before,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
body.no-wishlist.no-compare .woocommerce .meta-wrapper .loop-add-to-cart a.button span,
body.no-wishlist.no-compare .woocommerce .meta-wrapper .loop-add-to-cart a.button:before,
body .product-edit-new-container .dokan-btn-lg,
body .yith-woocompare-widget a.compare,
#ts-search-sidebar .ts-search-result-container .view-all-wrapper a,

.ts-milestone h3.subject,
.ts-portfolio-wrapper .filter-bar li,
/* Forum */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
/* Compare */
body table.compare-list .add-to-cart td a,
/* Dokan */
input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn{
	font-size: 14px;
	line-height: 20px;/* default */
}
header .logo img,
header .logo-header img{
	max-width: 140px;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XX. CUSTOM COLOR --------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
html,
body,
label,
input,
textarea,
keygen,
select,
button,
.font-body,
.hotspot-modal,
.mc4wp-form-fields label,
.ts-button.fa,
li.fa,
.avatar-name a,
.product-group-button .button-tooltip,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
.woocommerce span.onsale,
.woocommerce div.product .images .product-label span.onsale, 
.woocommerce div.product .images .product-label span.new, 
.woocommerce div.product .images .product-label span.featured, 
.woocommerce div.product .images .product-label span.out-of-stock, 
.woocommerce div.product .images .product-label span,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-testimonial-wrapper .ts-testimonial-wrapper h4.name a,
.ts-twitter-slider.twitter-content h4.name > a,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.cart_totals table th,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body .pp_nav .currentTextHolder,
body .theme-default .nivo-caption,
.dokan-category-menu .sub-block h3,
.menu-wrapper nav > ul.menu li .menu-desc,
body .dataTables_wrapper,
body .hotspot-moda,
body .compare-list,
.ts-milestone h3.subject,
.ts-banner.style-3 .description,
del .amount,
body .font-family-body,
.widget_display_stats > dl dt,
.tab-heading-background-skew .column-tabs .tabs li.current,
.ts-banner.style-heading-center .description,
.ts-banner.style-heading-background .description,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce div.product .summary a.compare,
.rating-wrapper strong.rating,
.column-tabs .tabs li span.count{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.25px;
}
.list-posts .entry-title,
.ts-banner.style-1 h2,
.ts-banner .description,
h3.product-name{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.ts-milestone h3.subject{
	font-weight: 500 !important;/* body font weight */
}
.comment-detail .reply a,
.comment-detail .edit a,
.author a
.heading-title,
blockquote span.author,
.avatar-name a,
.ts-price-table .table-title,
.woocommerce form .form-row label.inline,
.ts-blogs .button-readmore,
.ts-tiny-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
.vertical-menu-wrapper .vertical-menu-heading,
.widget_calendar caption,
table#wp-calendar thead th,
.widget_rss .rsswidget,
.widget_rss cite,
.wp-caption p.wp-caption-text,
body div.ppt,
.woocommerce #reviews #reply-title,
.widget_shopping_cart_content p.total strong,
.wp-caption p.wp-caption-text,
.woocommerce div.product .entry-title,
.ts-blogs-widget-wrapper .post-title
.cart_list .quantity,
body table.compare-list .add-to-cart td a,
body table.compare-list tr.price th,
body table.compare-list tr.price td,
a.button,
button,
input[type^="submit"],
.shopping-cart p.buttons a,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
#content button.button,
.woocommerce #respond input#submit, 
.woocommerce .wishlist_table .product-add-to-cart a,
div.button a,
body .yith-woocompare-widget a.compare,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button,
.bbp-meta .bbp-topic-permalink,
.bbp-topic-title-meta a,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums .bbp-header div.bbp-topic-content a,
#bbpress-forums .bbp-header div.bbp-reply-content a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums .status-category > li.bbp-forum-info > .bbp-forum-title,
#bbpress-forums #bbp-user-navigation ,
#bbpress-forums .type-forum .bbp-forum-title,
.type-topic .bbp-topic-title > a,
#favorite-toggle a,
#subscription-toggle a,
#bbpress-forums ul.bbp-lead-topic .bbp-header,
#bbpress-forums ul.bbp-topics .bbp-header,
#bbpress-forums ul.bbp-forums .bbp-header,
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-search-results .bbp-header,
.portfolio-info > span:first-child,
.single-portfolio .social-sharing > span,
.woocommerce > form > fieldset legend,
.cloud-zoom-title,
.ts-tiny-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
body .product-edit-new-container .dokan-btn-lg,
#ts-search-result-container .view-all-wrapper,
.ts-search-result-container li a span.hightlight,
.shopping-cart-wrapper .cart-item-wrapper > span,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.vc_pie_chart .vc_pie_chart_value,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-button.fa,
.ts-button,
.amount,
.button-text,
.vc_column_container .vc_btn,
.vc_column_container .wpb_button,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a span,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a span,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a span,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a span,
.title-contact,
.single-portfolio .single-navigation > div a:first-child,
#ts-search-sidebar .ts-search-result-container .view-all-wrapper a,
.ts-search-result-container > p,
.comment-form-rating label,
.products .product.product-category div.button,
.woocommerce .products .product.product-category div.button,
.ts-banner-image .button-link,
.big-product h3.product-name > a,
.ts-team-members h3 a,
.event .title-time .title,
.portfolio-inner h3 a,
body h4.wpb_pie_chart_heading,
.woocommerce-account-fields > p > label,
.woocommerce #payment ul.payment_methods > li > label,
.woocommerce-checkout .checkout #ship-to-different-address label,
.woocommerce div.product form.cart .quantity span,
.wishlist_table tr td.product-stock-status span,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.woocommerce #order_review table.shop_table tfoot th,
body table.compare-list th,
.ts-price-table.style-5 .table-price,
.ts-price-table.style-6 .table-price,
.ts-price-table.style-7 .table-price,
.ts-milestone .number,
.ts-portfolio-wrapper .filter-bar li,
.counter-wrapper .number,
.column-tabs .tabs li.current,
.tab-heading-center-line-after .column-tabs .tabs li,
.single-style .product-name,
.woocommerce div.product p.availability.stock label,
.woocommerce div.product .sku-wrapper span:not(.sku),
.brands-link span:not(.brand-links),
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links),
.ts-social-sharing span,
#add_payment_method .cart-collaterals .shipping-calculator-button, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
.ts-list-of-product-categories-wrapper .button-link{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.heading-title span,
.ts-heading span{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
h1,h2,h3,
.h1,.h2,.h3,
h1.wpb_heading,
h2.wpb_heading,
h4,h5,h6,
.h4,.h5,.h6,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading,
.ts-heading > h1,
.ts-heading > h2,
.ts-heading > h3,
.ts-heading > h4,
.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-title > h1,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1,
.style-3 .category-name h3 a,
.table-title-2,
.table-title,
.ts-banner.style-2 h2,
.ts-banner.style-heading-line h2,
.ts-banner.style-1 h3,
.ts-testimonial-wrapper .byline,
.category-name h3,
.ts-product-brand-wrapper .item h3,
.widget-container .post_list_widget > li a.post-title,
.heading-tab .heading-title,
.shortcode-heading-wrapper .heading-title,
.heading-wrapper > h2, 
.heading-shortcode > h3,
.ts-feature-wrapper h4,
.ts-image-box h4,
html body > h1,
body div.ppt,
.widget-title,
#order_review_heading,
.widget.ts-products-widget > .widgettitle,
.woocommerce #reviews #reply-title,
.woocommerce #reviews #comments > h2,
.ts-menu nav .widgettitle,
.ts-sidebar-content h4.title,
.theme-title .heading-title,
.comments-title .heading-title,
#comment-wrapper .heading-title,
body .ts-footer-block .widget .widgettitle,
body .ts-footer-block .widget-title,
#customer_login h2,
.woocommerce-account div.woocommerce > h2,
.account-content h2,
.woocommerce-MyAccount-content > h2,
.woocommerce div.wishlist-title h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2,
.woocommerce-additional-fields > h3,
header.woocommerce-Address-title > h3,
.wp-caption p.wp-caption-text,
.cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields > h3,
.related > h2,
.theme-title > h3, 
.cross-sells > h2, 
.upsells > h2, 
.vertical-number .big-number,
.ts-banner header h3, 
.ts-banner header h2{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul > li > a{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing:0;
}
.menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu > li.current-page-ancestor > a,
.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
.vertical-menu-wrapper .vertical-menu-heading{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
.menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

/* Background Content Color */
body #main,
body.dokan-store #main:before,
#cboxLoadedContent,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.header-currency ul:before,
form.checkout div.create-account,
#main > .page-container,
.images.loading:before,
.widget-container .gallery.loading figure:before,
.related-posts.loading .content-wrapper:before,
.ts-product .content-wrapper.loading:before,
.thumbnails-container.loading:before,
.thumbnail.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
.ts-testimonial-wrapper .items.loading:before,
.ts-twitter-slider .items.loading:before,
.ts-portfolio-wrapper.loading:before,
.ts-team-members .loading:before,
.ts-product-category-wrapper .content-wrapper.loading:before,
.woocommerce .product figure.loading:before,
.ts-instagram-wrapper.loading:before,
.vc_row.loading:before,
.single-product-top-thumbnail-slider.loading:before,
.small-products.loading:before,
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo,
.ts-floating-sidebar .ts-sidebar-content,
.ts-popup-modal .popup-container,
#ts-account-modal .account-content,
#cboxContent,
body #ts-search-result-container:before,
.ts-products-video-wrapper .content-products.loading:before,
.ts-products-video-wrapper .content-video.loading:before,
.active-table.style-2 .group-price,
body .select2-container--default .select2-selection--single .select2-selection__rendered,
#yith-wcwl-popup-message,
.image-gallery.loading:before,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.ts-blogs-wrapper .load-more-wrapper .button.loading:before,
.ts-portfolio-wrapper .load-more-wrapper .button.loading:before,
.thumbnail-wrapper .button-in.wishlist a.loading:before,
.meta-wrapper .button-in.wishlist a.loading:before,
.thumbnail-wrapper .button-in.compare a.loading:after,
.meta-wrapper .button-in.compare a.loading:after,
.woocommerce .add_to_wishlist.loading:after,
.single-portfolio .ic-like.loading:after,
.woocommerce .meta-background .product-wrapper .meta-wrapper,
.ts-blogs-wrapper.meta-background .entry-content,
.dataTables_wrapper,
body > .compare-list,
.single-navigation > div .product-info:before,
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before,
.single-navigation .product-info:before,
.widget-container .gallery.loading figure:before,
.woocommerce .product figure.loading:before,
.ts-product .content-wrapper.loading:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.images-slider-wrapper .image-items.loading:before,
.banners.loading:before,
.column-products.loading:before,
.big-product.loading:before,
.ts-product-share-button > div:after,
.tab-heading-background-dark .heading-tab .heading-title:before,
.tab-heading-background-dark .heading-tab .heading-title:after,
.tab-heading-background-dark .heading-tab span:before,
.tab-heading-background-dark .heading-tab span:after,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title:before,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title:after,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title span:before,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title span:after,
.ts-heading.style-background-dark > .heading:before,
.ts-heading.style-background-dark > .heading:after,
.ts-heading.style-background-dark > .heading span:before,
.ts-heading.style-background-dark > .heading span:after,
.ts-top-product-deals,
div.product > .vc_row,
.woocommerce .wishlist_table .product-add-to-cart a.loading:after{
	background-color: #ffffff;
}
body .prev-button,
body .next-button{
	background-color: #ffffff !important;
}
.single-image-padding > div:first-child .ts-single-image,
.product-wrapper .color-swatch > div:before{
	border-color: #ffffff;
}
.ts-product-share-button > div:before{
	border-top-color: #ffffff;
}

/* Widget & Shortcode Background */
footer .widget-container,
footer .ts-shortcode,
footer .vc_tta-container,
footer .vc_tta-panels,
.widget-container.ts-instagram-widget{
	background: transparent;
}
body.main-content-wide #main > .page-container.show_breadcrumb_v3 div.product > .vc_row,
.show_breadcrumb_v3 #primary > .vc_row,
.ts-team-members.style-5 .team-content,
.ts-team-members.style-2 .team-content,
.ts-youtube-video-bg .loading,
.vertical-icon-circle:before,
.ts-price-table,
.ts-price-table.style-1 header:before,
.ts-price-table.style-1 header:after,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-2 .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-4 .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-1 .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-2 .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-4 .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.woocommerce .filter-widget-area .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
body.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_tta-style-1 .vc_tta-tab,
body.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_tta-style-1 .vc_tta-panels-container,
body.wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_tta-style-2,
body .select2-container--default .select2-selection--single,
body .select2-dropdown,
html input[type="search"],
html input[type="text"],
html input[type="password"],
html input[type="email"],
html input[type="number"],
html input[type="date"],
html input[type="tel"],
html textarea,
select,
body .select2-container--default .select2-selection--single .select2-selection__rendered,
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce #payment div.payment_box,
.ts-blogs article .content-meta,
.ts-blogs.item-list .article-content,
.ts-masonry.item-grid .article-content,
.google-map-container .information,
.ts-price-table.style-6 .button-border:hover,
.ts-price-table.style-7 .button-border:hover,
.has-background.style-2 .column-products,
/* Compare table */
#cboxLoadingOverlay,
/* Forum */
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results{
	background-color: #ffffff;
}
.dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
	border-bottom-color: #ffffff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
	border-color: #ffffff;
}
.woocommerce-checkout #payment div.payment_box:before{
	border-bottom-color: #ffffff;
}

/* BODY COLOR */
body,
.woocommerce-account-fields > p > label,
.woocommerce #payment ul.payment_methods > li > label,
.woocommerce-checkout .checkout #ship-to-different-address label,
.woocommerce div.product p.stock span,
.wishlist_table tr td.product-stock-status span,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
body .star-rating.no-rating:before,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce div.product .summary a.compare,
.woocommerce div.product .summary .woocommerce-product-details__short-description,
.cats-link,
.tags-link,
.brands-link,
.cats-link a,
.tags-link a,
.brands-link a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
/* Widget */
span.bbp-admin-links a,
span.bbp-admin-links,
.comment_list_widget .comment-body,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce p.stars a,
.woocommerce-product-rating .woocommerce-review-link,
table tfoot th,
.woocommerce-checkout #payment div.payment_box,
body .pp_nav .currentTextHolder,
.dashboard-widget.products ul li a, 
.single-portfolio .portfolio-info a,
.woocommerce div.product p.availability.stock label,
.brands-link span:not(.brand-links),
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links),
.ts-social-sharing span,
/* Forum */
.bbp-login-links a,
#bbpress-forums .status-category > li > .bbp-forums-list > li a,
li.bbp-forum-freshness a,
li.bbp-topic-freshness a,
.list-cats li a,
.dokan-widget-area .widget ul li > a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active > a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li > a:hover,
.product-categories .count,
.header-top .wpml-ls ul ul li a:not(.button),
.header-currency .wcml_currency_switcher ul li a:not(.button),
.ts-team-members .member-social a,
.single-portfolio .single-navigation > div a,
.single-portfolio .single-navigation > a,
body table.compare-list tr.remove td > a .remove:before,
.horizontal-box-border .feature-content > a,
.woocommerce-product-rating .woocommerce-review-link,
.dataTables_wrapper,
.woocommerce ul#shipping_method li label,
.woocommerce table.cart td.actions .coupon .button,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.tagcloud a,
.tab-heading-center-line-after .column-tabs .tabs li,
.ts-social-sharing li a,
.comment-detail .comment-meta-right a,
div.product .ts-product-video-button, 
div.product .ts-product-360-button, 
div.product .ts-product-share-button > a,
.quantity .number-button:before,
.quantity .number-button:after,
.ts-tiny-cart-wrapper .subtotal > span:first-child{
	color: #666666;
}
/* Quick view */
#ts-search-popup .ts-button-close{
	color: #999999 !important;
}
body .theme-default .nivo-controlNav a:before,
.owl-dots > div > span:before,
.owl-dots > div > span{
	background: #555555;/* default */
}
.post_list_widget .blockquote-meta,
.post_list_widget .entry-meta > span,
.gridlist-toggle a,
.product-categories a,
.product .product-brands a,
.widget_recent_entries .post-date,
.widget_rss .rss-date,
.ts-twitter-widget .date-time,
.woocommerce .woocommerce-ordering ul li a,
.product-per-page-form ul.perpage ul li a,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
header .header-template .my-account-wrapper .forgot-pass a,
p.lost_password a{
	color: #a9a9a9;
}
body .my-account-wrapper .form-content a.sign-up,
header .header-template .my-account-wrapper .forgot-pass a,
.woocommerce table.shop_table .product-remove a,
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	color: #a9a9a9 !important;
}

select,
textarea,
html input[type="search"],
html input[type="text"],
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
html input[type="tel"],
body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-selection--single,
body .select2-dropdown,
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input,
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--default .select2-selection--multiple{
	color: #666666;
	border-color: #e0e0e0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #666666;
}
html input[type="search"]:hover,
html input[type="text"]:hover,
html input[type="email"]:hover,
html input[type="password"]:hover,
html input[type="date"],
html input[type="number"]:hover,
html input[type="tel"]:hover,
html textarea:hover,
html input[type="search"]:focus,
html input[type="text"]:focus,
html input[type="email"]:focus,
html input[type="password"]:focus,
html input[type="date"]:focus,
html input[type="number"]:focus,
html input[type="tel"]:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
html textarea:focus,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row textarea:focus,
#bbpress-forums #bbp-your-profile fieldset input:hover,
#bbpress-forums #bbp-your-profile fieldset textarea:hover,
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
.bbp-login-form .bbp-username input:hover,
.bbp-login-form .bbp-email input:hover,
.bbp-login-form .bbp-password input:hover,
.bbp-login-form .bbp-username input:focus,
.bbp-login-form .bbp-email input:focus,
.bbp-login-form .bbp-password input:focus,
body .select2-container--default.select2-container--focus .select2-selection--multiple,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--open .select2-selection--single,
body .select2-container--open .select2-dropdown--below{
	border-color: #c0c0c0;
	color: #555555;
}
.woocommerce .woocommerce-ordering ul.orderby:hover,
.product-per-page-form ul.perpage:hover{
	border-color: #c0c0c0;
}
.woocommerce .woocommerce-ordering .orderby:hover ul:before,
.product-per-page-form ul.perpage:hover ul:before{
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-right-color: #c0c0c0;
}
body .select2-container--open .select2-selection--single .select2-selection__rendered{
	color: #555555;
}
::-webkit-input-placeholder{
	color: #999999;
	font-style: italic;
}

:-moz-placeholder{ /* Firefox 18- */
	color: #999999;
	font-style: italic;
}

::-moz-placeholder{  /* Firefox 19+ */
	color: #999999;
	font-style: italic;
}

:-ms-input-placeholder{
	color: #999999;
	font-style: italic;
}

/* HEADING COLOR */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.woocommerce > form > fieldset legend{
	color: #1f1f1f;
}

/* LINK COLOR */

a{
	color: #666666;
}
a:hover,
a:active{
	color: #000000;
}

/* TEXT BOLD COLOR */
dt,
table thead th,
label ,
p > label,
fieldset div > label,
blockquote,
.wpcf7 p,
.primary-text,
/* Widget */
.widget-container ul li > a,
.widget_recent_entries ul li > a,
.widget_recent_comments ul li > a,
.widget_rss .rsswidget,
.widget_rss cite,
table#wp-calendar thead th,
h4.heading-title > a,
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4,
blockquote.style-2 span.author,
blockquote p.author-role > span.author a,
.avatar-name a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
span.author a,
.woocommerce div.product form.cart .quantity span,
.secondary-color,
.search-no-results .blog-template .alert,
.ts-list-of-product-categories-wrapper .button-link,
body table.compare-list tr.remove td > a,
.ts-product-attribute > div a,
.availability-bar > span,
.button-text,
.ts-team-members h3,
.ts-sidebar-content h4.title,
p.author-role > span,
.vertical-button-icon .subscribe-email .button,
.style-6 .table-price,
.style-6 .during-price,
.style-7 .table-price,
.style-7 .during-price,
.ts-price-table .table-description,
body a.button-text,
.ts-search-result-container > p,
.single-portfolio .single-navigation > div a:first-child,
.title-contact,
.ts-price-table.style-4 header *,
.ts-price-table.style-2 header *,
.woocommerce .button.button-border,
.button.button-border,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.ts-milestone .number,
.widget-title,
.ts-product-categories-widget ul.product-categories li > a,
.ts-product-categories-widget ul.product-categories li span.icon-toggle,
.widget_categories > ul li > a,
.ts-countdown.text-light .counter-wrapper > div,
.total .total-title,
.cart_list .icon,
.woocommerce div.product .entry-title,
.products .product.product-category div.button a,
.woocommerce .products .product.product-category div.button a,
.woocommerce table.cart td.actions .coupon .button:hover,
/* Portfolio */
.widget-container .post_list_widget > li a.post-title,
.entry-author .author-info .role,
.vc_progress_bar .vc_single_bar .vc_label,
.vc_progress_bar .vc_single_bar .vc_bar:before,
.vc_toggle .vc_toggle_icon:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce p.stars a:hover,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.shipping-calculator-button,
.wp-caption p.wp-caption-text,
#order_review_heading,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .checkout #order_review table th,
.mailchimp-subscription .widgettitle,
.dashboard-widget.products ul li a,
.row-heading-tabs ul li,
.row-heading-tabs ul li a,
.heading-title,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .product-filter-by-brand ul li label,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.customer_details th,
.woocommerce #reviews #reply-title,
.widget-container .social-icons li > a,
.widget-title-wrapper a.block-control,
fieldset legend,
.woocommerce ul.order_details li strong,
.ts-list-of-product-categories-wrapper ul li a,
.column-tabs .tabs li,
.vertical-button-icon .subscribe-email .button:after,
.banner-row ul.categories li a,
.vertical-border-button-icon .subscribe-email .button,
.style-horizontal.button-icon.text-light .subscribe-email .button:hover,
/* Portfolio */
.portfolio-info > span:first-child,
.single-portfolio .social-sharing > span,
.single-portfolio .info-content .entry-title,
.vc_pie_chart .vc_pie_chart_value,
/* Forum */
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author,
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content,
#bbpress-forums ul.bbp-lead-topic .bbp-header li,
#bbpress-forums ul.bbp-topics .bbp-header li,
#bbpress-forums ul.bbp-forums .bbp-header li,
#bbpress-forums ul.bbp-replies > .bbp-header li,
#bbpress-forums ul.bbp-search-results .bbp-header li,
.type-forum .bbp-forum-title,
#bbpress-forums li.bbp-footer,
span.bbp-admin-links a:hover,
#bbpress-forums fieldset.bbp-form legend,
.type-topic .bbp-topic-title > a,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
.bbp-meta .bbp-topic-permalink,
.bbp-topic-title-meta a,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
#favorite-toggle a,
#subscription-toggle a,
.quantity .number-button:hover:before,
.quantity .number-button:hover:after,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info a,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info:before,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info a,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info:before,
.vertical-button-icon .subscribe-email .button, 
.vertical-round-button-icon .subscribe-email .button, 
.vertical-border-button-icon .subscribe-email .button, 
.style-horizontal.button-icon .subscribe-email .button,
.woocommerce .vertical-button-icon .subscribe-email .button, 
.woocommerce .vertical-round-button-icon .subscribe-email .button, 
.woocommerce .vertical-border-button-icon .subscribe-email .button, 
.woocommerce .style-horizontal.button-icon .subscribe-email .button,
.ts-blogs .button-readmore,
.woocommerce .woocommerce-ordering ul li a:hover,
.product-per-page-form ul.perpage ul li a:hover,
.product-per-page-form ul.perpage ul li a.current,
.woocommerce .woocommerce-ordering .orderby li a.current,
.woocommerce .woocommerce-ordering ul.orderby:hover .orderby-current,
.product-per-page-form ul.perpage:hover > li span,
/* Compare table */
body table.compare-list th,
body table.compare-list tr.title th,
body table.compare-list tr.image th,
body table.compare-list tr.price th{
	color: #1f1f1f;
}

.theme-title .heading-title,
.comments-title .heading-title,
#comment-wrapper .heading-title,
.widget-container .widget-title-wrapper,
.filter-bottom.top-filter-widget-area .widget-title,
.group-feature-border > .wpb_column:after,
#customer_login h2:after,
.woocommerce-account div.woocommerce > h2:after,
.account-content h2:after,
.theme-title .heading-title:after,
.comments-title .heading-title:after,
#comment-wrapper .heading-title:after,
#customer_login h2:after,
.woocommerce-account div.woocommerce > h2:after,
.account-content h2:after,
.woocommerce-MyAccount-content > h2:after,
.woocommerce-customer-details > h2:after,
.woocommerce-order-details > h2:after,
.woocommerce-billing-fields > h3:after,
.woocommerce-additional-fields > h3:after,
header.woocommerce-Address-title > h3:after,
.woocommerce div.wishlist-title h2:after,
.widget_display_search > form input[type="text"],
.widget_product_search > form input[type="search"],
.widget_search > form input[type="text"],
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	border-color: #1f1f1f;
}
.vertical-border-round-button-icon .subscribe-email .button:hover,
.woocommerce .vertical-border-round-button-icon .subscribe-email .button:hover,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title,
.tab-heading-background-dark .heading-tab .heading-title,
.style-background-dark .heading,
.shopping-cart-wrapper.cart-primary a > .ic-cart,
.horizontal-icon-circle .feature-icon:hover,
.ts-feature-wrapper.horizontal-icon-circle.text-light .feature-icon:hover,
.woocommerce .button.button-secondary,
.button.button-secondary,
.woocommerce .button.button-secondary-2:hover,
.button.button-secondary-2:hover,
.woocommerce .cart_totals .continue-shopping:hover,
.woocommerce .style-horizontal .subscribe-email .button,
.style-horizontal:not(.button-icon) .subscribe-email .button,
.portfolio-inner .icon-group a:hover{
	background-color: #1f1f1f;
	border-color: #1f1f1f;
	color: #ffffff;
}
.horizontal-icon-circle a.feature-icon,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
#page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info,
.woocommerce .button.button-secondary:hover,
.button.button-secondary:hover,
.woocommerce .button.button-secondary-2,
.button.button-secondary-2,
.woocommerce .cart_totals .continue-shopping,
.woocommerce .style-horizontal .subscribe-email .button:hover,
.style-horizontal:not(.button-icon) .subscribe-email .button:hover,
.portfolio-inner .icon-group a{
	background-color:transparent;
	border-color: #1f1f1f;
	color: #1f1f1f;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
	background-color: #1f1f1f;
}
.woocommerce .product figure .color-image.active span:before,
.woocommerce .product figure .color.active span:before{
	border-color: #1f1f1f;
}
/* Slider */
.owl-dots > div.active > span:before,
.owl-dots > div:hover > span:before,
.owl-dots > div.active > span,
.owl-dots > div:hover > span,
body .theme-default .nivo-controlNav a.active,
body .theme-default .nivo-controlNav a.active:before,
body .theme-default .nivo-controlNav a.hover:before{
	background-color: #1f1f1f;
	border-color: #1f1f1f;
}

/* Button Dots Slider */
.owl-nav > div,
.prev-button,
.next-button,
div.product .single-navigation > div >  a,
.nav-bottom .owl-nav:before,
.nav-bottom .owl-nav:after{
	color: #666666;
	border-color: #e5e5e5;
}
div.product .single-navigation > div >  a:hover,
.owl-nav > div:hover,
.prev-button:hover,
.next-button:hover{
	color: #000000;
}
body.nav-circle .nav-middle .owl-nav > div:hover,
.single-portfolio .thumbnail .owl-nav > div:hover{
	color: #ffffff;/* primary text color */
}
body.nav-circle .nav-middle .owl-nav > div:hover,
.single-portfolio .thumbnail .owl-nav > div:hover{
	background-color: #1f1f1f;/* primary color */
}

/* PRIMARY COLOR */
html body > h1 a.close,
.shopping-cart-wrapper.cart-primary a > .cart-number,
.vertical-icon-circle .feature-icon,
.horizontal-icon-square .feature-icon:hover i,
.tab-heading-background-skew .column-tabs .tabs li.current,
.button.button-border.border-primary:hover,
.ts-team-members.style-4 .team-content:hover .team-info *,
.ts-team-members.style-5 .team-content:hover .team-info *,
.ts-shortcode.title-background-primary .shortcode-heading-wrapper h2,
.ts-shortcode.title-background-primary .shortcode-heading-wrapper .heading-description,
.ts-heading.style-background-primary > *,
.ts-product-deals-wrapper.title-background-primary .ts-countdown .counter-wrapper .ref-wrapper,
.ts-product-deals-wrapper.title-background-primary .ts-countdown .counter-wrapper .number,
.title-background-primary.nav-top .owl-nav > div,
.title-background-primary.nav-top .owl-nav > div:hover{
	color: #ffffff;
}
.ts-heading.style-background-primary .heading:after,
.ts-shortcode.title-background-primary .shortcode-heading-wrapper h2:after{
	border-color: #ffffff;
}
.button.button-border.border-primary{
	background: #ffffff;
}

.vertical-icon-circle2 .feature-icon,
.single-portfolio .single-navigation > a:hover,
.single-portfolio .single-navigation > div a:hover,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
ul.product_list_widget li .product-categories a:hover,
.ts-product-category-wrapper .category-name h3 > a:hover,
.button-text:hover,
.style-horizontal.button-icon .subscribe-email .button,
.horizontal-box-border .feature-content > a:hover,
.banner-row ul.categories li a:hover,
.comments-area .reply a:hover,
/* Portfolio */
.portfolio-inner .item h3 a:hover,
.portfolio-inner .item .cats-portfolio a:hover,
.ts-social-icons li.custom .ts-tooltip:before,
.list-posts .heading-title a:hover,
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper h4.name a:hover,
.ts-twitter-slider.text-light .twitter-content h4.name > a:hover,
/* Header */
.ts-floating-sidebar .close:hover i,
#ts-search-result-container .view-all-wrapper a:hover,
.ts-search-result-container ul li a:hover,
/* Forum */
.bbp-login-links a:hover,
#bbpress-forums .status-category > .bbp-forum-info > a.bbp-forum-title:hover,
.type-forum .bbp-forum-title:hover,
.bbp-topic-started-in > a:hover,
#bbpress-forums .status-category > li > .bbp-forums-list > li a:hover,
li.bbp-forum-freshness a:hover,
li.bbp-topic-freshness a:hover,
.type-topic .bbp-topic-title > a:hover,
#bbpress-forums div.bbp-topic-author a.bbp-author-name:hover,
#bbpress-forums div.bbp-reply-author a.bbp-author-name:hover,
.bbp-meta .bbp-topic-permalink:hover,
.bbp-topic-title-meta a:hover,
#favorite-toggle a:hover,
#subscription-toggle a:hover,

.widget_recent_entries ul li > a:hover,
.widget_recent_comments ul li > a:hover,
.widget_rss .rsswidget:hover,
.ts-team-members .member-social a.custom:hover,
body .hotspot-modal .ico-close:hover,
body .hotspot-modal--frontend .public-hotspot--username:hover,
.ts-product-video-button:hover,
.ts-product-360-button:hover,
blockquote p.author-role > span.author a:hover,
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover h4,
.ol-style.icon-primary li:before,
.ul-style.icon-primary > li:before,
.office-address:before,
.phone-numbers:before,
.email-address:before,
.fax-numbers:before,
.office-address:after,
.phone-numbers:after,
.email-address:after,
.fax-numbers:after,
.ts-dropcap,
.brands-link a:hover,
.cats-link a:hover,
.tags-link a:hover,
.woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover,
p.lost_password a:hover,
.ts-social-icons li.custom .ts-tooltip:before,
body .style-3 .mailchimp-subscription.text-light button.button:hover,
.order-number a,
label a:hover,
.column-tabs .tabs li:hover,
.column-tabs .tabs li.current,
.widget-container ul > li a:hover,
.dokan-widget-area .widget ul li > a:hover,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:hover a,
.dokan-dashboard .dokan-dashboard-content li.active > a,
.widget_nav_menu > div > ul > li > a:hover,
.widget-container ul ul li > a:hover,
p.lost_password a:hover,
.product .product-brands a:hover,
.products .product.product-category a:hover h3,
.woocommerce .products .product.product-category a:hover h3,
.woocommerce .products .product .product-categories a:hover,
.woocommerce .widget-container il li .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.widget.ts-products-widget .product-categories a:hover,
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span.count,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav ul li.chosen span.count,
.woocommerce .product-filter-by-brand ul li label:hover,
.ts-product-categories-widget ul.product-categories li span.icon-toggle:hover,
.ts-product-categories-widget ul.product-categories li.current > a,
.ts-product-categories-widget ul.product-categories li > a:hover,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul li a:hover,
.woocommerce .ts-product-deals-wrapper .products .product .product-categories a:hover,
.shipping-calculator-button:hover,
.widget-container .post_list_widget > li a.post-title:hover,
.single-portfolio .portfolio-info a:hover,
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option--highlighted[aria-selected],
/* Header */
.ts-floating-sidebar .close:hover i,
/* Product search */
#ts-search-result-container .view-all-wrapper a:hover,
.ts-search-result-container ul li a:hover,
.dashboard-widget.products ul li a:hover,
.banner-row ul.categories li a:hover,
.add-to-cart-popup-content .product-meta a:hover,
.ts-list-of-product-categories-wrapper .button-link:hover,
.ts-list-of-product-categories-wrapper ul li a:hover,
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-line-before .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-line-after .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li:before,

.ts-social-icons .social-icons:not(.style-vertical) li.custom a span:before,
footer#colophon .ts-social-icons .social-icons:not(.style-vertical) li.custom a span:before,
.primary-color,
span.author a:hover,
.blogs article.quote .entry-meta-bottom > span:before, 
.entry-meta-top > span:before,
blockquote:after,
blockquote:before,
blockquote span.author,
.feature-title a:hover,
.ts-sidebar-content .close:hover,
.filter-bottom .close:hover,
.ts-product-video-button:hover, 
.ts-product-360-button:hover, 
.ts-product-share-button > a:hover,
.ts-product-share-button.active > a,
.wpml-ls-legacy-dropdown a:hover, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown-click a:hover, 
.wpml-ls-legacy-dropdown-click a:focus, 
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.vertical-button-icon .subscribe-email .button:hover, 
.vertical-round-button-icon .subscribe-email .button:hover, 
.vertical-border-button-icon .subscribe-email .button:hover, 
.style-horizontal.button-icon .subscribe-email .button:hover,
.woocommerce .vertical-button-icon .subscribe-email .button:hover, 
.woocommerce .vertical-round-button-icon .subscribe-email .button:hover, 
.woocommerce .vertical-border-button-icon .subscribe-email .button:hover, 
.woocommerce .style-horizontal.button-icon .subscribe-email .button:hover,
.style-2 .ts-testimonial-wrapper .content:before,
body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-title > a:focus,
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-title > a:hover,
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-tabs:not(.vc_tta-style-2) .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_tta-tabs:not(.vc_tta-style-2) .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_tta-tabs:not(.vc_tta-style-1) .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill):not(.vc_tta-style-1).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.ts-popup-modal span.close:hover,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .summary a.compare:hover,
/* Social */
.ts-social-icons .style-circle-multicolor.social-icons:not(.style-vertical) li.custom a:hover,
footer#colophon .ts-social-icons .style-circle-multicolor.social-icons:not(.style-vertical) li.custom a:hover,
.ts-social-icons .style-vertical-multicolor li.custom a:hover,
footer#colophon .ts-social-icons .style-vertical-multicolor li.custom a:hover,
.ts-social-icons .style-vertical-multicolor li.custom a:hover i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.custom a:hover i,
/* Forum */
.bbp-login-links a.bbp-author-name,
#bbpress-forums .status-category > li > .bbp-forums-list > li a.bbp-author-name,
li.bbp-forum-freshness a.bbp-author-name,
li.bbp-topic-freshness a.bbp-author-name{
	color: #1f1f1f;
}
header .header-template .my-account-wrapper .forgot-pass a:hover,
body .my-account-wrapper .form-content a.sign-up:hover,
body .pp_nav .pp_play:hover:before,
body .pp_nav .pp_pause:hover:before,
body .pp_arrow_previous:hover:before,
body .pp_arrow_next:hover:before,
/* Quick view hover */
#ts-search-popup .ts-button-close:hover,
body .pp_nav .pp_play:hover,
body .pp_nav .pp_pause:hover,
body a.pp_close:hover,
body a.pp_expand:hover,
body a.pp_contract:hover,
/* Cart */
.cart_list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
body table.compare-list tr.remove td > a .remove:hover,
body .yith-woocompare-widget ul.products-list a.remove:hover{
	color: #1f1f1f !important;
}

body #cboxClose{
	color: #ffffff !important;
}

table thead th,
.woocommerce table.wishlist_table thead th,
.woocommerce form.checkout_coupon,
.horizontal-icon-square .feature-icon:before,
.vertical-icon-square .feature-icon:hover,
.vc_col-sm-12 .vertical-default .mailchimp-subscription input[type="email"],
/* Forum */
#bbpress-forums ul.bbp-lead-topic .bbp-header,
#bbpress-forums ul.bbp-topics .bbp-header,
#bbpress-forums ul.bbp-forums .bbp-header,
#bbpress-forums ul.bbp-replies > .bbp-header,
#bbpress-forums ul.bbp-search-results .bbp-header,

body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:before,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-1 .vc_tta-panel-title > a:before,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-3.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab > a:before,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-4.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:before,
.wpb-js-composer .vc_tta.vc_tta-style-4 .vc_tta-panel:before,

.woocommerce .checkout-login-coupon-wrapper .checkout_coupon,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .checkout #order_review,
.woocommerce .checkout #order_review table thead th,
.woocommerce #payment,
.widget-container:before,
.menu-wrapper > .ic-close-menu-button:hover,
.woocommerce div.product div.thumbnails li:hover a img,
.ts-footer-block .widget-container ul li.custom:hover > a,
footer#colophon .ts-social-icons li.custom a:hover,
.ts-social-icons li.custom a:hover,
.ts-social-icons li.custom a:hover:before,
.ts-image-box .box-wrapper > .button:hover:before,
.mobile-menu-wrapper nav > ul > li > ul,
.style-2 .ts-testimonial-wrapper .content:after,
.background-vertical .thumbnail:after,
.vertical-icon-circle2 .feature-icon,
.ts-feature-wrapper.vertical-icon-square.text-light .feature-icon:hover,
.ts-feature-wrapper.vertical-icon-circle2.text-light .feature-icon:hover,
.horizontal-box-border .feature-content > a:after,
.ts-team-members.style-5 .team-content,
.group-milestone-2 .ts-milestone:before,
.button.button-border.border-primary,
.button.button-border.border-primary:hover,
.ts-product-in-category-tab-wrapper.tab-heading-background-skew .column-tabs .tabs:before,
.vertical-border-round-button-icon.style-primary .mailchimp-subscription input[type="email"],
.tab-heading-center-line-after .column-tabs:after,
.shortcode-heading-wrapper .heading-title:after,
.column-tabs .heading-tab .heading-title:after,
.ts-heading .heading:after,
.vc_col-sm-12 .style-vertical .widget-title-wrapper .widget-title:after,
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-line-before .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-line-after .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs:after,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after .column-tabs .tabs li.current:before,
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after .column-tabs .tabs li:hover:before,
woocommerce ul.product_list_widget li > a.ts-wg-thumbnail:before, 
#ts-search-result-container ul li .thumbnail a:before, 
#ts-search-sidebar .ts-search-result-container ul li .thumbnail a:before,
.has-image-gallery section .thumbnail-wrapper:before,
/* Social */
.ts-social-icons .social-icons:not(.style-vertical) li.custom a:hover:before,
footer#colophon .ts-social-icons .social-icons:not(.style-vertical) li.custom a:hover:before,
.ts-social-icons .style-circle-multicolor.social-icons:not(.style-vertical) li.custom a:before,
footer#colophon .ts-social-icons .style-circle-multicolor.social-icons:not(.style-vertical) li.custom a:before,
.ts-social-icons .style-vertical-multicolor li.custom a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.custom a i{
	border-color: #1f1f1f;
}
.style-1 .ts-testimonial-wrapper,
.woocommerce .checkout #order_review table .cart-subtotal th,
.woocommerce .checkout #order_review table .cart-subtotal td{
	border-top-color: #1f1f1f;
}
.ts-shortcode.title-background-primary .shortcode-heading-wrapper,
.ts-heading.style-background-primary,
.horizontal-icon-square .feature-icon:hover:after,
.list-posts article.post_format-post-format-quote .entry-format .thumbnail,
.ts-team-members .image-thumbnail figure:before,
.portfolio-inner .item figure span.bg-hover,
.ts-instagram-shortcode .ts-instagram-wrapper a:after,
.style-2 .product-category:hover > a:before,
.button.button-border.border-primary:hover,
.ts-team-members.style-4 .team-content:hover .team-info,
.ts-team-members.style-5 .team-content:hover,
.tab-heading-background-skew .column-tabs .tabs li.current:before,
.woocommerce .style-3 .product.product-category .product-wrapper > a:before,
.image-gallery > div a:before,
/* Social */
.ts-social-icons .social-icons:not(.style-vertical) li.custom a:hover,
footer#colophon .ts-social-icons .social-icons:not(.style-vertical) li.custom a:hover,
.ts-social-icons .social-icons:not(.style-vertical) li.custom a span,
footer#colophon .ts-social-icons .social-icons:not(.style-vertical) li.custom a span,
.ts-social-icons .style-circle-multicolor.social-icons:not(.style-vertical) li.custom a,
footer#colophon .ts-social-icons .style-circle-multicolor.social-icons:not(.style-vertical) li.custom a,
.ts-social-icons .style-vertical-multicolor.social-icons li.custom a i,
footer#colophon .ts-social-icons .style-vertical-multicolor li.custom a i,
/* Header */
.ts-tiny-cart-wrapper .ic-cart:after,
.shopping-cart-wrapper.cart-primary a > .cart-number{
	background-color: #1f1f1f;
}
html body > h1,
blockquote.style-4:before,
.widget_calendar #today,
body .vertical-border-round-button-icon.style-primary .subscribe-email .button,
body .vertical-border-round-button-icon.style-primary .subscribe-email .button:hover,
.ts-dropcap.style-2,
.vertical-office-address h6:before,
.vertical-phone-numbers h6:before,
.vertical-email-address h6:before,
.vertical-fax-numbers h6:before,
.vertical-icon-circle .feature-icon,
.vertical-icon-square .feature-icon:hover,
.vertical-icon-circle2 .feature-icon:hover,
.vertical-border-round-button-icon-2 .subscribe-email .button,
.vertical-border-round-button-icon-2.text-light .subscribe-email .button:hover,
body.woocommerce .vertical-border-round-button-icon.text-light.style-primary .subscribe-email .button,
body .vertical-border-round-button-icon.text-light.style-primary .subscribe-email .button,
.ts-feature-wrapper.vertical-icon-square.text-light .feature-icon:hover,
.ts-feature-wrapper.vertical-icon-circle2.text-light .feature-icon:hover,
.ts-team-members.style-6 .member-social a.custom:hover,
.ts-team-members.style-2 .member-social a.custom:hover,
.tab-heading-center-line-after .column-tabs .tabs li:hover,
.tab-heading-center-line-after .column-tabs .tabs li.current,
.ts-search-by-category .search-content input[type="submit"]{
	background-color: #1f1f1f;
	color: #ffffff;
}
.ts-product-video-button:hover:before,
.ts-product-360-button:hover:before,
.ts-product-share-button > a:hover:before,
.ts-product-share-button.active > a:before,
.woocommerce .button.button-primary,
.button.button-primary,
.woocommerce .button.button-primary,
.woocommerce input[type="submit"].button-primary,
.woocommerce a.button-primary,
input[type="submit"].button-primary,
a.button-primary,
.top-filter-widget-area-button a:hover,
.top-filter-widget-area-button a.active{
	background-color: #1f1f1f;
	border-color: #1f1f1f;
	color: #ffffff;
}
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.top-filter-widget-area-button a{
	border-color: #1f1f1f;
	color: #1f1f1f;
	background: transparent;
}


/* BORDER COLOR */
*,
*:before,
*:after,
.image-border .add-to-cart-popup-content .product-image img,
.image-border .thumbnail-wrapper img,
body #yith-woocompare table.compare-list tbody th,
body #yith-woocompare table.compare-list tbody td,
.vertical-icon-square > a,
.woocommerce .button.button-border,
.button.button-border,
.woocommerce table.shop_table,
.woocommerce-page table.shop_table,
.woocommerce ul.order_details li,
.woocommerce div.product form.cart .group_table td,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_default .vc_toggle_content,
body.wpb-js-composer .vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.widget.ts-products-widget li > a.ts-wg-thumbnail,
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail,
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset,
body > table.compare-list,
.woocommerce table.my_account_orders tbody tr:first-child td:first-child,
body .woocommerce table.my_account_orders td.order-actions,
body.wpb-js-composer .vc_separator.border-color .vc_sep_line,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce .widget_layered_nav ul,
.woocommerce table.shop_table,
.woocommerce table.shop_table td,
body .wpb_flexslider.flexslider,
.woocommerce table.wishlist_table tbody td,
.widget_product_search,
.widget_search,
.widget_display_search,
.widget-container.widget_calendar,
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce table.shop_attributes,
.woocommerce #reviews #comments ol.commentlist li ,
.dataTables_wrapper,
.woocommerce div.product div.thumbnails li a img,
.woocommerce div.product div.images-thumbnails img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
/* Forum */
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
	border-color: #e5e5e5;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar,
.ts-product-attribute > div:before{
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}
.availability-bar .progress-bar{
	background-color: #e5e5e5;
}
/* Pagination */
.ts-pagination ul li a,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.bbp-pagination-links a{
	background-color: transparent;
	color: #666666;/* color text default */
	border-color: #e5e5e5;/* border default */
}

/* REVOLUTION SLIDER */
.vc_images_carousel .vc_left .icon-prev:before,
.vc_images_carousel .vc_right .icon-next:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
	color: #cccccc;
	border-color: #cccccc;
}
.vc_images_carousel .vc_left:hover .icon-prev:before,
.vc_images_carousel .vc_right:hover .icon-next:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:before,
.theme-default .nivo-directionNav a:hover:before{
	color: #000000;
	border-color: #000000;
}

/* BUTTON */
#to-top a,
a.button:hover,
button:hover, 
input[type^="submit"]:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,  
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,  
.woocommerce #respond input#submit:hover, 
.woocommerce form.register .button,
.woocommerce div.product form.cart .button,
.woocommerce .wishlist_table .product-add-to-cart a:hover,
.tagcloud a:hover,
.threesixty .nav_bar a:hover,
.shopping-cart p.buttons a:hover,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-tab:hover > a,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-2 .vc_tta-panel.vc_active .vc_tta-controls-icon,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-2 .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-3 .vc_tta-panel.vc_active .vc_tta-controls-icon,
body .mfp-close-btn-in .mfp-close:hover,
#ts-search-sidebar .ts-search-result-container .view-all-wrapper a,
.ts-portfolio-wrapper .filter-bar li:hover,
.ts-portfolio-wrapper .filter-bar li.current,
.single-portfolio .ic-like:hover,
body table.compare-list .add-to-cart td a:hover{
	background-color: #1f1f1f;
	border-color: #1f1f1f;
	color: #ffffff;
}
@media only screen and (min-width: 1279px){
	.woocommerce .list .meta-wrapper .loop-add-to-cart a.button:hover, 
	.woocommerce .item-list .meta-wrapper .loop-add-to-cart a.button:hover, 
	.item-list .woocommerce .meta-wrapper .loop-add-to-cart a.button:hover,
	.woocommerce .list .meta-wrapper .loop-add-to-cart a.button:focus, 
	.woocommerce .item-list .meta-wrapper .loop-add-to-cart a.button:focus, 
	.item-list .woocommerce .meta-wrapper .loop-add-to-cart a.button:focus{
		background-color: #1f1f1f;
		border-color: #1f1f1f;
		color: #ffffff;
	}
}
a.button,
button, 
input[type^="submit"], 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,  
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,  
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit, 
.shopping-cart p.buttons a,
.woocommerce .wishlist_table .product-add-to-cart a,
.woocommerce form.register .button:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body footer .style-1 .mailchimp-subscription button.button:hover,
.woocommerce footer .style-1 .mailchimp-subscription button.button:hover,
.ts-product-video-button:before,
.ts-product-360-button:before,
.ts-product-share-button > a:before,
.threesixty .nav_bar a,

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce div.product form.cart .button:hover,

.single-portfolio .ic-like,
.ts-portfolio-wrapper .filter-bar li,
body .yith-woocompare-widget a.compare,
.woocommerce .button.button-border:hover,
.button.button-border:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce div.product form.cart table .button:hover,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-3 .vc_tta-panel .vc_tta-controls-icon,
#ts-search-sidebar .ts-search-result-container .view-all-wrapper a:hover,
/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:hover,

.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.ts-pagination ul li a.prev:focus,
.ts-pagination ul li a.next:focus,

.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.ts-pagination ul li a:hover,
.ts-pagination ul li a:focus,
.ts-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,

.woocommerce nav.woocommerce-pagination ul li a.next:focus
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,

.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current,
/* Forum */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
body table.compare-list .add-to-cart td a{
	background-color: transparent;
	border-color: #1f1f1f;
	color: #1f1f1f;
}
@media only screen and (min-width: 1279px){
	.woocommerce .list .meta-wrapper .loop-add-to-cart a.button, 
	.woocommerce .item-list .meta-wrapper .loop-add-to-cart a.button, 
	.item-list .woocommerce .meta-wrapper .loop-add-to-cart a.button{
		background-color: transparent;
		border-color: #1f1f1f;
		color: #1f1f1f;
	}
}

/* BREADCRUMB */
.breadcrumb-title-wrapper{
	background-color: #ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title *{
	color: #666666;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
	color: #1f1f1f;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
	color: #1f1f1f;
}

/* HEADER COLOR */
.ts-top-product-deals .counter{
	background: #ef3434;
}
.ts-top-product-deals .counter *,
.ts-top-product-deals .counter-wrapper div.ref-wrapper{
	color: #ffffff;
}
/* Header top */
.header-top{
	border-color: #e5e5e5;
	background-color: #ffffff;
}
.header-transparent .header-top .group-meta-header > div:before, 
.header-transparent .header-top .header-left > div:before, 
.header-v5 .header-transparent .header-top .group-meta-header:before{
	border-color: transparent;
}
.group-meta-header > div:before,
.header-left > div:before,
.header-top .group-meta-header:before{
	border-color: #e5e5e5;
}
.header-top a:not(.button),
.ts-header-social-icons li a,
.header-top{
	color: #666666;
}
.info-desc a:hover,
.info-link a:hover,
.header-top .ts-group-meta-icon-toggle:hover,
.ts-header-social-icons li a:hover,
.header-top .my-account-wrapper .account-control > a:hover,
.header-top .my-wishlist-wrapper > a:hover,
.header-top .header-currency > div > a:hover,
.header-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a{
	color: #000000;
}

/* Header middle */
.header-middle,
.header-v8 .header-top,
.header-v1 .header-sticky .visible-sticky.logo-wrapper,
.header-v7 .header-bottom,
.header-v1 .sticky-wrapper.is-sticky .logo-sticky{
	background-color: #000000;
}

/* Header bottom */
header .header-bottom,
.header-v7 .header-content{
	background-color: #ffffff;
}

/* Header Search */
body .select2-container.category-dropdown .select2-dropdown,
header .ts-search-by-category .select2-selection .select2-selection__rendered:before,
.ts-search-by-category .search-content input[type="text"]{
	border-color: #ffffff;
}
body .select2-container.category-dropdown .select2-dropdown,
.ts-search-by-category .search-content input[type="text"]{
	background-color: #ffffff;
	color: #666666;
}
.header-v9 .header-middle .ic-mobile-menu-button{
	color: #666666;
}
.ts-search-by-category .search-content input[type="text"]:focus{
	color: #1f1f1f;
}
.header-v9 .header-middle .ic-mobile-menu-button:hover{
	color: #1f1f1f;
}
header .ts-search-by-category .search-button:before,
header .search-button .icon{
	color: #3f3f3f;
}
header .ts-search-by-category .search-button:hover:before,
header .search-button .icon:hover{
	color: #000000;
}
.ts-sidebar-content .search-content input[type="text"]{
	color: #666666;
	background-color: #ffffff;
}
.category-dropdown li, 
header .select2-container--default .select2-selection--single .select2-selection__rendered, 
.ts-header .ts-search-by-category select{
	color: #000000;
}
header .ts-search-by-category form > .select2, 
header .ts-search-by-category select{
	background-color: #ffffff;
	border-color: #ffffff;
}

/* Shopping cart */
.shopping-cart-wrapper a > .ic-cart,
.my-wishlist-wrapper > a.tini-wishlist,
.my-account-wrapper .account-control a,
.header-v9 .header-bottom .info-link a, 
.header-v9 .header-currency > div > a, 
.header-v9 .header-language div > ul > li > a,
.header-v9 .header-bottom .ic-mobile-menu-button{
	color: #ffffff;
}
.shopping-cart-wrapper a > .cart-number,
.my-wishlist-wrapper .wishlist-number{
	background: #ffffff;
	color: #000000;
}
.shopping-cart-wrapper a > .ic-cart:hover,
.my-wishlist-wrapper:hover > a,
.my-account-wrapper .account-control a:hover,
.header-v9 .header-bottom .info-link:hover a, 
.header-v9 .header-currency:hover > div > a, 
.header-v9 .header-language div > ul > li:hover > a,
.header-v9 .header-bottom .ic-mobile-menu-button:hover{
	color: #a1a1a1;
}

/* Menu */
.header-v8 .header-bottom{
	border-color: #e5e5e5; /* menu border */
}
/* Vertical Menu */
.ts-vertical-menu{
	color: #ffffff;
	background: #189163;
}
.vertical-menu-big .menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
	border-color: #189163;
}
.ts-vertical-menu:hover{
	color: #ffffff;
	background: #000000;
}
.vertical-menu-wrapper .vertical-menu{
	border-color: #000000;
}
.ts-menu > nav.main-menu > ul.menu > li > .ts-menu-drop-icon,
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul > li > a,
.menu-wrapper nav > ul.menu li.fa:before{
	color: #000000;
}
.menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper nav > ul.menu > li.fa.current-page-ancestor:before,

.ts-menu > nav.main-menu > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu > li.current_page_item > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu > li.current-page-ancestor > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu li.current-product_cat-ancestor > .ts-menu-drop-icon,
.menu-wrapper nav > ul.menu > li:hover > a,
.menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu > li.current-page-ancestor > a,
.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a{
	color: #1f1f1f;
}
.header-v2 .menu-wrapper nav > ul.menu > li > a:after{
	border-color: #1f1f1f;
}
.header-v4 .menu-wrapper nav > ul.menu > li.fa:hover:before,
.header-v4 .menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.header-v4 .menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.header-v4 .menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.header-v4 .menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.header-v4 .menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.header-v4 .menu-wrapper nav > ul.menu > li.fa.current-page-ancestor:before,

.header-v4 .ts-menu > nav.main-menu > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.header-v4 .ts-menu > nav.main-menu > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
.header-v4 .ts-menu > nav.main-menu > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.header-v4 .ts-menu > nav.main-menu > ul.menu > li.current_page_item > .ts-menu-drop-icon,
.header-v4 .ts-menu > nav.main-menu > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
.header-v4 .ts-menu > nav.main-menu > ul.menu > li.current-page-ancestor > .ts-menu-drop-icon,
.header-v4 .ts-menu > nav.main-menu > ul.menu li.current-product_cat-ancestor > .ts-menu-drop-icon,
.header-v4 .menu-wrapper nav > ul.menu > li:hover > a,
.header-v4 .menu-wrapper nav > ul.menu > li.current-menu-item > a,
.header-v4 .menu-wrapper nav > ul.menu > li.current_page_parent > a,
.header-v4 .menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.header-v4 .menu-wrapper nav > ul.menu > li.current_page_item > a,
.header-v4 .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.header-v4 .menu-wrapper nav > ul.menu > li.current-page-ancestor > a,
.header-v4 .menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a{
	background-color: #ffffff;
}
/* Vertical sub menu */
.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li > a{
	color: #1f1f1f;
	background-color: #ffffff;
}
.menu-wrapper .vertical-menu > ul.menu > li:hover > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-page-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li:hover > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li:hover > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-page-ancestor > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a{
	background-color: #ffffff;
	color: #000000;
}
.menu-wrapper nav > ul.menu li ul.sub-menu:before,
.menu-wrapper .ts-menu > nav > ul.menu > li > a:after,
.menu-wrapper .vertical-menu > ul.menu > li li ul.sub-menu:before,
.vertical-menu-wrapper .vertical-menu{
	background-color: #ffffff;
}

/* Menu sub text */
.menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
.ts-menu nav > ul.menu ul li > .ts-menu-drop-icon{
	color: #666666;
}

/* Menu sub hover */
.header-currency .wcml_currency_switcher ul li:hover a:not(.button),
.header-top .wpml-ls ul ul li:hover a:not(.button),
.header-top .wpml-ls a:hover,
.header-top .wpml-ls a:focus,
.header-top .wpml-ls ul ul li a:hover,
.header-top .wpml-ls ul ul li a:focus,

.ts-menu > nav.main-menu > ul.menu ul li:hover > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu ul li.current_page_item > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu ul li.current-menu-item > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu ul li.current_page_parent > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu ul li.current-menu-parent > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu ul li.current-menu-ancestor > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu ul li.current-page-ancestor > .ts-menu-drop-icon,
.ts-menu > nav.main-menu > ul.menu ul li.current-product_cat-ancestor > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li:hover > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_item > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-item > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_parent > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-parent > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-ancestor > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-page-ancestor > .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li.current-product_cat-ancestor > .ts-menu-drop-icon,
.menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
.menu-wrapper nav div.list-link li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-page-ancestor > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-product_cat-ancestor > a{
	color: #000000;
}

/* Heading menu */
.menu-wrapper nav > ul.menu ul.sub-menu h1,
.menu-wrapper nav > ul.menu ul.sub-menu h2,
.menu-wrapper nav > ul.menu ul.sub-menu h3,
.menu-wrapper nav > ul.menu ul.sub-menu h4,
.menu-wrapper nav > ul.menu ul.sub-menu h5,
.menu-wrapper nav > ul.menu ul.sub-menu h6,
.menu-wrapper nav > ul.menu ul.sub-menu .h1,
.menu-wrapper nav > ul.menu ul.sub-menu .h2,
.menu-wrapper nav > ul.menu ul.sub-menu .h3,
.menu-wrapper nav > ul.menu ul.sub-menu .h4,
.menu-wrapper nav > ul.menu ul.sub-menu .h5,
.menu-wrapper nav > ul.menu ul.sub-menu .h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
	color: #000000;
}

/* Mobile */
.mobile-menu-wrapper .menu-main-mobile,
.mobile-menu-wrapper .ts-header-social-icons{
	background: #ffffff;
}
.mobile-menu-wrapper .ts-header-social-icons li a,
.ic-mobile-menu-close-button,
.mobile-menu-wrapper .mobile-menu li > a,
.mobile-menu-wrapper .mobile-menu li:before,
.mobile-menu-wrapper .mobile-menu li > .ts-menu-drop-icon,
.mobile-menu-wrapper nav > ul.menu ul li > .ts-menu-drop-icon{
	color: #444444;
}
.mobile-menu-wrapper.ts-menu nav .widgettitle{
	color: #111111;
}

.mobile-menu-wrapper .ts-header-social-icons li:hover a,
.ic-mobile-menu-close-button:hover,
.ic-close-menu-button:hover,
.ts-menu-drop-icon.active:before,
.ts-menu-drop-icon:hover:before,
header .search-button .icon:hover:before,
.menu-wrapper nav > ul.menu li.fa:hover:before,
.mobile-menu-wrapper .mobile-menu ul li > a:hover,
.mobile-menu-wrapper ul ul li > a:hover,
.mobile-menu-wrapper .mobile-menu ul li:before,
.mobile-menu-wrapper .mobile-menu ul li > .ts-menu-drop-icon:hover{
	color: #f44c18;
	background: transparent;
}

/* FOOTER COLOR */

footer#colophon .ts-social-icons a,
footer#colophon .ts-social-icons a:before{
	border-color: #d9d9d9;
	color: #d9d9d9;
}
.ts-social-icons .style-opacity-circle li a:before{
	background-color: rgba(190,190,190,0.4);
}
footer .footer-container{
	background-color: #000000;
}
footer *{
	border-color: #353535;
}
.first-footer-area a,
footer#colophon .ts-social-icons .style-vertical a,
footer#colophon .ts-social-icons .style-vertical-multicolor a,
.first-footer-area,
.first-footer-area dt,
footer .mc4wp-form-fields label,
footer .text-light .mailchimp-subscription .newsletter{
	color: #999999;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers,
footer .text-light .mailchimp-subscription .widget-title,
footer .mc4wp-form-fields h2.title,
footer#colophon h1,
footer#colophon h2,
footer#colophon h3,
footer#colophon h4,
footer#colophon h5,
footer#colophon h6,
footer#colophon .h1,
footer#colophon .h2,
footer#colophon .h3,
footer#colophon .h4,
footer#colophon .h5,
footer#colophon .h6,
footer#colophon h1.wpb_heading,
footer#colophon h2.wpb_heading,
footer#colophon h3.wpb_heading,
footer#colophon h4.wpb_heading,
footer#colophon h5.wpb_heading,
footer#colophon h6.wpb_heading
footer#colophon .wp-caption p.wp-caption-text,
footer#colophon .woocommerce ul.cart_list li span.amount,
footer#colophon .woocommerce ul.product_list_widget li span.amount,
footer#colophon .ts-blogs-widget-wrapper ul li a,
footer#colophon .ts-recent-comments-widget-wrapper ul li a{
	color: #ffffff;
}
footer#colophon a:hover,
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
	color: #ffffff;
}
footer#colophon .end-footer{
	color: #999999;
	background-color: #000000;
}
footer#colophon .end-footer a{
	color: #e5e5e5;
}
footer#colophon .end-footer a:hover{
	color: #ffffff;
}

/* PRODUCT COLOR */
.counter-wrapper > div{
	background-color: #f7f7f7;
	border-color: #f7f7f7;
	color: #1f1f1f;
}
.counter-wrapper div.ref-wrapper{
	color: #666666;
}
.availability-bar .progress-bar span{
	background-color: #ef3434;
}
/* Rating Product */
.star-rating:before,
.star-rating span:before,
.woocommerce .star-rating:before,
.ts-testimonial-wrapper .rating:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating:before{
	color: #ffca27;
}

/* Name Product */
.add-to-cart-popup-content .product-meta a,
.ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
.widget-container ul.product_list_widget li > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce ul.product_list_widget .ts-wg-meta > a,
.ts-header .header-top h3.product-name > a,
h3.product-name > a,
h3.product-name,
.product-name a,
.woocommerce #order_review table.shop_table tbody td.product-name,
.woocommerce #order_review table.shop_table tfoot td.product-name,
.single-navigation .product-info,
.group_table a,
body table.compare-list tr.title td{
	color: #202020;
}
.widget-container ul.product_list_widget li > a:hover,
.widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.widget.ts-products-widget .ts-wg-meta > a:hover,
.woocommerce ul.product_list_widget .ts-wg-meta > a:hover,
.ts-header .header-top h3.product-name > a:hover,
h3.product-name > a:hover,
h3.product-name:hover,
.product-name a:hover,
.group_table a:hover{
	color: #202020;
}
/* Button Product */
body.product-style-1 .thumbnail-wrapper .product-group-button .loop-add-to-cart a span,
.thumbnail-wrapper .product-group-button .loop-add-to-cart a,
.product-group-button > div a,
.meta-wrapper div.wishlist a,
.meta-wrapper div.compare a,
.woocommerce .product .meta-wrapper a.added_to_cart,
.woocommerce .product .meta-wrapper a.button,
.woocommerce .product .meta-wrapper .wishlist a{
	background-color: #ffffff;
	color: #666666;
}
body.product-style-1 .thumbnail-wrapper .product-group-button .loop-add-to-cart a:hover span,
.thumbnail-wrapper .product-group-button .loop-add-to-cart a:hover,
.button-in a:hover,
.meta-wrapper .button-in.wishlist a:hover,
.meta-wrapper .button-in.compare a:hover,
.product-group-button > div a:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:hover,
.woocommerce .product .meta-wrapper a.button:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:focus,
.woocommerce .product .meta-wrapper a.button:focus,
.woocommerce .product .meta-wrapper .wishlist a:hover,
.woocommerce .product .meta-wrapper .wishlist a:focus,
.meta-wrapper div.wishlist a:hover,
.meta-wrapper div.compare a:hover{
	background-color: #1f1f1f;
	color: #ffffff;
}
.thumbnail-wrapper .product-group-button a .button-tooltip,
.ts-product-attribute .button-tooltip{
	color: #666666;
}
.product-group-button .button-tooltip:after,
.ts-product-attribute .button-tooltip:after{
	border-top-color: #ffffff;/* rtl */
}
body.product-style-2 .product-group-button .button-tooltip:after{
	border-left-color: #ffffff;/* rtl */
	border-right-color: #ffffff;/* rtl */
}
.product-group-button .button-tooltip:before,
.ts-product-attribute .button-tooltip:before{
	background-color: #ffffff;
}
/* Label Product */
.woocommerce .product .product-label .onsale{
	color: #ffffff;
	background: #69ca47;
}
.woocommerce .product .product-label .onsale.amount{
	color: #ffffff;
}
.woocommerce .product .product-label .new{
	color: #ffffff;
	background: #3f7bf5;
}
.woocommerce .product .product-label .featured{
	color: #ffffff;
	background: #ef3434;
}
.woocommerce .product .product-label .out-of-stock{
	color: #ffffff;
	background: #989898;
}
/* Amount Product */
.amount,
.woocommerce .products .product .price,
.woocommerce .products .product .amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.single-navigation .product-info .price,
/* Compare table */
body table.compare-list tr.price td{
	color: #000000;
}
del .amount,
.woocommerce .products .product del .amount{
	color: #959595;
}
ins .amount,
.woocommerce .products .product ins .amount{
	color: #ef3434;
}

/* Special Button */
.woocommerce .cart_totals a.checkout-button.button,
.woocommerce a.button-special.button,
a.button-special.button,
.woocommerce #payment #place_order{
	background: #ed4545;
	border-color: #ed4545;
	color: #ffffff;
}
div.product .woocommerce-variation-price .amount,
.woocommerce div.product form.cart .reset_variations,
.woocommerce div.product .woocommerce-variation-price .amount,
.woocommerce .products .product .price.variation-price .amount{
	color: #ed4545;
}
.woocommerce .cart_totals a.checkout-button.button:hover,
.woocommerce a.button-special.button:hover,
a.button-special.button:hover,
.woocommerce #payment #place_order:hover{
	background: transparent;
	color: #ed4545;
	border-color: #ed4545;
}
.ts-tiny-cart-wrapper .total > span.amount,
.widget_shopping_cart .total .amount,
body.error404 article > h1.heading-font-1{
	color: #ed4545;
}

/* WOOCOMMERCE MESSAGE */
.woocommerce-message,
.woocommerce .woocommerce-message,
#page .wc-block-components-notice-banner,
.alert.alert-success,
div.wpcf7-mail-sent-ok,
.vc_color-alert-success.vc_message_box.vc_message_box-outline{
	background: rgba(109,183,76,0.1);
	color: #6db74c;
	border-color: #6db74c;
}
.vc_color-alert-success.vc_message_box{
	color: #6db74c;
}
.woocommerce-message a,
.woocommerce .woocommerce-message a,
#page .wc-block-components-notice-banner a{
	color: #6db74c;
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
.alert.alert-success:before,
#page .wc-block-components-notice-banner:before,
.mailchimp-subscription .mc4wp-success:before,
.mailchimp-subscription .mc4wp-success{
	color: #6db74c;
}
.woocommerce div.product .stock{
	color: #6db74c;
}
.woocommerce-info,
.woocommerce .woocommerce-info,
#page .wc-block-components-notice-banner.is-info,
#page .wc-block-components-notice-banner.is-warning,
.alert.alert-info,
.vc_color-alert-info.vc_message_box.vc_message_box-outline{
	background: rgba(155,155,155,0.1);
	color: #666666;
	border-color: #666666;
}
.vc_color-alert-info.vc_message_box{
	color: #1f1f1f;
}
.woocommerce-info a,
.woocommerce .woocommerce-info a,
#page .wc-block-components-notice-banner.is-info a,
#page .wc-block-components-notice-banner.is-warning a{
	color: #1f1f1f;
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
#page .wc-block-components-notice-banner.is-info:before,
#page .wc-block-components-notice-banner.is-warning:before,
.alert.alert-info:before{
	color: #1f1f1f;
}
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button,
#page .wc-block-components-notice-banner.is-info a.button,
#page .wc-block-components-notice-banner.is-warning a.button{
	background: #ffffff !important;
	color: #0e9adb !important;
	border-color: #0e9adb;
}
.woocommerce-info a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
#page .wc-block-components-notice-banner.is-info a.button:hover,
#page .wc-block-components-notice-banner.is-warning a.button:hover{
	background: #0e9adb !important;
	color: #ffffff !important;
	border-color: #0e9adb;
}
.woocommerce-error,
.woocommerce .woocommerce-error,
#page .wc-block-components-notice-banner.is-error,
.alert.alert-error,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
.vc_color-alert-danger.vc_message_box.vc_message_box-outline{
	background: rgba(233,75,75,0.1);
	border-color: #e94b4b;
	color: #e94b4b;
}
.vc_color-alert-danger.vc_message_box{
	color: #e94b4b;
}
.woocommerce-error a,
.woocommerce .woocommerce-error a,
#page .wc-block-components-notice-banner.is-error a{
	color: #e94b4b;
}
.mailchimp-subscription .mc4wp-error,
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
#page .wc-block-components-notice-banner.is-error:before,
.alert.alert-error:before,
.mailchimp-subscription .mc4wp-error:before,
.mailchimp-subscription .mc4wp-error a{
	color: #e94b4b;
}
.alert.alert-warning,
div.wpcf7-spam-blocked,
.vc_color-alert-warning.vc_message_box.vc_message_box-outline{
	background: rgba(248,207,57,0.1);
	color: #f8cf39;
	border-color: #f8cf39;
}
.vc_color-alert-warning.vc_message_box{
	color: #f8cf39;
}
.alert.alert-warning:before{
	color: #f8cf39;
}
.alert.alert-warning a,
div.wpcf7-spam-blocked a,
.vc_color-alert-warning.vc_message_box a{
	color: #f8cf39;
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button,
#page .wc-block-components-notice-banner a.button{
	background: transparent !important;
	color: #77d23f !important;
	border-color: #77d23f;
}
.woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:hover,
#page .wc-block-components-notice-banner a.button:hover{
	background: #77d23f !important;
	color: #ffffff !important;
	border-color: #77d23f;
}
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
#page .wc-block-components-notice-banner.is-error a.button{
	background: transparent !important;
	color: #e94b4b !important;
	border-color: #e94b4b;
}
.woocommerce-error a.button:hover,
.woocommerce .woocommerce-error a.button:hover,
#page .wc-block-components-notice-banner.is-error a.button:hover{
	background: #e94b4b !important;
	color: #ffffff !important;
	border-color: #e94b4b;
}