.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{
	display:table;
	content:"";
	clear:both;
}
.visible-vertical-ipad{
	display:none !important;
}
.header-top > .container,
.header-middle > .container,
.header-bottom > .container{
	padding-left:20px;
	padding-right:20px;
}
.header-v4 .header-bottom > .container,
.header-v6 .header-bottom > .container{
	position:relative;
}
.header-v4 .header-bottom,
.header-v6 .header-bottom{
	border-width:1px 0 1px 0;
	border-style:solid;
}
.page-container{
	min-height:400px;
}
.page-container:after{
	display:table;
	content:"";
	clear:both;
}
.page-container,
#main > .fullwidth-template{
	padding-top:0;
	padding-bottom:0;
}
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
	padding-left:30px;
	padding-right:30px;
	max-width:100%;
	width:100%;
}
.page-template-fullwidth-template footer .vc_row{
	margin-left:-20px;
	margin-right:-20px;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
	margin-top:-255px;
	padding-top:10px;
	position:relative;
}
body.main-content-wide #main > .page-container.show_breadcrumb_v3,
body.main-content-wide #main > .fullwidth-template.show_breadcrumb_v3,
body.wide #main > .page-container.show_breadcrumb_v3,
body.wide #main > .fullwidth-template.show_breadcrumb_v3{
	padding-top:25px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- I. HEADER ---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
header{
	padding:0;width:100%;
}
header.top-header-transparent{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:99996;
}
/* Fix Column For Menu */
.menu .ts-columns{
	margin-left:-15px;
	margin-right:-15px;
}
.menu .ts-columns > .ts-item{
	float:left;/* rtl */
	padding:0 15px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 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:14px;
	line-height:18px;
	padding:15px 20px;
	text-transform:uppercase;
	color:#000000;
	display:inline-block;
}
.nav > ul.menu > ul > li > a:hover{
	text-decoration:none;
}
header .menu-wrapper{
	line-height:0;
	position:relative;
}
header .header-v4 .menu-wrapper{
	text-align:center;
	padding-left:40px;
	padding-right:40px;
}
header .header-v6 .menu-wrapper,
header .header-v7 .menu-wrapper{
	text-align:center;
}
header .header-v4 .menu-wrapper .ts-menu,
header .header-v6 .menu-wrapper .ts-menu,
header .header-v7 .menu-wrapper .ts-menu{
	text-align:left;/* rtl */
	display:inline-block;
}
/* End Fix Menu For Theme Default WP */
li.hide ul.sub-menu{
	display:none !important;
}
/* VERTICAL MENU */
.header-v1 .vertical-menu-wrapper{
	width:100%;
}
.vertical-menu-wrapper{
	float:left; /* rtl */
	position:relative;
	z-index:99992;
}
.header-v2 .vertical-menu-wrapper,
.header-v5 .vertical-menu-wrapper{
	margin-right:12px;/* rtl */
	min-width:280px;
}
.vertical-menu-wrapper .vertical-menu-heading{
	padding:20px 20px 20px 60px;/* rtl */
	transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	position:relative;
	z-index:1;
}
.vertical-menu-wrapper .vertical-menu-heading:hover{
	cursor:pointer;
}
.vertical-menu-wrapper .vertical-menu-heading:before{
	font-family:'FontAwesome';
	background:transparent;
	content:"\f03a";
	position:absolute;
	font-weight:normal;/* default */
	left:24px;/* rtl */
	top:50%;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	transition:transform 150ms ease-in-out 0s;
	-moz-transition:transform 150ms ease-in-out 0s;
	-webkit-transition:transform 150ms ease-in-out 0s;
}
.vertical-menu-wrapper .vertical-menu{
	visibility:hidden;
	opacity:0;
	display:none;
	position:absolute;
	left:0;
	right:0;
	top:100%;
	border-width:0 1px 1px 1px;
	border-style:solid;
	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-small .vertical-menu-wrapper .vertical-menu{
	border-width:0;
}
@-webkit-keyframes animation_vertial_categories {
	from {
		visibility:hidden;
		opacity:0;
		transform:scale(1,0.7);
		-webkit-transform:scale(1,0.7);
		-moz-transform:scale(1,0.7);
	}
	to {
		visibility:visible;
		opacity:1;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
@-moz-keyframes animation_vertial_categories {
	from {
		visibility:hidden;
		opacity:0;
		transform:scale(1,0.7);
		-webkit-transform:scale(1,0.7);
		-moz-transform:scale(1,0.7);
	}
	to {
		visibility:visible;
		opacity:1;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
@keyframes animation_vertial_categories {
	from {
		visibility:hidden;
		opacity:0;
		transform:scale(1,0.7);
		-webkit-transform:scale(1,0.7);
		-moz-transform:scale(1,0.7);
	}
	to {
		visibility:visible;
		opacity:1;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
.vertical-menu-wrapper:hover .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;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
	-webkit-animation:none;
	-moz-animation:none;
	animation:none;
	visibility:visible;
	display:block;
	opacity:1;
}
.display-vertical-menu .woocommerce-message{
		display:none !important;
	}
.menu-wrapper .vertical-menu > ul.menu > li{
	width:100%;
	backface-visibility:hidden;
	-moz-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 > li:first-child > a{
	border:0;
}
.menu-wrapper .vertical-menu > ul.menu{
	margin:0 !important;
	padding:0 !important;
	position:relative;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
	padding:10px 0 16px 0 !important;
}
.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);
		-webkit-transform: scale(1,0.7);
		-moz-transform: scale(1,0.7);
	}
	100% {
		visibility:visible;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
@-webkit-keyframes animation_menu {
	0% {
		visibility:hidden;
		transform: scale(1,0.7);
		-webkit-transform: scale(1,0.7);
		-moz-transform: scale(1,0.7);
	}
	100% {
		visibility:visible;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
@keyframes animation_menu {
	0% {
		visibility:hidden;
		transform: scale(1,0.7);
		-webkit-transform: scale(1,0.7);
		-moz-transform: scale(1,0.7);
	}
	100% {
		visibility:visible;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-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: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_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:calc(100% + 1px);
	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;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li:first-child > ul.sub-menu{
	top:-11px;
}
@-moz-keyframes animation_menu_sub {
	0% {
		opacity: 0;
		visibility:hidden;
		transform: scale(0.7,1);
		-webkit-transform: scale(0.7,1);
		-moz-transform: scale(0.7,1);
	}
	100% {
		opacity: 1;
		visibility:visible;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
@-webkit-keyframes animation_menu_sub {
	0% {
		opacity: 0;
		visibility:hidden;
		transform: scale(0.7,1);
		-webkit-transform: scale(0.7,1);
		-moz-transform: scale(0.7,1);
	}
	100% {
		opacity: 1;
		visibility:visible;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
	}
}
@keyframes animation_menu_sub {
	0% {
		opacity: 0;
		visibility:hidden;
		transform: scale(0.7,1);
		-webkit-transform: scale(0.7,1);
		-moz-transform: scale(0.7,1);
	}
	100% {
		opacity: 1;
		visibility:visible;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-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:99990;
	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;
    border-width: 1px;
    border-style: solid;
}
.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;
}
.widget-container .menu-wrapper .vertical-menu > ul.menu > li.menu-item-has-children > a:after,
.widget-container .menu-wrapper .vertical-menu > ul.menu > li.parent > a:after,
ul.menu li.parent.no-sub-menu > a:after,
ul.menu li.parent.no-sub-menu > a span:after{
	display:none !important
}
.menu-wrapper .vertical-menu.pc-menu > ul.menu > li.menu-item-has-children:not(.parent) > a:before,
.widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a:before,
.menu-wrapper .vertical-menu.pc-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after{
	content: "\f0da" !important ;/* rtl */
	right:15px !important; /* rtl */
	top:50%;
	font-family: 'FontAwesome';
}
/* Vertical menu header v4 */
.header-template .menu-wrapper .vertical-menu > ul.menu > li{
	display:table;
	table-layout:fixed;
	float:none;
	margin:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
	display:table-cell;
	vertical-align:middle;
	transition:all 150ms ease 0s;
	-webkit-transition:all 150ms ease 0s;
	-moz-transition:all 150ms ease 0s;
	text-transform:none;
	float:none;
}
.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,
.widget-container .vertical-menu > ul.menu > li,
.widget-container .vertical-menu > ul.menu > li:first-child{
	padding:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
	padding:14px 20px 14px 40px;/* rtl */
	border-width:1px 0 0 0;
	border-style:solid;
	position:relative;
	border-color:rgba(217,217,217,0.4);
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
	padding:14px 20px 14px 20px;/* rtl */
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
	padding:14px 20px 14px 90px;/* rtl */
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
	padding:8px 20px 8px 45px;/* rtl */
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
	padding:8px 20px 8px 20px;/* rtl */
	border-width:0;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
	height:89px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a{
	height:auto;
}

/* Menu phone */
.visible-sticky{
	display:none !important
}
body.admin-bar .mobile-menu-wrapper{
	top:46px;
}
.mobile-menu-wrapper{
	position:fixed;
	left:0;/* rtl */
	top:0;
	bottom:0;
	overflow:auto;
	width:70%;
	z-index:100000;
	-webkit-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	transform: translate(-100%,0);
	transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-moz-transition:all 200ms linear 0s;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
/* end menu phone */
.ts-menu-drop-icon{
	display:none;
	cursor:pointer;
}
.menu-wrapper nav > ul.menu{
	margin:0;
}
.header-v3 .menu-wrapper nav > ul.menu{
	float:right;/* rtl */
	padding-right:30px;/* rtl */
}
.menu-wrapper nav > ul.menu > li{
	float:left;/* rtl */
	list-style:none;
	position:relative;
	padding:0;
	letter-spacing:0;
	margin:0 24px 0 0;/* rtl */
}
.header-v2 .menu-wrapper nav > ul.menu > li,
.header-v5 .menu-wrapper nav > ul.menu > li{
	margin:0 0 0 18px;/* rtl */
}
.header-v2 .menu-wrapper nav > ul.menu > li:last-child,
.header-v5 .menu-wrapper nav > ul.menu > li:last-child{
	margin:0 0 0 18px;/* rtl */
}
.menu-wrapper nav > ul.menu > li:last-child{
	padding:0;
	margin:0;
}
.menu-wrapper nav > ul.menu > li:hover{
	z-index:99993;
}
.menu-wrapper nav > ul.menu > li a:hover{
	text-decoration:none;
}
.menu-wrapper nav > ul.menu > li > a{
	padding-top:20px;
	padding-bottom:20px;
	float:left;/* rtl */
}
.header-v3 .menu-wrapper nav > ul.menu > li > a{
	padding-top:40px;
	padding-bottom:40px;
}
.top-header-transparent .header-v3 .menu-wrapper nav > ul.menu > li > a{
	padding-top:20px;
	padding-bottom:20px;
}
.header-v3 .is-sticky .menu-wrapper nav > ul.menu > li > a{
	padding-top:20px;
	padding-bottom:20px;
}
.header-template nav.pc-menu > ul.menu > li.parent > a,
.header-template nav.pc-menu > ul.menu > li.menu-item-has-children:not(.parent) > a{
	padding-right:20px;/* rtl */
}
.widget-container .vertical-menu > ul.menu ul li.fa > a,
.header-template .menu-wrapper nav > ul.menu li.fa > a{
	padding-left:16px;/* rtl */
}
.header-template .menu-wrapper nav > ul.menu li a.has-icon{
	padding-left:26px;/* rtl */
}
.menu-wrapper nav > ul.menu li:before,
.widget-container .vertical-menu > ul.menu li:before{
	font-family: 'FontAwesome';
	position:absolute;
	top:48%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left:2px;/* rtl */
	bottom:auto;
	right:auto;
	z-index:1;
	transition: all 150ms ease-in-out 0s;
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
}
.menu-wrapper nav > ul.menu li:before{
	left:0; /* rtl */
}
.menu-wrapper nav > ul.menu li .menu-icon{
	position:absolute;
	left:0; /* rtl */
	top:50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.menu-wrapper nav > ul.menu > li > a.menu-icon{
	left:28px /* rtl */
}
.ts-header .menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a >.menu-icon{
	margin-top:0 !important;
}
.menu-wrapper nav > ul.menu > li > a >.menu-icon{
	left:0;/* rtl */
}
.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
	left:28px;/* rtl */
	max-width:40px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
	max-width:16px;
	left:20px;/* rtl */
}
.menu-wrapper nav > ul.menu li .menu-desc,
.widget-container .vertical-menu > ul.menu li .menu-desc{
	text-transform:none;
}

/* SUB MENU */
.menu-wrapper nav > ul.menu li .ts-megamenu-widgets-container > ul,
.widget-container .vertical-menu > ul.menu li .ts-megamenu-widgets-container > ul{
	display:block;
	padding:0;
	margin:0 -10px;
}
.ts-mega-menu{
	margin:0 -10px;
	overflow:hidden;
}
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu ul li.menu-item-has-children > a:after,

nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after,
nav.pc-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
	content: "\e684";
	font-family: 'Pe-icon-7-stroke';
	display:inline-block;
	position:absolute;
	top:50%;
	right:8px;/* rtl */
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after{
	content: "\e688";
	font-family: 'Pe-icon-7-stroke';
	padding:0;
	display:inline-block;
	position:absolute;
	top:50%;
	padding:0;
	right:4px;/* rtl */
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after{
	top:50%;
	margin:0;
}
nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu ul li.menu-item-has-children > a:after{
	right:-10px;/* rtl */
	content: "\e684";/* rtl */
	margin:0;
}
nav.pc-menu > ul.menu ul li.menu-item-has-children.parent > a:after{
	display:none;
}
nav.pc-menu > ul.menu ul ul li.parent > a >.menu-label:after{
	right:-35px;/* rtl */
	content: "\e684";/* rtl */
}
.menu-wrapper nav > ul.menu li ul.sub-menu,
.widget-container .vertical-menu li ul.sub-menu{
	position:absolute;
	z-index:9999;
	left:-25px;/* rtl */
	top:100%;
	margin:0;
	padding:22px 30px;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	width:210px;
	display:none;
}
.menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu{
	left:-30px /* rtl */
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li:first-child > ul.sub-menu{
	left:-20px /* rtl */
}
.menu-wrapper nav > ul.menu li:hover > ul.sub-menu{
	display:block;
	-webkit-animation-duration:240ms;
	-moz-animation-duration:240ms;
	animation-duration:240ms;
	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_menu;
	-moz-animation-name:animation_menu;
	animation-name:animation_menu;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
	z-index:99990;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu{
	z-index:99991;
}
.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:0;
	border-width:1px;
	border-style:solid;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li.parent > a:after{
	bottom:-17px;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent > a:after{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	display:none;
	border-width:1px;
	border-style:solid;
	bottom:-5px;
	left:50%;
	z-index:0;
	margin-left:-8px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li.parent:after{
	bottom:-13px;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:after{
	position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    bottom: -1px;
    left: 50%;
	z-index:10000;
    margin-left: -9px;
    display:none;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.hide > a:after,
.menu-wrapper .ts-menu > nav > ul.menu > li.hide:after{
	display:none !important;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover > a:after{
	display:block;
	-webkit-animation-duration: 100ms;
	-moz-animation-duration: 100ms;
	animation-duration: 100ms;
	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_menu_icon;
	-moz-animation-name: animation_menu_icon;
	animation-name: animation_menu_icon;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover:after{
	display:block;
	-webkit-animation-duration: 100ms;
	-moz-animation-duration: 100ms;
	animation-duration: 100ms;
	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_menu_icon;
	-moz-animation-name: animation_menu_icon;
	animation-name: animation_menu_icon;
}
/* SUB MENU */
@-moz-keyframes animation_menu_icon {
	0% {
		opacity: 0;
		visibility:hidden;
	}
	100% {
		opacity: 1;
		visibility:visible;
	}
}
@-webkit-keyframes animation_menu_icon {
	0% {
		opacity: 0;
		visibility:hidden;
	}
	100% {
		opacity: 1;
		visibility:visible;
	}
}
@keyframes animation_menu_icon {
	0% {
		opacity: 0;
		visibility:hidden;
	}
	100% {
		opacity: 1;
		visibility:visible;
	}
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu:before{
	top:12px;
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu{
	padding-top:34px;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
	left:100%; /* rtl */
	width:230px;
	padding:20px 25px 20px 59px;/* rtl */
	top:-18px;
}
.menu-wrapper nav > ul.menu li ul.sub-menu li:first-child ul.sub-menu{
	top:-22px;
}
.menu-wrapper .vertical-menu > ul.menu li ul.sub-menu,
.widget-container .vertical-menu > ul.menu li ul.sub-menu{
	max-width:750px !important;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu:before{
	left:29px;/* rtl */
}
.menu-wrapper nav > ul.menu li 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,
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li,
.widget-container .vertical-menu li.widget_nav_menu li, 
.widget-container .vertical-menu div.list-link li, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li{
	list-style:none;
	padding:8px 0;
	width:100%;
	position:relative;
}
/* Fix li */
.menu-wrapper nav > ul.menu li.ts-megamenu > ul.sub-menu > li{
	border:0;
}
.menu-wrapper nav > ul.menu li:before{
	display:none;
}
.menu-wrapper nav > ul.menu li.fa:before{
	display:inline-block;
}
/* End Fix li */

.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,
.widget-container .vertical-menu > ul.menu ul.sub-menu > li > a,
.widget-container .vertical-menu li.widget_nav_menu li > a, 
.widget-container .vertical-menu div.list-link li > a, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li > a{
	display:inline-block;
	width:100%;
	position:relative;
	z-index:99;
}
.menu-wrapper nav > ul.menu li ul.sub-menu > li:first-child,
.menu-wrapper nav li.widget_nav_menu li:first-child, 
.menu-wrapper nav div.list-link li:first-child, 
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li:first-child,
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li:first-child,
.widget-container .vertical-menu li.widget_nav_menu li:first-child, 
.widget-container .vertical-menu div.list-link li:first-child, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li:first-child{
	border:0;
}
/* 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:980px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
	width:740px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-2 ul.sub-menu{
	width:450px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-1 ul.sub-menu{
	width:210px;
}
/* COLUMN SUB MENU VERTICAL */
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-fullwidth ul.sub-menu{
	width:800px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-4 ul.sub-menu,
.widget-container .vertical-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,
.widget-container .vertical-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,
.widget-container .vertical-menu li.ts-megamenu-columns-2 ul.sub-menu{
	width:410px;
}
.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,
.widget-container li.widget_nav_menu li > a,
.widget-container div.list-link li > a,
.widget-container ul.menu li.ts-normal-menu ul.sub-menu li > a,
.widget-container ul.menu ul.sub-menu > li > a{
	display:inline-block;
}
/* 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: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
}
header li.widget_nav_menu{
	margin:0;
	padding:0;
}

/* WIDGET CUSTOM MENU FOR MEGAMENU */
.menu-wrapper nav li.widget,
.widget-container .vertical-menu li.widget{
	list-style:none;
}
.menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle,
.widget-container .vertical-menu li.widget > .widgettitle,
.widget-container .vertical-menu div.list-link > .widgettitle{
	margin: 0 0 10px 0;
    padding: 0 0 10px 0;
	position:relative;
}
.menu-wrapper nav li.widget > .widgettitle:after,
.menu-wrapper nav div.list-link > .widgettitle:after,
.widget-container .vertical-menu li.widget > .widgettitle:after,
.widget-container .vertical-menu div.list-link > .widgettitle:after{
	content:"";
	border-width:1px 0 0 0;
	border-style:solid;
	bottom:1px;
	height:1px;
	left:0;/* rtl */
	width:150px;
	max-width:100%;
	right:auto;
	position:absolute;
}
.menu-wrapper nav li.widget.ts-products-widget > .widgettitle{
	padding:0;
	margin:0 0 8px 0;
}
.menu-wrapper nav li.widget.ts-products-widget > .widgettitle:after{
	display:none;
}
.menu-wrapper nav li.widget ul,
.menu-wrapper nav div.list-link ul,
.widget-container .vertical-menu li.widget ul,
.widget-container .vertical-menu div.list-link ul{
	margin:0;
}

.menu-wrapper nav > ul.menu > li ul li.widget_nav_menu,
.menu-wrapper nav div.list-link,
.widget-container .vertical-menu > ul.menu > li ul li.widget_nav_menu,
.widget-container .vertical-menu div.list-link{
	float:left;
	padding:0 10px;
	max-width:100%;
}
.menu-wrapper nav > ul.menu > li ul li.widget_text{
	padding:0 10px;
}
.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-fullwidth .widget_nav_menu,
.mg-col-6 > div{width:20%;}

.menu-wrapper nav li.ts-megamenu-columns-5 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-5 .widget_nav_menu,
.mg-col-5 > div{width:20%;}

.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.widget-container .vertical-menu 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,
.widget-container .vertical-menu 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,
.widget-container .vertical-menu 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,
.widget-container .vertical-menu 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;
	padding:0 10px;
}
.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%;
}

.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;
}
/* BACKGROUND SUB MENU 4 COLUMNS */
.bg-sub-columns-4{
	padding-right:20%;/* rtl */
}


/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. HEADER TOP -----------------------------------------------------------------------------------------------------*/
/* 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)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left: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)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.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{display:inline;vertical-align:middle;width:18px;height:12px}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
.header-language a:hover,
.my-account-wrapper .account-control > a:hover,
.shopping-cart-wrapper a.cart-control > span:hover,
.my-wishlist-wrapper a:hover,
.header-currency a:hover{
	text-decoration:none;
}
.my-account-wrapper,
.my-wishlist-wrapper{
	display:inline-block;
	line-height:0;
}
.my-wishlist-wrapper.loading{
	position:relative;
}
.my-wishlist-wrapper.loading:before{
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content:"";
	z-index:10;
	opacity:1;
	visibility:visible;
	margin:0;
	display:inline-block !important;
	background-image:url(images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,0.5)
}
/* DROPDOW CART & DROPDOW ACCOUNT */
.shopping-cart-wrapper ul.cart_list li.loading:before,
.woocommerce .shopping-cart-wrapper ul.cart_list li.loading:before{
	z-index:2;
	display:block;
	position:absolute;
	left:0;right:0;bottom:0;top:-20px;
	content:"";
	background-image:url(images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,0.5)
}
.shopping-cart-wrapper ul.cart_list li:last-child:first-child.loading:before,
.woocommerce .shopping-cart-wrapper ul.cart_list li:last-child:first-child.loading:before{
	top:0;
}
.shopping-cart-wrapper{
	position:relative;z-index:998;
}
.my-account-wrapper{
	position:relative;
	z-index:99994;
}
.shopping-cart-wrapper,
.ts-tiny-cart-wrapper{
	z-index:999;
	display:inline-block;
	position:relative;
}
.header-v7 .shopping-cart-wrapper{
	width:20%;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	z-index:99992;
}
.header-v7 .ts-tiny-cart-wrapper{
	display:inline-block;
	text-align:left;/* rtl */
	position:static;
}
.header-v3 .shopping-cart-wrapper,
.header-v3 .ts-tiny-cart-wrapper,
.header-v4 .shopping-cart-wrapper,
.header-v4 .ts-tiny-cart-wrapper{
	z-index:99996;
}
.header-v3 .ts-tiny-cart-wrapper,
.header-v4 .ts-tiny-cart-wrapper{
	padding:0 20px;
}
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
#lang_sel_click ul ul,
.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:-140px;
	left:auto;
	top:100%;
	width:280px;
	padding:24px 20px 20px 20px;
}
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul: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:10px;
	bottom:0;
	content:"";
	z-index:-1;
	border-width:1px;
	border-style:solid;
}
.shopping-cart-wrapper:hover .dropdown-container,
.my-account-wrapper:hover .dropdown-container,
#lang_sel_click:hover ul ul,
.header-currency:hover ul,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, 
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus .wpml-ls-sub-menu, 
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-sub-menu{
	display:block;
	-webkit-animation-duration:240ms;
	-moz-animation-duration:240ms;
	animation-duration:240ms;
	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_menu;
	-moz-animation-name:animation_menu;
	animation-name:animation_menu;
}
#lang_sel_click:hover ul ul{
	visibility:visible !important;
}
.shopping-cart-wrapper .cart-icon{
	font-size:24px;
	line-height:14px;
	position:relative;
	top:5px;
	margin-right:5px;/* rtl */
}
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	display:none;
	border-width:1px;
	border-style:solid;
	top:5px;
	left:50%;
	margin-left:-7px;
	z-index:-2;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.header-v4 .my-account-wrapper .dropdown-container:after,
.header-v3 .my-account-wrapper .dropdown-container:after{
	right: 56px;/* rtl */
	left: auto;
	margin: 0;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
	display:block;
}
.shopping-cart-wrapper .dropdown-container:after{
	left:60%;/* rtl */
	top:11px;
	margin:0;
	z-index:0;
}
.header-v1 .my-account-wrapper .dropdown-container:after,
.header-v1 #lang_sel_click ul ul:after,
.header-v1 .header-currency ul:after,
body .header-v1 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .header-v1 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
	top:1px;
}
header .header-currency > img{
    position:absolute;
    left:0;
    top:2px;
    margin-left:5px !important;
}
.my-account-wrapper .dropdown-container:after{
	left:auto;
	right:55px;/* rtl */
	margin:0;
}
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
	position:absolute;
    content:"";
    width:12px;
    height:1px;
    top:16px;
	margin-left:-1px;/* rtl */
    left:60%;/* rtl */
	z-index:10000;
    display:none;
}
.my-account-wrapper .form-content:after{
	top:10px;
	left:auto;
	right:54px;/* rtl */
}
.header-v4 .my-account-wrapper .form-content:after,
.header-v3 .my-account-wrapper .form-content:after{
	top:10px;
	left:auto;
	right: 55px;/* rtl */
	margin:0
}
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
	top:36px;
	left:50%;
	margin-left:-8px;
	z-index:99992;
}
.header-v1 .my-account-wrapper .form-content:after{
	top:6px;
}
.header-v1 #lang_sel_click:after,
.header-v1 .header-currency > div:before,
body .header-v1 .wpml-ls-legacy-dropdown > ul > li:before,
body .header-v1 .wpml-ls-legacy-dropdown-click > ul > li:before{
	top:32px;
}
.shopping-cart-wrapper:hover .dropdown-container:after,
.my-account-wrapper:hover .dropdown-container:after,
#lang_sel_click:hover ul ul:after,
body .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu:after, 
body .wpml-ls-legacy-dropdown:focus .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu:after, 
body .wpml-ls-legacy-dropdown-click:focus .wpml-ls-sub-menu:after,
.header-currency:hover ul:after{
	display:block;
	-webkit-animation-duration: 100ms;
	-moz-animation-duration: 100ms;
	animation-duration: 100ms;
	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_menu_icon;
	-moz-animation-name: animation_menu_icon;
	animation-name: animation_menu_icon;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.my-account-wrapper:hover .form-content:after,
#lang_sel_click:hover:after,
body .wpml-ls-legacy-dropdown:focus > ul > li:before,
body .wpml-ls-legacy-dropdown:hover > ul > li:before,
body .wpml-ls-legacy-dropdown-click:focus > ul > li:before,
body .wpml-ls-legacy-dropdown-click:hover > ul > li:before,
.header-currency:hover > div:before{
	display:block;
	-webkit-animation-duration: 100ms;
	-moz-animation-duration: 100ms;
	animation-duration: 100ms;
	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_menu_icon;
	-moz-animation-name: animation_menu_icon;
	animation-name: animation_menu_icon;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.shopping-cart-wrapper .dropdown-container{
	right:0;/* rtl */
	margin-right:0;/* rtl */
	padding:25px 0;
}
.shopping-cart-wrapper .dropdown-container:before{
	top:16px;
	z-index:1;
}
.header-v2 .header-bottom .shopping-cart-wrapper .dropdown-container,
.header-v5 .header-bottom .shopping-cart-wrapper .dropdown-container{
	padding-top:0;
}
.header-v2 .header-bottom .shopping-cart-wrapper .form-content > label,
.header-v5 .header-bottom .shopping-cart-wrapper .form-content > label{
	padding-top:25px;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.page-template-fullwidth-template .header-v2 .header-bottom .shopping-cart-wrapper .dropdown-container,
	.page-template-fullwidth-template .header-v5 .header-bottom .shopping-cart-wrapper .dropdown-container{
		right:-1px;/* rtl */
	}
}
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container:after,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container:after,
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container{
	-webkit-animation-name:none;
	-moz-animation-name:none;
	animation-name:none;
	display:none;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container:after,
.header-v5 .header-bottom .header-right:hover .dropdown-container:after{
	display:block;
	-webkit-animation-duration: 100ms;
	-moz-animation-duration: 100ms;
	animation-duration: 100ms;
	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_menu_icon;
	-moz-animation-name: animation_menu_icon;
	animation-name: animation_menu_icon;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container .form-content:after,
.header-v5 .header-bottom .header-right:hover .dropdown-container .form-content:after{
	display:block;
	-webkit-animation-duration: 100ms;
	-moz-animation-duration: 100ms;
	animation-duration: 100ms;
	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_menu_icon;
	-moz-animation-name: animation_menu_icon;
	animation-name: animation_menu_icon;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container,
.header-v5 .header-bottom .header-right:hover .dropdown-container{
	display:block;
	-webkit-animation-duration:240ms;
	-moz-animation-duration:240ms;
	animation-duration:240ms;
	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_menu;
	-moz-animation-name:animation_menu;
	animation-name:animation_menu;
}
.header-v2 .shopping-cart-wrapper .form-content:after,
.header-v5 .shopping-cart-wrapper .form-content:after{
	top:0;
}
.header-v2 .shopping-cart-wrapper .dropdown-container:after,
.header-v5 .shopping-cart-wrapper .dropdown-container:after{
	top:-5px;
}
.header-v2 .shopping-cart-wrapper .dropdown-container:before,
.header-v5 .shopping-cart-wrapper .dropdown-container:before{
	top:0;
}
.header-v3 .shopping-cart-wrapper .dropdown-container:before,
.header-v3 .shopping-cart-wrapper .dropdown-container .form-content:after,
.header-v4 .shopping-cart-wrapper .dropdown-container:before,
.header-v4 .shopping-cart-wrapper .dropdown-container .form-content:after{
	top:10px;
}
.header-v3 .shopping-cart-wrapper .dropdown-container:after,
.header-v4 .shopping-cart-wrapper .dropdown-container:after{
	top:5px;
}
.shopping-cart-wrapper .dropdown-container ul.cart_list{
	overflow:auto;
	overflow-x: hidden;	
	max-height:263px;
	padding:0 25px 19px 25px;
	position:relative;
	z-index:2;
}
.ts-tiny-account-wrapper{
	position:relative;
}
.shopping-cart-wrapper a.cart-control:hover{
	text-decoration:none;
}
.shopping-cart-wrapper .form-content > label{
	text-transform:none;
	padding:15px 25px 5px 25px;
	position:relative;
	z-index:2;
}
/* My account */
.dropdown-container .dropdown-footer{
	border-width:1px 0 0 0;
	border-style:solid;
	margin:0 25px 0 25px;
	position:relative;
	z-index:2;
}
.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:100px !important;
}
.my-account-wrapper .forgot-pass{
	margin:0 0 2px 0;
}
/* Cart dropdown */
.woocommerce .shopping-cart-wrapper ul.cart_list li,
.shopping-cart-wrapper ul.cart_list li{
	list-style:none;
	padding:20px 0;
	margin:0 0 0 0;
	display:inline-block;
	width:100%;
	position:relative;
	border-width:0 0 1px 0;
	border-style:solid;
}
.woocommerce .shopping-cart-wrapper ul *,
.shopping-cart-wrapper ul *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.woocommerce .shopping-cart-wrapper ul.cart_list li:last-child, 
.shopping-cart-wrapper ul.cart_list li:last-child{
	padding:20px 0 0 0;
	border-width:0;
}
.woocommerce .shopping-cart-wrapper h3.product-name, 
.shopping-cart-wrapper h3.product-name{
	margin-top:10px;
}
.woocommerce .shopping-cart-wrapper .woocommerce-Price-amount, 
.shopping-cart-wrapper .woocommerce-Price-amount{
	display:inline-block;
}
.shopping-cart-wrapper .cart-item-wrapper > span{
	display:inline-block !important;
	width:auto !important;
}
.woocommerce .shopping-cart-wrapper ul,
.shopping-cart-wrapper ul{
	padding:0;margin:0;
}
.cart_list li .cart-item-wrapper,
.woocommerce .cart_list li .cart-item-wrapper{
	margin-left:95px;/* rtl */
}
.shopping-cart-wrapper .cart_list li > a,
.woocommerce .shopping-cart-wrapper .cart_list li > a{
	float:left;/* rtl */
	width:80px;
}
.cart-dropdown-form a.view-cart,
.widget_shopping_cart_content p.buttons a.view-cart{
	margin-bottom:10px;
}
.widget_shopping_cart_content p.buttons > *,
.dropdown-footer > a{
	width:100%;
	display:inline-block;
}
.widget_shopping_cart_content p.buttons a.checkout, 
.widget_shopping_cart_content p.buttons a.view-cart{
	min-width:0;
	margin-left:0;
	margin-right:0;
}
/* FIX HEADER CART */
.shopping-cart-wrapper .cart_list li .cart-item-wrapper,
.woocommerce .shopping-cart-wrapper .cart_list li .cart-item-wrapper{
	margin-left:90px;/* rtl */
	margin-right:15px;
}
.shopping-cart-wrapper .cart_list li > a,
.woocommerce .shopping-cart-wrapper .cart_list li > a{
	float:left;/* rtl */
	width:80px;
	height:auto;
}
/* END FIX */
.cart_list li:first-child > a,
.woocommerce .cart_list li:first-child > a{
	top:0;
}
.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:-2px;/* rtl */
	left:auto;
	top:30px;
	content:"";
	z-index:2;
	font-size:0;
	height:auto;
	width:auto;
	line-height:0;
	text-indent:0;
	padding:0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	right:-10px; /* rtl */
	top:0;
}
.woocommerce a.remove:hover{
	background:transparent !important;
}
.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: "\e681";
	font-size:18px;
	font-weight:normal !important;/* default */
	line-height:18px;
}
.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;
}
.amount.icon{
	font-family: 'Raleway', sans-serif;
}
.shopping-cart-wrapper .total{
	margin:15px 0;
	position:relative;
	overflow:hidden;
}
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title{
	float:left;/* rtl */
}
.shopping-cart-wrapper .total > span.amount,
.widget_shopping_cart .total .amount{
	float:right;/* rtl */
	margin-top:3px;
}
/* Header version 1 */
.header-top{
	padding-top:10px;
	padding-bottom:10px;
	border-width:0 0 1px 0;
	border-style:solid;
}
.header-v4 .header-top,
.header-v4 .header-top *,
.header-v6 .header-top,
.header-v6 .header-top *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
header.top-header-transparent .header-v3 .header-top{
	background:transparent;
}
.header-v1 > .container{
	display:table;
	table-layout:auto;
	min-height:181px;
}
.header-v1 .header-top{
	padding-top:0;
	padding-bottom:0;
}
.header-top .header-top-left,
.header-top .header-top-right{
	width:35%;
	float:left;/* rtl */
	border-width:0;
}
.header-top .header-top-right{
	width:65%;
}
.header-v3 .header-top-right .group-meta-header,
.header-v4 .header-top-right .group-meta-header,
.header-v6 .header-top-right .group-meta-header{
	float:right;/* rtl */
}
.header-v3 .header-top .shopping-cart-wrapper,
.header-v4 .header-top .shopping-cart-wrapper{
	float:right;/* rtl */
	margin-bottom:-6px;
	margin-left:30px; /* rtl */
	cursor:pointer;
}
.header-v6 .header-middle .shopping-cart-wrapper{
	text-align:right;/* rtl */
}
.header-v6 .header-middle .shopping-cart-wrapper .ts-tiny-cart-wrapper{
	text-align:left;/* rtl */
	padding-top:20px;
	padding-bottom:20px;
}
.header-v3 .header-top .shopping-cart-wrapper:before,
.header-v4 .header-top .shopping-cart-wrapper:before{
	position:absolute;
	left:0;
	right:0;
	top:-10px;
	bottom:-10px;
	content:"";
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:rgba(153,153,153,0.2);
	z-index:0;
}
.header-v1 .header-top,
.header-v1 .header-bottom{
	display:table-row;
	width:100%;
	background:transparent;
}
.header-v1 .header-top  > *,
.header-v1 .header-bottom  > *{
	display:table-cell;
}
.header-top .header-left{
	width:35%;
	float:left;/* rtl */
}
.header-top .header-right{
	width:65%;
	float:right;/* rtl */
}
.header-v1 .header-top .header-left{
	width:23.8%;
	float:none;/* rtl */
}
.header-v1 .header-top .header-left{
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1;
	padding-left:10px;
	padding-right:10px;
}
.header-v1 .header-bottom .header-left{
	vertical-align:middle;
	position:relative;
	z-index:1;
}
.header-v1 .header-bottom .header-right{
	vertical-align:middle;
	float:none;/* rtl */
}
.header-v1 .header-top .header-right{
	padding-left:20px;/* rtl */
	float:none;
	width:auto;
}
.header-v1 .header-right{
	position:relative;
}
.header-v1 .header-top .header-right:before,
.header-v1 .header-bottom .header-right:before{
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:-2000px;
	right:-2000px;
	z-index:0;
}
.header-v1 .header-bottom:before{
	z-index:-1;
}
.my-account-wrapper .account-control > a,
.my-account-wrapper, 
.my-wishlist-wrapper *{
	display:inline-block;
	position:relative;
}
.my-account-wrapper i,
.my-wishlist-wrapper i{
	top:1px;
	position:relative;
}
.header-v1 .header-right .menu-wrapper{
	clear:both;
	padding-top:12px;
	padding-bottom:12px;
}
.header-v1 .top-right:after{
	display:table;
	clear:both;
	content:"";
}
.header-v1 .top-right{
	border-width:0 0 1px 0;
	border-style:solid;
	padding:6px 0;
	position:relative;
	z-index:999;
}
.header-v1 .shopping-cart-wrapper{
	position:absolute;
	right:0;/* rtl */
	bottom:17px;
	z-index:99;
}
/* 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:6px 0 !important;
	border-width:0;
	background:transparent !important;
}
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;
	display:inline-block;
	background:transparent !important;
}
.group-meta-header > div:first-child .dropdown-container,
.group-meta-header > div:first-child#lang_sel_click ul ul,
.group-meta-header > div:first-child ul{
	right:0;
	left:auto;/* rtl */
	margin-right:0;
	margin-left:0;
}
.header-v3 .group-meta-header > div:first-child ul,
.header-v4 .group-meta-header > div:first-child ul,
.header-v6 .group-meta-header > div:first-child ul,
.header-v3 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v6 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v4 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
	right:auto;
	left:50%;
	margin-left:-110px;
	margin-right:0;
}
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
	margin-left:0;
	right:0;/* rtl */
	left:auto;/* rtl */
}
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
	margin-left:0;
	right:0;/* rtl */
	left:auto;/* rtl */
}
#lang_sel_click > ul > li > a:after,
.header-currency .wcml_currency_switcher > a:after,
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
	content:"\e688";
	font-family:'Pe-icon-7-stroke';
	line-height:14px;
	display:inline-block;
	border:0;
	position:static;
}
#lang_sel_click,
body .wpml-ls{
	z-index:99994;
	position:relative;
}
#lang_sel_click *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#lang_sel_click ul{
	margin:0;
}
#lang_sel_click ul ul,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	position:absolute;
	padding:24px 30px;
	width:220px;
	right:50%;
	left:auto;
	margin-right:-110px;
	top:100%;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-width:0;
}
#lang_sel_click > ul li{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	z-index:99991;
}
#lang_sel_click > ul li a img{
	vertical-align:middle;
	margin-right:5px;/* rtl */
	position:relative;
	top:-1px;
}
#lang_sel_click > ul li a .icl_lang_sel_translated{
	padding:0 5px;
}
#lang_sel_click ul ul li,
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:0;
	margin:8px 0;
	position:relative;
}
#lang_sel_click ul ul li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:before{
	position:absolute;
	left:0;
	right:0;
	top:-3px;
	content:"";
	border-width:1px 0 0 0;
	border-style:solid;
	opacity:0.6;
}
#lang_sel_click ul ul li:first-child:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-child:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-child:before{
	display:none;
}
#lang_sel_click ul ul li a{
	width:100%;
	display:inline-block;
	padding:0;
}
/* Currency */
.header-currency{
	z-index:99994;
	position:relative;
}
.header-currency:hover{
	z-index:99995;
}
.header-currency > div{
	line-height:0;
}
.header-currency ul{
	position:absolute;
	padding: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:99991;
	width:100%;
	display:inline-block;
	padding:0;
	margin:8px 0;
	transition:all 260ms ease-in-out 0s;
	-webkit-transition:all 260ms ease-in-out 0s;
	-moz-transition:all 260ms ease-in-out 0s;
	cursor:pointer;
}
.header-currency ul li:before{
	position:absolute;
	left:0;
	right:0;
	top:-8px;
	content:"";
	border-width:1px 0 0 0;
	border-style:solid;
	opacity:0.6;
}
.header-currency ul li:first-child:before{
	display:none;
}

/* SHARING & INFO */
.header-left:after{
	display:table;
	clear:both;
	content:"";
}
.info-desc {
	display:inline-block;
	margin-right:20px;/* rtl */
	float:left;/* rtl */
}
.ts-social-sharing{
	float:left;/* rtl */
	margin:0;
	position:relative;
	z-index:1;
}
.ts-social-sharing li{
	list-style:none;
	display:inline-block;
	padding:0;
	margin:2px 1px;
	line-height:0;
	float:left;/* rtl */
}
.ts-social-sharing:after{
	display:table;
	clear:both;
	content:"";
}
.ts-social-sharing li a{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	padding:0 !important;
	display:inline-block;
	position:relative;
}
.ts-social-sharing .ts-tooltip{
	position:absolute;
	content:"";
	top:-32px;
	left:50%;
	margin-left:-33px;
	height:20px;
	opacity:0;
	visibility:hidden;
	padding:2px 5px;
	line-height:16px;
	width:66px;
	font-size:10px;
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
}
.ts-social-sharing .ts-tooltip:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	bottom:-9px;
	left:50%;
	font-size:12px;
	margin-left:-3px;
}
.ts-social-sharing li:hover .ts-tooltip{
	opacity:1;
	top:-26px;
	visibility:visible;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. HEADER MIDDLE --------------------------------------------------------------------------------------------------*/
.header-middle{
	padding-top:20px;
	padding-bottom:20px;
}
.header-v3 .header-middle,
.header-v6 .header-middle{
	padding-bottom:0;
	padding-top:0;
}
.header-v7 .header-middle{
	padding-top:25px;
	padding-bottom:25px;
}
.header-middle > .container{
	display:table;
}
.header-v4 .header-middle > .container{
	display:block;
}
.header-middle > .container > div{
	vertical-align:middle;
	display:table-cell;
}
.header-v4 .header-middle > .container > div{
	display:block;
}
.header-v6 .header-middle > .container > div{
	width:33.33333%;
	position:relative;
	z-index:99992;
}
/* LOGO */
.logo-vetical-ipad{
	display:none;
}
header .logo-wrapper{
	padding:0 0 0 0;
}
header .header-v4 .logo-wrapper,
header .header-v6 .logo-wrapper{
	text-align:center;
	margin:12px 0;
}
header .header-v6 .logo-wrapper{
	padding-left:20px;
	padding-right:20px;
}
.logo-wrapper img.sticky-logo{
	display:none;
}
.logo-wrapper .normal-logo.mobile-logo{
	display:none;
}
header .logo-wrapper .logo{
	line-height:0;
}
header .header-v2 .logo-wrapper,
header .header-v5 .logo-wrapper{
	width:40%;
}
header .logo-wrapper a{
	font-size:30px;
	line-height:32px;
	display:inline-block;
	max-width:100%;
}
header .logo-wrapper a:hover{
	text-decoration:none;
}
.content-middle-header .wpb_row, 
.content-middle-header .wpb_content_element, 
.content-middle-header .vc_tta-container{
	margin-bottom:0;
}
.content-middle-header{
	width:75%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. HEADER BOTTOM --------------------------------------------------------------------------------------------------*/
header .header-bottom{
	clear:both;
	width:100%;
}
header .header-v7 .header-bottom{
	background:transparent;
}
/* SEARCH HEADER */
header .search-wrapper{
	position:relative;
	line-height:0;
}
header .header-v7 .search-wrapper{
	padding-right:10px;/* rtl */
}
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
	border-width:1px;
	border-style:solid;
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
}
header .select2-container--default .select2-selection--single{
	border-width:0;
}
header .header-v3 .search-wrapper{
	text-align:right; /* rtl */
	padding:11px 0;
}
header .header-v3 .search-wrapper > div{
	text-align:left /* rtl */
}
header .header-v4 .search-wrapper{
	position:absolute;
	left:auto;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	top:50%;
	right:20px; /* rtl */
}
header .header-v1 .search-wrapper{
	margin-right:180px;/* rtl */
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
}
.search-wrapper .ts-search-by-category{
	position:relative;
	max-width:720px;
}
header .header-v2 .search-wrapper .ts-search-by-category,
header .header-v5 .search-wrapper .ts-search-by-category{
	max-width:720px;
	width:100%;
	float:right;/* rtl */
}
#ts-search-result-container{
	z-index:99991;
	margin-left:-1px;/* rtl */
	margin-top:-1px;
}
#ts-search-result-container ul {
	padding:0;
	margin:0;
	position:relative;
	z-index:2;
}
#ts-search-result-container ul.has-view-all:before{
	bottom:-40px;
}
#ts-search-result-container .view-all-wrapper{
	padding:5px 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:hover{
	text-decoration:none;
}
#ts-search-result-container .view-all-wrapper a:before{
	content:"+";
}
#ts-search-result-container ul:before{
	position:absolute;
	left:0;right:-1px;bottom:0;top:0;
	border-width:1px;
	border-style:solid;
	content:"";
	z-index:0;
}
body #ts-search-result-container ul:before,
body #ts-search-result-container ul li,
#ts-search-result-container .view-all-wrapper{
	border-color:#e5e5e5;
}
#ts-search-result-container ul li:first-child{
	border:0;
}
#ts-search-result-container ul li{
	list-style:none;
	padding:15px 15px 12px 15px;
	border-width:1px 0 0 0;
	border-style:solid;
	position:relative;
	z-index:2;
	clear:both;
}
#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:65px;
	height:auto;
	margin:0;
}
#ts-search-result-container ul li .thumbnail a{
	max-width:100%;
}
#ts-search-result-container ul li .meta{
	margin-left:80px; /* rtl */
	position:relative;
	top:-4px;
}
#ts-search-result-container ul li .meta .price{
	margin-top:3px;
	display:inline-block;
}
#ts-search-result-container ul li .thumbnail:after{
	display:table;
	clear:both;
	content:"";
}
header .search-content{
	display:inline-block;
	width:72%;
}
header .no-category .search-content{
	width:100%;
}
header .header-v6 .search-content,
header .header-v7 .search-content{
	width:100%;
}
header .search-content input[type="text"]{
	padding-right:70px;/* rtl */
	padding-left:20px;/* rtl */
	width:100%;
	max-width:100%;
	border-width:0;
	margin:0;
}
header .header-v2 .search-content input[type="text"],
header .header-v5 .search-content input[type="text"]{
	padding-right:60px;/* rtl */
	padding-left:20px;/* rtl */
	padding-top:12px;
	padding-bottom:12px;
}
header .header-v5 .search-content input[type="text"]{
	padding-top:16px;
	padding-bottom:16px;
}
header .header-v2 .select2-container--default .select2-selection--single .select2-selection__rendered, 
header .header-v2 .ts-search-by-category select{
	padding-top:6px;
	padding-bottom:6px;
}
header .header-v5 .select2-container--default .select2-selection--single .select2-selection__rendered, 
header .header-v5 .ts-search-by-category select{
	padding-top:10px;
	padding-bottom:10px;
}
header .ts-search-by-category *{
	position:relative;
	z-index:1;
}
header .search-content:after{
	position:absolute;
	right:10px; /* rtl */
	z-index:1;
	top:10px;
}
.header-v3 .ts-search-by-category .search-table .search-content,
.header-v4 .ts-search-by-category .search-table .search-content{
	width:450px;
}
header .header-v2 .ts-search-by-category .search-content input[type="submit"]{
	width:40px;
	background-position:-5px -5px !important;
}
header .header-v5 .ts-search-by-category .search-content input[type="submit"]{
	width:50px;
	background-position:0 0 !important;
}
header .ts-search-by-category .search-content input[type="submit"]{
	position:absolute;
	right:0;/* rtl */
	top:0;
	bottom:0;
	font-size:0;
	width:50px;
	padding:0 !important;
	display:inline-block;
	background-image:url(images/image.png) !important;/* rtl */
	background-position:0 0 !important;
	border:0 !important;
	min-width:0;
	transition:background-color 100ms ease-in-out 0s;
	-webkit-transition:background-color 100ms ease-in-out 0s;
	-moz-transition:background-color 100ms ease-in-out 0s;
}
header .ts-search-by-category .search-button input[type="submit"]{
	transition:background-color 100ms ease-in-out 0s;
	-webkit-transition:background-color 100ms ease-in-out 0s;
	-moz-transition:background-color 100ms ease-in-out 0s;
}
body #ts-search-result-container ul:before{
	background:#ffffff;
}
.ts-search-by-category .search-content.loading input[type="submit"],
header .header-v2 .ts-search-by-category .search-content.loading input[type="submit"],
header .header-v5 .ts-search-by-category .search-content.loading input[type="submit"],
header .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;
}
header .ts-search-by-category form > .select2{
	height:auto;
	border:0;
	float:left;/* rtl */
	line-height:0;
}
header .ts-search-by-category select{
	height:auto;
	border:0;
	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:28% !important;
}
header .select2-container--default .select2-selection--single .select2-selection__rendered{
	width:100%;
	height:auto;
	border:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	position:relative;
}
header .select2-container--default .select2-selection--single .select2-selection__rendered,
header .ts-search-by-category select{
	padding:10px 35px 10px 25px;/* rtl */
}
header .search-content input[type="text"]{
	padding-top:16px;
	padding-bottom:16px;
}
header .search-table .search-content input[type="text"]{
	padding-right:40px;/* rtl */
	padding-left:20px;/* rtl */
}
header .header-v6 .search-table .search-content input[type="text"]{
	padding:8px 35px 9px 40px;/* rtl */
	border-width:0 0 1px 0;
	border-style:solid;
}
header .ts-search-by-category .search-content input[type="text"],
.ts-header .ts-search-by-category select,
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 */
	bottom:10px;
	top:10px;
	content:"";
	border-width:0 1px 0 0;
	border-style:solid;
	content:"";
	width:1px;
}
header .toggle-search{
	position:relative;
	height:38px;
	width:44px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	z-index:2;
}
header .header-v4 .toggle-search{
	margin-top:11px;
	margin-bottom:11px;
}
header .header-v6 .toggle-search{
	margin-top:30px;
	margin-bottom:30px;
	width:30px;
	text-align:left;/* rtl */
}
header .search-wrapper.active .toggle-search:before{
	content:"\e681";
}
header .toggle-search:before{
	font-family: 'Pe-icon-7-stroke';
	content:"\e618";
	font-size:24px;
	line-height:38px;
	width:44px;
	height:38px;
	text-align:center;
}
header .header-v3 .ts-search-by-category > *,
header .header-v4 .ts-search-by-category > *,
header .header-v6 .ts-search-by-category > *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
header .header-v3 .ts-search-by-category,
header .header-v4 .ts-search-by-category{
	position:absolute;
	right:0; /* rtl */
	top:100%;
	visibility:hidden;
	opacity:0;
	transition:opacity 300ms,visibility 300ms ease-in-out 0s;
	-webkit-transition:opacity 300ms,visibility 300ms ease-in-out 0s;
	-moz-transition:opacity 300ms,visibility 300ms ease-in-out 0s;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
header .header-v6 .ts-search-by-category{
	position:absolute;
	left:0;/* rtl */
	right:calc(100% - 30px);/* rtl */
	top:50%;
	visibility:hidden;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	transition:visibility 100ms,left 500ms,right 500ms ease-in-out 0s;
	-webkit-transition:visibility 100ms,left 500ms,right 500mss ease-in-out 0s;
	-moz-transition:visibility 100ms,left 500ms,right 500ms ease-in-out 0s;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	background:transparent;
}
header .header-v6 .search-wrapper.active .ts-search-by-category{
	right:0;/* rtl */
	visibility:visible;
}
header .header-v3 .search-wrapper.active .ts-search-by-category,
header .header-v4 .search-wrapper.active .ts-search-by-category{
	visibility:visible;
	opacity:1;
}
header .ts-search-by-category .search-button input{
	font-size:0;
	opacity:0.6;
	position:absolute;
	top:6px;
	background:url(images/image.png) -56px -8px !important;
	z-index:2;
	right:4px; /* rtl */
	border:0 !important;
	padding:0 !important;
	width:38px;
	height:38px;
	min-width:0;
	transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
}
header .header-v6 .ts-search-by-category .search-button input{
	top:0;
	right:-5px;/* rtl */
}
header .ts-search-by-category .search-button input:hover{
	opacity:1;
}
header .ts-search-by-category .search-button{
	position:static;
}
header .header-v3 .ts-search-by-category input[type="text"],
header .header-v4 .ts-search-by-category input[type="text"]{
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	border-width:1px;
}
/* HEADER VERSION 2 */
.header-v2 .header-middle,
.header-v5 .header-middle{
	padding-top:30px;
	padding-bottom:30px;
}
.header-v2 .header-bottom .container,
.header-v5 .header-bottom .container{
	display:table;
	table-layout:fixed;
}
.header-v2 .header-bottom .header-left,
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-left,
.header-v5 .header-bottom .header-right{
	display:table-cell;
	vertical-align:middle;
	width:85%;
}
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-right{
	display:table-cell;
	vertical-align:middle;
	width:15%;
	position:relative;
	z-index:4;
}
.header-v5 .header-bottom .header-right{
	text-align:center;
}
.header-v5 .header-bottom .shopping-cart-wrapper{
	text-align:left;/* rtl */
}
.header-v2 .header-bottom .shopping-cart-wrapper{
	float:right;/* rtl */
}
.header-v2 .header-bottom .shopping-cart-wrapper,
.header-v5 .header-bottom .shopping-cart-wrapper,
.header-v2 .header-bottom .ts-tiny-cart-wrapper,
.header-v5 .header-bottom .ts-tiny-cart-wrapper{
	position:static;
}
/* Group Meta */
.header-v1 .info-desc{
	float:left;/* rtl */
}
.header-v1 .group-meta-header{
	float:right;/* rtl */
}
.header-template .group-meta-header .shopping-cart-wrapper .cart-control{
	padding-right:40px;/* rtl */
}
.header-template .group-meta-header .shopping-cart-wrapper .ic-cart{
	position:absolute;
	right:0;/* rtl */
	top:0;
	line-height:20px;
}
.header-template .group-meta-header .shopping-cart-wrapper .ic-cart:before{
	margin:0;
	font-size:16px;
}
.header-template .group-meta-header .shopping-cart-wrapper .cart-number{
	right:22px;/* rtl */
}
.group-meta-header .shopping-cart-wrapper{
	z-index:99994;
}
.group-meta-header .shopping-cart-wrapper .dropdown-container:before{
	top:7px;
}
.group-meta-header .shopping-cart-wrapper .dropdown-container{
	padding-top:27px;
}
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
	font-style:normal;
}
.header-product-categories .thumbnail > a{
	display:inline-block;
}
.group-meta-header:after{
	display:table;
	clear:both;
	content:"";
}
.group-meta-header > div{
	display:inline-block;
	float:right;/* rtl */
	margin-right:30px;/* rtl */
}
.group-meta-header > div:first-child{
	margin: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="tel"],
body.dokan-dashboard input[type="date"],
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="tel"],
body.dokan-dashboard .report-filter input[type="date"],
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="tel"],
body.dokan-dashboard .dokan-order-filter-serach input[type="date"],
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="tel"],
body.dokan-dashboard .dokan-order-filter-search input[type="date"],
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;
	-webkit-border-radius:0;
	-moz-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;
	-webkit-border-radius:0 !important;
	-moz-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;
    -webkit-box-shadow: 0 1px 0 #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:14px;
    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;
	-webkit-border-radius:0;
	-moz-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;
}
body.dokan-dashboard .report-filter .dokan-form-group input.datepicker{
	max-width:180px;
}
.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;
}
.dokan-theme-sanzo #customer_login .user-role{
	margin:0;
}
.dokan-theme-sanzo #customer_login .user-role > label:last-child{
	margin-bottom:20px;
}
.dokan-theme-sanzo #customer_login > .woocomerce-FormRow .button{
	min-width:120px;
}
#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:25%;
}
.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:"";
}
/* Widget */
.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="tel"],
.dokan-widget-area input[type="date"],
.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 */
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title:after{
	display:none;
}
.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;
	-webkit-border-radius:0;
	-moz-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:99992;
}
body .mfp-wrap{
	z-index:99993;
}
body.dokan-dashboard .select2-container--open .select2-dropdown--below, 
body.dokan-dashboard .select2-dropdown{
	z-index:99995;
}
body .select2-container--default .select2-selection--multiple{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	line-height: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 .dokan-form-group .select2-search input[type="search"]{
	padding:3px 10px !important;
}
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;
}
body .ui-datepicker th{
	color:#fff;
}
body .ui-datepicker{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
body mark.outofstock{
	background:transparent;
	color:red;
}
body .dokan-single-store .dokan-store-tabs ul li{
	margin-right:-1px;
}
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%;
}
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;
	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;
	table-layout: auto;
}
body table.dokan-table tbody tr:last-child td{
	border-bottom-width:1px;
}

/* Vendor vendor */
.wcmp_regi_main{
	margin-bottom:50px;
}
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;
}
body .wcmp_fpm_buttons{
	width:42px;
	left:3px;
	right:auto;
	margin:0;
}
body .wcmp_main_page .msg_title_box,
body .wcmp_main_page .msg_date_box,
body .wcmp_main_page .msg_arrow_box{
	min-height:66px;
}
body .wcmp_main_page .msg_arrow_box .msg_stat_click{
	padding:12px 10px;
}
body .wcmp_ass_btn,
body .wcmp_ass_btn:hover{
	color:#fff;
	text-decoration:none;
}
body .wcmp_ass_btn:hover{
	opacity:0.8;
}
body .wcmp_main_page table .input-group-addon span{
	margin:0 !important;
}
body .wcmp_table_holder table.wcmp_order_all_table tr td:first-child{
	padding-left:5px;
	padding-right:5px;
}
body .wcmp_table_loader,
body .wcmp_table_holder{
	padding-left:0;
	padding-right:0;
}
body .wcmp_tab .ui-widget-header{
	padding:0 !important;
}
body .wcmp_fpm_buttons .wcmp_fpm_button{
	width:16px;
	height:16px;
}
body .wcmp_fpm_buttons .wcmp_fpm_button_separator{
	display:none;
}
body .wcmp_fpm_buttons > a.wcmp_fpm_button:first-child{
	margin-right:4px;
}
#pv_seller_info_container,
#pv_shop_description_container{
	margin-bottom:30px;
}
body .wcmp_regi_main input[type="search"],
body .wcmp_regi_main input[type="text"],
body .wcmp_regi_main input[type="password"],
body .wcmp_regi_main input[type="number"],
body .wcmp_regi_main input[type="email"],
body .wcmp_regi_main input[type="tel"],
body .wcmp_regi_main select,
body .wcmp_regi_main textarea,
body .wcmp_form1 input[type="search"],
body .wcmp_form1 input[type="text"],
body .wcmp_form1 input[type="password"],
body .wcmp_form1 input[type="number"],
body .wcmp_form1 input[type="email"],
body .wcmp_form1 input[type="tel"],
body .wcmp_form1 select,
body .wcmp_form1 textarea{
	max-width:100%;
}
body .wcmp_form1 input[type="text"].small{
	width:auto;
}
body .one_third_part{
	width:33.333334%;
}
body .wcmp_regi_main .button{
	border-width:0;
}
body .wcmp_main_menu ul li,
body .wcmp_main_page .msg_stat ul li{
	list-style:none;
}
body article > .wcmp_remove_div{
	margin-top:-20px;
}
body .wcmp_admin_massege,
body .wcmp_headding2,
body .wcmp_form1 input[type=email], 
body .wcmp_form1 input[type=password], 
body .wcmp_form1 input[type=search], 
body .wcmp_form1 input[type=text], 
body .wcmp_form1 input[type=url], 
body .wcmp_form1 textarea,
body .wcmp_media_block,
body .wcmp_ass_holder_box{
	margin-left:3%;
	margin-right:3%;
	width:94%;
}
body .wcmp_form1 input.pickdate,
body .wcmp_form1 input.pickdate.gap1{
	margin-left:3%;
	margin-right:3%;
	max-width:350px;
	background:url(../../plugins/dc-woocommerce-multi-vendor/assets/images/datepick.png) right -3px no-repeat #fff;
}
body .wcmp_media_block .full_part,
body .wcmp_media_block p{
	padding-left:0;
	padding-right:0;
}
body .wcmp_form1 .one_third_part input[type=email], 
body .wcmp_form1 .one_third_part input[type=password], 
body .wcmp_form1 .one_third_part input[type=search], 
body .wcmp_form1 .one_third_part input[type=text], 
body .wcmp_form1 .one_third_part input[type=url], 
body .wcmp_form1 .one_third_part textarea,
body .half_part .wcmp_headding2, 
body .wcmp_form1 .half_part input[type=email], 
body .wcmp_form1 .half_part input[type=password], 
body .wcmp_form1 .half_part input[type=search], 
body .wcmp_form1 .half_part input[type=text], 
body .wcmp_form1 .half_part input[type=url], 
body .wcmp_form1 .half_part textarea, 
body .half_part .wcmp_media_block, 
body .half_part .wcmp_ass_holder_box{
	margin-left:0;
	margin-right:0;
	width:100%;
}
body .half_part{
	padding-left:3%;
	padding-right:3%;
}
body .wcmp_form1 .half_part p, 
body .wcmp_form1 .half_part .txt, 
body .half_part .wcmp_admin_massege{
	padding-left:0;
	padding-right:0;
}
body .wcmp_regi_main .wcmp_regi_form_box .wcmp-regi-12{
	margin-left:0;
	margin-right:0;
}
body .wcmp_headding1{
	padding:10px 3%;
}
body .wcmp_form1 p,
body .wcmp_form1 .txt,
body .wcmp_ass_holder_box{
	padding-left:3%;
	padding-right:3%;
}
body .wcmp_form1{
	padding:0 0 25px 0;
}
body .simplePopupBackground{
	z-index:1000;
}
body .simplePopup{
	z-index:1001;
}
body .simplePopup table input{
	margin-bottom:0;
}
div.product .summary .meta-content > .simplePopup{
	width:400px;
	display:none;
}
body .wcmp-abuse-report-title{
	font-size:24px;
	line-height:28px;
}
body .wcmp_mixed_txt{
	background:#f5f5f5;
}
.wcmp_remove_div input[type="text"].regular-text, 
.wcmp_remove_div select.regular-select, 
.wcmp_remove_div input[type="number"].regular-text,
.wcmp_remove_div textarea.regular-textarea,

.frontend_product_manager_product_types input[type="text"].regular-text, 
.frontend_product_manager_product_types select.regular-select, 
.frontend_product_manager_product_types input[type="number"].regular-text,
.frontend_product_manager_product_types textarea.regular-textarea,

.ui-accordion input[type="text"].regular-text, 
.ui-accordion select.regular-select, 
.ui-accordion input[type="number"].regular-text,
.ui-accordion textarea.regular-textarea{
	max-width:100%;
	width:64%;
	padding:16px 20px;
}
body .multi_input_block textarea.regular-textarea{
	margin-bottom:10px;
}
body p.enable_reviews.checkbox_title{
	margin-bottom:10px !important;
}
.wcmp_remove_div select.regular-select,
.frontend_product_manager_product_types select.regular-select,
.ui-accordion select.regular-select{
	padding:10px 20px;
}
body .ui-accordion-content .select2-container{
	width:64% !important;
	margin-bottom:10px;
}
body .ui-datepicker .ui-datepicker-title select{
	padding:0;
	background-color:transparent;
	border-width:0;
	color:#000;
}
body .ui-datepicker .ui-datepicker-prev, 
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev-hover, 
body .ui-datepicker .ui-datepicker-next-hover{
	top:5px;
}
body .ui-datepicker .ui-datepicker-prev-hover{
	left:2px;
}
body .ui-datepicker .ui-datepicker-next-hover{
	right:2px;
}
body .featured_img.pro_title{
	width:100%;
}
body .gallery_img.pro_title{
	width:100%;
	margin-top:30px;
}
#gallery_img .multi_input_block{
	display:inline-block;
	margin:10px 10px 0 0;
	float:left;
}
body .dc-wp-fields-uploader img{
	float:left;
}
body .dc-wp-fields-uploader #featured_img_display{
	width:200px !important;
	height:auto !important;	
}
body #gallery_img img{
	width:100px !important;
	height:auto !important;
}
body .dc-wp-fields-uploader .remove_button{
	float:left;
	clear:both;
	margin-top:5px;
}
.multi_input_block_manupulate:hover{
	cursor:pointer;
}
body input.regular-checkbox {
    margin-right:55%;
}
body .vendor_img_add .img_div{
	padding-bottom:10px;
}
body .wcmp_black_headding{
	background:#f5f5f5;
	padding:10px 2%;
}
body .wcmp_dashboard_display_box{
	margin-bottom:30px;
}
body .vendor_address img{
	position:relative;
	top:7px;
}
body .social_profile img{
	width:20px;
	height:20px;
}
body .description_data{
	padding-top:20px;
}
body #primary > div > .star-rating{
	margin-bottom:0;
}
body .description_data table{
	display:block;
}
body .description_data table *{
	display:inline-block;
	width:100%;
	border-width:0;
}
body .description_data table td{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0;
}
body .description_data table td label{
	padding-bottom:0;
}
.woocommerce .after-loop-wrapper #reviews{
	text-align:left;
}
.woocommerce .after-loop-wrapper #reviews #reply-title{
	margin-bottom:0;
}
.woocommerce .after-loop-wrapper #reviews textarea{
	max-width:500px;
}
.woocommerce .after-loop-wrapper #reviews .form-submit input#submit{
	display:inline-block;
	width:auto;
	margin-bottom:5px;
}
.dc-wp-fields-uploader .button{
	font-size:12px !important;
	line-height:16px !important;
	padding:5px 10px !important;
}
.variable-subscription .multi_input_block > .dc-wp-fields-uploader{
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}
.variations_image_0.pro_title{
	margin-top:30px;
	display:inline-block;
	width:100%;
}
.ui-accordion-content > #product_tags{
	position:relative;
	left:6px;
}
body .dc-wp-fields-uploader .user-profile-fields,
body .dc-wp-fields-uploader img.placeHolder{
	float:left;
}
body .dc-wp-fields-uploader .user-profile-fields{
	clear:both;
}
body .ui-accordion-content .fpm_add_attribute{
	position:relative;
	top:2px;
}
body .default_attributes_holder > select{
	position:relative;
	left:-6px;
}
#wcmp_vendor_reviews #comments{
	margin-top:50px;
}

/* EFFECT IMAGE */
.ts-effect .overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	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;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	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;
}
/* END GALLERY */

div#main{
	min-height:500px;
	width:100%;
	clear:both;
}
h4.heading-title > a,
h3.product-name > a,
h3.product-name{
	letter-spacing:0.2px;
}
h3.product-name{
	margin-bottom:5px;
}
/* FIX CUSTOM WIDTH FOR COLUMNS VISUAL */
#main-content .ts-large-one-third .vc_col-sm-4{
	width:35%;
	padding:2% 3% 0 3%;
}
#main-content .ts-large-one-third .vc_col-sm-8{
	width:65%;
}
/* LOADING */
.thumbnail-wrapper.lazy-loading .product-group-button,
.thumbnail-wrapper.lazy-loading:before{
	display:none !important;
}
.ts-product .content-wrapper.loading{
	max-height:400px;
	overflow:hidden;
}
.ts-product.list .content-wrapper.loading{
	max-height:200px;
}
.ts-blogs-wrapper.loading .content-wrapper,
.ts-product-in-category-tab-wrapper .column-products.loading,
.ts-product-in-category-tab-wrapper .column-banners.loading{
	height:332px;
	overflow:hidden;
}
.banner-left .column-banners.loading,
.banner-right .column-banners.loading{
	height:500px;
}
.ts-products-widget .ts-products-widget-wrapper.loading,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading,
.list-posts article .gallery.loading,
.single .gallery.loading{
	height:300px;
	overflow:hidden;
}
/* Fix for blog */
.list-posts article .gallery.loading{
	margin:0;
}
/* End Fix for blog */
.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.loading,
.ts-twitter-slider.loading,
.ts-portfolio-wrapper.loading,
.ts-product-category-slider-wrapper .content-wrapper.loading{
	height:200px;
	overflow:hidden;
}
.header-product-categories.loading,
.thumbnails.loading,
.widget-container .gallery.loading figure{
	height:110px;
	overflow:hidden;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
	height:300px;
}
.ts-portfolio-wrapper.ts-masonry.loading{
	height:500px;
}
.ts-product-in-category-tab-2-wrapper .column-products.loading{
	height:847px;
}
.woocommerce .product figure.loading{
	height:350px;
}
.images.loading,
.header-product-categories.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.loading,
.ts-twitter-slider.loading,
.list-posts article .gallery.loading,
.single .gallery.loading,
.ts-portfolio-wrapper.loading,
.thumbnails.loading,
.thumbnail.loading,
.ts-product-category-slider-wrapper .content-wrapper.loading,
.ts-product-in-category-tab-wrapper .column-banners.loading,
.ts-product-in-category-tab-wrapper .column-products.loading,
.ts-product-in-category-tab-2-wrapper .column-products.loading{
	position:relative;
	overflow:hidden;
}
.images.loading:before,
.header-product-categories.loading:before,
.tab-content.loading:before,
.tab-contents.loading:before,
.list-posts article .gallery.loading:before,
.widget-container .gallery.loading figure:before,
.related-posts.loading .content-wrapper:before,
.ts-product .content-wrapper.loading:before,
.thumbnail.loading:before,
.thumbnails.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.loading:before,
.ts-twitter-slider.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before{
	position:absolute;
	left:0;right:0;bottom:0;top:0;
	content:"";
	z-index:10;
	background-image:url(images/ajax-loader1.gif);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before{
	left:1px;/* rtl */
	right:0;/* rtl */
}
.horizontal-tab .column-products.loading:before,
.horizontal-tab.has-slider .column-products.loading:before{
	left:1px;/* rtl */
	right:0;
	bottom:0;
	top:0;
	position:absolute;
	content:"";
	width:auto;
	z-index:10;
	background-image:url(images/ajax-loader1.gif);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-products.loading:before{
	background-position:center 30%;
}
.horizontal-tab .column-banners.loading:before,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-products.loading:before{
	left:0;/* rtl */
	right:0;/* rtl */
}
.ts-testimonial-wrapper.text-light.loading:before,
.ts-logo-slider-wrapper.style-light.loading .content-wrapper:before, 
.ts-twitter-slider.text-light.loading:before{
	background-color:#3f3f3f;
}
.thumbnails.loading:before,
.thumbnail.loading:before{
	display:block !important
}
.tab-content.loading:before{
	bottom:24px;
	top:1px;
}
.widget .widgettitle{
	text-transform:uppercase;
	padding:9px 0;
}
nav .widget .widgettitle{
	padding:0;
}
/* HOME SUPERMARKET 1 */
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-4{
	width:27.778%;
	overflow:hidden;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-8{
	width:72.222%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3{
	width:27.778%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
	width:44.444%;
}
.fix-columns-hotdeals .vc_col-sm-4{
	width:calc(29.796% + 2px );
	margin:-1px;
}
.fix-columns-hotdeals .vc_col-sm-8{
	width:70.204%;
}
/* HOME SUPERMARKET 2 */
.fix-width-col-one-third .vc_col-sm-4{
	width:28%;
	padding-left:0;
	padding-right:0;
}
.fix-width-col-one-third .vc_col-sm-8{
	width:72%;
	padding-left:10px;/* rtl */
	padding-right:0;
}
.fix-width-col-one-third{
	margin-left:0;
	margin-right:0;
}
.vc_tta-container .transparent-background,
.transparent-background,
.vc_general.vc_tta-tabs.transparent-background .vc_tta-panels-container .vc_tta-panels{
	background:transparent !important;
}
body.wpb-js-composer .vc_tta-tabs.tab-product .vc_tta-tabs-list{
	padding-right:50px !important;/* rtl */
}
/* HOME FUNITURE */
.footer-two-column{
	clear:both;
	position:relative;
}
.footer-two-column:before{
	display:inline-block;
	position:absolute;
	left:33.33333333%;/* rtl */
	right:auto;
	top:-20px;
	bottom:0;
	content:"";
	z-index:0;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#f1f1f1;
	width:1px;
}
.footer-two-column .vc_col-sm-4{
	padding-right:50px /* rtl */
}
.footer-two-column .vc_col-sm-8{
	padding-left:50px /* rtl */
}
.footer-two-column .vc_separator{
	width:auto;
	margin-left:-50px;/* rtl */
	margin-right:-1000px;/* rtl */
}
/* HOME GLASSES */
.h1-big,
.h2-big{
	font-size:48px;
	line-height:54px;
	margin-bottom:0;
	font-weight:bold;/* default */
}
.desc-big{
	font-size:18px;
	line-height:28px;
	margin-bottom:50px !important;
}
.desc-big-2{
	font-size:24px;
	line-height:32px;
	margin-bottom:30px !important;
}
.feature-hotdeal{
	padding-top:50px;
	padding-bottom:50px;
}
.ts-text-center{
	text-align:center;
}
.feature-hotdeal .ts-countdown{
	margin-bottom:30px;
}
.mail-chimp-footer-2col .ts-mailchimp-subscription-shortcode{
	height:400px;
}
.mail-chimp-footer-2col > div{
	display:table;
	width:100%;
}
.mail-chimp-footer-2col .ts-mailchimp-subscription-shortcode{
	display:table-cell;
	vertical-align:middle;
}
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .newsletter{
	margin-bottom:20px;
}
body .ts-footer-block .style-1 .mailchimp-subscription input[type="email"]{
	border-width:0;
	background:rgba(255,255,255,0.2);
}
/* INTRO PAGE */
.ts-header-intro .ts-header{
	display:none;
}
.heading-intro{
	text-align:center;
	color:#000000;
	margin-bottom:10px;
}
body .group-homepage{
	text-align:center;
}
body .group-homepage,
body .bg-center-bottom{
	background-repeat:no-repeat !important;
	background-position:center bottom !important;
}
.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{
	border-width:2px;
	border-style:solid;
	border-color:transparent;
	margin:30px 0 0 0;
	display:inline-block;
	position:relative;
	bottom:0;
	height:650px;
	overflow:hidden;
	transition:all 100ms ease-in-out 0s;
	-webkit-transition:all 100ms ease-in-out 0s;
	-moz-transition:all 100ms ease-in-out 0s;
}
.group-homepage a.img-link img{
	transition:all 3s ease-in-out 0s;
	-webkit-transition:all 3s ease-in-out 0s;
	-moz-transition:all 3s ease-in-out 0s;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	margin:0;
}
.group-homepage a.img-link:hover img{
	margin-top:100%;
	transform:translate(0,-100%);
	-webkit-transform:translate(0,-100%);
	-moz-transform:translate(0,-100%);
	margin-top:650px;
}
.group-homepage .home-supermarket a.img-link:hover{
	border-color:#e72304;
}
.group-homepage .home-supermarket-2 a.img-link:hover{
	border-color:#0983ce;
}
.group-homepage .home-furniture a.img-link:hover{
	border-color:#85d5d4;
}
.group-homepage .home-glasses a.img-link:hover{
	border-color:#ed6bab;
}
.group-homepage .home-shoes a.img-link:hover{
	border-color:#feb800;
}
.group-homepage .home-electronic a.img-link:hover{
	border-color:#0083c4;
}
.group-homepage .home-houseware a.img-link:hover{
	border-color:#ff6e41;
}
.group-homepage .home-organic a.img-link:hover{
	border-color:#7dc641;
}
.group-homepage .home-supermarket a:hover{
	color:#e72304;
}
.group-homepage .home-supermarket-2 a:hover{
	color:#0983ce;
}
.group-homepage .home-furniture a:hover{
	color:#85d5d4;
}
.group-homepage .home-glasses a:hover{
	color:#ed6bab;
}
.group-homepage .home-shoes a:hover{
	color:#feb800;
}
.group-homepage .home-electronic a:hover{
	color:#0083c4;
}
.group-homepage .home-houseware a:hover{
	color:#ff6e41;
}
.group-homepage .home-organic a:hover{
	color:#7dc641;
}
.intro-img-header{
    display:inline-block;
    margin-bottom:10px;
    overflow:hidden;
}
.intro-img-header:hover{
	opacity:0.95;
}
.group-features .feature-content{
	min-height:395px;
}
.ts-header-intro .first-footer-area{
	display:none !important;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li a{
	background:#e5e5e5;
	color:#000000;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.facebook:hover a{
	background-color:#3B5998;
	border-color:#3B5998;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.twitter:hover a{
	background-color:#2CAAE1;
	border-color:#2CAAE1;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.flickr:hover a{
	background-color:#E30761;
	border-color:#E30761;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.vimeo:hover a{
	background-color:#17B3E8;
	border-color:#17B3E8;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.mailchimp:hover a{
	background-color:#176DBA;
	border-color:#176DBA;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.youtube:hover a{
	background-color:#CC181E;
	border-color:#CC181E;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.viber:hover a{
	background-color:#7C529E;
	border-color:#7C529E;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.skype:hover a{
	background-color:#009EE5;
	border-color:#009EE5;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.instagram:hover a{
	background-color:#125688;
	border-color:#125688;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.feedburner:hover a{
	background-color:#176DBA;
	border-color:#176DBA;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.linkedin:hover a{
	background-color:#0177B5;
	border-color:#0177B5;
	color:#fff;
}
.ts-header-intro footer#colophon .ts-social-icons .style-fill-bg li.wordpress:hover a{
	background-color:#21759B;
	border-color:#21759B;
	color:#fff;
}
/* Home Electronic */
.vetical-slideshow{
	margin-left:300px;/* rtl */
	width:calc(100% - 664px );
}
.vertical-banner{
	float:right;/* rtl */
	width:364px;
}
.vertical-banner .wpb_wrapper > div:first-child{
	margin-bottom:20px;
}
.fullwidth-tab{
	width:calc(100% - 319px );
}
.fullwidth-deal{
	width:319px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. BREADCRUMB -----------------------------------------------------------------------------------------------------*/
.breadcrumb-title-wrapper{
	width:100%;
	margin:0 0 20px 0;
	display:block;
	background-size:cover;
	-webkit-background-size:cover;
	background-position:center;
	z-index:0;
	text-align:center;
}
.breadcrumb-title-wrapper .breadcrumb-title{
	padding:0;
	display:table-cell;
	vertical-align:middle;
}
.breadcrumb-title-wrapper .breadcrumb-content{
	display:table;
	height:300px;
	table-layout:fixed;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center !important;
}
.breadcrumb-title-wrapper.ts-breadcrumb-parallax,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content{
	background-attachment:fixed;
}
.breadcrumb-title-wrapper.breadcrumb-v2: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;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.breadcrumb-title-wrapper .breadcrumb-title a{
	opacity:0.8;
}
.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,
.breadcrumb-title-wrapper .breadcrumbs-container a,
.breadcrumb-title-wrapper .breadcrumbs-container span{
	display:inline-block;
}
/* VERSION 2 */
body #main > .page-container.show_breadcrumb_v2{
	padding-top:0;
}
.breadcrumb-title-wrapper.breadcrumb-v2{
	margin-bottom:60px;
	border-width: 0 0 1px 0;
    border-style: solid;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-content{
	height:auto;
	display:block;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
	table-layout:fixed;
	display:table;
	padding-top:22px;
	padding-bottom:22px;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > *{
	display:table-cell;
	width:50%;
	text-align:right; /* rtl */
	vertical-align:middle;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1{
	text-align:left; /* rtl */
}
/* VERSION 3 */
.breadcrumb-title-wrapper.breadcrumb-v3{
	padding:70px 0 305px 0;
	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:15px;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
	text-transform:uppercase;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 3. RELATED BOX --------------------------------------------------------------------------------------------------------*/

.related.related-posts{
	padding-top:60px;
}
.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:80px;
}
.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:25px 30px 15px 30px;
	border-width:1px;
	border-style:solid;
}
.comments-area{
	margin:32px 0 0 0;
	clear:both;
	display:inline-block;
	width:100%;
}
#comments{
	margin-bottom:60px;
}
.commentlist > li{
	padding:20px 0 0 0;
	margin-top:0;
}
.commentlist > li:first-child{
	padding-top:0;
}
.commentlist .children{
	padding:30px 0 0 100px;/* rtl */
	margin:0;
}
.commentlist .children .children{
	padding:30px 0 0 70px;/* rtl */
}
.commentlist .children > li{
	list-style:none;
	padding:12px 0 0 0;
	position:relative;
}
.comments-area .reply a:after{
	content: "\f064";
	font-family: 'FontAwesome';
	margin-left:5px /* rtl */
}
.comments-area .reply a:hover{
	text-decoration:none;
}
.comments-area .date-time:before{
	content: "\e66b";
	font-family: 'Pe-icon-7-stroke';
	margin-right:5px /* rtl */
}
.comments-area div.avatar{
	padding-right:20px; /* rtl */
	width:120px;
	vertical-align:top;
}
.comments-area .commentlist > li > div.comment-wrapper div.avatar{
	padding-right:30px; /* rtl */
	width:130px;
}
.comments-area .commentlist > li > div.comment-wrapper .comment-detail{
	position:relative;
	top:10px;
}
.comments-area div.avatar img{
	width:100px;
	height:100px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.comments-area .comment-meta{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.comments-area .comment-text{
	font-style:italic;
}
.comments-area .comment-meta:after{
	display:table;
	clear:both;
	content:"";
}
.comments-area .comment-meta .comment-edit-link{
	float:right;/* rtl */
}
.comments-area .comment-meta > span{
	float:left;/* rtl */
	position:relative;
	margin-left:20px;/* rtl */
}
.comments-area .comment-meta > span.author a{
	text-transform:uppercase;
}
.comments-area .comment-meta > span:first-child{
	margin:0;
	padding:0;
}
.comments-area .comment-meta > span:first-child:before{
	display:none;
}
.comments-area .reply{
	text-transform:uppercase;
	float:right;/* rtl */
	padding:0 0 4px 0;
}
.comments-area .comment-meta > a:hover{
	text-decoration:none;
}
#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;
}
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:120px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 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{
	background:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	min-height:44px;
	min-width:44px;
	text-align:center !important;
	border-radius:100% !important;
	-webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	font-size:0;
	margin:0;
	text-shadow:none;
	transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
	text-indent:0 !important;
	border:0 !important;
	opacity:1;
	margin:0 !important;
	position:static !important;
}
.vc_images_carousel .vc_carousel-control,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a,
.tp-leftarrow.tparrows,
.tp-rightarrow.tparrows{
	position:absolute;
	background:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	min-height:44px;
	min-width:44px;
	text-align:center !important;
	border-radius:100% !important;
	-webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	font-size:0;
	margin:0;
	text-shadow:none;
	transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 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:-22px !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
	font-family: 'FontAwesome' !important;
	font-size:30px !important;
	font-weight:normal !important;/* default */
	position:relative;
	z-index:110;
	line-height:42px !important;
	margin:0 !important;
	transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
	width:auto !important;
	display:inline-block;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_carousel-control .icon-prev:before,
.tp-leftarrow.tparrows: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, 
.tp-rightarrow.tparrows: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,
.tp-leftarrow.tparrows:after,
.tp-rightarrow.tparrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
	position:absolute;
	content:"";
	left:0;right:0;
	bottom:0;top:0;
	width:auto;
	height:auto;
	line-height:0;
	transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
	border-radius:100% !important;
	-webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	width:auto;
	display:inline-block;
}
body .rev_slider_wrapper .tp-bullets .tp-bullet,
body rs-module-wrap .tp-bullets .tp-bullet{
	width:12px !important;
	height:12px !important;
	border-radius:100% !important;
	-webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	background:transparent !important;
	opacity:1 !important;
	border:0 !important;
	margin-right:5px !important;
	overflow:visible
}
body .rev_slider_wrapper .tp-bullets .tp-bullet:last-child,
body rs-module-wrap .tp-bullets .tp-bullet:last-child{
	margin-right:0 !important
}
body .rev_slider_wrapper .tp-bullets .tp-bullet:hover,
body .rev_slider_wrapper .tp-bullets .tp-bullet.selected,
body rs-module-wrap .tp-bullets .tp-bullet:hover,
body rs-module-wrap .tp-bullets .tp-bullet.selected{
	width:12px !important;
	height:12px !important;
	border:0 !important
}
.tp-bullets .tp-bullet:after{
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	content:"";
	border-radius:100% !important;
	-webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	background:#d2d2d2;
	border-color:#d2d2d2;
	border-width:1px;
	border-style:solid;
	z-index:1;
}
.tp-bullets.simplebullets .bullet:hover, 
.tp-bullets.simplebullets .bullet.selected,
body .rev_slider .tp-bullets .tp-bullet:hover, 
body .rev_slider .tp-bullets .tp-bullet.selected,
body rs-module-wrap .tp-bullets .tp-bullet:hover, 
body rs-module-wrap .tp-bullets .tp-bullet.selected{
	border:0 !important;
	margin-top:0 !important;
	background:transparent !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after,
body rs-module-wrap .tp-bullets .tp-bullet:hover:after, 
body rs-module-wrap .tp-bullets .tp-bullet.selected:after{
	background:#ffffff;
}
/* Thumbnail */
.tp-bullets.tp-thumbs .thumb{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 6. CONTACT US ---------------------------------------------------------------------------------------------------------*/
.map-contact{
	margin-top:-70px;
}
.contact-form{
	margin:0 -10px;
}
.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;
}
.contact-form:after,
.sumbit-contact:after{
	display:table;
	content:"";
	clear:both;
}
.contact-form .col-1,
.contact-form .col-2{
	float:left;/* rtl */
	width:50%;
	padding:10px;
}
body input.wpcf7-submit{
	min-width:120px;
}
.wpcf7 p textarea{
	height:212px;
}
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%;
}
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;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers{
	position:relative;
	padding-top:10px;
	padding-left:60px;/* rtl */
}
.office-address:before,
.phone-numbers:before,
.email-address:before,
.fax-numbers:before{
	font-size:24px;
    font-family: 'Pe-icon-7-stroke';
	position:relative;
	top:5px;
	margin-right:10px;/* rtl */
}
.box-office-address:after,
.box-phone-numbers:after,
.box-email-address:after,
.box-fax-numbers:after{
	border-width:1px;
	border-style:solid;
	position:absolute;
	left:0;/* rtl */
	right:auto;
	top:2px;
	bottom:auto;
	width:40px;
	height:40px;
	content:"";
}
.box-office-address:before,
.box-phone-numbers:before,
.box-email-address:before,
.box-fax-numbers:before{
	font-size:18px;
    font-family: 'Pe-icon-7-stroke';
	line-height:30px;
	padding:4px 2px;
	left:0;/* rtl */
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
	position:absolute;
	top:2px;
}
.office-address:before,
.box-office-address:before{
	content: "\e638";
}
.phone-numbers:before,
.box-phone-numbers:before{
	content: "\e670";
}
.email-address:before,
.box-email-address:before{
	content: "\e639";
}
.fax-numbers:before,
.box-fax-numbers:before{
	content: "\e61f";
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 7. BLANK PAGE ---------------------------------------------------------------------------------------------------------*/

h1.title-coming{
	font-size:40px;
	line-height:46px;
	margin-top:10px;
	margin-bottom:10px;
}
.blank-page{
	text-align:center;
	padding:80px 30px 40px 30px;
	position:relative;
	margin-bottom:0 !important;
}
.blank-page-template .ts-countdown,
.blank-page-template .ts-social-icons{
	display:inline-block;
}
.blank-page-template .widget-container{
	background:transparent !important;
	border:0;
	padding:0;
}
.blank-page-template .widget-container:before{
	display:none;
}
.blank-page-template .wpb_widgetised_column.wpb_content_element{
	margin-bottom:0;
}
.ts-group-button-coming{
	padding-top:20px;
	padding-bottom:50px
}
.ts-group-button-coming .ts-button{
	min-width:145px;
	margin:5px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 8. SLIDESHOW ----------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------*/
/*- 9. BUTTON NAVI SLIDER -------------------------------------------------------------------------------------------------*/
body .owl-carousel{
	z-index:5;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.ts-slider ul li{
	list-style:none;
}
.ts-slider.products section.product,
.woocommerce .ts-slider.products section.product{
	padding:0;
}
.woocommerce .content-wrapper:after{
	display:table;
	clear:both;
	content:"";
}
/* Navi */
.gallery .owl-nav{
	display:none;
}
.owl-dots{
	position:absolute;
	content:"";
	left:auto;
	right:30px;/* rtl */
	top:20px;
	line-height:0;
	z-index:6;
	display:inline-block;
}
.ts-product.show-dot.rows-1{
	padding-bottom:40px;
}
.ts-product.show-dot,
.ts-product.show-dot[data-columns="1"]{
	padding-bottom:20px;
}
.banner-left .owl-dots,
.banner-right .owl-dots{
	bottom:20px;
	top:auto;
	left:50%;
	right:auto;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	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;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);

}
.ts-product .products > .owl-controls .owl-dots{
	bottom:0;
}
.vc_col-sm-6 .ts-product.show-dot[data-columns="1"] .products .product{
	margin-bottom:25px;
}
.widget .gallery .owl-dots,
.widget-container .gallery .owl-dots{
	bottom:10px;
}
.owl-dots > div{
	display:inline-block;
	overflow:hidden;
	line-height:0;
	margin:0;
}
.owl-dots > div > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
	display:inline-block;
	width:12px;
	height:12px;
	position:relative;
	z-index:9;
	margin:4px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
body .theme-default .nivo-controlNav a{
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.owl-dots > div:not(.color) > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
	background:transparent !important;
}
.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;
}
.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{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:"";
	border-width:1px;
	border-style:solid;
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.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{
	
}
/* Button Home SlideShow Full Page */
body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span{
	background:transparent;
}
body #fp-nav ul li, 
body .fp-slidesNav ul li,
body .flex-control-paging li{
	width:18px;
	height:18px;
}
body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span,
body #fp-nav ul li a.active span, 
body .fp-slidesNav ul li a.active span, 
body #fp-nav ul li:hover a.active span, 
body .fp-slidesNav ul li:hover 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:hover a{
	display:inline-block;
	width:12px;
	height:12px;
	position:relative;
	z-index:9;
}
/* End Button Home SlideShow Full Page */
.column-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{
	border-color:#fff;
}
.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;
}
.column-banners .owl-dots > div > span:hover:before,
.column-banners .owl-dots > div.active > span:before,
.gallery .owl-dots > div > span:hover:before,
.gallery .owl-dots > div.active > span:before,
.text-light .owl-dots > div > span:hover:before,
.text-light .owl-dots > div.active > span:before,
.ts-product-in-category-tab-wrapper .owl-dots > div > span:hover:before,
.ts-product-in-category-tab-wrapper .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{
	background:#fff !important;
	border-color:#fff !important;
}
.widget-container .owl-nav,
.widget .owl-nav{
	top:-40px;
    border:0;
    right:-10px;/* rtl */
    background:transparent;
}
.widget-container.ts-products-widget .owl-nav{
	right:10px;/* rtl */
}
/* FIX MENU WIDGET */
.menu .widget .owl-nav{
	top:-34px;
}
.menu .widget.ts-products-widget .owl-nav{
	right:0 /* rtl */
}
/* END FIX MENU WIDGET */
.widget.ts-products-widget .owl-nav{
	right:15px;/* rtl */
	top:-45px;
}
.content-no-border:not(.title-background-color) .widget.ts-products-widget .owl-nav{
	right:0;/* rtl */
	top:-50px;
}
.content-no-border .widget.ts-products-widget .owl-nav:after{
	content:"";
	position:absolute;
	left:-15px;/* rtl */
	right:0;
	top:0;
	bottom:0;
	z-index:0;
}
.content-no-border.title-background-color .widget.ts-products-widget .owl-nav:after{
	display:none;
}
.owl-controls{
	line-height:0;
	text-align:center;
	height:0;
}
.ts-shortcode .products .owl-nav{
	top:6px;
}
.ts-product-in-category-tab-2-wrapper .products .owl-nav{
	top:-7px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .owl-controls .owl-nav > div{
	margin-top:0 !important;
}
.ts-shortcode.title-background-color .products .owl-nav{
	top:14px;
	right:14px;/* rtl */
}
.vc_tta-tabs .ts-shortcode.nav-top .products .owl-nav{
	top:-65px;
	right:10px; /* rtl */
	position:absolute;
}
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-next,
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-prev{
	left:auto;
	right:auto;
	visibility:visible;
	position:static;
}
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-next{
	margin-left:4px;/* rtl */
}
.vc_tta-style-2 .ts-shortcode .products .owl-nav{
	right:0;/* rtl */
}
.owl-nav{
	top:-66px;
	line-height:0;
	display:inline-block;
	position:absolute;
	right:0;/* rtl */
}
.woocommerce .cross-sells .owl-nav, 
.woocommerce .upsells .owl-nav, 
.woocommerce .related .owl-nav{
	top:4px;
}
.ts-product.show-dot .owl-nav{
	display:none !important;
}
.ts-shortcode .owl-nav{
	top:-87px;
}
.ts-shortcode.ts-recently-viewed-products-wrapper .owl-nav{
	top:0;
}
.ts-twitter-slider .owl-dots,
.ts-twitter-slider .owl-nav{
	top:auto;
	bottom:0;
	left:50%;
	right:auto;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
}
.nav-middle .owl-nav,
.images-slider-wrapper .owl-nav,
.ts-shortcode.no-title .owl-nav,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav{
	position:static;
}
.nav-middle .owl-nav > div,
.ts-shortcode.no-title .owl-nav > div{
	top:33%;
	position:absolute;
	visibility:hidden;
	transition:all 200ms ease-in-out 0s;
	-webkit-transition:all 200ms ease-in-out 0s;
	-moz-transition:all 200ms ease-in-out 0s;
}
.ts-blogs.no-title .owl-nav > div{
	top:20%;
}
.item-list.nav-middle .owl-nav > div{
	top:50%;
	margin-top:-15px;
}
.hidden-button-product .ts-product.item-list .owl-nav > div{
	margin-top:-5px;
}
.ts-product-deals-slider-wrapper.nav-middle .owl-nav > div{
	top:30%;
}
.ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
	top:26%;
}
.images-slider-wrapper .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
	position:absolute;
	visibility:hidden;
	top:50%;
	margin-top:-15px;
	transition:all 200ms ease-in-out 0s;
	-webkit-transition:all 200ms ease-in-out 0s;
	-moz-transition:all 200ms ease-in-out 0s;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
	top:45%;
}
.nav-middle .products:hover .owl-nav > div,
.images-slider-wrapper:hover .owl-nav > div,
.ts-shortcode.no-title:hover .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div{
	visibility:visible;
}
.nav-middle .owl-nav .owl-next,
.images-slider-wrapper .owl-nav .owl-next,
.ts-shortcode.no-title .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
	right:-31px; /* rtl */
	left:auto;
	margin-left:0;
	margin-right:0;
}
.nav-middle .owl-nav .owl-prev,
.images-slider-wrapper .owl-nav .owl-prev,
.ts-shortcode.no-title .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
	left:-31px; /* rtl */
	right:auto;
	margin-left:0;
	margin-right:0;
}
.nav-middle:hover .owl-nav .owl-next,
.images-slider-wrapper:hover .owl-nav .owl-next,
.ts-shortcode.no-title:hover .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div.owl-next{
	right:0; /* rtl */
	left:auto;
}
.nav-middle:hover .owl-nav .owl-prev,
.images-slider-wrapper:hover .owl-nav .owl-prev,
.ts-shortcode.no-title:hover .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div.owl-prev{
	left:0; /* rtl */
	right:auto;
}
.woocommerce .nav-middle .products{
	position:relative;
}
.owl-nav > div.disabled{
	display:none !important;
}
.owl-nav > div{
	cursor:pointer;
	position:relative;
	width:30px !important;
	height:30px !important;
	border-width:1px;
	border-style:solid;
	z-index:7;
	line-height:0;
	display:inline-block;
	font-size:0;
	text-align:center;
	transition:left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease-in-out 0s;
	-webkit-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
	-moz-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
}
.owl-nav > div.disabled{
	display:inline-block !important;
}
.no-nav .owl-nav{
	display:none !important;
}
.owl-nav > div:before{
	line-height:28px;
	font-family: 'Pe-icon-7-stroke';
	font-size:30px;
	font-weight:normal;/* default */
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	color:inherit;
}
.owl-nav > div.owl-next{
	margin-left:4px /* rtl */
}
.disabled{
	display:none !important;
}
.single_add_to_cart_button.disabled{
	display:inline-block !important;
}
/* End custom */
.owl-nav > div.owl-next:before{
	content: "\e684";/* rtl */
}
.owl-nav > div.owl-prev:before{
	content: "\e686";/* rtl */
}

/* THUMBNAIL PRODUCT DETAIL */
.images-thumbnails >.thumbnails *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	line-height:0;
}
.images-thumbnails >.thumbnails a,
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper,
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper ul{
	width: 100% !important;
}
.images-thumbnails >.thumbnails a{
	margin:0 !important;
}
.images-thumbnails >.thumbnails ul{
	margin:0;
	position:relative;
}
.images-thumbnails >.thumbnails ul li{
	line-height:0;
	padding:0;
}
.images-thumbnails >.thumbnails .owl-nav > div{
	top:50%;
	margin-top:-13px;
	border:0;
	line-height:0;
	width:26px !important;
	height:26px !important;
	padding:0;
	text-align:center;
	background:#f1f1f1 !important;
}
.images-thumbnails >.thumbnails .owl-nav > div:before{
	line-height:26px !important;
	font-family: 'FontAwesome';
	font-size:20px;
}
.images-thumbnails >.thumbnails .owl-carousel .owl-stage-outer{
	padding:0;
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-next{
	right:1px;/* rtl */left:auto
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-prev{
	left:1px;/* rtl */right:auto
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-next:before{
	content: "\f105";/* rtl */
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-prev:before{
	content: "\f104";/* rtl */
}
div.product .images-thumbnails .owl-nav{
	position:static !important;
	border:0;
	display:block;
}
div.product .images-thumbnails .owl-controls div.owl-next{
	position:absolute;
	top:50%;
	margin-top:-10px;
	visibility:hidden;
	opacity:0;
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
}
div.product .images-thumbnails .owl-controls div.owl-prev{
	position:absolute;
	top:50%;
	margin-top:-10px;
	visibility:hidden;
	opacity:0;
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
}
div.product .thumbnails:hover .owl-controls div.owl-prev,
div.product .thumbnails:hover .owl-controls div.owl-next{
	visibility:visible;
	opacity:1;
}
/* Vertical thumbnail */
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div{
	top:auto;
	left:50%;/* rtl */
	right:auto;/* rtl */
	bottom:0;
	margin:0;
	width:26px !important;
	height:26px !important;
	margin-left:-13px !important;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
	top:21px;
	bottom:auto;
	margin:0;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-prev{
	top:auto;
	bottom:1px;
	margin:0;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next:before{
	content: "\f106";
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-prev:before{
	content: "\f107";
}
div.product.vertical-thumbnail .images-thumbnails .owl-controls div.owl-next{
	visibility:hidden;
	opacity:0;
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
}
div.product.vertical-thumbnail .images-thumbnails .owl-controls div.owl-prev{
	visibility:hidden;
	opacity:0;
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
}
div.product.vertical-thumbnail .images-thumbnails .thumbnails:hover .owl-controls div.owl-prev,
div.product.vertical-thumbnail .images-thumbnails .thumbnails:hover .owl-controls div.owl-next{
	visibility:visible;
	opacity:1;
}
/* END BUTTON SLIDER */

/*---------------------------------------------------------------------------------------------------------------------*/
/*- III. FOOTER -------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
/* TO TOP BUTTON */
#to-top{
	position:fixed;
	right:0; /* rtl */
	bottom:0;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	width:50px;
	height:50px;
	line-height:0;
	display:inline-block;
	transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	text-align:center;
	cursor:pointer;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	display:block !important;
	z-index:999;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
#to-top a{
	display:inline-block;
	width:50px;
	height:50px;
	line-height:0;
	border-width:2px;
	border-style:solid;
	overflow:hidden;
	text-transform:uppercase;
	font-size:0;
}
#to-top a:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e683";
	font-size:24px;
	font-weight:normal;/* default */
	line-height:46px;
}
#to-top a:hover{
	text-decoration:none;
}
#to-top.on{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-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 .widget-container:before,
footer .widget-container .widget-title:after{
	display:none;
}
footer .ts-footer-block ul li {
	list-style:none;
	padding:8px 0;
}
footer .ts-footer-block ul ul li{
	padding:8px 0;
}
body .ts-footer-block .widget-title{
	margin:0 0 34px 0;
	padding:0;
}
body .ts-footer-block .widget-container{
	border:0;
}
body .ts-footer-block .woocommerce ul.cart_list li:after, 
body .ts-footer-block .woocommerce ul.product_list_widget li:after, 
body .ts-footer-block .woocommerce.widget_shopping_cart .cart_list li:after{
	opacity:0.1;
}

/* Widget footer */
footer .widget-container.widget_archive > ul{
	padding-top:0;
	line-height:0;
}
footer .widget-container.widget_archive ul li a:hover,
footer .widget_categories ul li a:hover,
footer .ts-product-categories-widget ul li a:hover,
footer .widget_product_categories ul li a:hover{
	text-decoration:none !important;
}
footer section.widget_nav_menu > div > ul,
footer .widget-container > ul,
footer .widget-container .ts-facebook-page-wrapper,
footer .widget-container .ts-logo-slider-wrapper .content-wrapper,
footer .widget-container .ts-products-widget-wrapper ul.product_list_widget, 
footer .widget-container ul.product_list_widget, 
footer section.woocommerce ul.product_list_widget, 
footer .widget-container .widget_shopping_cart_content,
footer .widget-container .testimonial-content{
	padding:0;
}
footer .widget_categories > ul{
	padding:0;
}
footer .widget-container .comment_list_widget > li:first-child{
	margin-top:0;
}
/* FOOTER INFO */
footer .widget-container ul.info-content li,
.widget-container ul.info-content li{
	padding:15px 0;
	padding-left:60px;/* rtl */
	position:relative;
}
footer .widget-container ul.info-content.style-2 li,
.widget-container ul.info-content.style-2 li{
	padding-left:0;
	padding-right:0;
}
.widget-container ul.info-content li:after{
	position:absolute;
	content:"";
	left:0;/* rtl */
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	border-width:1px;
	border-style:solid;
	opacity:0.2;
}
.widget-container ul.info-content.style-2 li:after{
	display:none;
}
.widget-container ul.info-content li:before{
	position:absolute;
	left:0;/* rtl */
	font-family: 'Pe-icon-7-stroke';
	top:50%;
	margin-top:-20px;
	font-size:16px;
	line-height:38px;
	width:40px;
	height:40px;
	text-align:center;
}
.widget-container ul.info-content.style-2 li:before{
	position:relative;
	top:2px;
	left:auto;
	right:auto;
	bottom:auto;
	display:inline-block;
	margin:0 15px 0 0;/* rtl */
	width:auto;
	height:auto;
	line-height:20px;
}
.widget-container ul.info-content li.info-location:before{
	content:"\e638"
}
.widget-container ul.info-content li.info-phone:before{
	content:"\e670"
}
.widget-container ul.info-content li.info-email:before{
	content:"\e639"
}
.widget-container ul.info-content li.info-fax:before{
	content:"\e61f"
}
.social-no-margin .widget-title{
	margin-bottom:10px !important;
}
.social-no-margin section.ts-social-icons .social-icons{
	padding:12px 0;
}
.payment-right{
	text-align:right;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- IV. WIDGET --------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.widget-title{
	padding:13px 0 13px 0;
	margin:0 0 0 0;
	position:relative;
	text-transform:uppercase;
}
.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;
}
.widget_display_search:before,
.widget_product_search:before,
.widget_search:before{
	display:none !important;
}
.ts-recent-comments-widget .widget-title,
.ts-blogs-widget .widget-title{
	padding-right:50px;/* rtl */
}
.ts-products-widget .widget-title{
	padding-left:15px;
	padding-right:70px;/* rtl */
}
.ts-products-widget .widget-title:after{
	left:0px; /* rtl */
	right:0;
}
.widget-title:after{
	border-width:0 0 1px 0;
	height:1px;
	border-style:solid;
	position:absolute;
	left:-20px; /* rtl */
	right:-20px;
	bottom:0;
	content:"";
}
.widget-container{
	border-width:1px;
	border-style:solid;
	margin:0 0 50px 0;
	clear:both;
	padding:0 20px 0 20px;
	position:relative;
}
.widget-container.ts-products-widget{
	padding:0;
}
.ts-products-tabs-widget{
	padding:0;
	border:0;
	background:transparent !important;
}
.ts-products-tabs-widget .widget-title-wrapper{
	border-width:1px;
	border-style:solid;
	position:static;
}
.widget-container:before{
	border-width:2px 0 0 0;
	border-style:solid;
	content:"";
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:auto;
	z-index:1;
}
.ts-products-tabs-widget:before{
	left:0;
	right:0;
}
.widget-container:last-child{
	margin-bottom:0;
}
.widget-container fieldset{
	padding:0;
}
body .widget-container > select,
.widget_mc4wp_form_widget .mc4wp-form{
	margin:20px 0;
}
section.ts-social-icons .social-icons,
section.widget_product_search > form,
.widget-container .widget_shopping_cart_content{
	padding:20px 0 10px 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper{
	padding:25px 0 20px 0;
}
section.product-filter-by-color > ul,
section.woocommerce.widget-container > ul{
	padding:20px 0 0 0;
}
section.widget_media_gallery .gallery-size-thumbnail{
	padding:10px 0 20px 0;
}
section.woocommerce.widget_rating_filter > ul{
	padding:15px 0 15px 0;
}
.widget-container .widget_shopping_cart_content,
.widget-container .tagcloud,
section.woocommerce.widget_layered_nav > ul{
	padding:20px 0 10px 0;
}
.widget-container > ul,
section.widget_nav_menu > div > ul{
	padding:10px 0;
}
.widget_archive > ul{
	margin-bottom:10px;
}
section.widget_display_stats > dl{
	padding:10px 0 0 0;
}
.widget-container.widget_text .textwidget{
	padding-top:15px;
	padding-bottom:18px;
}
section.ts-flickr-widget .ts-flickr-wrapper,
section.ts-instagram-widget .ts-instagram-wrapper{
	padding:18px 0 18px 0;
}
.widget-container .ts-facebook-page-wrapper,
section.bbp_widget_login .bbp-logged-in{
	padding:20px 0;
}
/* CUSTOM WIDGET UL LI */
.widget-container .ts-blogs-widget-wrapper{
	padding:0 0 17px 0;
}
.widget-container .ts-recent-comments-widget-wrapper,
.widget-container .ts-slider{
	padding-top:0;
}
/* CUSTOM WIDGET PRODUCTS */
.widget-container .ts-products-widget-wrapper ul.product_list_widget ,
.widget-container ul.product_list_widget,
.woocommerce ul.product_list_widget{
	padding:20px 0 0 0;
}
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget{
	padding:20px 0 0 0;
} 
.woocommerce ul.cart_list{
	padding-top:0;
	padding-bottom:0;
}
.widget-container.widget_calendar{
	padding:0;
	border:0;
}
.widget-container > ul ol,
.widget-container > ul ul{
	margin-left:10px;/* rtl */
}
.widget-container ul ul{
	margin:5px 0 0 15px /* rtl */
}
.widget-container ul li {
	list-style:none;
	padding:5px 0;
}
.widget-container ul ul li{
	padding:5px 0;
}
.widget-container ul li:last-child,
.widget-container ul ul li:last-child{
	padding-bottom:0;
}
.widget-container ul li  > a:hover{
	text-decoration:none;
}
section.widget_nav_menu > div > ul li.fa:before{
	margin-right:5px /* rtl */
}
.widget-container ul ul li > a{
	position:relative
}
li.fa:before{
	font-family: 'FontAwesome';
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. WIDGET SUBSCRIPTION --------------------------------------------------------------------------------------------*/
.mailchimp-subscription{
	position:relative;
	border:0;
	overflow:hidden;
	padding-top:42px;
	padding-bottom:50px;
	background:#3f3f3f;
}
.mailchimp-subscription.text-default{
	background:#fafafa;
}
.ts-mailchimp-subscription-shortcode .mailchimp-subscription.text-default{
	background:transparent;
}
.mailchimp-subscription input[type="email"],
.widget_mc4wp_form_widget .mc4wp-form input[type="email"]{
	padding:15px 70px 15px 15px;/* rtl */
	height:50px;
	margin-bottom:0;
}
.mailchimp-subscription.text-light input[type="email"]{
	background:transparent;
}
.style-2 .mailchimp-subscription input[type="email"]{
	max-width:100%;
}
.mailchimp-subscription.text-light input[type="email"],
.mailchimp-subscription.text-light input[type="email"]:focus,
.mailchimp-subscription.text-light input[type="email"]:hover{
	border-color:#fff;
	color:#fff;
}
.mailchimp-subscription .newsletter{
	margin-bottom:4px;
	display:inline-block;
}
.style-1 .mailchimp-subscription.text-default .newsletter{
	margin-bottom:10px;
}
.style-1 .mailchimp-subscription .newsletter{
	max-width:490px;
}
.mc4wp-form-submitted.processing button.button i{
	-webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.mc4wp-form-submitted.processing button.button i:before{
	content: "\f110";
}
.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:-7px;background:none;
	line-height:18px;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
	font-style:normal;
	position:absolute;
	left:0;/* rtl */
	font-size:14px;
	background:none;
	font-family: 'FontAwesome';
	height:20px;
	width:20px;
	text-shadow:none;
	padding:10px 0;
	box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
	content: "\f00d";
}
.mailchimp-subscription .mc4wp-success:before{
	content: "\f00c";
}
.mailchimp-subscription.text-light .newsletter,
.mailchimp-subscription.text-light input[type="email"],
.mailchimp-subscription.text-light input[type="email"]:focus,
.mailchimp-subscription.text-light .widget-title-wrapper h3,
.mailchimp-subscription.text-light .widgettitle,
.mailchimp-subscription.text-light .mc4wp-error,
.mailchimp-subscription.text-light .mc4wp-success{
	color:#fff;
}
.mailchimp-subscription .widget-title-wrapper h3{
	padding:0 0 8px 0;
	margin-left:0;
	margin-right:0;
}
.mailchimp-subscription .subscribe-email{
	position:relative;
}
.mailchimp-subscription button.button,
.widget_mc4wp_form_widget .mc4wp-form button.button{
	position:absolute;
	right:3px;/* rtl */
	top:3px;
	bottom:3px;
	padding:0;
	height:44px;
	width:44px;
	line-height:0;
	font-size:0;
}
.mailchimp-subscription button.button i,
.widget_mc4wp_form_widget .mc4wp-form button.button i{
	font-size:20px;
	line-height:44px;
}
.mailchimp-subscription:before,
.mailchimp-subscription .widget-title:after{
	display:none !important;
}
.mailchimp-subscription .widget-title-wrapper,
.mailchimp-subscription .subscribe-widget{
	position:relative;
	z-index:1;
	width:100%;
}
.mailchimp-subscription img.bg-newsletter{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	z-index:0;
	max-width:none;
}


/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. TAG CLOUD ------------------------------------------------------------------------------------------------------*/

.widget-container .tagcloud{
	overflow:hidden;
}
.widget-container .tagcloud a{
	margin:0 0 10px 10px;/* rtl */
	display:inline-block;
	line-height:30px;
	float:left;/* rtl */
	border-width:1px;
	border-style:solid;
	padding:6px 10px;
}
.widget-container .tagcloud a:hover{
	text-decoration:none;
}
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud{
	margin-left:-10px;/* rtl */
}
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
	color:#ffffff !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. WIDGET SOCIAL --------------------------------------------------------------------------------------------------*/
.ts-social-icons .social-icons{
	padding-top:15px;
	float:left;
	width:100%;
	display:inline-block;
}
.blank-page-template .ts-social-icons .social-icons{
	width:auto;
	margin-bottom:10px;
}
.blank-page-template .ts-social-icons .social-icons,
.blank-page-template .ts-social-icons li{
	float:none;
}
.ts-social-icons:after,
.ts-social-icons .list-icons:after{
	display:table;
	clear:both;
	content:"";
}
.ts-social-icons .list-icons{
	margin:0 -1px;
	display:inline-block;
}
.ts-social-icons li,
.ts-social-icons li a{
	width:40px;
	height:40px;
	text-align:center;
	line-height:0;
	padding:0 !important;
	display:inline-block;
	position:relative;
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
}
.ts-social-icons li a:before{
	border-width:1px;
	border-style:solid;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:"";
}
footer .ts-social-icons li a:before{
	opacity:0.3;
}
.ts-social-icons .ts-tooltip{
	display:none;
	position:absolute;
	content:"";
	top:-32px;
	left:50%;
	margin-left:-36px;
	height:20px;
	opacity:0;
	visibility:hidden;
	padding:2px 5px;
	line-height:16px;
	width:72px;
	font-size:10px;
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
}
.ts-social-icons .show-tooltip .ts-tooltip{
	display:inline-block;
}
.ts-social-icons .ts-tooltip:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	bottom:-9px;
	left:50%;
	font-size:12px;
	margin-left:-3px;
}
.ts-social-icons li:hover .ts-tooltip{
	opacity:1;
	top:-26px;
	visibility:visible;
}
.ts-social-icons li{
	margin:2px;
	float:left;/* rtl */
}
.ts-social-icons .style-fill-bg{
	margin-left:-2px;
	margin-right:-2px;
}
.ts-social-icons .style-fill-bg li a:before{
	display:none;
}
.ts-social-icons .style-fill-bg li{
	margin:2px;
}
.ts-social-icons li i{
	font-size:18px;
	line-height:40px;
	width:auto;
	height:auto;
	margin:0;
}
.ts-social-icons .social-desc{
	margin-bottom:20px;
}
/* Style Vertical */
footer .ts-social-icons .social-icons.style-vertical{
	padding:0;
}
.ts-social-icons .social-icons.style-vertical ul{
	overflow:hidden;
}
.ts-social-icons .social-icons.style-vertical li a:before{
	display:none;
}
.ts-social-icons .social-icons.style-vertical li a i{
	position:relative;
}
.ts-social-icons .social-icons.style-vertical li a{
	transition:color 150ms,border 150ms,background 150ms ease-in-out 0s;
	-webkit-transition:color 150ms,border 150ms,background 150ms 150ms ease-in-out 0s;
	-moz-transition:color 150ms,border 150ms,background 150ms 150ms ease-in-out 0s;
}
.ts-social-icons .social-icons.style-vertical li a i:after{
	border-width:1px;
	border-style:solid;
	position:absolute;
	left:0;/* rtl */
	right:auto;
	top:0;
	bottom:0;
	width:40px;
	height:40px;
	content:"";
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
	opacity:0.3;
}
footer .ts-social-icons .social-icons.style-vertical li:hover a i:after{
	opacity:1;
}
.ts-social-icons .social-icons.style-vertical li a i{
	font-size:18px;
    font-family: 'FontAwesome';
	line-height:22px;
	padding:6px 2px;
	text-align:center;
	width:40px;
	height:40px;
	margin-right:15px;/* rtl */
	display:inline-block;
}
.ts-social-icons .social-icons.style-vertical li a i:before{
	line-height:28px;
	position:relative;
	z-index:1;
}
.ts-social-icons .social-icons.style-vertical .list-icons{
	margin:0;
}
.ts-social-icons .social-icons.style-vertical li,
.ts-social-icons .social-icons.style-vertical li a{
	width:auto;
	height:auto;
	text-align:inherit;
	line-height:inherit;
	background:transparent !important;
}
.ts-social-icons .social-icons.style-vertical li a:hover{
	text-decoration:none;
}
.ts-social-icons .social-icons.style-vertical li a span{
	position:static;
	opacity:1;
	margin:0;
	height:auto;
	width:auto;
	line-height:inherit;
	font-size:inherit;
	padding:0;
	visibility:visible;
	background:transparent !important;
}
.ts-social-icons .social-icons.style-vertical li{
	float:left;/* rtl */
	clear:both;
	display:inline-block;
	margin:0 0 10px 0;
}
.ts-social-icons .social-icons.style-vertical li a span:before{
	display:none;
}
/* Text Color */
.ts-social-icons .social-icons.style-vertical li.facebook:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.facebook:hover a span{
	color:#3B5998;
}
.ts-social-icons .social-icons.style-vertical li.twitter:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.twitter:hover a span{
	color:#2CAAE1;
}
.ts-social-icons .social-icons.style-vertical li.flickr:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.flickr:hover a span{
	color:#E30761;
}
.ts-social-icons .social-icons.style-vertical li.vimeo:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.vimeo:hover a span{
	color:#17B3E8;
}
.ts-social-icons .social-icons.style-vertical li.feedburner:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.feedburner:hover a span{
	color:#176DBA;
}
.ts-social-icons .social-icons.style-vertical li.youtube:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.youtube:hover a span{
	color:#CC181E;
}
.ts-social-icons .social-icons.style-vertical li.viber:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.viber:hover a span{
	color:#7C529E;
}
.ts-social-icons .social-icons.style-vertical li.skype:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.skype:hover a span{
	color:#009EE5;
}

.ts-social-icons .social-icons.style-vertical li.instagram:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.instagram:hover a span{
	color:#125688;
}
.ts-social-icons .style-vertical li.facebook:hover a,
footer#colophon .ts-social-icons .style-vertical li.facebook:hover a,
.ts-social-icons .style-vertical li.twitter:hover a,
footer#colophon .ts-social-icons .style-vertical li.twitter:hover a,
.ts-social-icons .style-vertical li.flickr:hover a,
footer#colophon .ts-social-icons .style-vertical li.flickr:hover a,
.ts-social-icons .style-vertical li.vimeo:hover a,
footer#colophon .ts-social-icons .style-vertical li.vimeo:hover a,
.ts-social-icons .style-vertical li.mailchimp:hover a,
footer#colophon .ts-social-icons .style-vertical li.mailchimp:hover a,
.ts-social-icons .style-vertical li.youtube:hover a,
footer#colophon .ts-social-icons .style-vertical li.youtube:hover a,
.ts-social-icons .style-vertical li.viber:hover a,
footer#colophon .ts-social-icons .style-vertical li.viber:hover a,
.ts-social-icons .style-vertical li.skype:hover a,
footer#colophon .ts-social-icons .style-vertical li.skype:hover a,
.ts-social-icons .style-vertical li.instagram:hover a,
footer#colophon .ts-social-icons .style-vertical li.instagram:hover a{
	color:#fff;
}
.ts-social-icons .style-vertical li.facebook:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.facebook:hover a i:after{
	background-color:#3B5998;
	border-color:#3B5998;
}
.ts-social-icons .style-vertical li.twitter:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.twitter:hover a i:after{
	background-color:#2CAAE1;
	border-color:#2CAAE1;
}
.ts-social-icons .style-vertical li.flickr:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.flickr:hover a i:after{
	background-color:#E30761;
	border-color:#E30761;
}
.ts-social-icons .style-vertical li.vimeo:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.vimeo:hover a i:after{
	background-color:#17B3E8;
	border-color:#17B3E8;
}
.ts-social-icons .style-vertical li.mailchimp:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.mailchimp:hover a i:after{
	background-color:#176DBA;
	border-color:#176DBA;
}
.ts-social-icons .style-vertical li.youtube:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.youtube:hover a i:after{
	background-color:#CC181E;
	border-color:#CC181E;
}
.ts-social-icons .style-vertical li.viber:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.viber:hover a i:after{
	background-color:#7C529E;
	border-color:#7C529E;
}
.ts-social-icons .style-vertical li.skype:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.skype:hover a i:after{
	background-color:#009EE5;
	border-color:#009EE5;
}
.ts-social-icons .style-vertical li.instagram:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.instagram:hover a i:after{
	background-color:#125688;
	border-color:#125688;
}
.ts-social-icons .style-vertical li.feedburner:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.feedburner:hover a i:after{
	background-color:#176DBA;
	border-color:#176DBA;
}
/* Background light */
.ts-social-icons .style-light-opacity{
	margin:0 -5px;
	display:inline-block;
}
.ts-social-icons .style-light-opacity li{
	margin:5px;
}
.ts-social-icons .style-light-opacity li a{
	background:rgba(255,255,255,0.3);
	color:#ffffff;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.ts-social-icons .style-light-opacity li a i{
	font-size:16px;
}
.ts-social-icons .style-light-opacity li a:before{
	display:none;
}
.ts-social-icons li.facebook a span{
	background-color:#3B5998;
}
.ts-social-icons li.twitter a span{
	background-color:#2CAAE1;
}
.ts-social-icons li.flickr a span{
	background-color:#E30761;
}
.ts-social-icons li.vimeo a span{
	background-color:#17B3E8;
}
.ts-social-icons li.mailchimp a span{
	background-color:#176DBA;
}
.ts-social-icons li.facebook a span:before{
	color:#3B5998;
}
.ts-social-icons li.twitter a span:before{
	color:#2CAAE1;
}
.ts-social-icons li.flickr a span:before{
	color:#E30761;
}
.ts-social-icons li.vimeo a span:before{
	color:#17B3E8;
}
.ts-social-icons li.mailchimp a span:before{
	color:#176DBA;
}
.ts-social-icons li.youtube a span{
	background-color:#CC181E;
}
.ts-social-icons li.viber a span{
	background-color:#7C529E;
}
.ts-social-icons li.skype a span{
	background-color:#009EE5;
}
.ts-social-icons li.instagram a span{
	background-color:#125688;
}
.ts-social-icons li.feedburner a span{
	background-color:#176DBA;
}
.ts-social-icons li.youtube a span:before{
	color:#CC181E;
}
.ts-social-icons li.viber a span:before{
	color:#7C529E;
}
.ts-social-icons li.skype a span:before{
	color:#009EE5;
}
.ts-social-icons li.instagram a span:before{
	color:#125688;
}
.ts-social-icons li.feedburner a span:before{
	color:#176DBA;
}

.ts-social-icons li:hover a i{
	color:#fff !important;
}
.ts-social-icons .style-light-opacity li.facebook:hover a,
.ts-social-icons li.facebook:hover a,
footer#colophon .ts-social-icons li.facebook:hover a,
.ts-social-icons .style-fill-bg li.facebook:hover a{
	background-color:#3B5998;
	border-color:#3B5998;
}
.ts-social-icons li.facebook:hover a:before{
	border-color:#3B5998;
}
.ts-social-icons .style-light-opacity li.twitter:hover a,
.ts-social-icons li.twitter:hover a,
footer#colophon .ts-social-icons li.twitter:hover a,
.ts-social-icons .style-fill-bg li.twitter:hover a{
	background-color:#2CAAE1;
	border-color:#2CAAE1;
}
.ts-social-icons li.twitter:hover a:before{
	border-color:#2CAAE1;
}
.ts-social-icons .style-light-opacity li.flickr:hover a,
.ts-social-icons li.flickr:hover a,
footer#colophon .ts-social-icons li.flickr:hover a,
.ts-social-icons .style-fill-bg li.flickr:hover a{
	background-color:#E30761;
	border-color:#E30761;
}
.ts-social-icons li.flickr:hover a:before{
	border-color:#E30761;
}
.ts-social-icons .style-light-opacity li.vimeo:hover a,
.ts-social-icons li.vimeo:hover a,
footer#colophon .ts-social-icons li.vimeo:hover a,
.ts-social-icons .style-fill-bg li.vimeo:hover a{
	background-color:#17B3E8;
	border-color:#17B3E8;
}
.ts-social-icons li.vimeo:hover a:before{
	border-color:#17B3E8;
}
.ts-social-icons .style-light-opacity li.mailchimp:hover a,
.ts-social-icons li.mailchimp:hover a,
footer#colophon .ts-social-icons li.mailchimp:hover a,
.ts-social-icons .style-fill-bg li.mailchimp:hover a{
	background-color:#176DBA;
	border-color:#176DBA;
}
.ts-social-icons li.mailchimp:hover a:before{
	border-color:#176DBA;
}
.ts-social-icons .style-light-opacity li.youtube:hover a,
.ts-social-icons li.youtube:hover a,
footer#colophon .ts-social-icons li.youtube:hover a,
.ts-social-icons .style-fill-bg li.youtube:hover a{
	background-color:#CC181E;
	border-color:#CC181E;
}
.ts-social-icons li.youtube:hover a:before{
	border-color:#CC181E;
}
.ts-social-icons .style-light-opacity li.viber:hover a,
.ts-social-icons li.viber:hover a,
footer#colophon .ts-social-icons li.viber:hover a,
.ts-social-icons .style-fill-bg li.viber:hover a{
	background-color:#7C529E;
	border-color:#7C529E;
}
.ts-social-icons li.viber:hover a:before{
	border-color:#7C529E;
}
.ts-social-icons .style-light-opacity li.skype:hover a,
.ts-social-icons li.skype:hover a,
footer#colophon .ts-social-icons li.skype:hover a,
.ts-social-icons .style-fill-bg li.skype:hover a{
	background-color:#009EE5;
	border-color:#009EE5;
}
.ts-social-icons li.skype:hover a:before{
	border-color:#009EE5;
}
.ts-social-icons .style-light-opacity li.instagram:hover a,
.ts-social-icons li.instagram:hover a,
footer#colophon .ts-social-icons li.instagram:hover a,
.ts-social-icons .style-fill-bg li.instagram:hover a{
	background-color:#125688;
	border-color:#125688;
}
.ts-social-icons li.instagram:hover a:before{
	border-color:#125688;
}
.ts-social-icons .style-light-opacity li.feedburner:hover a,
.ts-social-icons li.feedburner:hover a,
footer#colophon .ts-social-icons li.feedburner:hover a,
.ts-social-icons .style-fill-bg li.feedburner:hover a{
	background-color:#176DBA;
	border-color:#176DBA;
}
.ts-social-icons li.feedburner:hover a:before{
	border-color:#176DBA;
}
.ts-social-icons .style-light-opacity li.linkedin:hover a,
.ts-social-icons li.linkedin:hover a,
footer#colophon .ts-social-icons li.linkedin:hover a,
.ts-social-icons .style-fill-bg li.linkedin:hover a{
	background-color:#0177B5;
	border-color:#0177B5;
}
.ts-social-icons .style-light-opacity li.wordpress:hover a,
.ts-social-icons li.wordpress:hover a,
footer#colophon .ts-social-icons li.wordpress:hover a,
.ts-social-icons .style-fill-bg li.wordpress:hover a{
	background-color:#21759B;
	border-color:#21759B;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. FILTER BY PRICE ------------------------------------------------------------------------------------------------*/
section.product-filter-by-color > ul{
	margin-bottom:0;
}
.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;-webkit-box-shadow:none;-moz-box-shadow:none;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
	height:6px;
	position:relative;
	z-index:1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	margin-left:10px;
	margin-right:10px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	background:#efefef !important;
	top:-1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
	position:absolute;
	left:0;right:0;
	bottom:0;top:0;
	border-width:1px;
	border-style:solid;
	border-color:#c2c2c2;
	z-index:1;
	content:"";
	background:#c2c2c2;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background:#efefef;
	border-width:1px;
	border-style:solid;
	border-color:#eaeaea;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	width:20px;
	height:20px;
	border-width:1px;
	border-style:solid;
	margin-left:-10px;
	top:-8px;
	background-color:#efefef;
	background-image:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
	content:"";
	position:absolute;
	left:2px;
	width:14px;
	height:14px;
	top:2px;
	border-width:5px;
	border-style:solid;
	border-color:#cbcbcb;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.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:-10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount{
	padding-top:10px;
}
.woocommerce .widget-container .price_slider_amount{
	position:relative
}
.woocommerce .widget-container .price_slider_amount .price_label{
	margin:2px 0;
	float:left;/* rtl */
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	float:right;/* rtl */
	font-size:10px;
	line-height:14px;
	padding:7px;
	min-width:70px;
}
.woocommerce .widget_price_filter .price_slider_amount{
	text-align:left; /* rtl */
	float:none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 5. FILTER BY COLOR ------------------------------------------------------------------------------------------------*/

.product-filter-by-color ul{
	margin-right:-20px;/* rtl */
}
.product-filter-by-color ul:after{
	display:table;
	content:"";
	clear:both;
}
.product-filter-by-color ul li{
	list-style:none;
	display:inline-block;
	float:left;/* rtl */
	padding:0;
	line-height:0;
	width:30px;
	height:30px;
	margin:0 21px 21px 0;/* rtl */
}
.product-filter-by-color ul li a{
	font-size:0;
	width:30px;
	height:30px;
	margin:0;/* rtl */
	line-height:30px;
	float:left;/* rtl */
	line-height:0;
}
.product-filter-by-color ul li a span{
	font-size:0;
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
}
.product-filter-by-color ul li a{
	position:relative;
	z-index:2;
	line-height:0
}
.product-filter-by-color ul li a:before{
	content:"";
	position:absolute;
	left:-3px;
	right:-3px;
	bottom:-3px;
	top:-3px;
	border-width:1px;
	border-style:solid;
	z-index:1;
	opacity:0;
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
}
.product-filter-by-color ul li:hover a:before,
.product-filter-by-color ul li.chosen a:before{
	opacity:1;
}
.product-filter-by-color ul li.chosen a:after{
	position:absolute;
	top:-10px;
	right:-8px;/* rtl */
	font-family: 'FontAwesome';
	font-size:14px;
	line-height:14px;
	font-weight:normal;/* default */
	content: "\f00d";
	z-index:3;
	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 -----------------------------------------------------------------------------------------------*/ 
.widget_layered_nav > form{
	margin-top: 17px;
}
.woocommerce .widget_layered_nav ul{
	margin:0
}
.woocommerce .widget_layered_nav ul li{
	position:relative;
	padding-bottom:16px;
	width:100%;
	overflow:hidden;
	padding-right:35px; /* rtl */
}
.woocommerce .widget_layered_nav ul li:last-child{
	padding-bottom: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';
}
.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:inline-block;
	max-width:100%;
	width:100%;
}
.woocommerce .widget_layered_nav ul li span.count{
	position:absolute;
	right:0; /* rtl */
	top:1px;
}
/* CHOSEN ITEM */
.woocommerce .widget_layered_nav_filters ul{
	margin:0;
	padding:5px 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-size:14px;
	line-height:14px;
	content: "\f00d";
	color:red;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 7. WIDGET LIST PRODUCT --------------------------------------------------------------------------------------------*/
.widget-container.ts-products-widget .widget-title{
	margin:0;
}
.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 0 0;
	padding:0 0 20px 0;
}
.woocommerce .widget-container.ts-products-widget ul.product_list_widget li,
.widget-container.ts-products-widget .woocommerce ul.product_list_widget li{
	padding:0 20px 20px 20px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	width:98px;
	border-width:1px;
	border-style:solid;
	margin:0;
	float:left;/* rtl */
}
.woocommerce ul.cart_list li img{
	margin-right: 20px;/* rtl */
}
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
	border-width:0;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.woocommerce .thumbnail-no-border ul.product_list_widget li img,
body .woocommerce.thumbnail-no-border ul.product_list_widget li img{
	border-width:0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li{
	margin-bottom:19px;
	padding-left:20px;
	padding-right:20px;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child{
	margin-bottom:0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child:before,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child:before{
	display:none;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:before,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:before{
	border-width:1px 0 0 0;
	border-style:solid;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display:inline-block;
}
.widget .ts-products-widget-wrapper ul li, 
.woocommerce .widget .ts-products-widget-wrapper ul li,
.woocommerce .ts-recently-viewed-products-wrapper ul li,
.woocommerce .woocommerce .ts-recently-viewed-products-wrapper ul li{
	padding:0 20px 20px 20px;
	margin-bottom:20px;
	border-width:0 0 1px 0;
	border-style:solid;
}
/* FIX MENU WIDGET */
.menu .woocommerce ul.product_list_widget,
.woocommerce .menu ul.product_list_widget{
	padding:10px 0;
}
.menu .woocommerce.ts-products-widget-wrapper ul li, 
.woocommerce .menu .woocommerce.ts-products-widget-wrapper ul li{
	padding:0;
	border-width:0;
}
.menu .widget.ts-products-widget{
	border-width:0;
	background:transparent !important;
}
.woocommerce .menu .widget.ts-products-widget ul.product_list_widget li img, 
.menu .widget.ts-products-widget ul.product_list_widget li img{
	width:102px;
}
.menu .widget.ts-products-widget ul.product_list_widget li .ts-wg-meta{
	margin-left:115px;/* rtl */
}
/* END FIX MENU WIDGET */
.widget .ts-products-widget-wrapper ul li:last-child, 
.woocommerce .widget .ts-products-widget-wrapper ul li:last-child,
.woocommerce .ts-recently-viewed-products-wrapper ul li:last-child,
.woocommerce .woocommerce .ts-recently-viewed-products-wrapper ul li:last-child{
	margin-bottom:0;
	border-width:0;
}
.widget.ts-products-widget h2{
	padding-left:20px;
	padding-right:20px;
}
.has-slider .widget.ts-products-widget h2{
	padding-right:70px;/* rtl */
}
.widget.ts-products-widget .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper 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;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li a{
	margin-top:0;
}
ul.product_list_widget li .ts-wg-meta{
	margin-left:115px;/* 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;
	display:inline-block;
	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{
	position:absolute;
	z-index:4;
	left:1px;
	right:1px;
	bottom:1px;
	top:1px;
	content:"";
	background:rgba(0,0,0,0.4);
	opacity:0;
	transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	-moz-transition:all 250ms ease-in-out 0s;
}
.woocommerce .thumbnail-no-border ul.product_list_widget li > a.ts-wg-thumbnail:before,
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li > a.ts-wg-thumbnail:before{
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail: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;
	-moz-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.cart_list li .price, 
.woocommerce ul.product_list_widget li .price{
	margin-top:0;
	margin-left:-2px /* rtl */;
	margin-right:-2px;
	display:inline-block;
	width:calc(100% + 4px);
}
.woocommerce ul.product_list_widget li .loop-add-to-cart{
	margin-top:13px;
	display:inline-block;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button:before{
	font-family:'Pe-icon-7-stroke';
    content:"\e66e";
    text-indent:0;
    font-weight:normal;/* default */
    color:inherit !important;
	margin-right:5px; /* rtl */
	line-height:10px;
	position:relative;
	top:2px;
	font-size:18px;
	display:inline-block;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button.added:before{
	content:"\e66c";
	top:3px;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button{
	padding-left:15px;
	padding-right:15px;
}
.woocommerce ul.cart_list li span.amount, 
.woocommerce ul.product_list_widget li span.amount{
	margin:0 2px 2px 2px;
	display:inline-block;
}
.woocommerce ul.cart_list li del, 
.woocommerce ul.product_list_widget li del{
	opacity:0.5;
}

/* 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.cart_list li .quantity{
	margin:5px 0 0 0;
	display: block;
}
.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;
}

/* 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;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li .reviewer{
	margin-top:3px;
	display:inline-block;
	width:100%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 8. WIDGET TEXT ----------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 9. WIDGET CALENDAR ------------------------------------------------------------------------------------------------*/
.widget_calendar:before{
	display:none;
}
.widget_calendar .widget-title{
	margin:0;
	padding-top:0;
}
.widget_calendar .widget-title:after{
	display:none;
}
.widget_calendar .widget-title-wrapper{
	margin-bottom:0;
}
.widget_calendar table{
	border-width:1px;
	border-style:solid;
}
.widget_calendar table tfoot td{
	border-bottom:0;
	border-top-width:1px;
}
.widget_calendar caption{
	padding:10px 0;
	text-align:center;
	text-transform:uppercase;
}
.widget_calendar th, 
.widget_calendar td{
	padding:2px 5px;
	text-align:center;
}
.widget_calendar td#prev{
	text-align:left /* rtl */
}
.widget_calendar td#next{
	text-align:right /* rtl */
}
.widget_calendar #today{
	text-decoration:underline;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 10. WIDGET SEARCH -------------------------------------------------------------------------------------------------*/
.widget_display_search .widget-title:after,
.widget_product_search .widget-title:after,
.widget_search .widget-title:after{
	display:none;
}
.widget_display_search .widget-title-wrapper,
.widget_product_search .widget-title-wrapper,
.widget_search .widget-title-wrapper{
	margin-bottom:0;
}
section.widget_display_search > form,
section.widget_product_search > form{
	padding-top:0;
	padding-bottom:0;
}
.widget_product_search,
.widget_search,
.widget_display_search{
	padding:0;
	border:0;
}
section.widget_display_search > form,
section.widget_product_search > form,
section.widget_search > form{
	display:inline-block;
	width:100%;
	position:relative;
}
section.widget_display_search > form input[type="text"],
section.widget_product_search > form input[type="search"],
section.widget_search > form input[type="text"]{
	padding-right:33px; /* rtl */
	max-width:100%;
}
section.widget_display_search > form input[type="submit"],
section.widget_product_search > form input[type="submit"],
section.widget_search > form input[type="submit"]{
	position:absolute;
	right:5px; /* rtl */
	top:1px;
	content:"";
	font-size:0;
	background:url(images/icon-search.png) no-repeat 0 -2px !important;
	opacity:0.6;
	z-index:2;
	border:0 !important;
	padding:0 !important;
	width:38px;
	height:38px;
	min-width:0;
	transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
}
section.widget_display_search > form input[type="submit"]:hover,
section.widget_product_search > form input[type="submit"]:hover,
section.widget_search > form input[type="submit"]:hover{
	opacity:1;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 11. WIDGET ABOUT ME -----------------------------------------------------------------------------------------------*/
.ts-gravatar-profile-widget{
	text-align:center;
}
.ts-gravatar-profile-widget .thumbnail{
	width:100%;
	margin:20px 0 5px 0;
}
.ts-gravatar-profile-widget .thumbnail img{
	width:90px;
	height:90px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.ts-gravatar-profile-widget .meta h4{
	text-transform:uppercase;
	margin-bottom:2px;
}
.ts-gravatar-profile-widget .ts-social-icons{
	float:none;
	display:inline-block;
}
.ts-gravatar-profile-widget .ts-social-icons:after{
	display:table;
	content:"";
	clear:both;
}
.ts-gravatar-profile-widget .ts-social-icons .social-icons{
	padding:0;
}
.ts-gravatar-profile-widget .ts-social-icons li{
	float:none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 12. WIDGET BLOG ---------------------------------------------------------------------------------------------------*/
/* Type blog */
.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
}
.blockquote-meta .author{
	display:inline-block;
	float:right;/* rtl */
}
/* End Type Blog */
.ts-blogs-widget-wrapper{
	position:relative;
}
.post_list_widget{
	margin:0;
}
span.author{
	font-style:italic;
}
.post_list_widget blockquote{
	padding:0;
	margin:0 0 15px 0;
	line-height:28px;
}
.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;
	-moz-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;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:before{
	position:absolute;
	z-index:4;
	left:0;
	right:0;
	bottom:100%;
	top:0;
	content:"";
	background:rgba(0,0,0,0.4);
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:after,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:after{
	position: absolute;
	top:-50%;
	left:50%;
	z-index: 5;
	width:40px;
	height:40px;
	content:"+";
	font-weight:normal;/* default */
	font-family:"Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 32px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:hover:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:hover:before{
	bottom:0;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:hover:after,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:hover:after{
	top:50%;
}
/* Fixed for gallery */
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery:after{
	display:none;
}

footer .ts-blogs-widget .post_list_widget > li:first-child{
	margin-top:0;
}
.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;
	-moz-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;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.widget-container a.thumbnail{
	max-width:100%;
	margin-bottom:10px;
	width:100%;
}
.widget-container a.thumbnail img{
	width:100%;
}
.ts-blogs-widget-wrapper .post-title{
	margin-bottom:6px;
	display:inline-block;
	font-weight:500;/* default */
}
.ts-blogs-widget-wrapper .entry-meta{
	width:100%;
	display:inline-block;
	margin-bottom:5px;
	font-size:12px;
}
.ts-blogs-widget-wrapper .entry-meta i{
	font-size:16px;
}
.ts-blogs-widget-wrapper .entry-meta > span{
	opacity:0.9;
	line-height:16px;
	float:left;/* rtl */
	margin-right:25px /* rtl */
}
.ts-blogs-widget-wrapper .entry-meta span:last-child{
	margin:0 /* rtl */
}
.ts-blogs-widget-wrapper .entry-meta .author{
	opacity:1;
}
.post_list_widget .blockquote-meta .date-time{
	width:auto;
	margin:0;
}
.excerpt{
	line-height:24px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 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;
}
.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
}
.ts-recent-comments-widget .comment-meta{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:10px;
}
.comment_list_widget .comment-meta > *{
	display:table-cell;
	vertical-align:middle;
	width:80%;
}
.comment_list_widget .comment-meta > .avatar{
	width:60px;
	line-height:0;
}
.comment_list_widget .avatar > a{
	display:inline-block;
	width:60px;
	height:60px;
	position:relative;
	line-height:0;
	max-width:100%;
}
.comment_list_widget .comment-meta .meta{
	line-height:14px;
	padding-left:10px /* rtl */
}
.comment_list_widget .comment-meta span.date{
	width:100%;
	display:inline-block;
	margin-top:5px;
	font-style:italic;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 14. WIDGET FACEBOOK -----------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 15. WIDGET PRODUCT TAB --------------------------------------------------------------------------------------------*/
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-container{
	margin-bottom:0 !important;
	width:100%;
}
.ts-products-tabs-wrapper{
	position:relative;
}
.ts-products-tabs-wrapper:before{
	content:"";
	border-width:1px;
	border-style:solid;
	position:absolute;
	left:0;
	right:0;
	bottom:1px;
	top:0;
	z-index:0;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	display:none !important;
}
.ts-products-tabs-widget .products{
	margin:-1px 0 0 0 !important;
}
.ts-products-tabs-widget .products .product{
	padding-left:0 !important;
	padding-right:0 !important;
	float:none !important;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
	padding:20px 20px 10px 20px;
	border-width:0;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	padding:15px 20px;
	border-width:0;
}
body.wpb-js-composer .ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	padding-left:55px;/* rtl */
	padding-right:20px;/* rtl */
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a:before{
	display:none !important;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after{
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;/* rtl */
	right:auto;
	width:40px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	line-height:52px;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before{
	position:absolute;
	content:"1";
	top:50%;
	bottom:auto;
	left:0;/* rtl */
	right:auto;
	width:40px;
	z-index:1;
	text-align:center;
	line-height:20px;
	margin-top:-10px;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(2) .vc_tta-panel-heading a:before{
	content:"2";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(3) .vc_tta-panel-heading a:before{
	content:"3";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(4) .vc_tta-panel-heading a:before{
	content:"4";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(5) .vc_tta-panel-heading a:before{
	content:"5";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(6) .vc_tta-panel-heading a:before{
	content:"6";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(7) .vc_tta-panel-heading a:before{
	content:"7";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(8) .vc_tta-panel-heading a:before{
	content:"8";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(9) .vc_tta-panel-heading a:before{
	content:"9";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(10) .vc_tta-panel-heading a:before{
	content:"10";
}
.wpb-js-composer .ts-products-tabs-widget .vc_tta .vc_tta-controls-icon{
	display:none !important;
}
.ts-products-tabs-widget .widget-title{
	padding:13px 15px;/* rtl */
	margin:0;/* rtl */
}
body.wpb-js-composer .ts-products-tabs-widget .vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .ts-products-tabs-widget .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
	margin:0;
}
.ts-products-tabs-widget .widget-title:after{
	display:none;
}
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel{
	margin-bottom:1px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 16. WIDGET FORUM STATISTICS ---------------------------------------------------------------------------------------*/
section.widget_display_stats > dl{
	overflow:hidden;
}
section.widget_display_stats > dl dt,
section.widget_display_stats > dl dd{
	width:50%;
	float:left;/* rtl */
	margin:0;
	padding:8px 0;
}
section.widget_display_stats > dl dd{
	text-align:right /* rtl */
}
section.widget_display_stats > dl dt{
	clear:both;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 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:5px 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 ul.products-list a.remove{
	position:absolute;
	right:0;/* rtl */
	left:auto;
	top:8px;
	content:"";
	z-index:2;
	font-size:0;
	height:auto;
	width:auto;
	line-height:0;
	text-indent:0;
	padding:0;
}
body .yith-woocompare-widget ul.products-list a.remove:hover{
	background:transparent;
}
body .yith-woocompare-widget ul.products-list a.remove:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e681";
	font-size:13px;
	font-weight:normal !important;/* default */
	line-height:14px;
}
body .yith-woocompare-widget a.compare{
	float:right;/* rtl */
}
body .yith-woocompare-widget a.compare:before{
	display:none !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 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:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
	position:relative;
	overflow:hidden;
	padding:2px;
}
.ts-flickr-wrapper > .item a{
	display:inline-block;
	position:relative;
}
.ts-flickr-wrapper > .item img{
	width:100%;
}
.ts-flickr-wrapper > .item a:before{
	position:absolute;
	z-index:4;
	left:0;
	right:0;
	bottom:100%;
	top:0;
	content:"";
	background:rgba(0,0,0,0.4);
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
}
.ts-flickr-wrapper > .item a:after{
	position: absolute;
	top:-50%;
	left:50%;
	z-index: 5;
	width:40px;
	height:40px;
	content:"+";
	font-weight:normal;/* default */
	font-family:"Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 32px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
}
.ts-flickr-wrapper > .item a:hover:before{
	bottom:0;
}
.ts-flickr-wrapper > .item a:hover:after{
	top:50%;
}
/* Fix Footer */
footer .ts-flickr-wrapper > .item a:before,
footer .ts-flickr-wrapper > .item a:after{
	display:none;
}
footer section.ts-flickr-widget .ts-flickr-wrapper{
	padding:0 1px;
	margin:0;
}
footer .ts-flickr-wrapper > .item:hover{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-moz-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.3333%;
}
.ts-flickr-wrapper.columns-4 .item{
	width:25%;
}
.ts-flickr-wrapper.columns-5 .item{
	width:25%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 19. WIDGET ARCHIVE ------------------------------------------------------------------------------------------------*/
.widget-container.widget_archive ul li{
	position:relative;
	margin:0;
	display:inline-block;
	width:100%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 20. WIDGET CATEGORIES PRODUCT -------------------------------------------------------------------------------------*/
.widget-container ul.product-categories{
	padding:8px 0 20px 0 !important;
	margin:0;
}
.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;
	display:inline-block;
	width:100%;
}
.widget_product_categories .product-categories span.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:-10px; /* rtl */
	top:8px;
	z-index:2;
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	cursor:pointer;
}
.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: 'FontAwesome';
	content: "\f0d7";
	font-size:14px;
	line-height:14px;
	display:inline-block;
}
.ts-product-categories-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before{
	content: "\f0d8";
}
.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:20px 0 21px;
	display:inline-block;
	width:100%;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.ts-twitter-widget .item: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;
}
.ts-twitter-widget .item:last-child:before{
	display:none
}
.ts-twitter-widget .avatar-name img{
	width:30px;
	height:auto;
	float:left;/* rtl */
}
.ts-twitter-widget .avatar-name{
	min-height:30px;
}
.avatar-name a{
	margin:0 0 0 10px; /* 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{
	padding:10px 0 20px 0;
	margin:0;
}
.widget_categories > ul li{
	margin:0;
	padding:8px 0;
	position:relative;
	list-style:none;
}
.widget_categories > ul ul li{
	padding:5px 0;
}
.widget_categories > ul li a{
	position:relative;
	padding:0;
	display:inline-block;
}
/* 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:-10px; /* rtl */
	top:8px;
	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: 'FontAwesome';
	content: "\f0d7";
	font-size:14px;
	line-height:14px;
	display:inline-block;
	font-weight:normal;/* default */
}
.widget_categories > ul li.cat-parent.active > span.icon-toggle:before{
	content: "\f0d8";
}
.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:4px;
	display:inline-block;
	width:auto;
}
.ts-sidebar .product-filter-by-availability-wrapper{
	margin-top: 15px;
}
.ts-sidebar .product-filter-by-availability-wrapper ul{
	margin-bottom: 0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 26. WIDGET INSTAGRAM ----------------------------------------------------------------------------------------------*/
.ts-instagram-wrapper{
	overflow:hidden;
	margin-bottom:20px;
	margin:0 -2px;
}
.ts-instagram-wrapper.columns-1 .item{
	width:100%
}
.ts-instagram-wrapper.columns-2 .item{
	width:50%
}
.ts-instagram-wrapper.columns-3 .item{
	width:33.33333%
}
.ts-instagram-wrapper.columns-4 .item{
	width:25%
}
.ts-instagram-wrapper > .item{
	display:inline-block;
	float:left; /* rtl */
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
	position:relative;
	overflow:hidden;
	padding:2px;
}
.ts-instagram-wrapper > .item a{
	display:inline-block;
	position:relative;
}
.ts-instagram-wrapper > .item a:before{
	position:absolute;
	z-index:4;
	left:0;
	right:0;
	bottom:100%;
	top:0;
	content:"";
	background:rgba(0,0,0,0.4);
	transition:all 400ms ease-in-out 0s;
	-webkit-transition:all 400ms ease-in-out 0s;
	-moz-transition:all 400ms ease-in-out 0s;
}
.ts-instagram-wrapper > .item a:after{
	position: absolute;
	top:-50%;
	left:50%;
	z-index: 5;
	width:40px;
	height:40px;
	content:"+";
	font-weight:normal;/* default */
	font-family:"Times New Roman";
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 32px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
}
.ts-instagram-wrapper > .item a:hover:before{
	bottom:0;
}
.ts-instagram-wrapper > .item a:hover:after{
	top:50%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 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;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- V. PRODUCT DEFAULT ------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce > .products > .list-categories{
	width:100%;
}
.woocommerce > .products{
	clear:both;
	display:flex;
	flex-flow:row wrap;
}
.woocommerce .products .product{
	margin:0 0 45px 0;
	padding:0 10px;
	float:left;/* rtl */
	position:relative;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
	padding:0;
	margin:-1px 0 0 0;
}
.vc_col-sm-6 .woocommerce .ts-shortcode .products .product{
	margin-bottom:15px;
}
.woocommerce .rows-1 .products .product{
	margin-bottom:16px;
}
.ts-product.ts-slider .products{
	margin-left:0 !important;
	margin-right:0 !important;
}
.woocommerce.ts-products .products .product{
	margin-bottom:0;
}
.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.333334%;
}
.woocommerce.columns-2 .products .product{
	width:50%;
}
.woocommerce.columns-1 .products .product{
	width:100%
}
.woocommerce .ts-slider .products .product{
	height:100%;
}
.woocommerce .ts-slider .products .owl-item .product{
	width:100% !important;
	padding-left:0;
	padding-right:0;
	float:none;
}
.woocommerce .ts-product-deals-slider-wrapper .products .product{
	margin-bottom:20px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
	padding-left:0;
	padding-right:0;
}
.ts-slider .products.owl-carousel .owl-stages{
    position:relative;
	right:-2px;/* rtl */
}
.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 -10px;
	position:static;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products{
	margin:0;
	padding:1px 1px 0 0;/* rtl */
}
.woocommerce .no-margin:not(.thumbnail-no-border).ts-slider .owl-carousel .owl-stage-outer{
	padding:1px 0 0 0;
	margin-right:-1px;/* rtl */
}
.woocommerce .no-margin:not(.thumbnail-no-border).ts-slider .products{
	padding-top:0;
}
.archive .woocommerce .products{
	margin-top:30px;
}
.ts-shortcode .content-wrapper {
	position:relative;
}
.ts-product .content-wrapper {
	position:static;
}
.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:380px;
	height:100%;
	margin-left:auto !important;
	margin-right:auto !important;
}
.woocommerce .big-thumbnail .products .product .product-wrapper{
	max-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{
	content:"";
	position:absolute;
	top:-2px;
	right:-2px;
	left:-2px;
	bottom:-2px;
	background: url(images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
}
.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;
}
.woocommerce .product-wrapper .button-in.wishlist a,
.woocommerce .summary .yith-wcwl-add-to-wishlist a{
	opacity: 1 !important;
}
.woocommerce .product-wrapper .button-in div.blockUI.blockOverlay,
.woocommerce .summary .yith-wcwl-add-to-wishlist  div.blockUI.blockOverlay{
	background-color: transparent !important;
}
.woocommerce .thumbnail-wrapper a.button.loading:after{
	background-color:transparent !important;
}
.woocommerce 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;
	z-index:1;
	margin:0 0 12px 0;
	max-width:100%;
	line-height:0;
	border-width:1px;
	border-style:solid;
	overflow:hidden;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.ts-slider.no-margin:not(.thumbnail-no-border) .content-wrapper{
	width:calc(100% - 1px);
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper{
	border-width:0;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
	position:relative;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .meta-wrapper{
	padding:0 10px 10px 10px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper{
	padding:1px 0 1px 1px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper:before,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper > a:after{
	position:absolute;
	left:0;
	right:-1px;/* rtl */
	bottom:0;
	top:0;
	content:"";
	border-width:1px;
	border-style:solid;
	z-index:0;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper > a:after{
	left:-1px;
	right:-1px;
	bottom:-1px;
	top:-1px;
	border-width:1px 1px 0 1px;
	border-style:solid;
	z-index:2;
}
.woocommerce .product .thumbnail-wrapper *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
body .woocommerce.thumbnail-no-border .product .thumbnail-wrapper,
.woocommerce .thumbnail-no-border .product .thumbnail-wrapper{
	border-width:0;
}
.woocommerce .product .thumbnail-wrapper > a:before,
.woocommerce .product figure.owl-carousel .owl-item:before{
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	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;
	z-index:2;
	display:inline-block;
	width:100%;
	line-height:0;
	transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
}
.woocommerce .products .product a img{
	margin:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	width:100%;
}
.woocommerce .products .product a:hover img{
	box-shadow:none !important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
}
.woocommerce .product figure{
	position:relative;
	z-index:1;
	overflow:hidden;
}
.woocommerce .product figure.owl-carousel{
	z-index:6;
}
.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{
	margin-top:9px;
	display:none;
}
.woocommerce .product-wrapper .meta-wrapper:after{
	display:table;
	clear:both;
	content:"";
}
.woocommerce .product .meta-wrapper{
	margin:0;
    padding:0;
    position:relative;
    z-index:2;
	text-align:center;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position:static;
	padding:0;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. META CATEGORIES PRODUCT ----------------------------------------------------------------------------------------*/
.woocommerce .products .product .product-categories, 
.widget.ts-products-widget .product-categories{
	margin:14px 0 4px 0;
	overflow:hidden;
	line-height:18px;
}
.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;
	line-height:16px;
}
.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;
}
/* END META CATEGORIES PRODUCT */

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. PRODUCT TITLE --------------------------------------------------------------------------------------------------*/

.products .product h3,
.woocommerce .products .product h3{
	margin:0 0 7px 0;
	padding:0;
	display:inline-block;
	width:100%;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
/* END TITLE PRODUCT */

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. PRODUCT SKU ----------------------------------------------------------------------------------------------------*/
.products .product .product-sku{
	margin:0 0 3px 0;
	display:inline-block;
	width:100%;
	line-height:18px;
	position:relative;
	top:-2px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. PRODUCT PRICE --------------------------------------------------------------------------------------------------*/
.woocommerce .products .product .price del{
	font-size:100%;
	line-height:100%;
	margin:0;
	opacity:0.5;
	display:inline-block;
}
.product_list_widget del .amount,
.woocommerce .products .product .price del > *{
	font-size:90%;
	line-height:90%;
}
.woocommerce .products .product .price ins{
	margin:0;
}
.woocommerce .products .product .price .amount, 
.product-price .amount{
	padding:0 2px 0 2px;
}
.woocommerce .products .product .price .amount{
	padding:0 4px 0 4px;
}
.woocommerce .products .product .price{
	margin-left:-4px;
	margin-right:-4px;
	display:block;
	margin-bottom:4px;
	line-height:18px;
}
/* END PRODUCT PRICE */

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 5. PRODUCT RATING -------------------------------------------------------------------------------------------------*/
.pp_woocommerce .star-rating,
.woocommerce .star-rating{
	width:70px;
	height:16px;
	overflow:hidden;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
	margin:0 auto 8px auto ;
	width:70px;
	height:16px;
	overflow:hidden;
	position:relative;
	line-height:16px;
	font-size:10px;
}
.woocommerce ul.product_list_widget .star-rating{
	margin:0 0 7px 0;
}
.woocommerce .menu ul.product_list_widget .star-rating,
.menu .woocommerce ul.product_list_widget .star-rating{
	margin:0 0 7px 0;
}
.ts-price-table .rating:before,
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before{
	content: "\73\73\73\73\73";
	float: left;/* rtl */
	top: 0;
	left: 0;/* rtl */
	position: absolute;
}
.ts-price-table .rating span:before,
.pp_woocommerce .star-rating span:before,
.woocommerce .star-rating span:before{
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;/* rtl */
}
.ts-price-table .rating:before,
.ts-price-table .rating span:before,
.pp_woocommerce .star-rating span:before,
.woocommerce .star-rating span:before, 
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before{
	letter-spacing:4px;
	font-size:10px;
	line-height:16px;
	font-family:star;
}
/* END PRODUCT RATING */

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 6. PRODUCT SHORT DESCRIPTION --------------------------------------------------------------------------------------*/

.woocommerce .products .product .short-description{
	margin:4px 0 6px 0;
	padding:0;
	width:100%;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 7. PRODUCT LABEL --------------------------------------------------------------------------------------------------*/
.woocommerce .product .product-label{
	position:absolute;
	right:auto;
	left:0;/* rtl */
	top:10px;
	bottom:auto;
	z-index:4;
	line-height:0;
	text-align:center;
}
.woocommerce .product .product-label span: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:static;
	top:auto;
	right:auto;
	left:auto;
	right:auto;
	margin:0;
	min-height:0;
	height:25px;
	text-align:center;
	float:left;/* rtl */
	clear:both;
	display:inline-block;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	height:auto;
	margin-top:5px;
	clear:both;
	padding:3px 3px 2px 3px;
	min-width:48px;
	position:relative;
	backface-visibility:none;
    -moz-backface-visibility:none;
    -webkit-backface-visibility:none;
}
.woocommerce .product .product-label .onsale:before,
.woocommerce .product .product-label .new:before,
.woocommerce .product .product-label .featured:before,
.woocommerce .product .product-label .out-of-stock:before {
	width: 0;
	height: 0;
	border-top:13px solid red;
	border-right:11px solid transparent;
	position:absolute;
	content:"";
	top:0;
	left:calc(100% - 1px);/* rtl */
	backface-visibility:visible;
    -moz-backface-visibility:visible;
    -webkit-backface-visibility:visible;
}
.woocommerce .product .product-label .onsale:after,
.woocommerce .product .product-label .new:after,
.woocommerce .product .product-label .featured:after,
.woocommerce .product .product-label .out-of-stock:after{
	width: 0;
	height: 0;
	border-bottom:13px solid red;
	border-right:11px solid transparent;
	position:absolute;
	content:"";
	bottom:0;
	left:calc(100% - 1px);/* rtl */
	backface-visibility:visible;
    -moz-backface-visibility:visible;
    -webkit-backface-visibility:visible;
}
.ts-product.featured .product-label .featured{
	display:none !important;
}
/* END PRODUCT LABEL */

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 8. GROUP BUTTON PRODUCT THUMBNAIL ---------------------------------------------------------------------------------*/
.product-group-button{
	margin:0;
	padding:0;
	position:absolute;
	z-index:5;
	display:inline-block;
	z-index:-1;
	line-height:0;
	width:40px;
	height:auto;
	top:10px;
	right:-5px; /*rtl */
	bottom:5px;
	transition: right 400ms,left 400ms ease 0s;
	-moz-transition: right 400ms,left 400ms ease 0s;
	-webkit-transition: right 400ms,left 400ms ease 0s;
}
.product-group-button > div.loop-add-to-cart{
	position:relative;
}
.product-group-button > div.loop-add-to-cart a{
	position:static;
}
/* Button cart */
.woocommerce .product .thumbnail-wrapper .product-group-button > div{
	background:none !important;
}
.woocommerce .product .thumbnail-wrapper .product-group-button > div,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a{
	font-size:0;
	line-height:0;
	padding:0;
	min-width:0;
	width:40px;
	height:40px;
	text-align:center;
}
.woocommerce .product .thumbnail-wrapper .product-group-button .loop-add-to-cart a{
	line-height:40px;
}
.woocommerce .product .thumbnail-wrapper .product-group-button .loop-add-to-cart a:first-child:before{
	font-family:'Pe-icon-7-stroke';
	content: "\e66e";
	line-height:40px;
	text-indent:0;
	font-weight:normal;/* default */
	color:inherit !important;
}
.woocommerce .product .product-wrapper .thumbnail-wrapper .loop-add-to-cart a.added:first-child:before{
	font-family:'Pe-icon-7-stroke';
	content: "\e66c";
	position:static;
	margin:0;
	padding:0;
}
.product-group-button > div{
	width:40px;
	height:40px;
	line-height:40px;
	display:inline-block;
	position:relative;
	float:left;/* rtl */
	margin-bottom:2px;
}
.thumbnail-wrapper .product-group-button > div a i:before{
	line-height:40px;
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
}
.thumbnail-wrapper .product-group-button > div a{
	margin:0;
	cursor:pointer;
	display:inline-block;
	width:100%;
	line-height:40px;
	width:40px;
	height:40px;
	transition:all 200ms ease 0s;
	-webkit-transition:all 200ms ease 0s;
	-moz-transition:all 200ms ease 0s;
}
.thumbnail-wrapper .button-in.wishlist a:before{
	content: "\e642";
	font-family:'Pe-icon-7-stroke';
}
.thumbnail-wrapper .button-in.wishlist .added a:before{
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 40px;
}
.thumbnail-wrapper .product-group-button{
	opacity:0
}
.thumbnail-wrapper:hover .product-group-button{
	opacity:1;
}
.button-in.wishlist a i{
	display: none !important;
}
.thumbnail-wrapper .product-group-button > div a i,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a:first-child:before{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:inherit !important;
}
.thumbnail-wrapper .product-group-button > div a:hover{
	text-decoration:none
}
.thumbnail-wrapper .product-group-button > div a.added{
	font-size:0;
	width:40px;
	height:40px;
	display:inline-block;
	text-align:center;
}
.thumbnail-wrapper .product-group-button > div a.added i:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e66c";
}
.thumbnail-wrapper .product-group-button > div a.compare.added:before,
.meta-wrapper .button-in.compare a.added:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e657";
	font-size:18px;
	line-height:40px;
}
/* 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;
}
body #yith-woocompare table.compare-list .remove td a div.blockUI.blockOverlay{
	top:15px !important;
}
.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
}
.meta-wrapper .button-in.compare,
.meta-wrapper .button-in.wishlist{
	display:none;
	text-align:center;
	position:relative;
	margin-top:9px;
	margin-left:1px;
	margin-right:1px;
}
.meta-wrapper .button-in.compare a,
.meta-wrapper .button-in.wishlist a{
	padding:0;
    min-width:0;
    width:40px;
    height:40px;
	display:inline-block;
	border-width:1px;
	border-style:solid;
	float:left;/* rtl */
}
.meta-wrapper .button-in.compare a:hover,
.meta-wrapper .button-in.wishlist a:hover{
	text-decoration:none;
}
.meta-wrapper .button-in.compare a i{
	width:38px;
	height:38px;
	text-align:center;
	line-height:38px;
	font-size:18px;
	color:inherit !important;
	display:inline-block;
}
.meta-wrapper .button-in.compare a.added{
	font-size:0px;
	line-height:0;
}
.meta-wrapper .button-in.wishlist a:before{
	content: "\e642";
	font-family: 'Pe-icon-7-stroke';
	font-size:18px;
	line-height:40px;
}
.meta-wrapper .button-in.wishlist .added a:before{
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 40px;
}
.button-in.wishlist.added > a{
	opacity:0;
}
.product-group-button .button-tooltip{
	padding:8px 5px;
	position:absolute;
	text-transform:none;
	display:inline-block;
	min-width:110px;
	opacity:0;
	text-align:center;
	visibility:hidden;
	height:40px;
	font-size:14px;
	line-height:24px;
	top:50%;
	right:20px;/* rtl */
	margin-top:-20px;
	letter-spacing:-0.2px;
}
.product-group-button .button-tooltip:after{
	width: 0;
	height: 0;
	position:absolute;
	right:-5px;/* rtl */
	top:50%;
	content:"";
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	border-top: 5px solid transparent;
	border-left: 6px solid #3f3f3f;/* rtl */
	border-bottom: 5px solid transparent;
}
.product-group-button > div a:hover .button-tooltip{
	opacity:1;
	visibility:visible;
	right:46px;/* rtl */
	transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
}
.woocommerce .product .thumbnail-wrapper .product-group-button > div,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a{
	border:0 !important;
}
.thumbnail-wrapper:hover .product-group-button{
	z-index:5;
	right:10px;/* rtl */
}
.meta-on-thumbnail .thumbnail-wrapper:hover .product-group-button.two-button,
.meta-on-thumbnail .thumbnail-wrapper:hover .product-group-button.one-button{
	bottom:auto;
	top:5px;
}
.product-group-button.two-button{
	right:-5px;
	bottom:5px;
	transition: right 400ms,left 400ms ease 0s;
	-moz-transition: right 400ms,left 400ms ease 0s;
	-webkit-transition: right 400ms,left 400ms ease 0s;
}
.product-group-button > *:last-child{
	margin-bottom:0 !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- VI. CATEGORIES PRODUCT --------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.products{
	clear:both;
}
.woocommerce .products .product.product-category h3{
	text-transform:uppercase;
}
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3{
	text-transform:none;
}
body.thumbnail-no-border.archive .products .product .thumbnail-wrapper{
	border-width:0;
}
/* 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-title-wrapper > .widget-title:before,
.product-category-top-content .widget-title-wrapper > .widget-title:after{
	display:none;
}
.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';
	content: "\f039";
	font-size:14px;
	line-height:14px;
	width:15px;
	text-align:center;
	display:inline-block;
}
.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,
.woocommerce .products .product.product-category{
	text-align:center;
	position:relative;
	z-index:0;
}
.ts-product-category-slider-wrapper .products .product.product-category{
	margin:0 !important;
}
.products .product.product-category h3, 
.woocommerce .products .product.product-category h3{
	position:relative;
	margin:0;
	z-index:1;
	margin-bottom:5px;
}
.products .product.product-category div.button, 
.woocommerce .products .product.product-category div.button{
	margin-top:8px;
}
.products .product.product-category .meta-wrapper{
	margin-top:10px;
}
.products .product.product-category h3 mark,
.woocommerce .products .product.product-category h3 mark{
	background:none;
	display:none;
}
.products .product.product-category img, 
.woocommerce .products .product.product-category img{
	transition: all 150ms ease-in-out 0s;
	-moz-transition: all 150ms ease-in-out 0s;
	-webkit-transition: all 150ms ease-in-out 0s;
	position:relative;
	z-index:0;
	margin:0 auto;
}
/* CATEGORIES SHOW PRODUCT */
#main-content > #primary > .woocommerce.columns-3, 
#main-content > #primary > .woocommerce.columns-4, 
#main-content > #primary > .woocommerce.columns-5, 
#main-content > #primary > .woocommerce.columns-6{
	margin-top:10px;
}
/* TOP WIDGET CATEGORIES PRODUCT */
.woocommerce .before-loop-wrapper{
	display:inline-block;
	width:100%;
	margin:0;
}
/* NAVI GRID LIST */
.gridlist-toggle{
	float:left;/* rtl */
	margin:0 0 10px 0;
}
.gridlist-toggle a{
	font-size:0;
	line-height:0;
	height:50px;
	width:50px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	padding:0;
	position:relative;
	z-index:1;
	display:inline-block;
	margin:0 5px 0 0;/* rtl */
}
.gridlist-toggle a:hover{
	text-decoration:none
}
.gridlist-toggle a#grid:before{
	content: "\f00a";
	font-family: 'FontAwesome';
	font-size:18px;
	line-height:48px;
	font-weight:normal;/* default */
}
.gridlist-toggle a#list:before{
	content: "\f00b";
	font-family: 'FontAwesome';
	font-size:18px;
	font-weight:normal;/* default */
	line-height:48px;
}
.gridlist-toggle a span{
	display:none;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering{
	float:left; /* rtl */
	width:auto;
	margin-bottom:10px;
	position:relative;
}
.woocommerce .woocommerce-ordering:hover, 
.woocommerce-page .woocommerce-ordering:hover{
	z-index:1000;
}
.woocommerce .woocommerce-ordering select{
	display:none;
}
.woocommerce .woocommerce-ordering ul.orderby{
	width:200px;
	border-width:1px;
	border-style:solid;
	margin:0;
}
.woocommerce .woocommerce-ordering .orderby li a.current{
	cursor:default;
}
.woocommerce .woocommerce-ordering .orderby > li{
	padding:0 !important;
	position:relative;
	cursor:pointer;
}
.woocommerce .woocommerce-ordering .orderby-current{
	padding:14px 30px 14px 15px;/* rtl */
	display:inline-block;
	width:100%;
	white-space: nowrap;
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
}
.woocommerce .woocommerce-ordering .orderby > li:after{
	position:absolute;
	content:"";
	top:13px;
	right:12px; /* rtl */
	font-family: 'FontAwesome';
	content: "\f0dd";
	font-size:14px;
	line-height:14px;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.woocommerce .woocommerce-ordering .orderby:hover > li:after{
	padding-bottom:4px;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}
.woocommerce .woocommerce-ordering .orderby li{
	list-style:none;
	position:relative;
	z-index:4;
	padding-top:4px;
	padding-bottom:4px;
}
.woocommerce .woocommerce-ordering .orderby 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;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before{
	position:absolute;
	content:"";
	top:0;
	left:-1px;
	right:-1px;
	bottom:0;
	z-index:-1;
	border-width:1px;
	border-style:solid;
}
.woocommerce .woocommerce-ordering .orderby:hover ul{
	display:block;
	-webkit-animation-duration:240ms;
    -moz-animation-duration:240ms;
    animation-duration:240ms;
    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_menu;
    -moz-animation-name:animation_menu;
    animation-name:animation_menu;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count{
	padding:0;
	margin:12px 0 0 0;
	float:right;/* rtl */
}
.woocommerce .woocommerce-ordering ul li a:hover{
	text-decoration:none;
}
.woocommerce .woocommerce-ordering ul li{
	padding:0 15px;
}
.woocommerce .woocommerce-ordering ul li a{
	padding:8px 0;
	width:100%;
	display:inline-block;
	position:relative;
}
.woocommerce .woocommerce-ordering ul 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{
	display:none;
}
/* PAGINATION */
.woocommerce .after-loop-wrapper{
	width:100%;
	margin:20px 0 40px 0;
	display:inline-block;
	text-align:center;
	position:relative;
}
.woocommerce .after-loop-wrapper:after {
	content:"";
	display:table;
	clear:both;
}
.ts-pagination{
	text-align:center;
	margin:40px 0 100px 0;
	display:inline-block;
	width:100%;
}
.ts-pagination ul{
	display:inline-block;
	overflow:hidden;
}
.ts-pagination ul li{
	display:inline-block;
	list-style:none;
	float:left;/* rtl */
	padding: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:3px;
	background:transparent;
	min-height:40px;
	min-width:40px;
	line-height:32px;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	margin:0 3px;
	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:40px;
	margin:0 3px;
}
.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-size:14px;
	line-height:32px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before, 
.ts-pagination ul li a.prev:before{
	content: "\f100";/* rtl */
}
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.ts-pagination ul li a.next:before{
	content: "\f101";/* rtl */
}
.bbp-pagination-links a:hover{
	text-decoration:none;
}
.dokan-pagination-container .dokan-pagination li.active a{
	cursor:default;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. LIST PRODUCT ---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce .products .product.sale .price{
	margin-left:-10px;
	margin-right:-10px;
}
.woocommerce .products.list .product .price del{
	position:relative;
	top:-2px;
}
.woocommerce .products.list .product .price del,
.woocommerce .products.list .product .price del .amount{
	font-size:75%;
}
.woocommerce .products.list .product .price del .amount,
.woocommerce .products.list .product .price ins .amount{
	padding:0 10px;
}
.woocommerce .products.list .product .price,
.woocommerce .products.list .product .price .amount{
	font-size:24px;
}
.woocommerce .products.list .product .product-wrapper{
	max-width:100%;
}
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
	float:left;/* rtl */
	width:23.306%;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
	float:left;/* rtl */
	width:76.694%;
	padding:0 0 0 25px; /* rtl */
}
.woocommerce .products.list .product{
	width:100%;
}
.woocommerce .products.list > .product:not(.product-category){
	width:100% !important;
}
.woocommerce .products.list > .product .meta-wrapper{
	text-align:left;/* rtl */
}
.woocommerce .products.list .star-rating{
	margin-left:0;
	margin-right:0;
}
/* 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 .list .product:not(.product-category) .meta-wrapper{
	width:100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.woocommerce .products.list .product.product-category .meta-wrapper{
	padding-left:0;
	padding-right:0;
	width:100%;
	text-align:center;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- VII. PRODUCT DETAIL -----------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. PRODUCT IMAGE --------------------------------------------------------------------------------------------------*/
div.product div.summary .clear{
	display:none !important;
}
.woocommerce div.product div.images > .woocommerce-product-gallery__image:nth-child(n+2){
	width:100%;
}
body.thumbnail-no-border div.product div.images img, 
.pp_woocommerce div.product.thumbnail-no-border div.images-slider-wrapper img{
	border-width:0;
}
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails img{
	border-color:transparent;
}
body.thumbnail-no-border .upsells .product .thumbnail-wrapper,
body.thumbnail-no-border .cross-sells .product .thumbnail-wrapper,
body.thumbnail-no-border .related .product .thumbnail-wrapper{
	border-width:0;
}
.woocommerce div.product div.images-thumbnails img,
.pp_woocommerce div.product div.images-slider-wrapper img{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-style:solid;
	border-width:1px;
}
.woocommerce div.product div.images-thumbnails .images,
.pp_woocommerce div.product div.images-slider-wrapper .images{
	width:auto;
	margin:0;
	float:none;
	padding:0;
	position:relative;
}
.woocommerce div.product div.images-thumbnails,
.pp_woocommerce div.product div.images-slider-wrapper{
	width:35%;
	position:relative;
	float:left;/* rtl */
	margin:0 0 60px 0;
	overflow:hidden;
}
.pp_woocommerce div.product div.images-slider-wrapper{
	width:38.542%
}
.woocommerce div.product div.images-thumbnails .featured-image{
	position:relative;
}
.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 .ts-col-18 div.product div.images-thumbnails,
.woocommerce .ts-col-18 div.product div.summary{
	width:50%;
}
.woocommerce .ts-col-18 div.product div.images-thumbnails{
	padding-right:1px;/* rtl */
}
/* Vertical thumbnail */ 
.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
	margin-left:120px;/* rtl */
}
/* End vertical thumbnail */
.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%;
}
.woocommerce div.product div.summary,
.pp_woocommerce div.product div.summary{
	width:35%;
	padding-left:30px; /* rtl */
	float:left;/* rtl */
	margin-bottom:20px;
}
.pp_woocommerce div.product div.summary{
	width:61.458%;
	padding-top:10px !important;
}
.pp_woocommerce div.product div.summary,
.pp_woocommerce div.product div.images-slider-wrapper{
	margin-bottom:0 !important;
}
/* Product popup video */
.ts-product-video-button{
	background:transparent;
	height:31px;
	width:31px;
	position:absolute;
	right:20px; /* rtl */
	bottom:20px;
	z-index:998;
	opacity:0.6;
	background:url(images/image.png) 1px -194px;
}
.ts-product-video-button:hover{
	opacity:1;
	text-decoration:none;
}
.ts-product-video iframe{
	max-width:calc(100% - 13px);
	margin-left:7px;
}
.ts-product-video.loaded{
	padding:0 !important;
}
.ts-product-video #pp_full_res{
	line-height:0 !important;
	width:100% !important;
}
.ts-product-video .ppt,
.ts-product-video .pp_top,
.ts-product-video .pp_bottom,
div.ts-product-video.pp_pic_holder.loaded:before{
	display:none !important;
}
.ts-product-video .pp_details{
	padding:0 !important;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. PRODUCT THUMBNAIL ----------------------------------------------------------------------------------------------*/
div.product .thumbnails{
	position:relative;
	overflow:hidden;
}
div.product div.images-thumbnails div.thumbnails{
	padding-top:20px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper{
	margin:0 0 0 0 !important;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
	width:98px;
	float:left;/* rtl */
	margin-top:-20px;
	padding-top:0;
}
div.product.vertical-thumbnail .thumbnails li{
	padding:20px 0 0 0;
	line-height:0;
}
.woocommerce div.product div.thumbnails a{
	width:auto;
	margin:0;
	float:none;
	display:inline-block;
}
.woocommerce div.product div.thumbnails a img{
	height:auto;
	max-width:100%;
	display:block;
}

/* PRODUCT LABEL */
.woocommerce div.product .images .product-label,
.pp_woocommerce div.product .images .product-label{
	z-index:998;
	position:absolute;
	left:0 /* rtl */;
	right:auto;
	top:15px;
	bottom:auto;
	text-align:left;/* rtl */
	width:auto;
	line-height:0;
	text-align:center;
}
.woocommerce div.product .images .product-label span:first-child,
.pp_woocommerce div.product .images .product-label span:first-child{
	margin-top:0;
}
.pp_woocommerce div.product .images .product-label span.onsale,
.woocommerce div.product .images .product-label span.onsale,
.pp_woocommerce div.product .images .product-label span.new,
.woocommerce div.product .images .product-label span.new,
.pp_woocommerce div.product .images .product-label span.featured,
.woocommerce div.product .images .product-label span.featured,
.pp_woocommerce div.product .images .product-label span.out-of-stock,
.woocommerce div.product .images .product-label span.out-of-stock,
.pp_woocommerce div.product .images .product-label span,
.woocommerce div.product .images .product-label span{
	
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
	position:static;
	top:auto;
	right:auto;
	left:auto;
	right:auto;
	margin:0;
	min-height:0;
	height:35px;
	text-align:center;
	float:left;/* rtl */
	clear:both;
	display:inline-block;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	height:auto;
	margin-top:5px;
	clear:both;
	padding:6px 3px 6px 3px;
	min-width:68px;
	position:relative;
}
.woocommerce div.product .images .product-label span:before,
.pp_woocommerce div.product .images .product-label span:before {
	width: 0;
	height: 0;
	border-top-width:18px;
	border-top-style:solid;
	border-right: 16px solid transparent;/* rtl */
	position:absolute;
	content:"";
	top:0;
	left:100%;/* rtl */
}
.woocommerce div.product .images .product-label span:after,
.pp_woocommerce div.product .images .product-label span:after{
	width: 0;
	height: 0;
	border-bottom-width:18px;
	border-bottom-style:solid;
	border-right: 16px solid transparent;/* rtl */
	position:absolute;
	content:"";
	bottom:0;
	left:100%;/* rtl */
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*- 3. PRODUCT SUMMARY ------------------------------------------------------------------------------------------------*/
/* Count Down */
div.product .summary .counter-wrapper{
	width:100%;
	display:inline-block;
	margin:0 0 20px 0;
}
.summary .counter-wrapper > div{
	padding:9px 2px;
	margin:0 2px;
	width:60px;
}
.summary .counter-wrapper > div .number-wrapper{
	font-size:18px;
	line-height:24px;
}
.summary .counter-wrapper .ref-wrapper{
	font-size:12px;
	line-height:16px;
}
/* Title */
.woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title{
	margin:0 0 10px 0;/* rtl */
	padding:0;
}
.woocommerce div.product .product_title{
	margin:0 70px 10px 0;/* rtl */
}

/* Rating */
.woocommerce-product-rating a.woocommerce-review-link{
	position:relative;
	line-height:18px;
}
.woocommerce-product-rating a.woocommerce-review-link:before{
	font-family: 'FontAwesome';
	margin-right:10px ;/* rtl */
	content: "\f040";
	display:inline-block;
}
.pp_woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .woocommerce-product-rating{
	line-height:0;
	margin-bottom:22px;
}
.ts-price-table .rating,
.pp_woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-product-rating .star-rating{
	width:80px;
    height:16px;
    margin:0 40px 0 0;/* rtl */
    float:left;/* rtl */
    overflow:hidden;
    position:relative;
    font-family:star !important;
    top: 0;
}
.ts-price-table .rating:before,
.ts-price-table .rating span:before,
.pp_woocommerce .woocommerce-product-rating .star-rating span:before,
.woocommerce .woocommerce-product-rating .star-rating span:before, 
.pp_woocommerce .woocommerce-product-rating .star-rating:before,
.woocommerce .woocommerce-product-rating .star-rating:before{
	font-size:12px;
	height:14px;
}
.woocommerce .woocommerce-product-rating > a,
.pp_woocommerce .woocommerce-product-rating > a{
	position:relative;
}
.woocommerce .woocommerce-product-rating > a span,
.pp_woocommerce .woocommerce-product-rating > a span{
	display:inline-block;
}
.pp_woocommerce .woocommerce-product-rating .star-rating span,
.woocommerce .star-rating span{
	overflow:hidden;
	top:0;
	left:0;/* rtl */
	position:absolute;
	padding-top:30px;
}
.woocommerce .star-rating{
	float:right;/* rtl */
}
.ts-price-table .rating span{
	overflow: hidden;
	top: 0;
	left: 0;/* rtl */
	position: absolute;
	padding-top:30px;
}
.woocommerce-product-rating .woocommerce-review-link{
	position:relative;
}
.woocommerce-product-rating .woocommerce-review-link:hover{
	text-decoration:none;
}
.summary p.stock{
	display:none
}
/* AVAILABILITY */
.woocommerce div.product p.stock span, 
.pp_woocommerce div.product p.stock span,
body #yith-woocompare table.compare-list tr.stock span,
.wishlist_table tr td.product-stock-status span,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock{
	color:#5cb85c !important;
}
.woocommerce div.product p.availability.stock, 
body #pp_full_res div.product p.availability.stock{
	margin:0 40px 24px 0;/* rtl */
	clear:both;
	position:relative;
	display:inline-block;
	float:left;/* rtl */
}
.woocommerce div.product p.availability.stock label, 
.pp_woocommerce div.product p.availability.stock label{
	margin:0;
	float:left;/* rtl */
	padding:0;
}
.woocommerce div.product p.stock span, 
.pp_woocommerce div.product p.stock span{
	position:relative;
	float:left;/* rtl */
	padding:0 0 0 20px;/* rtl */
	line-height:18px;
}
.woocommerce div.product p.stock span:before, 
.pp_woocommerce div.product p.stock span:before{
	font-family: 'FontAwesome';
	content: "\f05d";
	position:absolute;
	left:5px;/* rtl */
	top:0;
	font-weight:normal;/* default */
}
body #yith-woocompare table.compare-list tr.stock span.out-of-stock,
.woocommerce div.product p.out-of-stock span, 
.pp_woocommerce div.product p.out-of-stock span{
	color:red !important;
}
.woocommerce div.product p.out-of-stock span:before, 
.pp_woocommerce div.product p.out-of-stock span:before{
	content: "\f017";
}
/* SKU */
.woocommerce div.product .sku-wrapper,
.pp_woocommerce div.product .sku-wrapper{
	display:inline-block;
	margin:0 0 24px 0;
	font-family:arial;
	float:left;/* rtl */
	font-weight:normal;/* default */
	line-height:18px;
	position:relative;
}
.woocommerce div.product .sku-wrapper span,
.pp_woocommerce div.product .sku-wrapper span{
	color:#b50000;
	padding:0 0 0 3px;/* rtl */
	display:inline-block;
}
/* Description */
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin-bottom:5px;
}
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description{
	display:inline-block;
	width:100%;
	clear:both;
	margin:0;
}
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description{
	margin-bottom:6px;
}
/* Fixed quickshop */
.pp_woocommerce div.product .summary > .price,
.woocommerce .pp_woocommerce div.product .summary > .price{
	margin:0 0 18px 0;
	clear:both;
}
.pp_woocommerce div.product-type-variable .summary .woocommerce-product-details__short-description,
.woocommerce .pp_woocommerce div.product-type-variable .summary .woocommerce-product-details__short-description{
	margin:0;
}
/* Quantity */
.pp_woocommerce .quantity .minus:hover,
.pp_woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, 
.woocommerce .quantity .plus:hover, 
.pp_woocommerce .quantity .minus:focus,
.pp_woocommerce .quantity .plus:focus,
.woocommerce .quantity .minus:focus, 
.woocommerce .quantity .plus:focus{
	background-image:none;
}
/* Price */
div.product p.price .woocommerce-Price-amount{
	padding-bottom:5px;
}
div.product .summary > .price del .amount, 
div.product .single_variation del .amount, 
.woocommerce div.product .single_variation del .amount{
	font-size:140%;
}
/* Add to cart */
.pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button{
	min-width:170px;
	height:50px;
	border:0;
	float:left;/* rt */
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button{
	min-width:170px;
	height:50px;
	border:0;
	padding-top:16px;
	padding-bottom:16px;
	line-height:18px;
}
.pp_woocommerce div.product form.cart .button:before, 
.woocommerce div.product form.cart .button:before,
.pp_woocommerce div.product p.cart .button:before, 
.woocommerce div.product p.cart .button:before{
	font-family:'Pe-icon-7-stroke';
    content:"\e66e";
	display:inline-block;
    text-indent:0;
    font-weight:normal;/* default */
    color:inherit !important;
	margin-right:5px; /* rtl */
	line-height:10px;
	position:relative;
	top:3px;
}
.summary a.compare .button-tooltip{
	display:none !important;
}
/* Review , wishlist , compare */
.wishlist_table .product-name a:hover{
	text-decoration:none;
}
.woocommerce table.wishlist_table td.product-thumbnail{
	padding:13px 20px 13px 0;/* rtl */
}
.woocommerce table.wishlist_table tr:last-child td.product-thumbnail{
	border-bottom-width:0;
}
.woocommerce table.wishlist_table thead th{
	padding:13px 20px 13px 0;/* rtl */
}
.woocommerce table.wishlist_table tbody td{
	padding:13px 20px 13px 0;/* rtl */
}
.woocommerce .wishlist_table td.product-add-to-cart a{
	display:inline-block !important;
	min-width:0;
}
.wishlist-title-with-form{
	overflow: hidden;
	margin-bottom: 10px;
}
.show-title-form.button{
	float: right;/* rtl */
	min-width: 170px;
}
.wishlist-title-with-form h2{
	width: calc(100% - 170px);
	float: left;/* rtl */
	margin-bottom: 10px;
	text-transform: uppercase;
}
#yith-wcwl-popup-message{
	box-shadow:0 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.2);
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	background:#fbfbfb;
	
	line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000;
}
section.product .yith-wcwl-wishlistexistsbrowse.show,
section.product .yith-wcwl-wishlistaddedbrowse.show,
div.product .summary .wishlist .yith-wcwl-wishlistexistsbrowse.show,
div.product .summary .wishlist .yith-wcwl-wishlistaddedbrowse.show{
	position:absolute;
	top:0;
	left:0;/* rtl */
}
.yith-wcwl-add-to-wishlist {
	position:relative;
}
.yith-wcwl-add-to-wishlist .feedback{
	display:none !important;
}
div.product .summary .yith-wcwl-add-to-wishlist,
div.product .summary .wishlist,
.woocommerce div.product .summary a.compare{
	position:relative;
	display:inline-block;
	float:left;/* rtl */
	height:50px;
	width:50px;
	text-align:center;
	line-height:0;
	margin:0 5px 33px 0;/* rtl */
	font-size:0;
}
.woocommerce div.product .summary a.added:before{
	margin:0 !important;
}
.woocommerce div.product .summary a.compare i,
.woocommerce div.product .summary a.added:before{
	line-height:30px;
}
div.product.outofstock .summary .yith-wcwl-add-to-wishlist{
	margin-bottom:33px;
}
div.product .summary .yith-wcwl-add-to-wishlist a,
div.product .summary .wishlist a{
	font-size:0;
	line-height:0;
	white-space: pre;
	text-align:center;
	background-image:none !important;
	text-transform:none;
	line-height:0;
	border-width:1px;
	border-style:solid;
	height:50px;
	width:50px;
	display:inline-block;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary .wishlist a:before{
	font-family: 'Pe-icon-7-stroke';
	content: "\e642";
}
div.product .summary .yith-wcwl-wishlistaddedbrowse a:before,
div.product .summary .yith-wcwl-wishlistexistsbrowse a:before,
div.product .summary .wishlist .added a:before{
	content: "\f004";
	font-family: 'FontAwesome';
}
div.product .summary .yith-wcwl-add-to-wishlist a:hover,
div.product .summary .wishlist a:hover{
	text-decoration:none;
}
/* Print & Email */
div.product .summary .print,
div.product .summary .email{
	float:left;
	margin:0 5px 33px 0;/* rtl */
}
div.product .summary .print{
	margin-left:0 /* rtl */
}
div.product .summary .print a,
div.product .summary .email a{
	line-height:0;
	width:50px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	display:inline-block;
}
.pp_woocommerce div.product form.cart .button:before, 
.woocommerce div.product form.cart .button:before,
.pp_woocommerce div.product p.cart .button:before, 
.woocommerce div.product p.cart .button:before,
.woocommerce .summary a.compare i,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:before, 
.woocommerce .summary a.compare:before,
div.product .summary .print a,
div.product .summary .email a,
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary .wishlist a:before{
	font-size:24px;
}
div.product .summary .yith-wcwl-wishlistaddedbrowse a:before,
div.product .summary .yith-wcwl-wishlistexistsbrowse a:before,
div.product .summary .wishlist .added a:before{
	font-size:21px;
}
div.product .summary .yith-wcwl-add-to-wishlist a:before,
div.product .summary .wishlist a:before,
div.product .summary .print a i,
div.product .summary .email a i{
	line-height:48px;
}

/* Price */
.woocommerce div.product .summary > .price{
	clear:both;
	margin:0 0 10px 0;
	display:inline-block;
	font-size:1.25em;
	width:100%;
	overflow:hidden;
	padding-top:20px;
	border-width:1px 0 0 0;
	border-style:solid;
}
.price del,
.product-price del{
	opacity:0.4;
}
div.product .summary > .price del{
	margin-right:40px;/* rtl */
}
div.product .summary > .price del,
.woocommerce div.product .summary > .price del{
	display:inline-block;
	margin-bottom:5px;
	opacity:0.6; margin-left:20px;
}
.woocommerce div.product .cart{
	overflow:hidden;
	clear:both;
	display:inline-block;
	width:100%;
	margin:0;
}
.woocommerce div.product.type-product .cart,
.pp_woocommerce div.product.type-product .cart,
#pp_full_res div.product.type-product .cart{
	float:left;/* rtl */
	width:auto;
	clear:both;
	margin:0 5px 32px 0;/* rtl */
}
/* PRODUCT DETAIL */
.woocommerce .ts-col-18 div.product.vertical-thumbnail form.cart, 
.woocommerce .ts-col-18 div.product.vertical-thumbnail p.cart{
	width:100%;
	margin:0 0 32px 0;/* rtl */
}
.woocommerce div.product form.cart.variations_form{
	margin-bottom:15px;
}
/* Type group product */
.woocommerce div.product form.cart table td{
	padding-left:0;/* rtl */
}
.woocommerce div.product form.cart .group_table td:first-child{
	width:auto;
	text-align:left;/* rtl */
}
.pp_woocommerce div.product form.cart table, 
.woocommerce div.product form.cart table{
	border:0;
	border-collapse:collapse;
}
.pp_woocommerce div.product form.cart .group_table, 
.woocommerce div.product form.cart .group_table{
	max-width:550px;
	margin-bottom:20px;
}
.pp_woocommerce div.product form.cart .group_table td, 
.woocommerce div.product form.cart .group_table td{
	vertical-align:middle;
}
.group_table td.woocommerce-grouped-product-list-item__label label{
	margin:0;
	padding:0;
}
.pp_woocommerce div.product form.cart .group_table .button, 
.woocommerce div.product form.cart .group_table .button{
	min-width:0;
	padding:5px 14px !important;
	border-width:1px;
	border-style:solid;
	height:auto;
	margin:0 !important;
}
div.product.product-type-grouped .summary .yith-wcwl-add-to-wishlist{
	margin-bottom:20px;
}
.pp_woocommerce div.product form.cart .group_table .button:before, 
.woocommerce div.product form.cart .group_table .button:before{
	display:none;
}
.group_table a:hover{
	text-decoration:none;
}
/* Variable */
.woocommerce-variation-add-to-cart{
	overflow:hidden;
	margin-bottom:10px;
}
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label{
	padding:0;
}
.pp_woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations{
	margin:0 0 20px 0;
}
.pp_woocommerce div.product form.cart .variations td.label, 
.woocommerce div.product form.cart .variations td.label{
	width:80px;
}
.pp_woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tr{
	background:transparent;
}
.pp_woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td{
	border:0;
	vertical-align:middle;
	position:relative;
	padding:0 0 10px 0;
}
.pp_woocommerce div.product form.cart .variations tr:last-child td,
.woocommerce div.product form.cart .variations tr:last-child td{
	padding-bottom:20px;
}
.pp_woocommerce div.product form.cart .variations td select,
.woocommerce div.product form.cart .variations td select{
	width:200px;
	margin:0;
}
.pp_woocommerce div.product form.cart .variations td .reset_variations, 
.woocommerce div.product form.cart .variations td .reset_variations{
	position:absolute;
	left:0;/* rtl */
	bottom:-8px;
	line-height:14px;
	text-transform:uppercase;
}
.pp_woocommerce div.product form.cart .variations td .reset_variations:hover, 
.woocommerce div.product form.cart .variations td .reset_variations:hover{
	text-decoration:underline;
}
div.product.product-type-variable .single_variation {
	margin:0 0 20px 0;
	display:inline-block;
	width:100%;
}
/* Variable style 2 */
.ts-product-attribute{
	line-height:0;
}
.ts-product-attribute > div{
	display:inline-block;
	margin:4px 8px 4px 0;/* rtl */
	position:relative;
    z-index:1;
    padding:0;
	line-height:22px;
    text-align: center;
	min-width:70px;
	cursor:pointer;
}
.ts-product-attribute > div a{
	width:100%;
	display:inline-block;
	padding:5px 10px;
}
.ts-product-attribute > div.color a{
	width:100%;
	display:inline-block;
	padding:0;
}
.ts-product-attribute > div.selected{
	cursor:default;
}
.ts-product-attribute > div:last-child{
	margin-left:0;/* rtl */
}
.ts-product-attribute > div:before {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
    display: inline-block;
	border-width:1px;
	border-style:solid;
}
.ts-product-attribute > div a{
	position:relative;
	z-index:1;
}
.ts-product-attribute > div a:hover{
	text-decoration:none;
}
.ts-product-attribute > div.color{
	width:30px;
	height:30px;
	min-width:0;
	font-size:0;
	line-height:0;
	padding:0;
}
.ts-product-attribute > div.color:before{
	display:none;
}
.ts-product-attribute > div.color a{
	width:100%;
	height:100%;
	display:inline-block;
}
.ts-product-attribute > div.color a:before{
	position:absolute;
	left:-3px;
	right:-3px;
	bottom:-3px;
	top:-3px;
	z-index:0;
	content:"";
	border-width:1px;
	border-style:solid;
	opacity:0;
	transition: all 150ms ease-in-out 0s;
	-webkit-transition: all 150ms ease-in-out 0s;
	-moz-transition: all 150ms ease-in-out 0s;
}
.ts-product-attribute > div.color.selected a:before,
.ts-product-attribute > div.color:hover a:before{
	opacity:1;
}
div.product .summary .meta-content > div{
	margin-bottom:5px;
	display:inline-block;
	width:100%;
}
div.product .summary .meta-content{
	margin:0;
    padding:23px 0 0 0;
    border-width:1px 0 0 0;
	clear:both;
    border-style:solid;
}
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links){
	padding-right:3px;/* rtl */
	display:inline-block;
}
/* SHARING */
.ts-product-social-sharing{
	margin:20px 0 0 -5px;/* rtl */
	display:inline-block;
	width:100%;
}
.ts-product-social-sharing li{
	padding:0;
	list-style:none;
	float:left;/* rtl */
}
.ts-product-social-sharing li{
	margin-left:5px; /* rtl */
	margin-bottom:5px;
	line-height:0;
}
.ts-product-social-sharing li a{
	padding:6px 20px;
	border-width:1px;
	border-style:solid;
	line-height:20px;
	float:left;/* rtl */
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
}
.ts-product-social-sharing li i{
	margin-right:5px;/* rtl */
}
.ts-product-social-sharing li a:hover{
	text-decoration:none;
}
.ts-product-social-sharing li:hover a,
.ts-product-social-sharing li:hover a i{
	color:#fff !important;
}
.ts-product-social-sharing li.facebook a i{
	color:#3B5998;
}
.ts-product-social-sharing li.twitter a i{
	color:#2CAAE1;
}
.ts-product-social-sharing li.pinterest a i{
	color:#cb2027;
}
.ts-product-social-sharing li.facebook:hover a{
	background-color:#3B5998;
	border-color:#3B5998;
}
.ts-product-social-sharing li.twitter:hover a{
	background-color:#2CAAE1;
	border-color:#2CAAE1;
}
.ts-product-social-sharing li.pinterest:hover a{
	background-color:#cb2027;
	border-color:#cb2027;
}
/* SHOP ATTRIBUTE */
.woocommerce table.shop_attributes{
	margin-top:0;
}
.woocommerce table.shop_attributes tr{
	background:transparent;
}
.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 */
}
/* In summary */
.vc_tta-accordion .vc_tta-panel .shop_attributes{
	margin:0;
	border:0;
}
/* Upsell Related */
.cross-sells .products,
.upsells .products,
.related .products{
	max-height:500px;
}
.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 22px 0;
	overflow:hidden;
}
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2{
	padding:0 20px 0 0;/* rtl */
	margin:0;
	display:inline-block;
	position:relative;
}
.heading-wrapper > h2:after,
.heading-shortcode > h3:after,
.theme-title > h3:after,
.cross-sells > h2:after,
.upsells > h2:after,
.related > h2:after{
	border-width:1px 0 0 0;
	border-style:solid;
	height:1px;
	width:1900px;
	position:absolute;
	content:"";
	bottom:8px;
	left:100% /* rtl */
}
/* TAB WOOCOMMERCE */
.woocommerce-tabs .wc-tab:after{
	display:table;
	clear:both;
	content:"";
}
/* Accordion */
.accordion-tabs .vc_tta-accordion .vc_tta-panel{
	margin-bottom:15px;
}
.woocommerce-tabs .vc_tta-container {
	margin-bottom:0;
}
/* End Accordion */
.woocommerce div.product .woocommerce-tabs{
	padding:0;
	border:0;
	margin:0;
	display:inline-block;
	width:100%;
	line-height:0;
}
.woocommerce div.product .woocommerce-tabs.accordion-tabs{
	margin-bottom:10px;
}
body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
	padding:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: inline-block !important;
	width:100%;
	padding:10px 10px 0 10px;
	border-width:1px;
	border-style:solid;
	margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	margin:0 10px 10px 0;/* rtl */
	padding:0;
	position:relative;
	z-index:1;
	background:transparent;
	float:none;
	display:inline-block;
	text-align:center;
	min-width:150px;
	border:0;
}
.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{
	font-family: 'Pe-icon-7-stroke';
	margin-right:5px; /* rtl */
	display:inline-block;
	top:1px;
	position:relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab > a:before{
	content:"\e628";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab > a:before{
	content:"\e65f";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab > a:before{
	content:"\e60c";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.ts_custom_tab > a:before{
	content:"\e66d";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.vendor_tab > a:before{
	content:"\e605";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.policies_tab > a:before{
	content:"\e69d";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.singleproductmultivendor_tab > a:before{
	content:"\e665";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
	padding:8px 30px;
	border-width:1px;
	border-style:solid;
	text-transform:uppercase;
	margin: 0;
    position: relative;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    display: inline-block;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:after{
	content: "\f0dd";
	font-family: 'FontAwesome';
	position:absolute;
	bottom:-4px;
	top:auto;
	right:auto;
	left:50%;
	margin-left:-5px;
	font-size:20px;
	line-height:10px;
	color:transparent;
	border:0;
	width:auto;
	height:auto;
	display:inline-block;
	transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
	opacity:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
	opacity:1;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding:30px;
	border-width:0 1px 1px 1px;
	border-style:solid;
}
/* 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:60%;
	margin-top:3px;
	padding-right:20px;/* rtl */
}
.woocommerce-tabs #review_form_wrapper{
	float:left;/* rtl */
	width:40%;
	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:10px;
	display:inline-block;
	width:100%;
}
/* In summary content */
.entry-summary .woocommerce-tabs #comments{
	width:100% !important;
}
.entry-summary .woocommerce-tabs #review_form_wrapper{
	width:100% !important;
	padding-top:30px !important;
	padding:0;
	border-width:1px 0 0 0;
}
/* End In Summary content */
/* 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%;
}
.comment-respond input[type="text"],
.comment-respond select,
#commentform input[type="text"]{
	max-width:500px;
}
.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;
	-webkit-border-radius:0;
	-moz-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;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 4. COMPARE --------------------------------------------------------------------------------------------------------*/
.dataTables_scrollFoot{
	display:none;
}
#cboxLoadingGraphic{
	background:url(images/ajax-loader1.gif) no-repeat center center;
}
#cboxLoadingOverlay{
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-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:100000
}
.wd_compare_wrapper > a{
	display:inline-block;
	width:100%;
	height:100%;
	position:relative;
}
body .pp_woocommerce div.product .summary .wd_compare_wrapper,
.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:10px;
}
#cboxContent{
	background:transparent
}
#cboxLoadedContent iframe {
	position:relative;
	z-index:1;
}
.dataTables_wrapper{
	padding:0;
}
body #yith-woocompare > *{
	border-width:1px;
	border-style:solid;
}
.dataTables_scrollHead,
.DTFC_LeftHeadWrapper{
	display:none;
}
body #yith-woocompare.woocommerce{
	padding:0;
}
body.woocommerce > h1{
	padding:14px 20px;
	border:0;
	display:block;
	width:100%;
	float:none;
	margin-bottom:-1px;
	position:relative;
	z-index:14;
	text-align:inherit;
}
body.woocommerce > h1 a.close{
	font-size:0;
	padding:0;
	margin:0;
}
body.woocommerce > h1 a.close:hover{
	color:red;
}
body.woocommerce > h1 a.close:before{
	font-family: 'FontAwesome';
	content: "\f00d";
	padding:5px;
	font-size:16px;
	font-weight:400;/* default */
	line-height:20px;
}
body #yith-woocompare table.compare-list{
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
}
table.compare-list{
	border-width:0;
}
body #yith-woocompare table.compare-list td.odd,
body #yith-woocompare table.compare-list td.even{
	background:transparent;
}
body #yith-woocompare table.compare-list th{
	background:transparent;
}
body #yith-woocompare table.compare-list td img{
	width:200px;
	padding:0;
	border:0;
	max-width:100%;
}
body #yith-woocompare table.compare-list td img{
	margin-bottom:0;
}
body #yith-woocompare table.compare-list th{
	border-width:1px 0 0 0;
	border-style:solid;
	text-align:left;/* rtl */
}
body #yith-woocompare table.compare-list td{
	border-width:1px 0 0 1px;/* rtl */
	border-style:solid;
	text-align:left; /* rtl */
}
body #yith-woocompare table.compare-list tr.image td,
body #yith-woocompare table.compare-list tr.remove td{
	text-align:center;
}
body #yith-woocompare table.compare-list tr.no-products:first-child td{
	border:0;
}
body #yith-woocompare table.compare-list tr:first-child th, 
body #yith-woocompare table.compare-list tr:first-child td{
	border-top-width:0;
}
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 tr th, 
body #yith-woocompare table.compare-list tbody tr td{
	padding:10px 20px;
}
body #yith-woocompare table.compare-list tr.image td, 
body #yith-woocompare table.compare-list tr.title td,
body #yith-woocompare table.compare-list tr.price td{
	text-transform:none;
}
body #yith-woocompare table.compare-list tr.price .amount{
	font-size:130%;
}
body #yith-woocompare table.compare-list tr.price del .amount{
	font-size:100%;
}
body #yith-woocompare table.compare-list tr.price td{
	text-decoration:none;
}
table.compare-list tr.image th, 
table.compare-list tr.title th, 
table.compare-list tr.price th, 
table.compare-list tr.add-to-cart th{
	text-indent:0;
}
body #yith-woocompare .dataTables_wrapper .DTFC_RightBodyWrapper .DTFC_RightBodyLiner{
	overflow:auto !important;
}
body #yith-woocompare table.compare-list thead tr:first-child > th,
body #yith-woocompare table.compare-list thead tr:first-child > td{
	height:0;
	padding:0;
	line-height:0;
}
body #yith-woocompare table.compare-list tr.image th, 
body #yith-woocompare table.compare-list tr.image td{
	height:auto;
}
body #yith-woocompare table.compare-list tr th, 
body #yith-woocompare table.compare-list tr td{
	padding:10px 20px;
}
body #yith-woocompare table.compare-list tr.remove td,
body #yith-woocompare table.compare-list tr.remove th{
	padding-top:10px;
	padding-bottom:0;
}
body #yith-woocompare table.compare-list tr.image th, 
body #yith-woocompare table.compare-list tr.image td{
	padding-top:0;
}
body #yith-woocompare table.compare-list .remove td a .remove{
	position:relative;
	width:auto;
	height:auto;
	line-height:0;
	font-size:0;
	background:transparent !important
}
body #yith-woocompare table.compare-list tr.remove td > a{
	font-size:0;
	line-height:0;
	height:20px;
	display:inline-block;
	background:transparent !important
}
body #yith-woocompare table.compare-list tr.remove td > a .remove:before{
	font-family: 'FontAwesome';
	content:"\f00d";
	color:red;
	font-size:18px;
	font-weight:normal !important;
	line-height:18px;
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
}
/* AMOUNT */
body #yith-woocompare table.compare-list tr.price th, 
.compare-list tr.price td ins{
	text-decoration:none;
}
body #yith-woocompare table.compare-list tr.price th, 
body #yith-woocompare table.compare-list tr.price td del{
	margin-right:8px;
}
html body #yith-woocompare table.compare-list del{
	opacity:0.5
}
html body #yith-woocompare table.compare-list tr.description td,
html body #yith-woocompare table.compare-list tr.description th{
	text-align:left;/* rtl */
}
body #yith-woocompare table.compare-list .add-to-cart td a{
	margin:0;
	text-transform:uppercase;
	padding:9px 15px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	filter:none;
	cursor:pointer;
	text-align:center;
	background-image:none;
	border-width:1px;
	border-style:solid;
	text-align:center;
}
body #yith-woocompare table.compare-list .add-to-cart td .blockOverlay{
	display:none !important;
}
/* Fix Table in Ipad */
body > table.compare-list{
	border-width:1px;
	border-style:solid;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- VIII. CHECK OUT ---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce-OrderUpdate-inner .clear{
	clear: none;
}
#payment .clear{
	z-index: 1;
}
/* MY ACCOUNT */
p.lost_password label{
	font-size:100%;
}
p.lost_password a,
.my-account-wrapper .forgot-pass a{
	opacity:0.8;
}
p.lost_password a:hover,
.my-account-wrapper .forgot-pass a:hover{
	text-decoration:none;
	opacity:1;
}
p.myaccount_user{
	margin-bottom:40px;
}
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-error,
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info, 
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-message{
	margin-bottom:15px !important;
}
.woocommerce form.checkout_coupon{
	margin-top:10px;
	padding:0;
	border:0;
}
.ts-col-24 .woocommerce form.checkout_coupon{
	width:65%;
}
.woocommerce .checkout-login-coupon-wrapper form.login{
	margin:5px 0 60px 0;
}
.register .woocommerce-password-strength{
	margin-bottom:5px;
}
form.login p.form-row input[type="text"], 
form.register p.form-row input[type="password"],
form.register 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="email"], 
form.register p.form-row input[type="email"], 
.create-account input[type="password"],
.register .woocommerce-password-strength{
	max-width:500px;
}
form.login p.form-row .password-input, 
form.register p.form-row .password-input,
form.register p.form-row .password-input, 
form.login p.form-row .password-input,
form.login p.form-row .password-input, 
form.login p.form-row .password-input, 
form.register p.form-row .password-input, 
form.register p.form-row .password-input, 
.create-account .password-input{
	max-width: 500px;
}
.woocommerce form.login input[type="wcmp-login-vendor"]{
	max-width:500px;
	margin-bottom:30px;
}
.woocommerce > form.checkout{
	overflow:hidden;
	margin:0;
	padding-top:40px;
	display:inline-block;
	width:100%;
}
.ts-col-12 .woocommerce > form.checkout{
	padding-top:20px;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
	width:23%;
	margin-left:0;
	margin-right:0;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
	text-align:left;/* rtl */
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
	width:77%;
	padding-right:10px;/* rtl */
}
.woocommerce .checkout .col2-set{
	width:65%;
	float:left; /* rtl */
	padding-right:30px /* rtl */
}
.woocommerce .checkout #order_review{
	width:35%;
	padding:50px 30px 30px 30px;
	margin-top:-60px;
	float:left;/* rtl */
	background:rgba(232,232,232,0.5);
	margin-bottom:30px;
}
.ts-col-18 .woocommerce .checkout .col2-set{
	width:60%;
}
.ts-col-18 .woocommerce .checkout #order_review,
.ts-col-18 #order_review_heading{
	width:40%;
}
.ts-col-12 .woocommerce .checkout .col2-set,
.ts-col-12 .checkout-login-coupon-wrapper{
	width:100%;
	padding-right:0 /* rtl */
}
.ts-col-12 #order_review_heading,
.ts-col-12 .woocommerce .checkout #order_review{
	width:100%;
}
/* BILLING */
.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{
	width:100%;
	padding:0 0 15px 0;
	border-width:0 0 2px 0;
	border-style:solid;
	margin:0 0 30px 0;
	display:inline-block;
	text-transform:uppercase;
}
.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 .col-2 h3#ship-to-different-address label{
	position:relative;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	cursor:pointer;
	text-indent:24px;
}
#order_comments_field{
	padding-top:15px;
	border-width:2px 0 0 0;
	border-style:solid;
	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;
}
label .woocommerce-Input[type="checkbox"]{
	margin:-4px 8px 0 0;/* rtl */
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
	width:100%;
	float:none;
	line-height:0;
	position:relative;
	margin:0 0 20px 0;
}
#ship-to-different-address-checkbox{
	position:absolute;
	left:0;/* rtl */
	top:8px;
}
/* CREATE ACCOUNT */
form.checkout p.create-account{
	display:inline-block;
	width:100%;
	margin:0 0 10px 0;
}
form.checkout #account_password_field{
	margin-bottom:25px;
}
/* ORDER REVIEW */
.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:9px 0;
}
.woocommerce #order_review table.shop_table tbody td.product-name, 
.woocommerce #order_review table.shop_table tfoot td.product-name{
	padding-right:20px /* rtl */
}
.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.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td{
	border-width:1px 0 0 0;
	border-style:solid;
}
.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;
}
.woocommerce table.shop_table.customer_details{
	margin-bottom:40px;
}
.woocommerce table.shop_table.customer_details th{
	background:transparent;
}
.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 */
}
#order_review table{
	border:0;
	margin:0 !important;
	background:transparent;
}
#order_review table tr{
	background:transparent;
}
#order_review_heading{
	margin:0;
	padding:20px 30px;
	text-transform:uppercase;
	float:left;
	width:35%;
	position:relative;
	z-index:1;
}
.woocommerce-account div.woocommerce{
	margin:0 0 35px 0;
	overflow:hidden;
}
.woocommerce-account div.woocommerce > h2{
	padding:0 30px 0 0;
	margin:0 0 30px 0;
	display:inline-block;
	position:relative;
	text-transform:uppercase;
}
.woocommerce-account div.woocommerce > h2:after{
	border-width:1px 0 0 0;
	border-style:solid;
	height:1px;
	width:1900px;
	position:absolute;
	content:"";
	top:50%;
	left:100% /* rtl */
}
.woocommerce-column > h3{
	text-transform:uppercase;
}
.woocommerce .checkout #order_review table .product-name{
	width:50%;
	vertical-align:top;
}
.woocommerce .checkout #order_review table .product-total{
	width:50%;
	vertical-align:top;
	padding-right:0;
}
.woocommerce .checkout #order_review table thead th,
.woocommerce .checkout #order_review table thead td,
.woocommerce .checkout #order_review table tbody th,
.woocommerce .checkout #order_review table tbody td{
	border-width:0;
}
.woocommerce .checkout #order_review table .cart-subtotal th,
.woocommerce .checkout #order_review table .cart-subtotal td{
	border-width:2px 0 0 0;
	border-color:rgba(217,217,217,0.5);
}
.woocommerce .checkout #order_review table .shipping th,
.woocommerce .checkout #order_review table .shipping td{
	border-width:1px 0 1px 0;
	border-color:#ffffff;
}
.woocommerce .checkout #order_review table .shipping th{
	vertical-align:top;
}
/* PAYMENT */
.woocommerce .woocommerce-customer-details address{
	border-radius:0;
	-webkit-border-radius:0;
	border-width:0;
	padding:0;
}
.woocommerce #payment{
	background:none;
	padding:20px 0;
	border-width:2px 0 0 0;
	border-style:solid;
	border-color:rgba(217,217,217,0.5);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	position:relative;
}
.woocommerce #payment div.payment_box{
	width:100%;
	background:transparent;
	margin-top:5px;
	border:0;
	padding:16px 20px;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
	box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.woocommerce-checkout #payment div.payment_box:before{
    content:"";
    display:block;
    border:1em solid #dfdcde;
    border-right-color:transparent;
    border-left-color:transparent;
    border-top-color:transparent;
    position: absolute;
    top:-.75em;
    left:0;/* rtl */
    margin:-1em 0 0 2em;/* rtl */
}
/* 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;
	-webkit-animation:none !important;
	-moz-animation: none !important;
	animation: none !important;
	opacity:1 !important;
	background:rgba(255,255,255,0.5) !important;
}
.compare-list div.blockUI.blockOverlay:before{
	background:url(images/ajax-loader.gif) center no-repeat !important;
	top:-6px;
	left:7px;/* rtl */
}
div.blockUI.blockOverlay:before{
	background:url(images/ajax-loader1.gif) center no-repeat !important;
	position:absolute !important;
	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:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
}
.woocommerce #respond input#submit.loading:after, 
.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:10px;
	margin-bottom:0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
	font-size:11px;
	line-height:16px;
	position:relative;
	top:20px;
}
.woocommerce-checkout #payment li input[type="radio"]{
	position:absolute;
	left:0; /* rtl */
	top:8px;
}
.woocommerce-checkout #payment li input[type="radio"]#payment_method_paypal{
	top:18px;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*- IX. SHOPPING CART -------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.woocommerce table.shop_table{
	margin-left:0;
	margin-right:0;
}
.woocommerce-cart article > .woocommerce:after{
	display:table;
	clear:both;
	content:"";
}
.woocommerce-cart article .woocommerce .woocommerce-cart-form{
	width:100%;
	margin-bottom:20px;
}
.woocommerce-cart article .woocommerce .cart-collaterals{
	width:100%;
	margin-bottom:20px;
}
.woocommerce-cart .ts-col-24 article .woocommerce .woocommerce-cart-form{
	width:72%;
	float:left;/* rtl */
}
.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals{
	width:28%;
	float:left;/* rtl */
	padding-left:20px /* rtl */
}
.woocommerce .cart-collaterals .cart_totals{
	width:100%;
	background:rgba(232,232,232,0.5);
	padding:0;
	margin-bottom:30px;
}
.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 table th,
.woocommerce-cart .cart-collaterals .cart_totals table tr{
	background:transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2{
	padding:15px 20px;
	margin:0;
	text-transform:uppercase;
	border-width:0 0 1px 0;
	border-style:solid;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
	padding:15px 20px 15px 10px !important;/* rtl */
	vertical-align:top;
	text-transform:none;
	text-align:left;/* 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 10px 15px 20px !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 !important;
	border-style:solid;
	border-color:rgba(217,217,217,0.3) !important;
}
.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 td{
	text-align:center;
}
.woocommerce table.shop_table th{
	padding:14px 30px 14px 0;/* rtl */
	vertical-align:middle;
	text-align:center;
	color:#fff;
	border-width:0;
}
.woocommerce table.shop_table td{
	padding:30px 30px 30px 0;/* rtl */
	vertical-align:middle;
	border-left-width:0;
	border-right-width:0;
}
.woocommerce table.shop_table tr td:last-child{
	padding:30px 30px 30px 0;/* rtl */
	vertical-align:middle;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.order_details th{
	padding:14px 0 14px 20px;/* rtl */
}
.woocommerce table.my_account_orders tr th:last-child,
.woocommerce table.shop_table.order_details tr th:last-child{
	padding:14px 20px;/* rtl */
}
.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 td:last-child,
.woocommerce table.shop_table.order_details tr td:last-child{
	padding:20px;/* rtl */
}
.woocommerce table.shop_table .product-remove a{
	display:inline-block;
	width:24px;
	height:24px;
	line-height:0;
	font-size:0;
	text-align:center;
	float:none;
	padding:0 !important;
	margin:0;
}
.woocommerce table.shop_table .product-remove a:hover{
	color:red !important;
}
.woocommerce table.shop_table .product-remove a:before{
	font-family:'Pe-icon-7-stroke';
    content:"\e681";
    font-size:20px;
    font-weight:normal !important;/* default */
    line-height:24px;
}
.woocommerce table.shop_table td.product-thumbnail{
	border-width:0 0 1px 0;
	padding:30px;
	width:160px;
    max-width:160px;
}
.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:30px;
}
.woocommerce table.cart .button, 
.woocommerce table.cart input.button{
	float:right;/* rtl */
	margin-left:10px; /* rtl */
	min-width:125px;
}
/* Coupon */
.woocommerce table.cart td.actions .coupon .input-text{
	width:200px;
}
.woocommerce table.cart td.actions .coupon .button{
	float:left;/* rtl */
	min-width:125px;
	margin:0;
}
.woocommerce table.cart td.actions .coupon{
	float:left; /* rtl */
}
#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 */
	float:left;/* rtl */
}
#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 */
.pp_woocommerce .quantity input.qty, 
.woocommerce .quantity input.qty {
	border-width:1px;
	border-style:solid;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-shadow:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding:16px 45px 15px 15px;/* rtl */
	width:120px;
	text-align:center;
	margin:0;
}
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty {
	padding:11px 25px 10px 5px;/* rtl */
	width:70px;
}
.woocommerce table .quantity span.qty-text,
.pp_woocommerce table .quantity span.qty-text{
	display:none !important;
}
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus{
	width:35px;
	height:26px;
	border:0;
	line-height:10px;
	text-align:center;
	display:inline-block;
	position:absolute;
	top:0;
	left:auto;
	right:0;/* rtl */
	bottom:auto;
	padding:0;
	margin:0;
	z-index:1;
	background:none !important;
	cursor:pointer;
	font-size:20px;
	font-weight:bold;/* default */
	font-family:Arial;
	border-width:1px;
	border-style:solid;
	color:inherit;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus{
	width:21px;
	height:21px;
	font-size:14px;
}
.pp_woocommerce .quantity .minus, 
.woocommerce .quantity .minus{
	bottom:0;
	top:auto;
}
.pp_woocommerce .quantity .minus:hover, 
.pp_woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, 
.woocommerce .quantity .plus:hover{
	z-index:3;
	opacity:0.5;
}
.woocommerce div.quantity,
.pp_woocommerce div.quantity {
	display:inline-block;
	float:none;
	position:relative;
}
.woocommerce div.product form.cart div.quantity,
.pp_woocommerce div.product form.cart div.quantity{
	margin:0 5px 0 0;/* rtl */
	float:left;/* rtl */
}
.woocommerce div.quantity .plus:before,
.pp_woocommerce div.quantity .plus:before{
	content: "\f0d8";
	font-family: 'FontAwesome';
}
.woocommerce div.quantity .minus:before,
.pp_woocommerce div.quantity .minus:before{
	content: "\f107";
	font-family: 'FontAwesome';
}
.woocommerce div.quantity > span.qty-text,
.pp_woocommerce div.quantity > span.qty-text{
	min-width:74px;
	display:inline-block;
	font-style:italic;
}
#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:0;
}
.woocommerce ul#shipping_method li{
	margin:0;
	padding:3px 0 3px 0;
	text-indent:0;
	list-style:none;
	position:relative;
	overflow:hidden;
	text-align:left;/* rtl */
}
#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-top: 0;
	margin-bottom: 20px;
}
#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{
	clear: both;
}
#add_payment_method .cart-collaterals .shipping-calculator-form, 
.woocommerce-cart .cart-collaterals .shipping-calculator-form, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-form{
	margin: 0;
}
.woocommerce ul#shipping_method li:last-child{
	padding-bottom:0;
}
.woocommerce ul#shipping_method li input{
	margin:0 8px 2px 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:0;
	text-align:left /* rtl */
}
.woocommerce ul#shipping_method li label{
	line-height:16px;
	position:relative;
	float:left;/* rtl */
}
.woocommerce ul#shipping_method li .amount{
	display:inline-block;
	text-indent:0;
	line-height:16px;
}
.order-total .amount{
	font-size:20px;
	line-height:24px;
}
.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{
	width:100%;
	display:inline-block;
}
.woocommerce #payment ul.payment_methods > li > label{
	text-indent:24px;/* rtl */
}
#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;
}
.shipping-calculator-button:before{
	font-family: 'FontAwesome';
	margin-right:10px;/* rtl */
	content: "\f0d1";
	display:inline-block;
}
.woocommerce-shipping-calculator .button{
	margin-top:10px !important;
}
/* Button checkout cart page */
.woocommerce-cart .wc-proceed-to-checkout{
	padding:20px;;
}
.wc-proceed-to-checkout a.continue-shopping.button{
	width:100%;
}
#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:12px 0 0 0;
	margin:20px 0;
	display:block;
	clear:both;
	position:relative;
}
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2{
	margin-bottom:34px;
	line-height:36px !important;
	text-transform:uppercase;
	max-width:80%;
}
.upsells .products .product,
.cross-sells .products .product,
.related .products .product{
	padding:0;
}
.upsells .products .owl-item .product,
.cross-sells .products .owl-item .product,
.related .products .owl-item .product{
	width:100% !important;
}
.woocommerce .cross-sells:after{
	display:table;
	content:"";
	clear:both;
}
/* WISHLIST */
.hidden-title-form{
	overflow: hidden;
	clear: both;
	display: none;
}
.hidden-title-form .button,
.hidden-title-form input[type="submit"]{
	float: right;/* rtl */
	margin-left: 5px;/* rtl */
	min-width: 170px;
}
.hidden-title-form input[type="text"]{
	float: left;/* rtl */
	width: calc(100% - 350px);
	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 */
}
.wishlist_table tfoot{
	display: none;
}
.woocommerce div.wishlist_table td.product-add-to-cart a{
	display:inline-block !important;
}
.woocommerce table.wishlist_table thead th{
	border-top:0;
}
body #yith-woocompare 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';
    content: "\f05d";
	margin-right:5px; /* rtl */
}
body #yith-woocompare 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";
}
.yith-wcwl-share h4.yith-wcwl-share-title{
	display:inline-block;
	float:left;/* rtl */
	margin:0;
	margin-right:10px; /* rtl */
}
.wishlist_table tfoot td{
	border:0;
}
.yith-wcwl-share{
	margin-bottom:45px;
}
.yith-wcwl-share ul{
	display:inline-block;
	float:left;/* rtl */
	margin: 0;
}
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;
	border-width:1px 0 0 0;
}
.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;
}
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table .product-remove{
	text-align:center;
}
.woocommerce table.wishlist_table .product-remove div{
	display:inline-block;
}
.woocommerce table.wishlist_table.shop_table tfoot td:last-child{
	padding:5px 20px;/* rtl */
}
.yith-wcwl-share-title{
	text-transform:uppercase;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- X. QUICKSHOP ------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
div.pp_woocommerce .pp_content_container:after, 
div.pp_woocommerce .pp_content_container:before{
	content:" ";
	display: table;
}
body div.pp_woocommerce.pp_pic_holder.loaded .pp_content{
	height:auto !important
}
body div.pp_overlay{
	background:rgba(0,0,0,0.4)
}
div.pp_woocommerce .images > .thumbnails{
	position:relative;
	margin-top:20px;
}
.pp_woocommerce .view-details{
	margin:10px 0 0 0;
	position:relative;
	text-transform:uppercase;
	text-align:right /* rtl */
}
.pp_woocommerce .view-details:after{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size:110%;
	margin:0 0 0 10px;/* 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;
	-webkit-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{
	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{
	text-decoration:none;
}
.woocommerce-error .button,
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button{
	clear:both;
	float:right;/* rtl */
	padding:5px 10px;
	margin:0 0 5px 5px;/* rtl */
	border-width:1px;
	border-style:solid;
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce .woocommerce-message:before{
	top:50%;
	margin-top:-10px;
	background:none;
	line-height:20px;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
	font-style:normal;
	position:absolute;
	left:15px;/* rtl */
	font-size:14px;
	background:none;
	font-family: 'FontAwesome';
	height:20px;
	width:20px;
	text-shadow:none;
	padding:0;
	box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info,
.vc_message_box{
	border-width:1px;
	border-style:solid;
	padding:9px 15px 9px 40px !important;/* rtl */
	margin-bottom:30px !important;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
	box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
	text-shadow:none;
	max-width:1180px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height:40px;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.vc_message_box-icon{
	left:-5px /* rtl */
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before{
	content: "\f00c";
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before{
	content: "\f05a";
}
.woocommerce-error:before,
.woocommerce .woocommerce-error:before{
	content: "\f00d";
}
.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{
	margin-top:-8px;
	top:8px;
	position:relative;
}
.woocommerce-error li,
.woocommerce .woocommerce-error li, 
.woocommerce .woocommerce-info li, 
.woocommerce .woocommerce-message li{
	padding:0;
}
/* ALERT */
.alert{
	border-width:0;
	padding:16px 20px;
	margin-bottom:20px;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
	box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
	text-shadow:none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- XIII. MY ACCOUNT --------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.post-password-form p label input{
	margin:5px 0;
}
.post-password-form p label{
	display:inline-block;
	float:left;/* rtl */
}
.post-password-form > p input{
	margin:23px 0 0 5px;/* rtl */
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	width:200px;
	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{
	text-decoration:none;
	padding: 9px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	margin-bottom:0;
	margin-left:199px;/* 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
}
.woocommerce-Address address{
	margin-bottom:20px;
}
.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-account .woocommerce-MyAccount-navigation li a{
	margin:0;
	padding:14px 20px;
	position:relative;
	z-index:1;
	background:transparent;
	float:none;
	display:inline-block;
	z-index:1;
	border-width:1px;
	border-style:solid;
	display:inline-block;
	width:100%;
}
#customer_login .col-1 > h2, 
#customer_login .col-2 > h2{
	margin-bottom:20px;
}
form.login p.lost_password{
	margin-bottom:0;
	margin-top:-30px;
	clear: both;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	position: relative;
	top: 7px;
}
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.shop_table .product-total,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table tfoot th,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table 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,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table .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 .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;
	border-style:dashed;
}
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2{
	float:left;/* rtl */
}
.woocommerce-account .addresses address,
.woocommerce-customer-details .addresses address{
	clear:both;
}
.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;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- XIV. BLOG ---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
.list-posts article {
	margin-bottom:67px;
	padding:0;
	position:relative;
}
.list-posts article.format-quote,
.ts-blogs-wrapper .blogs article.quote .quote-wrapper{
	overflow:hidden;
	background:rgba(194,194,194,0.2);
    padding:20px 30px;
}
.list-posts article.format-quote .entry-meta,
.ts-blogs-wrapper article.quote .entry-meta{
	border-width:1px 0 0 0;
	border-style:solid;
	padding-top:10px;
}
.list-posts article.sticky{
	padding:20px 20px 30px 20px;
	background:rgba(136,136,136,0.05)
}
.list-posts{
	margin-bottom:30px;
}
.list-posts article:after{
	content:"";
	display:table;
	clear:both;
}
/* Type Blockquote */
.list-posts article.format-quote blockquote,
.ts-blogs-wrapper .blogs article.quote blockquote{
	padding:0;
	position:relative;
	margin-top:10px;
	display:inline-block;
	padding:0;
}
/* End Type Blockquote */
.list-posts .heading-title a:hover{
	text-decoration:none
}
.list-posts article.format-gallery .thumbnail{
	width:100%;
}
.list-posts article.format-gallery .thumbnail .owl-item{
	opacity: 0
}
.list-posts article.format-gallery .thumbnail .owl-item.active{
	opacity: 1;
}
article .thumbnail{
	position:relative;
	z-index:2;
}
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: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.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{
	background:#000000;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
	line-height:0;
	position:relative;
}
.list-posts .entry-format > a,
.ts-blogs .thumbnail-content > a{
	display:inline-block;
	width:100%;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
	margin-bottom:16px;
}
.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;
}
/* SUMMARY */
.blog-list-style .list-posts .entry-format{
	margin-bottom:0;
}
.blog-list-style .list-posts article .entry-format {
	width:43%;
	padding-right:20px;/* rtl */
	float:left;/* rtl */
	margin:0;
}
.blog-list-style .list-posts article .entry-content {
	width:57%;
	float:left;/* rtl */
	position:relative;
	top:-8px;
}
.blog-list-style .list-posts article .entry-content.no-featured-image {
	width:100%;
}
.blog-list-style .list-posts article.format-quote .entry-format,
.blog-list-style .list-posts article.format-quote .entry-content{
	width:100%;
	position:relative;
	top:auto;
	float:none;/* rtl */
	padding-right:0;/* rtl */
	padding-left:0;/* rtl */
}
.list-posts article:not(.format-quote) .entry-meta,
article.single .entry-meta,
.ts-blogs article:not(.quote) .entry-meta{
	padding:7px 0 5px 0;
	border-width:1px 0 1px 0;
	border-style:solid;
	margin-bottom:26px;
	position:relative;
	line-height:26px;
}
.list-posts article:not(.format-quote) .entry-meta.has-datetime,
article.single .entry-meta.has-datetime,
.ts-blogs article:not(.quote) .entry-meta.has-datetime{
	padding-left:75px;/* rtl */
	margin-top:20px;
	min-height:42px;
}
.blog-list-style .list-posts article .entry-summary{
	margin-bottom:14px;
}
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time{
	display:inline-block;
	padding:6px 2px;
	text-align:center;
	width:60px;
	height:62px;
	position:absolute;
	left:0;/* rtl*/
	bottom:-1px;
	line-height:0;
}
.list-posts .format-quote .entry-meta .date-time,
.ts-blogs-wrapper .blogs article.quote .entry-meta .date-time{
	display:inline-block;
	float:left;/* rtl */
}
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child{
	font-size:26px;
	line-height:30px;
}
.list-posts article:not(.format-quote) .entry-meta .date-time > span:last-child,
article.single .entry-meta .date-time > span:last-child,
.ts-blogs .entry-meta .date-time > span:last-child{
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
}
.list-posts article:not(.format-quote) .entry-meta:after,
article.single .entry-meta:after,
.ts-blogs .entry-meta:after{
	display:table;
	content:"";
	clear:both;
}
.list-posts .entry-title,
article.single .entry-title,
.ts-blogs .entry-title{
	margin-bottom:20px;
}
.list-posts article .entry-meta > span,
article.single .entry-meta > span,
.ts-blogs .entry-meta > span{
	float:left;/*rtl */
	position:relative;
	margin-right:15px;/* rtl */
}
.list-posts article .entry-meta > span.author,
article.single .entry-meta > span.author,
.ts-blogs .entry-meta > span.author{
	margin:0;
	padding:0;
	float:right; /* rtl */
	font-style:italic;
}
.list-posts article .entry-meta > span i,
.ts-blogs .entry-meta span i,
article.single-post .entry-meta span i{
	font-size:24px;
	line-height:14px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
	line-height:26px;
}
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a,
.ts-blogs .entry-meta > span.author a{
	display:inline-block;
}
.list-posts .short-content{
	margin:0 0 0 0;
	display:inline-block;
	width:100%;
}
.list-posts .entry-bottom{
	overflow:hidden;
}
.list-posts .button.button-readmore,
.ts-blogs .button.button-readmore{
	min-width:120px;
	margin-top:25px;
	float:left; /* rtl */
	margin-bottom:1px;
}
.list-posts .entry-bottom .cats-link {
	display:inline-block;
	margin-top:30px;
	float:right;/*rtl */
	max-width:80%;
}
article .tags-link a:hover,
article .cats-link a:hover{
	text-decoration:none
}
article.single-post .entry-format{
	line-height:0;
}
article.single-post .entry-content{
	margin-top:20px;
	display:inline-block;
	width:100%;
}
article.single-post .entry-content.no-thumbnail{
	margin-top:0;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 1. BLOG DETAIL ----------------------------------------------------------------------------------------------------*/
.single-post .entry-format .thumbnail {
	width:54%;
	float:left; /*rtl */
	padding-right:25px;/* rtl */
}
.entry-content.no-image h1.blog-title{
	width:100%;
	display:inline-block;
}
.entry-content h1.blog-title{
	margin-bottom:15px;
}
.single-post .entry-format > *{
	display:inline-block;
	line-height:0;
	width:100%;
}
/* 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.33%;
}
.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:33.33%;
}
.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;
}
.single .gallery{
	display:inline-block;
	max-width:100%;
	width:100%;
}
/* NEXT PREV BUTTON SINGLE */
body .single-post .single-navigation{
	position:relative;
	overflow:hidden;
	margin-top:15px;
	clear:both;
	display:inline-block;
	width:100%;
	text-align:center;
}
body .single-post .single-navigation a{
	margin:2px;
}
body .single-post .single-navigation > a{
	height:auto !important;
	width:auto !important;
}
.single-navigation {
	position:absolute;
	left:auto;
	right:0; /* rtl */
	top:0;
	content:"";
	z-index:997;
}
.single-navigation:hover{
	z-index:100000;
}
.single-navigation > a{
	position:relative;
	z-index:4;
	display:inline-block;
	transition:all 100ms ease-in-out 0s;
	-webkit-transition:all 100ms ease-in-out 0s;
	-moz-transition:all 100ms ease-in-out 0s;
}
.single-navigation > a:hover,
.single-navigation > div > a:hover{
	text-decoration:none
}
/* FOR PRODUCT TOOLTIP */
div.product .single-navigation{
	margin-left:-2px;
	margin-right:-2px;
}
div.product .single-navigation,
div.product .single-navigation > div{
    display: inline-block;
	float:left;/* rtl */
}
div.product .single-navigation > div{
	padding-left:2px;
	padding-right:2px;
}
div.product .single-navigation > div >  a{
	position:relative;
	width:30px !important;
	height:30px !important;
	border-width:1px;
	border-style:solid;
	z-index:4;
	line-height:0;
	display:inline-block;
	font-size:0;
	text-align:center;
	transition:left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease-in-out 0s;
	-webkit-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
	-moz-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
}
div.product .single-navigation > div > a:before{
	line-height:28px;
    font-family:'Pe-icon-7-stroke';
    font-size:30px;
    font-weight:normal;/* default */
}
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:240px;
	right:2px ; /* rtl */
	content:"";
	display:none;
	text-align:left;/* rtl */
}
.single-navigation > div .product-info:after{
	display:table;
	clear:both;
	content:"";
}
.single-navigation > div .product-info:before{
	border-width:1px;
	border-style:solid;
	content:"";
	position:absolute;
	left:-1px;
	right:-1px;
	bottom:9px;
	top:-1px;
	z-index:-1;
}
.single-navigation > div .product-info > div > span{
	display:inline-block;
	width:100%;
	font-size:14px !important;
}
.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;
}
.single-navigation .product-info div{
	padding:5px 0 0 0;
}
.single-navigation .product-info img{
	width:32%;
	float:left;/* rtl */
	padding:5px
}
.single-navigation .product-info > div{
	padding:5px 10px 0 10px;
	margin-left:32%; /* rtl */
}
.single-navigation > div:hover .product-info{
	display:block;
}
/* END NEXT PREV BUTTON */

.wd-edit-link {
	margin-top:-30px;
	float:right;
	display:inline-block;
}
.single article.single{
	position:relative
}
.single article .tags-link > span:first-child,
.single article .cats-link > span:first-child,
.list-posts article .cats-link > span:first-child{
	position:relative;
	bottom:0;
}
article .cats-link a{
	margin:2px 2px 2px 0;/* rtl */
	padding:0;
	display:inline-block;
}
article .tags-link a{
	padding:2px 8px 2px 10px;/* rtl */
	height:26px;
	line-height:22px;
	display:inline-block;
	background:#f2f2f2;
	position:relative;
	font-size:12px;
	margin:2px 16px 2px 0;/* rtl */
}
article .tags-link a:before{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border-top: 13px solid transparent;
	border-right: 16px solid #f2f2f2;
	border-bottom: 13px solid transparent;
	left:-16px;/* rtl */
	top:0;
}
article .tags-link a:after{
	width:4px;
	height:4px;
	position:absolute;
	content:"";
	top:50%;
	margin-top:-2px;
	left:-3px;/* rtl */
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
/* Social */
article.single .social-sharing{
	display:inline-block;
	float:right;/* rtl */
	margin:0;
	position:relative;
	top:1px;
}
article.single .ts-social-sharing ul,
.summary .ts-social-sharing ul,
.images-thumbnails .ts-social-sharing ul{
	display:inline-block;
	margin:0;
}
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title{
	text-transform:uppercase;
}
article.single .ts-social-sharing li a,
.summary .ts-social-sharing li a{
	color:#fff;
	width:40px;
}
article.single .ts-social-sharing li a i,
.summary .ts-social-sharing li a i{
	line-height:40px;
}
article.single .ts-social-sharing li:hover a,
.summary .ts-social-sharing li:hover a{
	color:#fff !important;
}
article.single .ts-social-sharing li.facebook:hover a,
.summary .ts-social-sharing li.facebook:hover a{
	background-color:#3B5998;
}
article.single .ts-social-sharing li.twitter:hover a,
.summary .ts-social-sharing li.twitter:hover a{
	background-color:#2CAAE1;
}
article.single .ts-social-sharing li.flickr:hover a,
.summary .ts-social-sharing li.flickr:hover a{
	background-color:#E30761;
}
article.single .ts-social-sharing li.vimeo:hover a,
.summary .ts-social-sharing li.vimeo:hover a{
	background-color:#17B3E8;
}
article.single .ts-social-sharing li.mailchimp:hover a,
.summary .ts-social-sharing li.mailchimp:hover a{
	background-color:#176DBA;
}
article.single .ts-social-sharing li.youtube:hover a,
.summary .ts-social-sharing li.youtube:hover a{
	background-color:#CC181E;
}
article.single .ts-social-sharing li.viber:hover a,
.summary .ts-social-sharing li.viber:hover a{
	background-color:#7C529E;
}
article.single .ts-social-sharing li.skype:hover a,
.summary .ts-social-sharing li.skype:hover a{
	background-color:#009EE5;
}
article.single .ts-social-sharing li.instagram:hover a,
.summary .ts-social-sharing li.instagram:hover a{
	background-color:#125688;
}
article.single .ts-social-sharing li.linkedin:hover a,
.summary .ts-social-sharing li.linkedin:hover a{
	background-color:#0177B5;
}
article.single .ts-social-sharing li.pinterest:hover a,
.summary .ts-social-sharing li.pinterest:hover a{
	background-color:#cb2027;
}
article.single .ts-social-sharing li.reddit:hover a,
.summary .ts-social-sharing li.reddit:hover a{
	background-color:#516AE8;
}
article.single .ts-social-sharing li.facebook a,
.summary .ts-social-sharing li.facebook a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.twitter a,
.summary .ts-social-sharing li.twitter a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.flickr a,
.summary .ts-social-sharing li.flickr a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.vimeo a,
.summary .ts-social-sharing li.vimeo a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.mailchimp a,
.summary .ts-social-sharing li.mailchimp a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.youtube a,
.summary .ts-social-sharing li.youtube a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.viber a,
.summary .ts-social-sharing li.viber a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.skype a,
.summary .ts-social-sharing li.skype a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.instagram a,
.summary .ts-social-sharing li.instagram a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.linkedin a,
.summary .ts-social-sharing li.linkedin a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.pinterest a,
.summary .ts-social-sharing li.pinterest a{
	background-color:#f2f2f2;
	color:#000000;
}
article.single .ts-social-sharing li.reddit a,
.summary .ts-social-sharing li.reddit a{
	background-color:#f2f2f2;
	color:#000000;	
}
/* Tooltip */
.ts-social-sharing li .social-tooltip{
	color:#ffffff;
}
.ts-social-sharing li.facebook .social-tooltip{
	background-color:#3B5998;
}
.ts-social-sharing li.twitter .social-tooltip{
	background-color:#2CAAE1;
}
.ts-social-sharing li.flickr .social-tooltip{
	background-color:#E30761;
}
.ts-social-sharing li.vimeo .social-tooltip{
	background-color:#17B3E8;
}
.ts-social-sharing li.mailchimp .social-tooltip{
	background-color:#176DBA;
}
.ts-social-sharing li.youtube .social-tooltip{
	background-color:#CC181E;
}
.ts-social-sharing li.viber .social-tooltip{
	background-color:#7C529E;
}
.ts-social-sharing li.skype .social-tooltip{
	background-color:#009EE5;
}
.ts-social-sharing li.instagram .social-tooltip{
	background-color:#125688;
}
.ts-social-sharing li.linkedin .social-tooltip{
	background-color:#0177B5;
}
.ts-social-sharing li.pinterest .social-tooltip{
	background-color:#cb2027;
}
.ts-social-sharing li.reddit .social-tooltip{
	background-color:#516AE8;
}
.ts-social-sharing li.facebook .ts-tooltip:before{
	color:#3B5998;
}
.ts-social-sharing li.twitter .ts-tooltip:before{
	color:#2CAAE1;
}
.ts-social-sharing li.flickr .ts-tooltip:before{
	color:#E30761;
}
.ts-social-sharing li.vimeo .ts-tooltip:before{
	color:#17B3E8;
}
.ts-social-sharing li.mailchimp .ts-tooltip:before{
	color:#176DBA;
}
.ts-social-sharing li.youtube .ts-tooltip:before{
	color:#CC181E;
}
.ts-social-sharing li.viber .ts-tooltip:before{
	color:#7C529E;
}
.ts-social-sharing li.skype .ts-tooltip:before{
	color:#009EE5;
}
.ts-social-sharing li.instagram .ts-tooltip:before{
	color:#125688;
}
.ts-social-sharing li.linkedin .ts-tooltip:before{
	color:#0177B5;
}
.ts-social-sharing li.pinterest .ts-tooltip:before{
	color:#cb2027;
}
.ts-social-sharing li.reddit .ts-tooltip:before{
	color:#516AE8;
}
article.single .cats-link{
	display:inline-block;
	padding:8px 0;
	float:left;/* rtl */
}
article.single .meta-bottom-wrapper{
	margin:40px 0 0 0;
}
article.single .meta-bottom-1,
article.single .meta-bottom-2{
	clear:both;
	padding:5px 0;
	position:relative;
	border-width:1px 0 0 0;
	border-style:solid;
}
article.single .meta-bottom-2{
	padding:18px 0 18px 18px;/* rtl */
}
article.single .meta-bottom-1:after,
article.single .meta-bottom-2:after{
	display:table;
	content:"";
	clear:both;
}
/* Author */
.entry-author {
	display:table;
	table-layout:fixed;
	width:100%;
	padding:28px 0;
	border-width:1px 0 1px 0;
	border-style:solid;
	clear:both;
}
.entry-author > *{
	display:table-cell;
	vertical-align:middle;
}
.entry-author .author-avatar{
	width:150px;
	overflow:hidden;
	vertical-align:top;
	padding-right:20px /* rtl */
}
.entry-author .author-avatar img{
	width:100%;
}
.entry-author .author-info .author{
	text-transform:uppercase;
	margin-right:10px; /* rtl */
}
.entry-author .author-info .author:after{
	margin-left:10px; /* rtl */
	content:"/";
}
.entry-author .author-info p{
	margin:10px 0 0 0;
}
.entry-author .author-info .role{
	text-transform:uppercase;
}
/* Related post */
.blogs{
	clear:both;
	margin:0;
}
.blogs .thumbnail{
	position:relative;
	z-index:2;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.thumbnail-content{
	position:relative;
	line-height:0;
}
.quote .thumbnail-content{
	min-height:0;
}
.blogs article .excerpt{
	display:inline-block;
	width:100%;
}
span.author a:hover{
	text-decoration:underline;
}
.entry-meta:after{
	display:table;
	clear:both;
	content:"";
}
.entry-meta span i{
	margin-right:5px;/* rtl */
	position:relative;
	top:5px;
}
.ts-blogs-widget-wrapper .entry-meta span i{
	top:2px;
}
/* Effect */
.blogs article .thumbnail .owl-item:hover > img{
	opacity:0.8;
}
.blogs article .effect-thumbnail,
.blogs article a.gallery figure .owl-item:before{
	position:absolute;
	content:"";
	left:0;right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	opacity:0;
	transition:opacity 0.4s ease-in-out 0s;
	-webkit-transition:opacity 0.4s ease-in-out 0s;
	-moz-transition:opacity 0.4s ease-in-out 0s;
	z-index:2;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	overflow:hidden;
}
.blogs article a.gallery .owl-item{
	position:relative;
}
.blogs article .effect-thumbnail:before,
.blogs article a.gallery .owl-item:after{
	content: "";
	width:32px;
	height:26px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-13px;
	margin-left:-16px;
	background:url(images/image.png) 0 -150px no-repeat;
	z-index:3;
	transform:scale(0,0);
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	-ms-transform:scale(0,1);
	transition:transform 400ms ease-in-out 0s;
	-webkit-transition:-webkit-transform 400ms ease-in-out 0s;
	-moz-transition:transform 400ms ease-in-out 0s;
}
.blogs a.thumbnail.gallery figure .owl-item{
	background:rgba(63,63,63,1);
}
.blogs article a.gallery .owl-item:after{
	background:url(images/image.png) -39px -150px no-repeat;
}
.blogs article a:hover .effect-thumbnail,
.blogs article a.gallery figure.owl-carousel .owl-item:hover:before{
	opacity:1;
}
.blogs article a:hover .effect-thumbnail:before,
.blogs article a.gallery .owl-item:hover:after{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
}
.blogs article a.gallery .effect-thumbnail{
	display:none;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*- 2. PORTFOLIO DETAIL -----------------------------------------------------------------------------------------------*/
.single-portfolio .ts-portfolio-wrapper{
	padding-top:40px;
	margin-bottom:50px;
}
.single-portfolio .thumbnails{
	width:62%;
	float:left;/* rtl */
	overflow:hidden;
	padding-right:30px; /* rtl */
}
.single-portfolio .thumbnails a{
	float:left;/* rtl */
	display:inline-block;
	max-width:100%;
}
.single-portfolio .thumbnails img{
	display:inline-block;
}
.single-portfolio .thumbnails a:nth-child(3n -1),
.single-portfolio .thumbnails a:nth-child(3n){
	width:50%;
}
article.single-portfolio .entry-content{
	width:38%;
	float:left;/* rtl */
}
.single-portfolio .meta-content{
	display:inline-block;
	width:100%;
}
.single-portfolio .meta-content{
	padding-top:24px;
	margin-top:10px;
	border-width:1px 0 0 0;
	border-style:solid;
}
.cat-links a:hover,
.tag-links a:hover{
	text-decoration:none;
}
.portfolio-info p{
	margin-bottom:0;
	text-transform:uppercase;
}
.portfolio-info{
	display:inline-block;
	width:100%;
	margin-top:16px;
}
.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;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-position: center;
}
.single-portfolio .ic-like{
	position:absolute;
	top:2px;
	left:0;/* rtl */
	width:40px;
	height:40px;
	line-height:38px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	transition: all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
}
.single-portfolio .ic-like:before{
	content: "\e642";
	font-family:'Pe-icon-7-stroke';
	font-size:24px;
	position:relative;
	top:1px;
}
.single-portfolio .ic-like.already-like:before{
	content: "\f004";
	font-size:21px;
	font-family: 'FontAwesome';
}
/* Social portfolio */
.single-portfolio .social-sharing{
	float:left;/* rtl */
	margin-bottom:5px;
}
.group-button-social-like{
	position:relative;
	margin:20px 0 0 0;
	display:inline-block;
	width:100%;
}
.single-portfolio .social-sharing:after{
	display:table;
	clear:both;
	content:"";
}
.single-portfolio .ts-social-sharing{
	float:left;/* rtl */
	padding:0 0 0 0;
	margin:0 0 0 0;/* rtl */
	width:auto !important;
}
.single-portfolio .ts-social-sharing > span{
	display:none;
}
.single-portfolio .ts-social-sharing ul{
	margin:0;
}
/* Next / prev project */
body .single-portfolio .single-navigation{
	text-align:left;/* rtl */
}
body .single-portfolio .single-navigation a{
	float:left;/* rtl */
}
body .single-portfolio .single-navigation a[rel="next"]{
	float:right;/* rtl */
}
.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;
	letter-spacing:0.6px;
	top:0px;
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
	top:0;
	z-index:997;
	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 {
	color:white;
	background:#222;
	padding:3px;
	text-transform:uppercase;
}
/*---------------------------------------------------------------------------------------------------------------*/
/*- XVI. PAGE TEMPLATE ------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/

/* 404 PAGE */
body .div#main{
	min-height:0;
}
body.error404 article{
	text-align:center;
	padding-bottom:30px;
}
body.error404 .icon-404 i{
	font-size:72px;
	line-height:70px;
}
body.error404 article h1{
	font-size:200px;
	line-height:220px;
	margin-bottom:8px;
}
body.error404 article h2{
	font-size:30px;
	line-height:34px;
	text-transform:uppercase;
}
body.error404 article p{
	margin-bottom:0;
}
body.error404 #main > .fullwidth-template{
	padding:80px 25px;
}
body.error404 article form[role="search"]{
	max-width:600px;
	position:relative;
	margin-top:40px;
}
body.error404 article .search-field input{
	width:100%;
	max-width:100%;
}
body.error404 article .search-field input[type="text"]{
	padding-right:40px; /* rtl */
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
body.error404 article .search-table{
	max-width:600px;
	position:relative;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}
body.error404 article .search-table .search-button input[type="submit"]{
	background-image:url(images/icon-search.png) !important;/* rtl */
	background-position:center !important;
	font-size:0 !important;
	padding:0 !important;
	width:40px;
	height:40px;
	position:absolute;
	right:5px; /* rtl */
	top:5px;
	z-index:3;
	content:"";
	border:0 !important;
	background-color:transparent !important;
	opacity:0.7;
}
body.error404 article .search-table .search-button input[type="submit"]:hover{
	opacity:1;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XVII. FORUMS ------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
/* CUSTOM FONT */
#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{
	font-size:14px;
	line-height:24px;
}
#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{
	font-size:14px;
	line-height:24px;
}
.type-topic .bbp-topic-title > a,
#favorite-toggle a, 
#subscription-toggle a{
	font-size:14px;
	line-height:24px;
}
/* Forum */
#bbpress-forums ul.bbp-replies > .bbp-header,
#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,
#bbpress-forums .bbp-header #favorite-toggle a:hover,
#bbpress-forums .bbp-header #subscription-toggle a:hover,
#bbpress-forums .bbp-header div.bbp-topic-content a, 
#bbpress-forums .bbp-header div.bbp-reply-content a{
	color:#ffffff;
}
#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{
	letter-spacing:0.5px;
	text-shadow:none;
	text-transform:uppercase;
	border:0;
}
#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%;
}
/* END FONT SIZE */
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:30px;
}
#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:19px 20px;
}
#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 20px;
}
#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:rgba(0,0,0,0.06);
}
#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:normal;
	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;
}
li.bbp-forum-freshness a:hover, 
li.bbp-topic-freshness a:hover{
	text-decoration:none;
}
.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;
	-webkit-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 */
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-top:5px;
}
#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:130px;/* rtl */
}
#bbpress-forums div.bbp-forum-content, 
#bbpress-forums div.bbp-topic-content, 
#bbpress-forums div.bbp-reply-content{
	margin-left:120px /* 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:120px;
}
#bbpress-forums div.bbp-forum-author, 
#bbpress-forums div.bbp-topic-author, 
#bbpress-forums div.bbp-reply-author{
	width:120px;
}
div.bbp-forum-header, 
div.bbp-topic-header,
div.bbp-reply-header, 
li.bbp-body div.hentry{
	padding:8px 20px;
}
/* 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;
}
/* 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;
	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:33px; /* rtl */
	width:100%;
	max-width:100%;
}
.bbp-search-form input[type="submit"]{
	position:absolute;
	right:15px; /* rtl */
	min-width:0;
	top:0;
	content:"";
	font-size:0;
	background:url(images/icon-search.png) no-repeat 0 -2px !important;/* rtl */
	opacity:0.8;
	z-index:2;
	border:0 !important;
	padding:0 !important;
	width:30px;
	height:30px;
	transition:all 150ms ease-in-out 0s;
	-webkit-transition:all 150ms ease-in-out 0s;
	-moz-transition:all 150ms ease-in-out 0s;
}
.bbp-search-form input[type="submit"]:hover{
	opacity:1;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XVIII. IPAD RESPONSIVE --------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 992px){
	.header-v1 .my-account-wrapper .dropdown-container:before,
	.header-v1 #lang_sel_click ul ul:before,
	.header-v1 .header-currency ul:before,
	body .header-v1 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
	body .header-v1 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before{
		top:6px;
	}
	.group-meta-header{
		display:block !important;
	}
}
@media only screen and (min-width: 1500px){
	/* Shortcode Banner Image */
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-top img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-bottom img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-center img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-top img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-bottom img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-center img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-top img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-bottom img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-center img.text-image{
		max-width:100%;
	}
	.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
		width:120%;
		margin-left:-10%;
		margin-right:-10%;
	}
	/* Shortcode Banner */
	.ts-banner header .big-number{
		font-size:60px;
		line-height:46px;
	}
}
@media only screen and (min-width: 1600px){
	/* Shortcode Banner Image */
	.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
		width:116%;
		margin-left:-6%;
		margin-right:-6%;
	}
}
@media only screen and (min-width: 1700px){
	/* Shortcode Banner Image */
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-top img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-bottom img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-center img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-top img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-bottom img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-center img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-top img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-bottom img.text-image,
	.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-center img.text-image{
		max-width:70%;
	}
	.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
		width:110%;
		margin-left:-4%;
		margin-right:-4%;
	}
}
@media only screen and (min-width: 1800px){
	/* Shortcode Banner Image */
	.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}
@media only screen and (min-width: 1229px){
	/* HEADER */
	header.top-header-transparent .header-top a:not(.button), 
	header.top-header-transparent .header-top{
		color:#ffffff;
	}
	header.top-header-transparent .header-v3 .header-top{
		border-width:0;
	}
	/* VERTICAL MENU */
	.is-sticky .header-v1 > .container{
		min-height:0;
	}
	.display-vertical-menu .is-sticky .vertical-menu-wrapper .vertical-menu{
		display:none;
		-webkit-animation:none;
		-moz-animation:none;
		animation:none;
	}
	.display-vertical-menu .is-sticky .vertical-menu-wrapper:hover .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;
		-moz-backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}
	/* STICKY MENU */
	/* Header version 1 */
	.is-sticky .header-v1 .menu-wrapper nav > ul.menu > li > a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.is-sticky .header-v1 .top-right,
	.is-sticky .header-v1 .header-bottom{
		display:none;
	}
	.header-sticky{
		position:relative;
		z-index:99993;
		width:100%;
	}
	.header-v1.header-sticky,
	.header-v2 .header-sticky,
	.header-v6 .header-sticky,
	.header-v5 .header-sticky,
	.header-v7 .header-sticky{
		z-index:99991;
	}
	.sticky-wrapper.is-sticky .logo img.normal-logo{
		display:none;
	}
	.sticky-wrapper.is-sticky .logo img.sticky-logo{
		display:block;
	}
	.sticky-wrapper.is-sticky .visible-sticky{
		display:inline-block !important
	}
	.sticky-wrapper.is-sticky .hidden-sticky{
		display:none !important
	}
	.sticky-wrapper.is-sticky .logo-sticky{
		display:inline-block !important;
		opacity:1;
		width:auto;height:auto;
		padding:10px 0;
		line-height:0;
		position:relative;
	}
	header .sticky-wrapper.is-sticky .header-sticky.header-sticky-hide{
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		-ms-transform: translateY(-120%);
		transform: translateY(-120%);
		transition:transform 500ms ease-in-out 0s;
		-webkit-transition:transform 500ms ease-in-out 0s;
		-moz-transition:transform 500ms ease-in-out 0s;
	}
	header .sticky-wrapper.is-sticky .header-sticky{
		-webkit-animation:mySticky 1.5s ; /* Chrome, Safari, Opera */
		-moz-animation:mySticky 1.5s;
		animation:mySticky 1.5s;
		animation-timing-function:ease-in-out;
		-webkit-animation-timing-function:ease-in-out;
		-moz-animation-timing-function:ease-in-out;
		padding:0;
		backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform: translateY(0);
		transition:transform 500ms ease-in-out 0s;
		-webkit-transition:transform 500ms ease-in-out 0s;
		-moz-transition:transform 500ms ease-in-out 0s;
	}
	header .sticky-wrapper.is-sticky .header-sticky:after{
		position:absolute;
		left:0;
		right:0;
		bottom:-19px;
		content:"";
		height:20px;
		background:url(images/shadow-header.png) top left repeat;
	}
	header .header-v4 .sticky-wrapper.is-sticky .header-sticky:after,
	header .header-v6 .sticky-wrapper.is-sticky .header-sticky:after{
		bottom:-20px;
	}
	/* Chrome, Safari, Opera */
	@-webkit-keyframes mySticky {
		from {
			margin-top:-200px;
		}
		to {
			magrin-top:0;
		}
	}
	
	/* Standard syntax */
	@-moz-keyframes mySticky {
		from {
			margin-top:-200px;
		}
		to {
			magrin-top:0;
		}
	}
	
	/* Standard syntax */
	@keyframes mySticky {
		from {
			margin-top:-200px;
		}
		to {
			magrin-top:0;
		}
	}
	/* END STICKY */
	.woocommerce .product .thumbnail-wrapper figure img:first-child{
		backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		transition: opacity 250ms ease-in-out 0s;
		-moz-transition:opacity 250ms ease-in-out 0s;
		-webkit-transition:opacity 250ms ease-in-out 0s;
	}
	.woocommerce .product figure.has-back-image img:last-child{
		position:absolute;right:0;left:0;top:0;
		width:100%;
		transition: opacity 250ms ease-in-out 0s;
		-moz-transition:opacity 250ms ease-in-out 0s;
		-webkit-transition:opacity 250ms ease-in-out 0s;
		backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		opacity:0
	}
	.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child{
		opacity:1;
		top:0;
	}
	.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child{
		opacity:0;
	}
	/* Product List */
	.woocommerce .products.list .product .short-description{
		margin-bottom:20px;
	}
	.woocommerce .products.list .product h3.product-name > a{
		font-size:18px;
		line-height:24px;
	}
	.woocommerce .products.list .product .product-categories{
		margin-bottom:6px;
	}
	.woocommerce .products.list .product h3.product-name{
		margin-bottom:10px;
	}
	.woocommerce .products.list .star-rating{
		margin-bottom:24px;
	}
	.woocommerce .products.list .product .price{
		margin-bottom:24px;
	}
	
	/* SHORTCODE */
	/* Shortcode Deal */
	.big-counter .counter-wrapper > div{
		width:60px;
		margin:0 2px;
		padding:11px 2px 10px 2px;
	}
	.big-counter .counter-wrapper .number{
		font-size:120%;
	}
	.ts-product-deals-slider-wrapper.nav-middle.big-counter .owl-nav > div{
		top:34%;
	}
	/* BLOG */
	.entry-format .sharing-title{
		color:#fff !important;
	}
	.entry-format .ts-social-sharing li a{
		color:#fff;
		border-color:#fff;
		background:transparent;
	}
	/* BLACK PAGE */
	.h2-big{
		font-size:60px;
		line-height:60px;
	}
	.ts-group-button-coming{
		padding-bottom:90px;
	}
}

@media only screen and (min-width: 767px){
	/* HOME ELECTRONIC */
	.vetical-slideshow .rev_slider_wrapper,
	.vetical-slideshow .rev_slider,
	.vetical-slideshow rs-module-wrap,
	.vetical-slideshow rs-module{
		height:510px !important;
	}
}

@media only screen and (max-width: 1500px){
	.ts-header-intro .ts-countdown .counter-wrapper > div{
		width:120px;
	}
	/* SHORTCODE */
	/* Shortcode Banner */
	.page-template-fullwidth-template .left-top header,
	.page-template-fullwidth-template .left-bottom header,
	.page-template-fullwidth-template .left-center header,
	.page-template-fullwidth-template .right-top header,
	.page-template-fullwidth-template .right-bottom header,
	.page-template-fullwidth-template .right-center header{
		max-width:70%;
	}
	.page-template-fullwidth-template .ts-banner header h2{
		font-size:36px;
		line-height:42px;
	}
}
@media only screen and (max-width: 1229px){
	/* CUSTOM PADDING */
	.box-boxshadow{
		padding:40px 20px 0 20px;
		margin-top:-50px;
	}
	.product-category-top-content{
		padding:0;
	}
	.woocommerce div.product .woocommerce-tabs .panel{
		padding:20px;
	}
	body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
		padding:15px 20px 25px 20px;
	}
	body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
		height:auto;
	}
	/* REVOLUTION */
	.rev-btn{
		padding:10px 20px !important;
	}
	.ts-header{
		position:relative;
		z-index:999;
	}
	/* SUPERMARTKET 1 */
	.shopping-cart-wrapper .cart-icon{
		top:4px;
	}
	.hidden-button-product .meta-wrapper .button-in,
	.hidden-button-product .woocommerce .product .meta-wrapper .loop-add-to-cart{
		display:none !important;
	}
	/* HEADER */
	.shopping-cart-wrapper .dropdown-container:after,
	.my-account-wrapper .dropdown-container:after,
	#lang_sel_click ul ul:after,
	.header-currency ul:after,
	.header-v4 .my-account-wrapper .dropdown-container:after,
	.header-v6 .my-account-wrapper .dropdown-container:after,
	.header-v3 .my-account-wrapper .dropdown-container:after,
	body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
	body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
	.shopping-cart-wrapper .dropdown-container .form-content:after,
	.my-account-wrapper .form-content:after,
	#lang_sel_click:after,
	body .wpml-ls-legacy-dropdown > ul > li:before,
	body .wpml-ls-legacy-dropdown-click > ul > li:before,
	.header-currency > div:before{
		display:none !important;
	}
	/* Header version 1 */
	.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
		max-width:30px;
	}
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
		max-width:20px;
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
		padding:14px 20px 14px 55px;/* rtl */
	}
	.header-v5 .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
	.header-v5 .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
		padding:8px 20px 8px 50px;/* rtl */
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
		left:10px /* rtl */
	}
	.woocommerce .ts-product-deals-slider-wrapper .product .counter-wrapper{
		margin-bottom:8px;
	}
	.menu-wrapper .vertical-menu > ul.menu > li > a{
		height:82px;
	}
	.menu-wrapper nav > ul.menu > li{
		margin-right:12px;/* rtl */
	}
	/* Header version 3 */
	header.top-header-transparent{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
	}
	/* ADD TO CART BUTTON */
	.woocommerce .product .meta-wrapper .loop-add-to-cart{
		display:inline-block !important;
	}
	.woocommerce .product .meta-wrapper{
		padding-bottom:9px;
	}
	.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, 
	.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;
	}
	.woocommerce .product .meta-wrapper a.added_to_cart span,
	.woocommerce .product .meta-wrapper a.button span{
		display:none !important;
	}
	.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';
		content: "\e641";
		font-size:18px;
		line-height:38px;
		text-indent:0;
		color: inherit !important;
	}
	.woocommerce .product.product-type-simple .meta-wrapper .loop-add-to-cart a.button:before{
		content: "\e66e";
	}
	/* Dropdown Default Menu */
	.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu ul li .ts-menu-drop-icon{
		position:absolute;
		content:"";
		left:auto;
		right:-12px;/* rtl */
		top:50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
		width:20px;
		height:20px;
		text-align:center;
		line-height:20px;
		z-index:100;
		display:inline-block;
	}
	.ts-menu > nav.pc-menu > ul.menu > li > .ts-menu-drop-icon{
		right:0;/* rtl */
	}
	.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon:before{
		content: "\e688";
		font-family: 'Pe-icon-7-stroke';
	}
	.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon:before{
		content: "\e684";/* rtl */
		font-family: 'Pe-icon-7-stroke';
	}
	.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
		right:-15px; /* rtl */
		font-size:15px;
	}
	/* Dropdown Vertical Menu */
	.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		cursor:pointer;
		width:30px;
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:rgba(217,217,217,0.4);
		transition: all 150ms ease 0s;
		-webkit-transition: all 150ms ease 0s;
		-moz-transition: all 150ms ease 0s;
	}
	.ts-header .header-v5 .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
		border-width:0;
	}
	.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
		content: "\f0da";/* rtl */
		font-family: 'FontAwesome';
	}
	nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
	nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
	nav.pc-menu > ul.menu > li.parent > a >.menu-label:after,
	nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
	nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
	nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
		display:none !important;
	}
	/* Tooltip */
	.ts-social-sharing li .social-tooltip{
		display:none !important;
	}
	.product-group-button .button-tooltip{
		display:none !important;
	}
	.product-group-button{
		opacity:1;
	}
	/* Dropdown myaccount */
	.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;
	}
	/* WISHLIST */
	div.product .summary .yith-wcwl-add-to-wishlist{
		margin:0 5px 0 0;/* rtl */
	}
	.thumbnail-wrapper div.wishlist{
		display:inline-block !important;
		margin:0 !important;
	}
	.woocommerce .meta-wrapper .loop-add-to-cart{
		margin-left:1px; /* rtl */
		margin-right:1px;
	}
	.thumbnail-wrapper .product-group-button{
		display:none !important
	}
	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: "\e681";
		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;
	}
	/* CUSTOM FONT SIZE */
	html h3,
	html .h3,
	html h2.wpb_heading,
	html .theme-title > h3,
	html .ts-heading h3,
	html .ts-mailchimp-subscription-shortcode .widgettitle,
	html .woocommerce .cross-sells > h2,
	html .woocommerce .upsells > h2,
	html.woocommerce .related > h2,
	html body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
	html .woocommerce div.wishlist-title h2,
	html .heading-wrapper > h2,
	.ts-banner header h3,
	html .ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
	html .ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
	{
		font-size:24px;
		line-height:26px;
	}
	.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab h3:after{
		bottom:3px;
	}
	.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab .see-more-wrapper{
		top:-2px;
	}
	.ts-product-in-category-tab-2-wrapper .products .owl-nav{
		top:-12px;
	}
	.heading-wrapper > h2:after, 
	.heading-shortcode > h3:after, 
	.theme-title > h3:after, 
	.cross-sells > h2:after, 
	.upsells > h2:after, 
	.related > h2:after{
		bottom:5px;
	}
	.woocommerce .cross-sells .owl-nav, 
	.woocommerce .upsells .owl-nav, 
	.woocommerce .related .owl-nav{
		top:7px;
	}
	html .breadcrumb-title-wrapper .breadcrumb-title h1{
		margin-bottom:5px;
	}
	html h2,
	html .h2,
	html h1.wpb_heading,
	html .ts-heading h2,
	html .breadcrumb-title-wrapper .breadcrumb-title h1,
	html div.product p.price .woocommerce-Price-amount, 
	html div.product .single_variation .amount, 
	html .woocommerce div.product .single_variation .amount
	{
		font-size:26px;
		line-height:30px;
	}
	html h1,
	html .h1,
	html .ts-heading h1
	{
		font-size:30px;
		line-height:36px;
	}
	.ts-banner header h2
	{
		font-size:34px;
		line-height:38px;
	}
	/* SHORTCODE */
	/* Shortcode Banner */
	.page-template-fullwidth-template .left-top header,
	.page-template-fullwidth-template .left-bottom header,
	.page-template-fullwidth-template .left-center header,
	.page-template-fullwidth-template .right-top header,
	.page-template-fullwidth-template .right-bottom header,
	.page-template-fullwidth-template .right-center header{
		max-width:90%;
	}
	.page-template-fullwidth-template .ts-banner header h2{
		font-size:32px;
		line-height:36px;
	}
	/* Shortcode Recently viewed products */
	.ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
		margin-left:100px;/* rtl */
	}
	.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
		width:85px;
	}
	/* Shortcode Countdown */
	.ts-countdown.style-border .counter-wrapper .number-wrapper{
		padding:27px 5px;
	}
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
		padding:20px 5px;
	}
	.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
		padding:13px 5px;
	}
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div,
	.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
		width:80px;
	}
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div .ref-wrapper{
		margin-top:10px;
	}
	/* Shortcode Product */
	/* PRODUCT 2 COLUMN RESPONSIVE */
	/* 3 COLUMN */
	.woocommerce.columns-4 .ts-product.item-list .products .product.first{
		clear:none;
	}
	.woocommerce.columns-4 .ts-product.item-list .products .product{
		width:50%;
		float:left/* rtl */
	}
	.woocommerce.columns-4 .ts-product.item-list .products .product:nth-child(2n+1){
		clear:both;
		float:left;/* rtl */
	}
	.vc_col-sm-6 .ts-product .owl-dots,
	.ts-product .products > .owl-controls .owl-dots{
		bottom:20px;
	}
	.ts-product.rows-1 .products > .owl-controls .owl-dots,
	.product-wrapper .owl-dots{
		bottom:10px;
	}
	.woocommerce .product .thumbnail-wrapper{
		margin-bottom:8px;
	}
	.nav-middle .owl-nav .owl-next,
	.images-slider-wrapper .owl-nav .owl-next,
	.ts-shortcode.no-title .owl-nav .owl-next,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
		right:0 !important; /* rtl */
		left:auto !important;
	}
	.nav-middle .owl-nav .owl-prev,
	.images-slider-wrapper .owl-nav .owl-prev,
	.ts-shortcode.no-title .owl-nav .owl-prev,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
		left:0 !important; /* rtl */
		right:auto !important;
	}
	.ts-shortcode.no-title .owl-nav > div,
	.nav-middle .products .owl-nav > div,
	.images-slider-wrapper .owl-nav > div,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
		visibility:visible;
	}
	.ts-shortcode.no-title .owl-nav > div{
		top:30%;
	}
	.ts-blogs.no-title .owl-nav > div{
		top:20%;
	}
	.nav-middle .owl-nav > div{
		top:28%;
	}
	.woocommerce .rows-1 .products .product{
		margin-bottom:0;
	}
	.woocommerce .products .meta-right .star-rating, 
	.woocommerce .star-rating .meta-right{
		margin-left:auto;/* rtl */
		margin-right:auto;/* rtl */
	}
	/* Shortcode Tab Product Categories */
	.horizontal-tab .column-tabs .heading-tab h3{
		height:auto;
	}
	.horizontal-tab .column-tabs ul li.current:after{
		display:none;
	}
	.ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
		top:30%;
	}
	.column-tabs .heading-tab h3{
		padding:20px 30px 20px 80px;/* rtl */
	}
	.column-tabs .heading-tab .heading-title img,
	.column-tabs .heading-tab i{
		left:20px; /* rtl */
	}
	.vertical-tab .column-tabs .tabs li{
		padding:15px 20px;
	}
	.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-prev{
		left:0;/* rtl */
	}
	.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-next{
		right:0 /* rtl */
	}
	.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-next{
		right:-20px /* rtl */
	}
	.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-prev{
		left:-19px /* rtl */
	}
	.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div{
		visibility:visible;
		opacity:1;
	}
	/* Shortcode Deals */
	.woocommerce .counter-on-thumbnail.item-border .products .product .product-wrapper{
		padding-bottom:10px;
	}
	/* 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 */
	.vc_row[data-vc-full-width="true"] .left-top header{
		left:6%;
		top:10%;
	}
	.vc_row[data-vc-full-width="true"] .left-bottom header{
		left:6%;
		bottom:10%;
	}
	.vc_row[data-vc-full-width="true"] .left-center header{
		left:6%;
	}
	.vc_row[data-vc-full-width="true"] .right-top header{
		right:6%;
		top:8%;
	}
	.vc_row[data-vc-full-width="true"] .right-bottom header{
		right:6%;
		bottom:8%;
	}
	.vc_row[data-vc-full-width="true"] .right-center header{
		right:6%;
	}
	.woocommerce .ts-banner .button-banner, 
	.ts-banner .button-banner{
		min-width:100px;
		padding:7px 15px;
	}
	.ts-banner header h3{
		margin-bottom:0;
	}
	.ts-banner header .description{
		margin-bottom:6px;
	}
	/* Team Member */
	.ts-team-member .content-thumbnail .member-social{
		bottom:5px;
	}
	/* Shortcode Countdown */
	.ts-countdown .counter-wrapper > div{
		width:100px;
		padding:10px 5px;
		margin:0 10px;
	}
	.ts-countdown .counter-wrapper .number{
		font-size:40px;
		line-height:50px;
		width:100px;
	}
	/* Shortcode Tab */
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
		min-width:120px;
	}
	/* Shortcode Blog */
	.ts-blogs-wrapper .blogs article.quote .quote-wrapper{
		padding:10px 20px;
	}
	.ts-blogs .entry-meta > span.author{
		font-size:0;
		font-style:normal;
		line-height:0;
	}
	.ts-blogs .entry-meta > span.author a{
		font-style:italic;
	}
	.ts-blogs .entry-meta > span.author:before{
		margin-right:5px;/* rtl */
		content:"\e693";
		font-family: 'Pe-icon-7-stroke';
		font-size:24px;
		line-height:14px;
		top:5px;
		position:relative;
	}
	/* PORTFOLIO */
	.portfolio-meta{
		position:static;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		margin:20px 0;
	}
	.portfolio-inner .item .icon-group{
		margin-top:4%;
	}
	.portfolio-inner h3,
	.portfolio-inner .item .icon-group a,
	.portfolio-inner .cats-portfolio{
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		opacity:1;
	}
	.portfolio-inner .item:hover figure span.bg-hover{
		display:none;
	}
	.portfolio-inner .item .icon-group{
		opacity:1;
	}
	/* PORTFOLIO DETAIL */
	article.single-portfolio .social-sharing{
		float:left;/* rtl */
	}
	/* IMAGE BACKGROUND PRODUCT */
	.woocommerce .product .product-wrapper figure.has-back-image img:last-child{
		display:none !important;
	}
	/* MAIN CONTENT */
	div#main{
		min-height:300px;
	}
	/* BREADCRUMB */
	.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
		height:110px;
	}
	.breadcrumb-title-wrapper .breadcrumb-content{
		height:150px;
	}
	.heading-title.page-title{
		margin-bottom:0;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3{
		padding:22px 0 150px 0;
		position:relative;
	}
	#main > .page-container.show_breadcrumb_v3,
	#main > .fullwidth-template.show_breadcrumb_v3{
		margin-top:-150px;
	}
	/* 404 PAGE */
	body.error404 #main > .fullwidth-template{
		padding:120px 25px
	}
	body.error404 article h1{
		font-size:120px;
		line-height:120px;
	}
	/* PARALLAX */
	.ts-parallax-bg{
		background-position:50% 50% !important;
		background-attachment:scroll !important;
	}
	/* PRODUCT DETAIL */
	.woocommerce .ts-col-24 div.product .woocommerce-tabs.accordion-tabs{
		margin-bottom:0;
	}
	.vertical-thumbnail .images-thumbnails .thumbnails.loading{
		height:150px;
	}
	/* 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);
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
	}
	/* Vertical thumbnail */
	div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-prev,
	div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-next{
		visibility:visible;
		opacity:1;
		transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
	}
	/* End Show button next prev thumbnail */
	.single-navigation .product-info {
		display:none !important;
	}
	/* MY ACCOUNT */
	form.login p.lost_password{
		margin-top:-20px;
	}
	.woocommerce form.login .button, 
	.woocommerce form.register .button{
		margin:0 10px 0 0;/* rtl */
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left:20px /* rtl */
	}
	.woocommerce table.my_account_orders tr td:last-child .button{
		padding-left:10px;
		padding-right:10px;
		min-width:0;
	}
	.woocommerce table.my_account_orders tr td:last-child{
		min-width:0;
	}
	/* 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 */
	}
	/* PRODUCT DETAIL */
	.summary .meta-wrapper,
	body div.product .social-sharing{
		padding-top:10px;
	}
	body div.product .social-sharing{
		margin-top:10px;
	}
	.woocommerce div.product.type-product form.cart, 
	.woocommerce div.product p.cart{
		margin:0 0 20px 0;
		width:100%;
	}
	div.product .summary .counter-wrapper{
		margin-bottom:15px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		min-width:140px;
	}
	/* BLOG */
	.blog-list-style .list-posts article .entry-format {
		width:100%;
		float:none !important;
		margin:0 0 30px 0;
		padding:0 !important;
	}
	.blog-list-style .list-posts article .entry-content {
		width:100%;
		float:none !important;
	}
	.entry-format .ts-social-sharing{
		position:static;
		width:100%;
		margin:20px 0 0 0;
		text-align:left; /* rtl */
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		visibility:visible;
		z-index:10;
	}
	.ts-social-sharing .sharing-title{
		margin-right:10px /* rtl */
	}
	.ts-social-sharing ul{
		display:inline-block;
		margin:0;
	}
	.gallery .owl-dots{
		bottom:10px;
	}
	/* BLOG DETAIL */
	.commentlist .children{
		padding:10px 0 0 50px; /* rtl */
	}
	.commentlist .children .children{
		padding:10px 0 0 40px;/* 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%;
	}
	/* CHECKOUT */
	.woocommerce .checkout #order_review{
		padding:50px 30px 10px 30px;
	}
	.woocommerce form.checkout_coupon,
	.ts-col-24 .woocommerce form.checkout_coupon{
		width:100%;
	}
	/* SHOP CATEGORIES */
	.woocommerce .products .product.product-category h3{
		font-size:16px;
		line-height:18px;
	}
	.products .product.product-category .meta-wrapper{
		opacity:1;
	}
	.products .product.product-category:before{
		opacity:0.6;
	}
	.products .product.product-category:hover .meta-wrapper > div{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	.products .product.product-category h3{
		font-size:20px;
		line-height:24px;
	}
	.archive .woocommerce .products{
		margin-top:0;
	}
}

@media 
only screen and (min-width: 1501px){
	/* HEADER */
	/* Header version 5 */
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li:first-child > ul.sub-menu{
		top:-17px;
	}
	.page-template-fullwidth-template .header-v5 .vertical-menu-wrapper{
		min-width:300px;
	}
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
		padding:16px 0 20px 0 !important;
	}
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
		padding:11px 25px 10px 50px;/* rtl */
	}
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a,
	.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
		padding:11px 25px 10px 25px;/* rtl */
	}
	#main > .fullwidth-template,
	.page-template-fullwidth-template .ts-header .container,
	.page-template-fullwidth-template footer .container{
		padding-left:80px;
		padding-right:80px;
	}
	/* Home Electronic */
	.vetical-slideshow{
		margin-left:320px;/* rtl */
		width:calc(100% - 740px );
	}
	.vetical-slideshow .rev_slider_wrapper,
	.vetical-slideshow .rev_slider,
	.vetical-slideshow rs-module-wrap,
	.vetical-slideshow rs-module{
		height:590px !important;
	}
	.vertical-banner{
		width:420px;
	}
	.page-template-fullwidth-template .ts-shortcode.title-background-color .shortcode-heading-wrapper .heading-title{
		font-size:24px;
	}
	/* SHORTCODE */
	/* Shortcode Feature */
	.page-template-fullwidth-template .icon-big .feature-content{
		padding:4% 7%;
	}
	/* Shortcode Categories */
	.title-left > .shortcode-heading-wrapper{
		width:320px;
	}
	.title-left .shortcode-heading-wrapper .heading-title{
		max-width:90%;
	}
	.title-left > .content-wrapper{
		width:calc(100% - 320px);
	}
	/* Shortcode Banner */
	.page-template-fullwidth-template  .ts-banner header h2{
		margin-bottom:12px;
	}
	.page-template-fullwidth-template .ts-banner header .description{
		margin-bottom:20px;
	}
	.page-template-fullwidth-template .ts-banner header h3{
		margin-bottom:12px;
	}
	.page-template-fullwidth-template .left-top header, 
	.page-template-fullwidth-template .left-bottom header, 
	.page-template-fullwidth-template .left-center header, 
	.page-template-fullwidth-template .right-top header, 
	.page-template-fullwidth-template .right-bottom header, 
	.page-template-fullwidth-template .right-center header{
		max-width:70%;
	}
	/* Shortcode Banner 2 */
	.page-template-fullwidth-template .ts-banner-image img.text-image{
		max-height:80%;
	}
}

@media 
only screen and (min-width: 1681px){
	.blank-page{
		padding-top:130px;
		padding-bottom:100px;
	}
	body .comming-center-content{
		margin-bottom:50px;
	}
	/* SHORTCODE */
	/* Shortcode Deal */
	.fullwidth-deal .counter-wrapper > div{
		width:60px;
		margin:0 2px;
		padding:11px 2px 10px 2px;
	}
	.fullwidth-deal .counter-wrapper .number{
		font-size:120%;
	}
	.page-template-fullwidth-template .ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
		top:28%;
	}
	/* Shortcode Feature */
	.page-template-fullwidth-template .icon-big .feature-content{
		padding:5% 10%;
	}
	/* Shortcode Banner 2 */
	.page-template-fullwidth-template .ts-banner-image img.text-image{
		max-height:100%;
	}
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:29.007%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:70.993%;
	}
	.page-template-fullwidth-template .horizontal-style-2 .column-tabs .heading-tab span.title-category{
		padding-left:30px;
		padding-right:30px;
	}
	.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
		font-size:18px !important;
	}
	/* Shortcode Recently viewed products */
	.page-template-fullwidth-template .ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
		margin-left:155px;/* rtl */
		padding-top:5%;
	}
	.page-template-fullwidth-template .woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
		width:135px;
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 366px);
	}
	.fullwidth-deal{
		width:366px;
	}
	#main > .fullwidth-template,
	.page-template-fullwidth-template .ts-header .container,
	.page-template-fullwidth-template footer .container{
		padding-left:100px;
		padding-right:100px;
	}
}

@media 
only screen and (max-width: 1856px)	and (min-width: 1801px){
	/* SHORTCODE */
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:29.225%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:70.775%;
	}
	.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
		padding-bottom:12px;
	}
	/* Shortcode Banner 2 */
	.page-template-fullwidth-template .ts-banner-image img.text-image{
		max-height:90%;
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 352px);
	}
	.fullwidth-deal{
		width:352px;
	}
}

@media 
only screen and (max-width: 1800px)	and (min-width: 1793px){
	/* SHORTCODE */
	/* Shortcode Banner 2 */
	.page-template-fullwidth-template .ts-banner-image img.text-image{
		max-height:90%;
	}
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:29.5%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:70.5%;
	}
	.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
		padding-bottom:13px;
	}
	/* Shortcode Product */
	.page-template-fullwidth-template .no-margin:not(.thumbnail-no-border) .product .meta-wrapper{
		padding-bottom:12px;
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 341px);
	}
	.fullwidth-deal{
		width:341px;
	}
}
@media 
only screen and (max-width: 1792px)	and (min-width: 1681px){
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 338px);
	}
	.fullwidth-deal{
		width:338px;
	}
	/* SHORTCODE */
	/* Shortcode Banner 2 */
	.page-template-fullwidth-template .ts-banner-image img.text-image{
		max-height:85%;
	}
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:29.333%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:70.667%
	}
}

@media 
only screen and (max-width: 1680px)	and (min-width: 1601px){
	/* HOME ELECTRONIC */
	.fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
		margin-bottom:18px;
	}
	/* SHORTCODE */
	/* Shortcode Banner 2 */
	.page-template-fullwidth-template .ts-banner-image img.text-image{
		max-height:65%;
	}
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:29.673%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:70.327%
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 326px);
	}
	.fullwidth-deal{
		width:326px;
	}
}

@media 
only screen and (max-width: 1600px)	and (min-width: 1441px){
	/* HOME ELECTRONIC */
	.fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
		margin-bottom:22px;
	}
	/* SHORTCODE */
	/* Shortcode Feature */
	.page-template-fullwidth-template .icon-big .feature-content{
		padding:3% 5%;
	}
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:29.936%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:70.064%;
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 306px);
	}
	.fullwidth-deal{
		width:306px;
	}
}

@media 
only screen and (max-width: 1440px)	and (min-width: 1367px){
	/* HOME ELECTRONIC */
	.fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
		margin-bottom:17px;
	}
	/* SHORTCODE */
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
		padding-bottom:14px;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:30.374%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:69.626%
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 296px);
	}
	.fullwidth-deal{
		width:296px;
	}
}

@media 
only screen and (max-width: 1366px)	and (min-width: 1335px){
	/* SHORTCODE */
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:30.721%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:69.279%;
	}
	.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
		padding-bottom:14px;
	}
}

@media 
only screen and (max-width: 1334px)	and (min-width: 1281px){
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 311px);
	}
	.fullwidth-deal{
		width:311px;
	}
	/* SHORTCODE */
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:30.866%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:69.134%;
	}
}

@media 
only screen and (max-width: 1229px)	and (min-width: 1125px){
	/* SHORTCODE */
	/* Shortcode Feature */
	.icon-big .feature-content{
		padding:10px 0;
	}
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:34%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:66%;
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 280px);
	}
	.fullwidth-deal{
		width:280px;
	}
}

@media 
only screen and (max-width: 1124px)	and (min-width: 1024px){
	/* SHORTCODE */
	/* Shortcode Feature */
	.icon-big .feature-content{
		padding:30px;
	}
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:36%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:64%;
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 282px);
	}
	.fullwidth-deal{
		width:282px;
	}
}

@media 
only screen and (max-width: 1280px)	and (min-width: 1230px){
	/* SHORTCODE */
	/* Shortcode Tab Categories */
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:31%;
	}
	.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
		width:69%;
	}
	/* Home Electronic */
	.fullwidth-tab{
		width:calc(100% - 296px );
	}
	.fullwidth-deal{
		width:296px;
	}
}

@media 
only screen and (max-width: 1440px){
	#main > .fullwidth-template, 
	.page-template-fullwidth-template .ts-header .container, 
	.page-template-fullwidth-template footer .container{
		padding-left:30px;
		padding-right:30px;
	}
}

@media 
only screen and (max-width: 1801px)	and (min-width: 1400px){
	body .comming-center-content{
		margin-bottom:50px;
	}
}

@media only screen and (max-device-width : 1229px){
	.box-boxshadow{
		padding:40px 20px 0 20px;
		margin-top:-50px;
	}
	/* Background size */
	.breadcrumb-title-wrapper.ts-breadcrumb-parallax{
		background-attachment: scroll;
	}
	/* CUSTOM PADDING */
	.product-category-top-content{
		padding:0;
	}
	.woocommerce div.product .woocommerce-tabs .panel{
		padding:20px;
	}
	body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
		padding:15px 20px 25px 20px;
	}
	body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
		height:auto;
	}
	/* REVOLUTION */
	.rev-btn{
		padding:10px 20px !important;
	}
	.ts-header{
		position:relative;
		z-index:999;
	}
	/* SUPERMARTKET 1 */
	.hidden-button-product .meta-wrapper .button-in,
	.hidden-button-product .woocommerce .product .meta-wrapper .loop-add-to-cart{
		display:none !important;
	}
	/* HEADER */
	.shopping-cart-wrapper .cart-icon{
		top:2px;
	}
	.shopping-cart-wrapper .dropdown-container:after,
	.my-account-wrapper .dropdown-container:after,
	#lang_sel_click ul ul:after,
	.header-currency ul:after,
	.header-v4 .my-account-wrapper .dropdown-container:after,
	.header-v6 .my-account-wrapper .dropdown-container:after,
	.header-v3 .my-account-wrapper .dropdown-container:after,
	body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
	body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
	.shopping-cart-wrapper .dropdown-container .form-content:after,
	.my-account-wrapper .form-content:after,
	#lang_sel_click:after,
	body .wpml-ls-legacy-dropdown > ul > li:before,
	body .wpml-ls-legacy-dropdown-click > ul > li:before,
	.header-currency > div:before{
		display:none !important;
	}
	.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: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_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;
	}
	.menu-wrapper nav > ul.menu li.active > ul.sub-menu,
	.menu-wrapper nav > ul.menu ul.sub-menu li.active > ul.sub-menu{
		
	}
	.menu-wrapper .ts-menu > nav > ul.menu > li.parent.active > a:after{
		display:block;
		-webkit-animation-duration: 100ms;
		-moz-animation-duration: 100ms;
		animation-duration: 100ms;
		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_menu_icon;
		-moz-animation-name: animation_menu_icon;
		animation-name: animation_menu_icon;
	}
	.menu-wrapper .ts-menu > nav > ul.menu > li.parent.active:after{
		display:block;
		-webkit-animation-duration: 100ms;
		-moz-animation-duration: 100ms;
		animation-duration: 100ms;
		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_menu_icon;
		-moz-animation-name: animation_menu_icon;
		animation-name: animation_menu_icon;
	}
	/* Header version 1 */
	.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
		max-width:30px;
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
		padding:14px 20px 14px 20px;/* rtl */
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
	.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
		padding:14px 20px 14px 55px;/* rtl */
	}
	.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
		left:10px /* rtl */
	}
	.woocommerce .ts-product-deals-slider-wrapper .product .counter-wrapper{
		margin-bottom:8px;
	}
	.menu-wrapper .vertical-menu > ul.menu > li > a{
		height:81px;
	}
	.menu-wrapper nav > ul.menu > li{
		margin-right:12px;/* rtl */
	}
	/* Header version 3 */
	header.top-header-transparent{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
	}
	/* ADD TO CART BUTTON */
	.woocommerce .product .meta-wrapper .loop-add-to-cart{
		display:inline-block !important;
	}
	.woocommerce .product .meta-wrapper{
		padding-bottom:4px;
	}
	.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, 
	.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;
	}
	.woocommerce .product .meta-wrapper a.added_to_cart span,
	.woocommerce .product .meta-wrapper a.button span{
		display:none !important;
	}
	.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';
		content: "\e641";
		font-size:18px;
		line-height:40px;
		text-indent:0;
		color: inherit !important;
	}
	.woocommerce .product.product-type-simple .meta-wrapper .loop-add-to-cart a.button:before{
		content: "\e66e";
	}
	/* Dropdown Default Menu */
	.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon,
	.vertical-menu-wrapper > .vertical-menu > ul.menu ul li .ts-menu-drop-icon{
		position:absolute;
		content:"";
		left:auto;
		right:-12px;/* rtl */
		top:50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
		width:20px;
		height:20px;
		text-align:center;
		line-height:20px;
		z-index:100;
		display:inline-block;
	}
	.ts-menu > nav.pc-menu > ul.menu > li > .ts-menu-drop-icon{
		right:0;/* rtl */
	}
	.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon:before{
		content: "\e688";
		font-family: 'Pe-icon-7-stroke';
	}
	.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon:before{
		content: "\e684";/* rtl */
		font-family: 'Pe-icon-7-stroke';
	}
	.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
		right:-15px; /* rtl */
		font-size:15px;
	}
	/* Dropdown Vertical Menu */
	.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		cursor:pointer;
		width:30px;
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:rgba(217,217,217,0.4);
		transition: all 150ms ease 0s;
		-webkit-transition: all 150ms ease 0s;
		-moz-transition: all 150ms ease 0s;
	}
	.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
		content: "\f0da";/* rtl */
		font-family: 'FontAwesome';
	}
	nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
	nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
	nav.pc-menu > ul.menu > li.parent > a >.menu-label:after,
	nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
	nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
	nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
		display:none !important;
	}
	/* Tooltip */
	.ts-social-sharing li .social-tooltip{
		display:none !important;
	}
	.product-group-button .button-tooltip{
		display:none !important;
	}
	.product-group-button{
		opacity:1;
	}
	/* Dropdown myaccount */
	.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;
	}
	/* WISHLIST */
	div.product .summary .yith-wcwl-add-to-wishlist{
		margin:0 5px 0 0;/* rtl */
	}
	.thumbnail-wrapper div.wishlist{
		display:inline-block !important;
		margin:0 !important;
	}
	.woocommerce .meta-wrapper .loop-add-to-cart{
		margin-left:1px; /* rtl */
		margin-right:1px;
	}
	.thumbnail-wrapper .product-group-button{
		display:none !important
	}
	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: "\e681";
		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;
	}
	/* CUSTOM FONT SIZE */
	html h3,
	html .h3,
	html h2.wpb_heading,
	html .theme-title > h3,
	html .ts-heading h3,
	html .ts-mailchimp-subscription-shortcode .widgettitle,
	html .woocommerce .cross-sells > h2,
	html .woocommerce .upsells > h2,
	html.woocommerce .related > h2,
	html body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
	html .woocommerce div.wishlist-title h2,
	html .heading-wrapper > h2,
	.ts-banner header h3,
	html .ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
	html .ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
	{
		font-size:24px;
		line-height:26px;
	}
	.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab h3:after{
		bottom:3px;
	}
	.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab .see-more-wrapper{
		top:-2px;
	}
	.ts-product-in-category-tab-2-wrapper .products .owl-nav{
		top:-12px;
	}
	.heading-wrapper > h2:after, 
	.heading-shortcode > h3:after, 
	.theme-title > h3:after, 
	.cross-sells > h2:after, 
	.upsells > h2:after, 
	.related > h2:after{
		bottom:5px;
	}
	.woocommerce .cross-sells .owl-nav, 
	.woocommerce .upsells .owl-nav, 
	.woocommerce .related .owl-nav{
		top:7px;
	}
	html .breadcrumb-title-wrapper .breadcrumb-title h1{
		margin-bottom:5px;
	}
	html h2,
	html .h2,
	html h1.wpb_heading,
	html .ts-heading h2,
	html .breadcrumb-title-wrapper .breadcrumb-title h1,
	html div.product p.price .woocommerce-Price-amount, 
	html div.product .single_variation .amount, 
	html .woocommerce div.product .single_variation .amount
	{
		font-size:26px;
		line-height:30px;
	}
	html h1,
	html .h1,
	html .ts-heading h1
	{
		font-size:30px;
		line-height:36px;
	}
	.ts-banner header h2
	{
		font-size:34px;
		line-height:38px;
	}
	/* SHORTCODE */
	/* Shortcode Banner */
	.page-template-fullwidth-template .left-top header,
	.page-template-fullwidth-template .left-bottom header,
	.page-template-fullwidth-template .left-center header,
	.page-template-fullwidth-template .right-top header,
	.page-template-fullwidth-template .right-bottom header,
	.page-template-fullwidth-template .right-center header{
		max-width:100%;
	}
	.page-template-fullwidth-template .ts-banner header h2{
		font-size:26px;
		line-height:32px;
	}
	/* Shortcode Recently viewed products */
	.ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
		margin-left:100px;/* rtl */
		padding-top:10px;
	}
	.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
		width:85px;
	}
	/* Shortcode Countdown */
	.ts-countdown.style-border .counter-wrapper .number-wrapper{
		padding:27px 5px;
	}
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
		padding:20px 5px;
	}
	.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
		padding:13px 5px;
	}
	.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div,
	.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
		width:80px;
	}
	/* Shortcode Product */
	/* PRODUCT 2 COLUMN RESPONSIVE */
	/* 3 COLUMN */
	.woocommerce.columns-4 .ts-product.item-list .products .product.first{
		clear:none;
	}
	.woocommerce.columns-4 .ts-product.item-list .products .product{
		width:50%;
		float:left/* rtl */
	}
	.woocommerce.columns-4 .ts-product.item-list .products .product:nth-child(2n+1){
		clear:both;
		float:left;/* rtl */
	}
	.vc_col-sm-6 .ts-product .owl-dots,
	.ts-product .products > .owl-controls .owl-dots{
		bottom:20px;
	}
	.ts-product.rows-1 .products > .owl-controls .owl-dots,
	.product-wrapper .owl-dots{
		bottom:10px;
	}
	.woocommerce .product .thumbnail-wrapper{
		margin-bottom:8px;
	}
	.nav-middle .owl-nav .owl-next,
	.images-slider-wrapper .owl-nav .owl-next,
	.ts-shortcode.no-title .owl-nav .owl-next,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
		right:0 !important; /* rtl */
		left:auto !important;
	}
	.nav-middle .owl-nav .owl-prev,
	.images-slider-wrapper .owl-nav .owl-prev,
	.ts-shortcode.no-title .owl-nav .owl-prev,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
		left:0 !important; /* rtl */
		right:auto !important;
	}
	.ts-shortcode.no-title .owl-nav > div,
	.nav-middle .products .owl-nav > div,
	.images-slider-wrapper .owl-nav > div,
	.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
		visibility:visible;
	}
	.ts-shortcode.no-title .owl-nav > div{
		top:30%;
	}
	.ts-blogs.no-title .owl-nav > div{
		top:20%;
	}
	.nav-middle .owl-nav > div{
		top:28%;
	}
	.woocommerce .rows-1 .products .product{
		margin-bottom:0;
	}
	.woocommerce .products .meta-right .star-rating, 
	.woocommerce .star-rating .meta-right{
		margin-left:auto;/* rtl */
		margin-right:auto;/* rtl */
	}
	/* Shortcode Tab Product Categories */
	.horizontal-tab .column-tabs .heading-tab h3{
		height:auto;
	}
	.horizontal-tab .column-tabs ul li.current:after{
		display:none;
	}
	.ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
		top:30%;
	}
	.column-tabs .heading-tab h3{
		padding:20px 30px 20px 80px;/* rtl */
	}
	.column-tabs .heading-tab .heading-title img,
	.column-tabs .heading-tab i{
		left:20px; /* rtl */
	}
	.vertical-tab .column-tabs .tabs li{
		padding:15px 20px;
	}
	.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-prev{
		left:0;/* rtl */
	}
	.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-next{
		right:0 /* rtl */
	}
	.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-next{
		right:-20px /* rtl */
	}
	.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-prev{
		left:-19px /* rtl */
	}
	.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div{
		visibility:visible;
		opacity:1;
	}
	/* Shortcode Deals */
	.woocommerce .counter-on-thumbnail.item-border .products .product .product-wrapper{
		padding-bottom:10px;
	}
	/* 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 */
	.vc_row[data-vc-full-width="true"] .left-top header{
		left:6%;
		top:10%;
	}
	.vc_row[data-vc-full-width="true"] .left-bottom header{
		left:6%;
		bottom:10%;
	}
	.vc_row[data-vc-full-width="true"] .left-center header{
		left:6%;
	}
	.vc_row[data-vc-full-width="true"] .right-top header{
		right:6%;
		top:8%;
	}
	.vc_row[data-vc-full-width="true"] .right-bottom header{
		right:6%;
		bottom:8%;
	}
	.vc_row[data-vc-full-width="true"] .right-center header{
		right:6%;
	}
	.woocommerce .ts-banner .button-banner, 
	.ts-banner .button-banner{
		min-width:100px;
		padding:7px 15px;
	}
	.ts-banner header h3{
		margin-bottom:0;
	}
	.ts-banner header .description{
		margin-bottom:6px;
	}
	/* Team Member */
	.ts-team-member .content-thumbnail .member-social{
		bottom:5px;
	}
	/* Shortcode Countdown */
	.ts-countdown .counter-wrapper > div{
		width:100px;
		padding:10px 5px;
		margin:0 10px;
	}
	.ts-countdown .counter-wrapper .number{
		font-size:40px;
		line-height:50px;
		width:100px;
	}
	/* Shortcode Tab */
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
		min-width:120px;
	}
	/* Shortcode Blog */
	.ts-blogs-wrapper .blogs article.quote .quote-wrapper{
		padding:10px 20px;
	}
	.ts-blogs .entry-meta > span.author{
		font-size:0;
		font-style:normal;
		line-height:0
	}
	.ts-blogs .entry-meta > span.author a{
		font-style:italic;
	}
	.ts-blogs .entry-meta > span.author:before{
		margin-right:5px;/* rtl */
		content:"\e693";
		font-family: 'Pe-icon-7-stroke';
		font-size:24px;
		line-height:14px;
		top:5px;
		position:relative;
	}
	/* PORTFOLIO */
	.portfolio-meta{
		position:static;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		margin:20px 0;
	}
	.portfolio-inner .item .icon-group{
		margin-top:4%;
	}
	.portfolio-inner h3,
	.portfolio-inner .item .icon-group a,
	.portfolio-inner .cats-portfolio{
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		opacity:1;
	}
	.portfolio-inner .item:hover figure span.bg-hover{
		display:none;
	}
	.portfolio-inner .item .icon-group{
		opacity:1;
	}
	/* PORTFOLIO DETAIL */
	article.single-portfolio .social-sharing{
		float:left;/* rtl */
	}
	/* IMAGE BACKGROUND PRODUCT */
	.woocommerce .product .product-wrapper figure.has-back-image img:last-child{
		display:none !important;
	}
	/* MAIN CONTENT */
	div#main{
		min-height:300px;
	}
	/* BREADCRUMB */
	.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
		height:110px;
	}
	.breadcrumb-title-wrapper .breadcrumb-content{
		height:150px;
	}
	.heading-title.page-title{
		margin-bottom:0;
	}
	.breadcrumb-title-wrapper.breadcrumb-v3{
		padding:22px 0 150px 0;
		position:relative;
	}
	#main > .page-container.show_breadcrumb_v3,
	#main > .fullwidth-template.show_breadcrumb_v3{
		margin-top:-150px;
	}
	/* 404 PAGE */
	body.error404 #main > .fullwidth-template{
		padding:120px 25px
	}
	body.error404 article h1{
		font-size:120px;
		line-height:120px;
	}
	/* PARALLAX */
	.ts-parallax-bg{
		background-position:50% 50% !important;
		background-attachment:scroll !important;
	}
	/* PRODUCT DETAIL */
	.woocommerce .ts-col-24 div.product .woocommerce-tabs.accordion-tabs{
		margin-bottom:0;
	}
	.vertical-thumbnail .images-thumbnails .thumbnails.loading{
		height:150px;
	}
	/* 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);
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
	}
	/* Vertical thumbnail */
	div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-prev,
	div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-next{
		visibility:visible;
		opacity:1;
		transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
	}
	/* End Show button next prev thumbnail */
	.single-navigation .product-info {
		display:none !important;
	}
	/* MY ACCOUNT */
	form.login p.lost_password{
		margin-top:-20px;
	}
	.woocommerce form.login .button, 
	.woocommerce form.register .button{
		margin:0 10px 0 0;/* rtl */
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left:20px /* rtl */
	}
	.woocommerce table.my_account_orders tr td:last-child .button{
		padding-left:10px;
		padding-right:10px;
		min-width:0;
	}
	.woocommerce table.my_account_orders tr td:last-child{
		min-width:0;
	}
	/* 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 */
	}
	/* PRODUCT DETAIL */
	.summary .meta-wrapper,
	body div.product .social-sharing{
		padding-top:10px;
	}
	body div.product .social-sharing{
		margin-top:10px;
	}
	.woocommerce div.product.type-product form.cart, 
	.woocommerce div.product p.cart{
		margin:0 0 20px 0;
		width:100%;
	}
	div.product .summary .counter-wrapper{
		margin-bottom:15px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		min-width:140px;
	}
	/* BLOG */
	.blog-list-style .list-posts article .entry-format {
		width:100%;
		float:none !important;
		margin:0 0 30px 0;
		padding:0 !important;
	}
	.blog-list-style .list-posts article .entry-content {
		width:100%;
		float:none !important;
	}
	.entry-format .ts-social-sharing{
		position:static;
		width:100%;
		margin:20px 0 0 0;
		text-align:left; /* rtl */
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		visibility:visible;
		z-index:10;
	}
	.ts-social-sharing .sharing-title{
		margin-right:10px /* rtl */
	}
	.ts-social-sharing ul{
		display:inline-block;
		margin:0;
	}
	.gallery .owl-dots{
		bottom:10px;
	}
	/* BLOG DETAIL */
	.commentlist .children{
		padding:10px 0 0 50px; /* rtl */
	}
	.commentlist .children .children{
		padding:10px 0 0 40px;/* 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%;
	}
	/* CHECKOUT */
	.woocommerce .checkout #order_review{
		padding:50px 30px 10px 30px;
	}
	.woocommerce form.checkout_coupon,
	.ts-col-24 .woocommerce form.checkout_coupon{
		width:100%;
	}
	/* SHOP CATEGORIES */
	.woocommerce .products .product.product-category h3{
		font-size:16px;
		line-height:18px;
	}
	.products .product.product-category .meta-wrapper{
		opacity:1;
	}
	.products .product.product-category:before{
		opacity:0.6;
	}
	.products .product.product-category:hover .meta-wrapper > div{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	.products .product.product-category h3{
		font-size:20px;
		line-height:24px;
	}
	.archive .woocommerce .products{
		margin-top:0;
	}
}

@media 
only screen and (max-width: 1229px)	and (min-width: 768px){
	.visible-ipad{
		display:block !important
	}
	/* HEADER */
	/* Vertical Menu */
	header .header-v2 .vertical-menu-wrapper .vertical-menu-heading,
	header .header-v5 .vertical-menu-wrapper .vertical-menu-heading{
		font-size:0;
		padding:19px 0 19px 0;
		width:54px;
		text-align:center;
		line-height:0;
	}
	.header-v2 .vertical-menu-wrapper .vertical-menu,
	.header-v2 .vertical-menu-wrapper:hover .vertical-menu,
	.display-vertical-menu .header-v2 .vertical-menu-wrapper .vertical-menu,
	.header-v5 .vertical-menu-wrapper .vertical-menu,
	.header-v5 .vertical-menu-wrapper:hover .vertical-menu,
	.display-vertical-menu .header-v5 .vertical-menu-wrapper .vertical-menu{
		right:auto;/* rtl */
		width:240px;
	}
	header .header-v2 .vertical-menu-wrapper .vertical-menu-heading:before,
	header .header-v5 .vertical-menu-wrapper .vertical-menu-heading:before{
		position:static;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		display:inline-block;
	}
	header .header-v2 .vertical-menu-wrapper .vertical-menu-heading,
	header .header-v5 .vertical-menu-wrapper .vertical-menu-heading{
		font-size:0;
		padding:20px 0 20px 0;
		width:54px;
		text-align:center;
		line-height:0;
	}
	.header-v2 .vertical-menu-wrapper,
	.header-v5 .vertical-menu-wrapper{
		min-width:50px;
		margin:0;
	}
	/* Header version 3 */
	.header-v3 .header-middle > .container{
		display:block;
		position:relative;
	}
	.header-v3 .header-middle > .container > div{
		display:block;
		text-align:center;
	}
	.header-v3 .header-middle > .container > .logo-wrapper{
		padding:20px 0;
	}
	.header-v3 .menu-wrapper nav > ul.menu{
		float:none;/* rtl */
		display:inline-block;
		text-align:left /* rtl */
	}
	.header-v3 .menu-wrapper nav > ul.menu > li > a{
		padding-top:30px;
		padding-bottom:30px;
	}
	.header-v3 .header-middle > .container > .search-wrapper{
		position:absolute;
		right:10px;/*rtl */
		bottom:0;
		padding:23px 0;
	}
	.top-header-transparent .header-v3 .header-middle > .container > .search-wrapper{
		padding:12px 0;
	}
	/* Header version 4 */
	header .header-v4 .search-wrapper{
		right:10px;/* rtl */
	}
	/* SEARCH CATEGORIES */
	header .select2-container--default .select2-selection--single .select2-selection__rendered, 
	header .ts-search-by-category select{
		padding-right:35px;/* rtl */
		padding-left:15px;
	}
	header .ts-search-by-category form > .select2, 
	header .ts-search-by-category select{
		width:35% !important;
	}
	header .search-content{
		display:inline-block;
		width:65%;
	}
	/* SHORTCODE */
	/* Shortcode Price Table */
	.ts-price-table .table-description > a.button{
		margin:0 15px;
	}
	.ts-price-table .table-title{
		min-width:100px;
	}
	.ts-price-table .table-price{
		font-size:50px;
	}
	/* Shortcode Tab Product Categories */
	.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product.first,
	.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product.first{
		clear:none;
	}
	
	.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product,
	.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product{
		width:50%;float:left/* rtl */
	}

	.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1),
	.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	/* Shortcode Widget Product */
	.woocommerce ul.product_list_widget li .loop-add-to-cart .button:before{
		display:none !important;
	}
	/* Shortcode Hot Deal */
	.title-background-color .shortcode-heading-wrapper .heading-title{
		font-size:18px !important;
	}
	/* PRODUCT DETAIL */
	.woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails li{
		padding:10px 0 0 0;
	}
	.woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
		margin-top:-10px;
	}
	.woocommerce .ts-col-12 .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
		top:11px;
	}
	body .ts-col-18 div.product .summary .ts-social-sharing{
		padding: 10px 0 0 0;
		margin: 10px 0 0 0;
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails,
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
		width:100%;
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
		clear:both;
		padding:0;
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail .images .product-label{
		right:auto;
		left:15px;/* rtl */
	}
	#main-content.ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:110px /* rtl */
	}
	#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails{
		width:100px;
	}
	#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails li{
		padding-top:10px;
	}
	#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails{
		margin-top:-10px;
	}
	#main-content.ts-col-18 .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
		top:12px;
	}
	.woocommerce .ts-col-18 div.product .woocommerce-tabs.accordion-tabs{
		padding-top:20px;
	}
	div.product .ref-wrapper{
		font-size:10px;
		line-height:12px;
	}
	.woocommerce .ts-col-12 div.product .woocommerce-tabs ul.tabs li{
		margin-bottom:10px;
		min-width:120px;
	}
	.woocommerce .ts-col-12 div.product .woocommerce-tabs ul.tabs:before{
		display:none;
	}
	.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs li{
		min-width:120px;
	}
	/* CONTENT RESET */
	.list-posts article.post_format-post-format-quote{
		padding:20px;
	}
	/* SHOP PAGE */
	/* WIDGET */
	.ts-wg-meta .amount{
		font-size:13px;
		line-height:16px;
	}
	/* Widget Cart */
	.widget_shopping_cart .buttons{
		clear:both;
		padding-top:10px;
		padding-bottom:5px;
	}
	/* Widget padding */
	.widget-container .owl-nav, 
	.widget .owl-nav{
		right:-10px /* rtl */
	}
	.widget.ts-products-widget .owl-nav{
		right:10px;/* rtl */
	}
	.widget-container.ts-products-widget .owl-nav{
		right:0 /* rtl */
	}
	.widget-container{
		padding-left:10px;
		padding-right:10px;
	}
	.ts-products-tabs-widget .widget-title{
		padding-left:5px;/* rtl */
		padding-right:5px;/* rtl */
	}
	.ts-products-widget .widget-title{
		padding-left:5px;/* rtl */
		padding-right:60px;
	}
	.ts-products-tabs-widget{
		padding-left:0;
		padding-right:0;
	}
	.widget-title:after,
	.woocommerce .widget_shopping_cart .total:before, 
	.woocommerce.widget_shopping_cart .total:before{
		left:-10px;/* rtl */
		right:-10px;/* rtl */
	}
	.comment_list_widget .comment-meta > *{
		width:60%;
	}
	.comment_list_widget .comment-meta > .avatar{
		width:40%;
	}
	body .widget-container > select, 
	.widget_mc4wp_form_widget .mc4wp-form{
		margin:10px 0;
	}
	.widget_product_search, 
	.widget_search, 
	.widget_display_search{
		padding:0;
	}
	.widget-container .comment_list_widget > li{
		margin:10px 0 11px 0;
	}
	.widget-container.widget_text .textwidget{
		padding-top:0;
		padding-bottom:8px;
	}
	.widget_categories > ul{
		padding-top:5px;
		padding-bottom:10px;
	}
	
	.widget-container .ts-blogs-widget-wrapper{
		padding:0 0 10px 0;
	}
	.widget-container .comment_list_widget > li:before{
		bottom:-10px;
	}
	.widget-container .comment_list_widget > li:last-child:before,
	.widget-container .post_list_widget > li:last-child:before{
		display:none
	}
	.widget-container .post_list_widget > li{
		margin:10px 0 11px 0;
	}
	.widget-container .post_list_widget > li:before{
		bottom:-7px;
	}
	.ts-blogs-widget-wrapper .entry-meta span{
		margin-right:15px /* rtl */
	}
	.entry-meta span i{
		margin-right:0 /* rtl */
	}
	body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
		padding:10px 10px 0 10px;
	}
	.widget-container > ul, 
	section.widget_nav_menu > div > ul, 
	section.widget_display_stats > dl{
		padding-top:5px;
		margin-bottom:0;
	}
	section.widget_display_stats > dl{
		padding-bottom:0;
		margin-bottom:10px;
	}
	.woocommerce .widget_shopping_cart .total,
	.woocommerce.widget_shopping_cart .total{
		padding:10px 0 0 0;
	}
	section.product-filter-by-color > ul,
	.bbp_widget_login form,
	.widget-container .tagcloud,
	section.ts-social-icons .social-icons,
	.widget-container .widget_shopping_cart_content,
	section.ts-flickr-widget .ts-flickr-wrapper,
	section.ts-instagram-widget .ts-instagram-wrapper,
	.widget-container .widget_shopping_cart_content{
		padding:10px 0 0 0;
	}
	.mailchimp-subscription{
		padding-top:25px;
		padding-bottom:30px;
	}
	.ts-twitter-widget .item{
		margin:10px 0;
	}
	.ts-twitter-widget .item:before{
		bottom:-9px;
	}
	section.feedburner-subscription .subscribe-widget,
	.widget-container .ts-facebook-page-wrapper,
	section.bbp_widget_login .bbp-logged-in{
		padding:10px 0;
	}
	.widget-container ul.product-categories{
		padding:0 0 10px 0 !important
	}
	.product-filter-by-color ul li{
		margin:0 11px 11px 0;/* rtl */
	}
	.woocommerce .widget_layered_nav ul li{
		padding-bottom:6px;
	}
	section.product-filter-by-color > ul,
	section.woocommerce.widget-container > ul{
		padding:10px 0 0 0;
	}
	section.widget_media_gallery .gallery-size-thumbnail{
		padding:0 0 10px 0;
	}
	section.woocommerce.widget_rating_filter > ul,
	section.woocommerce.widget_layered_nav > ul{
		padding:10px 0 5px 0;
	}
	.ts-flickr-wrapper,
	.ts-instagram-wrapper{
		margin-bottom:10px;
	}
	.ts-gravatar-profile-widget .thumbnail{
		margin-top:10px;
	}
	.ts-gravatar-profile-widget .ts-social-icons .social-icons{
		margin-bottom:0;
	}
	.ts-gravatar-profile-widget .meta p{
		margin-bottom:5px;
	}
	body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
		padding:8px 13px; /* rtl */
	}
	body.wpb-js-composer .ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
		padding-left:47px;/* rtl */
		padding-right:13px;/* rtl */
	}
	/* CUSTOM WIDGET PRODUCTS */
	.widget-container .ts-products-widget-wrapper ul.product_list_widget ,
	.widget-container ul.product_list_widget,
	.woocommerce ul.product_list_widget{
		padding:10px 0 0 0;
	}
	.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li, 
	.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li{
		padding-left:10px;
		padding-right:10px;
		margin-bottom:9px;
	}
	.woocommerce .widget-container.ts-products-widget ul.product_list_widget li,
	.widget-container.ts-products-widget .woocommerce ul.product_list_widget li{
		padding:0 10px 20px 10px;
	}
	/* Filter size */
	.ts-col-24 .woocommerce .widget_layered_nav ul li{
		width:50%;
	}
	.woocommerce .ts-col-24 .widget_layered_nav ul li:nth-child(3n+1){
		clear:none;
	}
	.woocommerce .ts-col-24 .widget_layered_nav ul li:nth-child(2n+1){
		clear:both;
	}
	/* Tab blog */
	.widget-container .post_list_widget .thumbnail{
		float:none; /* rtl */
		margin:0 0 10px 0;
		width:auto;
		display:inline-block;
	}
	/* PORTFOLIO DETAIL */
	article.single-portfolio .entry-content{
		width:45%;
	}
	.single-portfolio .thumbnails{
		width:55%;
		padding-right:20px;/* rtl */
	}
	article.single.single-portfolio .ts-social-sharing{
		float:none;/* rtl */
		width:100%;
		margin-bottom:10px;
	}
	.single-portfolio .portfolio-like{
		float:none;/* rtl */
		clear:both;
	}
	/* BLOG DETAIL */
	.comment-respond textarea,
	#commentform textarea{
		height:150px;
	}
	/* SHOPPING CART */
	.ts-col-12 .woocommerce table.cart td.actions .coupon{
		float:none !important;
		width:100%;
	} 
	.ts-col-12 .woocommerce table.cart .actions > .button{
		margin:10px 0 0 0;
		float:left;/* rtl */
	}
	.ts-col-12 .woocommerce table.cart td.product-thumbnail{
		width:0;
		padding:0;
		min-width:10px;
	}
	.ts-col-12 .woocommerce table.cart td.actions .coupon .input-text{
		width:50%;
	}
	.ts-col-12 .woocommerce table.cart td.actions .coupon .button{
		width:48%;
	}
	.ts-col-12 .woocommerce table.cart td.product-thumbnail a{
		display:none !important;
	}
	/* CHECK OUT */
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td{
		background:transparent;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{
		display:table-row;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td{
		display:table-cell;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:before{
		display:none;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
		width:50%;
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
		width:48%;
	}
	/* HOT DEAL */
	.counter-wrapper > div{
		width:40px;
		padding:3px 2px;
	}
	.counter-wrapper .ref-wrapper{
		font-size:10px;
	}
}

@media 
only screen and (max-width: 1229px)	and (min-width: 991px){
	/* HEADER */
	/* Header Vertical */
	.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
		display:block !important;
	}
	.vertical-menu-wrapper{
		width:207px;
	}
	.header-v2 .vertical-menu-wrapper,
	.header-v5 .vertical-menu-wrapper{
		width:50px;
	}
	.vertical-menu-wrapper .vertical-menu-heading{
		padding:20px; /* rtl */
	}
	.vertical-menu-wrapper .vertical-menu-heading:before{
		display:none;
	}
	/* Header version 2 */
	.header-v2 .shopping-cart-wrapper .cart-number,
	.header-v2 .shopping-cart-wrapper .hyphen,
	.header-v5 .shopping-cart-wrapper .cart-number,
	.header-v5 .shopping-cart-wrapper .hyphen{
		display:none;
	}
	/* Header version 3 */
	.group-meta-header > div{
		margin-right:20px;/* rtl */
	}
	.header-v3 .header-top .shopping-cart-wrapper, 
	.header-v4 .header-top .shopping-cart-wrapper{
		margin-left:20px /* rtl */
	}
	.header-v3 .ts-tiny-cart-wrapper, 
	.header-v4 .ts-tiny-cart-wrapper{
		padding:0 10px;
	}
	.header-v3 .header-top .shopping-cart-wrapper .cart-number,
	.header-v3 .header-top .shopping-cart-wrapper .hyphen,
	.header-v4 .header-top .shopping-cart-wrapper .cart-number,
	.header-v4 .header-top .shopping-cart-wrapper .hyphen{
		display:none;
	}
	/* Service page */
	.fix-size-heading h2{
		font-size:30px;
		line-height:34px;
		margin-bottom:15px;
	}
	/* SUPERMARKET 1 */
	.home1-fix-columns-slideshow .rev_slider,
	.home1-fix-columns-slideshow rs-module-wrap,
	.home1-fix-columns-slideshow rs-module{
		height:412px !important;
	}
	.fix-columns-hotdeals .vc_col-sm-4{
		width:30.063%;
	}
	.fix-columns-hotdeals .vc_col-sm-8{
		width:69.937%;
	}
	/* SUPERMARKET 2 */
	.hidden-button-product .ts-product.item-list .products{
		padding-top:22px;
	}
	.hidden-button-product .ts-product.item-list .owl-nav > div{
		margin-top:5px;
	}
	/* HOME ELECTRONIC */
	.vetical-slideshow{
		margin-left:260px;/* rtl */
		width:calc(100% - 260px );
	}
	.vertical-banner{
		width:100%;
		float:none;
		clear:both;
	}
	.vertical-banner > .wpb_wrapper > *{
		width:50%;
		float:left;
	}
	.vertical-banner > .wpb_wrapper > * img,
	.vertical-banner .image-link{
		width:100%;
	}
	/* WIDGET */
	/* Shortcode Widget Products */
	.widget .ts-products-widget-wrapper ul li, 
	.woocommerce .widget .ts-products-widget-wrapper ul li{
		padding:0 10px 20px 10px;
		margin-bottom:20px;
	}
	.widget .ts-products-widget-wrapper ul, 
	.woocommerce .widget .ts-products-widget-wrapper ul{
		padding-top:16px !important;
	}
	/* Widget products */
	.woocommerce ul.cart_list li img, 
	.woocommerce ul.product_list_widget li img{
		width:54px;
	}
	.widget_shopping_cart ul.product_list_widget li .ts-wg-meta,
	ul.product_list_widget li .ts-wg-meta{
		margin-left:64px; /* rtl */
	}
	.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li .ts-wg-meta{
		margin-left:100px; /* rtl */
	}
	.ts-products-widget .big-thumbnail ul.product_list_widget li .ts-wg-meta{
		margin-left:125px /* rtl */
	}
	.content-no-border .big-thumbnail ul.product_list_widget li .ts-wg-meta{
		margin-left:135px;/* rtl */
	}
	.woocommerce .content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img,
	.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img{
		width:90px;
	}
	.woocommerce .content-no-border .big-thumbnail ul.product_list_widget li img,
	.content-no-border .big-thumbnail ul.product_list_widget li img{
		width:123px;
	}
	.woocommerce .ts-products-widget .big-thumbnail ul.product_list_widget li img, 
	.ts-products-widget .big-thumbnail ul.product_list_widget li img{
		width:113px;
	}
	/* SHORTCODE */
	/* Shortcode categories slider */
	.title-left > .shortcode-heading-wrapper{
		width:260px;
	}
	.title-left.show-nav .shortcode-heading-wrapper .heading-title{
		max-width:90%;
	}
	.title-left > .content-wrapper{
		width:calc(100% - 260px)
	}
	/* Shortcode Video */
	.vc_row.ts-video-bg > .wpb_column{
		padding-top:150px;
		padding-bottom:150px;
	}
	.ts-youtube-video-bg .mb_YTPBar, 
	.ts-hosted-video-bg .video-control{
		top:40px;
	}
	.ts-youtube-video-bg .loading{
		top:60px;
	}
	/* Shortcode Tab Product Categories */
	.vc_col-sm-9 .horizontal-tab .column-tabs .heading-tab,
	.ts-col-18 .horizontal-tab .column-tabs .heading-tab{
		width:32.09%;
	}
	.horizontal-tab .column-tabs .heading-tab{
		width:32.09%;
	}
	.horizontal-tab:not(.ts-product-in-category-tab-2-wrapper) .column-tabs .heading-tab .heading-title{
		font-size:18px !important;
	}
	.ts-col-18 .horizontal-tab.banner-right .column-banners,
	.ts-col-18 .horizontal-tab.banner-left .column-banners,
	.vc_col-sm-9 .horizontal-tab.banner-right .column-banners,
	.vc_col-sm-9 .horizontal-tab.banner-left .column-banners,
	.vc_col-sm-9 .horizontal-tab.banner-left.column-3 .column-banners,
	.vc_col-sm-9 .horizontal-tab.banner-right.column-3 .column-banners{
		width:32.09%;
	}
	.horizontal-tab.banner-right .column-banners,
	.horizontal-tab.banner-left .column-banners{
		width:32.088%;
	}
	.ts-col-18 .horizontal-tab.banner-right .column-products,
	.ts-col-18 .horizontal-tab.banner-left .column-products,
	.vc_col-sm-9 .horizontal-tab.banner-right .column-products,
	.vc_col-sm-9 .horizontal-tab.banner-left .column-products,
	.vc_col-sm-9 .horizontal-tab.banner-left.column-3 .column-products,
	.vc_col-sm-9 .horizontal-tab.banner-right.column-3 .column-products{
		width:67.91%;
	}
	.horizontal-tab.banner-right .column-products,
	.horizontal-tab.banner-left .column-products{
		width:67.912%;
	}
	.ts-product-in-category-tab-wrapper .column-tabs,
	.vertical-tab.column-3 .column-tabs{
		width:28.784%;
	}
	.vertical-tab .column-tabs:before,
	.vertical-tab.column-3 .column-tabs:before{
		left:28.784%; /* rtl */
	}
	.vertical-tab .column-content,
	.vertical-tab.column-3 .column-content{
		width:71.216%
	}
	/* PRODUCT DETAIL */
	.woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
		width:70px;
	}
	.woocommerce .ts-col-12 div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:80px;/* rtl */
	}
	/* PRODUCT DETAIL */
	/* 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.label{
		clear:both;
		padding:8px 0 0 0;
	}
	/* End group table */
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:100px /* rtl */
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails{
		width:90px;
	}
	div.product.vertical-thumbnail .thumbnails li{
		padding-top:10px;
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails{
		margin-top:-10px;
	}
	.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
		top:11px;
	}
	/* 1 Sidebar */
	/* PRODUCT DETAIL */
	.woocommerce .ts-col-24 div.product.vertical-thumbnail div.summary{
		width:45%;
	}
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails{
		width:55%;
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail form.cart, 
	.woocommerce .ts-col-18 div.product.vertical-thumbnail p.cart{
		width:auto;
		margin:0 5px 20px 0;/* rtl */
	}
	.woocommerce .ts-col-18 div.product.horizontal-thumbnail form.cart .button:before,
	.woocommerce .ts-col-18 div.product.horizontal-thumbnail p.cart .button:before{
		display:none;
	}
	.woocommerce .ts-col-18 div.product.horizontal-thumbnail form.cart .button,
	.woocommerce .ts-col-18 div.product.horizontal-thumbnail p.cart .button{
		min-width:130px;
	}
	.woocommerce .ts-col-18 div.product div.summary{
		padding-left:15px; /* rtl */
	}
	/* CHECKOUT */
	.woocommerce .checkout .col2-set{
		width:60%;
	}
	.woocommerce .checkout #order_review,
	#order_review_heading{
		width:40%;
	}
	.woocommerce ul#shipping_method li label{
		font-size:88%;
	}
	.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-cart .ts-col-24 article .woocommerce .woocommerce-cart-form{
		width:68%;
	}
	.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals{
		width:32%;
	}
	.woocommerce table.shop_table td.actions{
		padding:10px;
	}
	.woocommerce table.cart td.product-thumbnail{
		padding:10px 0 10px 10px;/* rtl */
	}
	.woocommerce table.cart td{
		padding:10px 10px 10px 0;/* rtl */
	}
	.woocommerce table.shop_table .product-thumbnail{
		width:70px;
		max-width:70px;
	}
	.woocommerce table.shop_table td.actions{
		padding:10px;
	}
	/* FOOTER */
	/* Subscription */
	body .ts-footer-block .style-fullwidth .widget h2.widgettitle{
		width:33%;
	}
}

@media 
only screen and (max-width: 1000px)	and (min-width: 768px){
	.custom-six-col-footer > div:nth-child(4){
		clear:both;
	}
	.custom-six-col-footer .vc_col-sm-2,
	.custom-six-col-footer .vc_col-sm-2:first-child{
		width:33.3334%;
	}
}

@media 
only screen and (max-width: 991px)	and (min-width: 768px){
	.visible-vertical-ipad{
		display:inline-block !important;
	}
	/* HEADER */
	.display-vertical-menu .vertical-menu-wrapper:hover .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;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
		visibility: hidden;
		opacity: 0;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		border-width: 0 1px 1px 1px;
		border-style: solid;
		transform-origin: 0 0 0;
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
	}
	.header-template nav.pc-menu ul.menu > li.parent > a,
	.header-template nav.pc-menu ul.menu > li.menu-item-has-children:not(.parent) > a{
		padding-right:16px;/* rtl */
	}
	body .ts-group-meta-icon-toggle{
		margin-right:-10px;/* rtl */
	}
	body .header-v3 .ts-group-meta-icon-toggle,
	body .header-v4 .ts-group-meta-icon-toggle,
	body .header-v6 .ts-group-meta-icon-toggle{
		margin-right:0;/* rtl */
	}
	/* Vertical Menu */
	header .vertical-menu-wrapper .vertical-menu-heading{
		font-size:0;
		padding:19px 0 19px 0;
		width:54px;
		text-align:center;
		line-height:0;
	}
	.vertical-menu-wrapper .vertical-menu,
	.vertical-menu-wrapper:hover .vertical-menu, 
	.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
		right:auto;/* rtl */
		width:240px;
	}
	header .vertical-menu-wrapper .vertical-menu-heading:before{
		position:static;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
	}
	/* Header Top */
	.header-top > .container{
		position:relative;
	}
	.header-top{
		padding-bottom:0;
	}
	nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after, 
	nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after, 
	nav.pc-menu > ul.menu > li.parent > a >.menu-label:after{
		margin-top:-5px;
	}
	header .ts-menu > nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
		background-image:none !important;
	}
	
	.ts-megamenu-fullwidth .ts-mega-menu.mg-col-2,
	.ts-megamenu-fullwidth .ts-mega-menu.mg-col-3,
	.ts-megamenu-fullwidth .ts-mega-menu.mg-col-4,
	.ts-megamenu-fullwidth .ts-mega-menu.mg-col-5,
	.ts-megamenu-fullwidth .ts-mega-menu.mg-col-6{
		width:100% !important;
	}
	/* Fix Column For Menu */
	.menu .ts-columns{
		margin-left:-10px;
		margin-right:-10px;
	}
	.menu .ts-columns > .ts-item{
		float:left;/* rtl */
		padding:0 10px;
	}
	/* Header version 1 */
	header .logo-wrapper.logo-vetical-ipad{
		display:inline-block;
		width:100%;
		text-align:center;
		position:relative;
		padding:20px 0;
	}
	.header-v1 .header-top .header-left{
		display:none !important;
	}
	.header-v1 .header-top .header-right{
		width:100%;
		display:inline-block;
		padding-left:0;
		padding-right:0;
	}
	.header-v1 .header-top,
	.header-v1 > .container{
		display:block;
	}
	.header-v1 .group-meta-header{
		width:100%;
	}
	.header-v1 .shopping-cart-wrapper{
		bottom:16px;
	}
	.header-v1 .top-right{
		padding-bottom:0;
		border-width:0;
		padding-top:10px;
	}
	.ts-header .header-top .shopping-cart-wrapper{
		z-index:99999
	}
	.shopping-cart-wrapper .dropdown-container:before{
		top:10px;
	}
	.shopping-cart-wrapper .dropdown-container:after{
		top:5px;
	}
	.shopping-cart-wrapper .dropdown-container .form-content:after{
		top:10px;
	}
	.shopping-cart-wrapper .dropdown-container{
		padding-top:20px;
	}
	.header-v1 .header-bottom .header-right{
		padding-top:4px;
		padding-bottom:4px;
	}
	/* SEARCH CATEGORIES */
	header .ts-search-by-category form > .select2, 
	header .ts-search-by-category select{
		width:40% !important;
	}
	header .search-content{
		display:inline-block;
		width:60%;
	}
	/* Header version 2 */
	.header-v2 .header-bottom .header-left,
	.header-v5 .header-bottom .header-left{
		width:100%;
	}
	.header-v2 .header-bottom .header-right,
	.header-v5 .header-bottom .header-right{
		display:none;
	}
	.header-v2 .menu-wrapper nav > ul.menu > li,
	.header-v5 .menu-wrapper nav > ul.menu > li{
		margin:0 0 0 14px;/* rtl */
	}
	.header-v2 .header-right .shopping-cart-wrapper,
	.header-v5 .header-right .shopping-cart-wrapper{
		float:right;/* rtl */
	}
	.header-top .header-left{
		position:absolute;
		left:10px;/* rtl */
	}
	.header-top .header-right{
		width:100%;/* rtl */
	}
	/* Header version 7 */
	.header-v7 .header-middle .shopping-cart-wrapper .cart-number,
	.header-v7 .header-middle .shopping-cart-wrapper .hyphen{
		display:none;
	}
	/* SUPERMARKET 1 */
	.fix-columns-hotdeals .vc_col-sm-4{
		width:33.704%;
	}
	.fix-columns-hotdeals .vc_col-sm-8{
		width:66.296%;
	}
	/* SUPERMARKET 2 */
	.hidden-button-product .woocommerce .ts-product.item-list .products .product .meta-wrapper{
		padding-left:10px; /* rtl */
	}
	.hidden-button-product .ts-product.item-list .products{
		padding-top:10px;
	}
	.hidden-button-product .ts-product.item-list .owl-nav > div{
		margin-top:-10px;
	}
	/* HOME ELECTRONIC */
	.vetical-slideshow{
		margin-left:0;/* rtl */
		width:calc(100% - 280px );
	}
	.vetical-slideshow .rev_slider_wrapper, 
	.vetical-slideshow .rev_slider,
	.vetical-slideshow rs-module-wrap,
	.vetical-slideshow rs-module{
		height:390px !important;
	}
	.vertical-banner{
		width:280px;
	}
	.fullwidth-tab{
		width:calc(100% - 262px);
	}
	.fullwidth-deal{
		width:262px;
	}
	/* Fix margin sidebar add from visual */
	.vc_toggle_default .vc_toggle_content, 
	.vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
		padding:15px 10px 20px 10px;
	}
	/* FIX REVOLUTION BUTTON */
	body .rev_slider_wrapper .ts-revo-button.tp-button,
	body rs-module-wrap .ts-revo-button.tp-button{
		line-height:18px !important
	}
	/* COMING SOON */
	.blank-page{
		padding-top:180px;
		padding-bottom:140px
	}
	/* 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 .comment-meta > .avatar,
	.comment_list_widget .avatar > a{
		width:50px;
	}
	/* Widget Cart */
	.widget_shopping_cart .total .amount{
		float:left;/* rtl */
	}
	/* Shortcode Widget Products */
	.widget.ts-products-widget h2{
		padding-left:10px;
		padding-right:10px;
	}
	.has-slider .widget.ts-products-widget h2{
		padding-right:60px;/* rtl */
	}
	.widget .ts-products-widget-wrapper ul li, 
	.woocommerce .widget .ts-products-widget-wrapper ul li{
		padding:0 10px 18px 10px;
		margin-bottom:18px;
	}
	.widget .ts-products-widget-wrapper ul, 
	.woocommerce .widget .ts-products-widget-wrapper ul{
		padding-top:16px !important;
	}
	.woocommerce ul.product_list_widget li .loop-add-to-cart .button{
		padding-left:7px;
		padding-right:7px;
		font-size:80%;
		line-height:80%;
	}
	.woocommerce ul.product_list_widget li .loop-add-to-cart{
		margin-top:8px;
	}
	/* 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 */
	/* 1 & 2 sidebar */
	.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 */
	}
	/* Fix For Top Product Categories Widget Area */
	.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 */
	}
	.woocommerce .content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img,
	.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img{
		width:80px;
	}
	.ts-products-widget .big-thumbnail ul.product_list_widget li img,
	.menu .widget.ts-products-widget ul.product_list_widget li img{
		width:100px;
	}
	.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li .ts-wg-meta{
		margin-left:90px; /* rtl */
	}
	.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 */
	}
	/* PRODUCT 2 COLUMN RESPONSIVE */
	/* 3 COLUMN */
	.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 */
	}
	
	/* 2 COLUMNS */
	.ts-col-18 .woocommerce .columns-8 .products .product.first,
	.ts-col-18 .woocommerce.columns-8 .products .product.first,
	.ts-col-18 .woocommerce .columns-7 .products .product.first,
	.ts-col-18 .woocommerce.columns-7 .products .product.first,
	.ts-col-18 .woocommerce .columns-6 .products .product.first,
	.ts-col-18 .woocommerce.columns-6 .products .product.first,
	.ts-col-18 .woocommerce .columns-5 .products .product.first,
	.ts-col-18 .woocommerce.columns-5 .products .product.first,
	.ts-col-18 .woocommerce .columns-4 .products .product.first,
	.ts-col-18 .woocommerce.columns-4 .products .product.first,
	.ts-col-18 .woocommerce .columns-3 .products .product.first,
	.ts-col-18 .woocommerce.columns-3 .products .product.first{clear:none;}
	
	#main-content.ts-col-18 .woocommerce .columns-8 .products .product,
	#main-content.ts-col-18 .woocommerce.columns-8 .products .product,
	#main-content.ts-col-18 .woocommerce .columns-7 .products .product,
	#main-content.ts-col-18 .woocommerce.columns-7 .products .product,
	#main-content.ts-col-18 .woocommerce .columns-6 .products .product,
	#main-content.ts-col-18 .woocommerce.columns-6 .products .product,
	#main-content.ts-col-18 .woocommerce .columns-5 .products .product,
	#main-content.ts-col-18 .woocommerce.columns-5 .products .product,
	#main-content.ts-col-18 .woocommerce .columns-4 .products .product,
	#main-content.ts-col-18 .woocommerce.columns-4 .products .product,
	#main-content.ts-col-18 .woocommerce .columns-3 .products .product,
	#main-content.ts-col-18 .woocommerce.columns-3 .products .product{width:50%;float:left/* rtl */}
	
	#main-content.ts-col-18 .woocommerce .columns-8 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce.columns-8 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce .columns-7 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce.columns-7 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce .columns-6 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce.columns-6 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce .columns-5 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce.columns-5 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce .columns-4 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce.columns-4 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce .columns-3 .products .product:nth-child(2n+1),
	#main-content.ts-col-18 .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	/* END PRODUCT 2 COLUMN RESPONSIVE */
	/* CHECKOUT */
	.woocommerce table.cart td.actions .coupon .input-text{
		width:60%;
		float:left;/* rtl */
		max-width:100%;
		margin-right:2%;/* rtl */
	}
	.woocommerce table.cart td.actions .coupon .button {
		width:38%;
		margin:0;
		float:left;/* rtl */
	}
	.woocommerce table.cart td > input.button{
		margin-left:0;
		margin-right:0;
		width:100%;
		display:inline-block
	}
	.woocommerce table.cart td.actions .coupon{
		float:none;/* rtl */
		margin-bottom:0;
		width:100%;
		display:inline-block;
	}
	.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 .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 */
	}
	.ts-col-12 .gridlist-toggle{
		margin:0 20px 8px 0; /* rtl */
		padding: 0 10px 0 0;/* rtl */
	}
	.ts-col-12 .prod-cat-show-top-content-button{
		margin:0 0 8px 0; /* rtl */
		border-width:0 1px 0 0;/* rtl */
		padding:0 20px 0 0 ; /* rtl */
		clear:both;
		float:left;/* rtl */
	}
	body.woocommerce .ts-col-12 .woocommerce-ordering{
		clear:none;
		margin-left:20px /* rtl */
	}
	.woocommerce .ts-col-24 div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:70px /* rtl */
	}
	.woocommerce .ts-col-24 div.product.vertical-thumbnail .thumbnails{
		width:60px;
	}
	/* PRODUCT DETAIL */
	.woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
		width:60px;
	}
	.woocommerce .ts-col-12 div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:70px;/* rtl */
	}
	.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs li{
		margin-bottom:10px;
		min-width:120px;
	}
	.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs:before{
		display:none;
	}
	.vertical-thumbnail .images-thumbnails .thumbnails.loading{
		height:150px;
	}
	.woocommerce .ts-col-24 div.product form.cart .button:before,
	.woocommerce .ts-col-24 div.product p.cart .button:before{
		display:none;
	}
	.woocommerce .ts-col-24 div.product form.cart .button,
	.woocommerce .ts-col-24 div.product p.cart .button{
		min-width:130px;
	}
	.woocommerce div.product div.summary{
		padding-left:15px; /* rtl */
	}
	/* Has sidebar */
	.woocommerce .ts-col-18 div.product div.images-thumbnails{
		width:100%;
	}
	.woocommerce .ts-col-18 div.product div.summary{
		width:100%;
		padding-left:0 /* rtl */
	}
	/* 2 Siderbar */
	.woocommerce .ts-col-12 div.product div.images-thumbnails{
		width:100%;
	}
	.woocommerce .ts-col-12 div.product div.summary{
		width:100%;
		padding-left:0 /* rtl */
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images{
		margin-left:90px /* rtl */
	}
	.woocommerce .ts-col-18 div.product.vertical-thumbnail .thumbnails{
		width:80px;
	}
	/* SHOPPING CART */
	.woocommerce #main-content:not(.ts-col-24) table.cart td.actions .coupon .input-text{
		width:150px;
	}
	/* MY ACCOUNT */
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left:20px /* rtl */
	}
	.woocommerce table.my_account_orders tr td:last-child .button{
		font-size:0;
		padding:0 !important;
		min-width:24px;
		height:24px;
		border-width:1px;
		line-height:0;
	}
	.woocommerce table.my_account_orders tr td:last-child .button:before{
		content:"+";
		font-weight:500;
		font-family:'Arial';
		font-size:16px;
		line-height:22px;
	}
	/* SHORTCODE */
	/* Shortcode categories slider */
	.title-left > .shortcode-heading-wrapper{
		width:210px;
		padding:0 20px 0 0;/* rtl */
	}
	.title-left.show-nav .shortcode-heading-wrapper .heading-title{
		max-width:100%;
	}
	.title-left > .content-wrapper{
		width:calc(100% - 210px)
	}
	/* Shortcode Countdown */
	.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
		margin:0 1px;
	}
	/* Shortcode Banner */
	.left-top header,
	.left-bottom header,
	.left-center header,
	.right-top header,
	.right-bottom header,
	.right-center header{
		max-width:65%;
	}
	.center-top header,
	.center-bottom header,
	.center-center header{
		max-width:90%;
	}
	.button-banner{
		min-width:100px;
		padding:3px 10px;
	}
	.ts-banner.responsive-size .banner-bg img{
		max-width:120%;
	}
	.ts-banner.left-top.responsive-size .banner-bg img{
		margin:0 -15% -15% 0;
	}
	.ts-banner.left-bottom.responsive-size .banner-bg img{
		margin:-15% -15% 0 0;
	}
	.ts-banner.left-center.responsive-size .banner-bg img{
		margin:0 -15% 0 0;
	}
	.ts-banner.right-top.responsive-size .banner-bg img{
		margin:0 0 -15% -15%;
	}
	.ts-banner.right-bottom.responsive-size .banner-bg img{
		margin:-15% 0 0 -15%;
	}
	.ts-banner.right-center.responsive-size .banner-bg img{
		margin:0 0 0 -15%;
	}
	.ts-banner.center-top.responsive-size .banner-bg img{
		margin:0 0 -15% 0;
	}
	.ts-banner.center-bottom .responsive-size.banner-bg img{
		margin:-15% 0 0 0;
	}
	.ts-banner .button-banner{
		margin-top:0;
	}
	.left-top header{
		left:5%;
		top:5%;
	}
	.left-bottom header{
		left:3%;
		bottom:5%;
	}
	.left-center header{
		left:3%;
	}
	.right-top header{
		right:3%;
		top:5%;
	}
	.right-bottom header{
		right:3%;
		bottom:5%;
	}
	.right-center header{
		right:3%;
	}
	.center-top header{
		top:7%;
	}
	.center-bottom header{
		bottom:5%;
	}
	/* Shortcode Twitter */
	.ts-twitter-slider.has-padding{
		padding:20px;
	}
	/* Shortcode Team member */
	.ts-team-member .image-thumbnail{
		width:100%;
		display:inline-block;
	}
	.ts-team-member .content-info{
		display:inline-block;
	}
	.ts-team-member header{
		display:inline-block;
		width:100%;
	}
	/* Shortcode Tab Product Categories */
	.vc_col-sm-9 .horizontal-tab .column-tabs .heading-tab,
	.ts-col-18 .horizontal-tab .column-tabs .heading-tab{
		width:32.08%;
	}
	.horizontal-tab .column-tabs .heading-tab .heading-title{
		font-size:18px !important;
	}
	.ts-col-18 .horizontal-tab.banner-right .column-banners,
	.ts-col-18 .horizontal-tab.banner-left .column-banners,
	.vc_col-sm-9 .horizontal-tab.banner-right .column-banners,
	.vc_col-sm-9 .horizontal-tab.banner-left .column-banners{
		width:32.08%;
	}
	.ts-col-18 .horizontal-tab.banner-right .column-products,
	.ts-col-18 .horizontal-tab.banner-left .column-products,
	.vc_col-sm-9 .horizontal-tab.banner-right .column-products,
	.vc_col-sm-9 .horizontal-tab.banner-left .column-products{
		width:67.92%;
	}
	.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
		font-size:100% !important;
	}
	.horizontal-style-2.has-slider:not(.no-nav) .column-tabs ul{
		padding-right:70px; /* rtl */
	}
	.page-template-fullwidth-template .horizontal-tab.banner-left .column-banners,
	.page-template-fullwidth-template .horizontal-tab.banner-right .column-banners,
	.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
		width:38%;
	}
	.page-template-fullwidth-template .horizontal-tab.banner-left .column-products,
	.page-template-fullwidth-template .horizontal-tab.banner-right .column-products{
		width:62%;
	}
	.ts-product-in-category-tab-wrapper .column-tabs,
	.vertical-tab.column-3 .column-tabs{
		width:32.033%;
	}
	.vertical-tab .column-tabs:before,
	.vertical-tab.column-3 .column-tabs:before{
		left:32.033%; /* rtl */
	}
	.vertical-tab .column-content,
	.vertical-tab.column-3 .column-content{
		width:67.967%
	}
	.column-tabs .heading-tab h3,
	.column-tabs .heading-tab h3.no-icon{
		padding:20px;/* rtl */
	}
	.column-tabs .heading-tab .heading-title{
		text-align:center;
	}
	.column-tabs .heading-tab .heading-title img,
	.column-tabs .heading-tab i{
		position:static;
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
	}
	.column-tabs .heading-tab .heading-title img{
		margin-bottom:5px;
	}
	.horizontal-tab .column-tabs ul li{
		margin:0 0 0 15px;/* rtl */
	}
	.horizontal-tab .column-tabs .heading-tab i,
	.horizontal-tab .column-tabs .heading-tab .ic-image{
		display:none !important;
	}
	.column-tabs .heading-tab .heading-title > span{
		width:100%;
		display:inline-block;
	}
	.vertical-tab .column-tabs .tabs li{
		padding:15px 20px;
	}
	/* Shortcode Hotdeal */
	.fullwidth-deal .counter-wrapper > div{
		width:44px;
		margin:0;
		padding:5px 2px;
	}
	.fullwidth-deal .counter-wrapper .number{
		font-size:100%;
	}
	/* BLOG */
	.ts-blogs:not(.ts-slider) .entry-meta > span.author{
		float:left;/* rtl */
		clear:both;
	} 
	.ts-blogs:not(.ts-slider) article .entry-meta.has-author,
	.ts-blogs:not(.ts-slider) article .entry-meta.has-datetime{
		margin-top:0;
		padding-top:5px;
		padding-bottom:1px;
	}
	.single-post .ts-blogs article .entry-meta.has-author,
	.single-post .ts-blogs article .entry-meta.has-datetime{
		padding-top:7px;
		padding-bottom:5px;
		margin-top:20px;
	}
	/* FOOTER */
	.box-office-address,
	.box-phone-numbers,
	.box-email-address,
	.box-fax-numbers{
		padding-top:0;
	}
}

@media 
only screen and (max-width: 900px)	and (min-width: 768px){
	/* HOME ELECTRONIC */
	.vetical-slideshow{
		width:calc(100% - 250px );
	}
	.vetical-slideshow .rev_slider_wrapper, 
	.vetical-slideshow .rev_slider,
	.vetical-slideshow rs-module-wrap,
	.vetical-slideshow rs-module{
		height:348px !important;
	}
	.vertical-banner{
		width:250px;
	}
	/* SHORTCODE */
	/* Shortcode Feature */
	.icon-big .feature-content{
		padding:0;
	}
	.feature-horizontal.icon-big .feature-icon{
		font-size:50px;
		width:50px;
	}
}

@media only screen and (max-width: 991px){
	.hidden-vertical-ipad{
		display:none !important;
	}
	/* HOME SUPERMARKET 1 */
	.home1-fix-columns-slideshow .vc_col-sm-9{
		width:100%;
	}
	/* HEADER */
	.menu-wrapper nav > ul.menu > li{
		margin-right:10px;/* rtl */
	}
	.breadcrumb-title-wrapper .breadcrumb-content, 
	.header-v1 .container{
		padding-left:10px;
		padding-right:10px;
	}
	/* Group meta header */
	.ts-group-meta-icon-toggle.active .fa-cog:before{
		content: "\f00d";
	}
	body .ts-group-meta-icon-toggle{
		width:50px;
		display:inline-block !important;
		cursor:pointer;
		font-size:24px;
		text-align:center;
		z-index:9;
		margin-bottom:10px;
		float:right; /* rtl */
	}
	.group-meta-header{
		padding:10px 15px;
		position:relative;
		clear:both;
		display:none;
	}
	.group-meta-header:before{
		top:0;
		bottom:0;
		left:0;
		right:0;
		position:absolute;
		content:"";
		background:rgba(155,155,155,0.1);
	}
	.group-meta-header:after{
		display:table;
		content:"";
		clear:both;
	}
	/* BLACK PAGE */
	h1.title-coming,
	.h2-big{
		font-size:30px;
		line-height:36px;
	}
	/* CONTACT US */
	.map-contact{
		margin-top:-50px;
	}
	/* MAIN CONTENT */
	.fix-vertical-menu-2columns .vc_col-sm-9{
		width:100%;
		padding:0 15px;
	}
	.fix-vertical-menu-2columns .vc_col-sm-3{
		display:none;
	}
	.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,
	body.main-content-boxed .breadcrumb-title-wrapper{
		padding-left:10px;
		padding-right:10px;
	}
	#main > .page-container{
		padding-left:0;
		padding-right:0;
	}
	/* BREADCRUMB */
	.breadcrumb-title-wrapper{
		margin-bottom:0;
	}
	/* 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 */
	}
	/* SHORTCODE */
	/* Shortcode Testimonial */
	.vc_col-sm-12 .ts-testimonial-wrapper{
		max-width:100%;
	}
	.vc_col-sm-12 .testimonial-content{
		padding-left:10px;
		padding-right:10px;
	}
	/* Shortcode Video */
	.vc_row.ts-video-bg > .wpb_column{
		padding-top:130px;
		padding-bottom:130px;
	}
	.ts-youtube-video-bg .mb_YTPBar, 
	.ts-hosted-video-bg .video-control{
		top:30px;
	}
	.ts-youtube-video-bg .loading{
		top:50px;
	}
	
	.woocommerce.columns-4 .has-banner .products .product.first,
	.woocommerce.columns-5 .has-banner .products .product.first,
	.woocommerce.columns-6 .has-banner .products .product.first{clear:none;}
	
	.woocommerce.columns-4 .has-banner .products .product,
	.woocommerce .columns-5 .has-banner .products .product,
	.woocommerce .columns-6 .has-banner .products .product{width:50%;float:left/* rtl */}

	.woocommerce.columns-4 .has-banner .products .product:nth-child(2n+1),
	.woocommerce.columns-5 .has-banner .products .product:nth-child(2n+1),
	.woocommerce.columns-6 .has-banner .products .product:nth-child(2n+1){
		clear:both;float:left;/* rtl */
	}
	/* FORUMS */
	#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{
		font-size:16px;
		line-height:18px;
	}
	/* FAQ PAGE */
	.vc_toggle_title h4{
		padding: 9px 40px 9px 35px;/* rtl */
	}
	.vc_toggle_title h4:before{
		left:12px; /* rtl */
	}
	.vc_toggle_title h4:after{
		left:6px; /* rtl */
	}
	/* RESET BUTTON DEFAULT */
	body.wpb-js-composer .vc_toggle_title h4{
		padding:9px 30px 9px 35px;/* rtl */
	}
	body.wpb-js-composer .vc_toggle_title h4:before{
		left:12px;/* rtl */
	}
	body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4{
		padding:15px 40px 15px 30px;/* rtl */
	}
	html .woocommerce .ts-product-deals-slider-wrapper.list h3.product-name,
	html .woocommerce .ts-product-deals-slider-wrapper.list h3.product-name > a{
		font-size:16px;
		line-height:20px;
	}
	html .ts-banner header .price,
	html .woocommerce .ts-product-deals-slider-wrapper.list .amount{
		font-size:18px;
		line-height:22px;
	}
	html .font-big h3{
		font-size:16px;/* 24px + 4 */
		line-height:22px;
	}
	table tr td,
	table tr th{padding:10px}
	/* Video */
	.ts-blog iframe 
	{
		max-width:100%;
		height:auto;
	}
	a.button,
	button, 
	input[type="submit"],
	body #yith-woocompare table.compare-list .add-to-cart td a,
	.shopping-cart p.buttons a, 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button, 
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt, 
	.woocommerce .widget_price_filter .price_slider_amount .button,
	.woocommerce #respond input#submit.disabled, 
	.woocommerce #respond input#submit:disabled, 
	.woocommerce #respond input#submit:disabled[disabled], 
	.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]{
		padding-left:10px;
		padding-right:10px;
	}
	.woocommerce .product a.added_to_cart, 
	.woocommerce .product a.button{
		min-width:0;
	}
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last{
		width:100%;
		float:none;/* rtl */
	}
	.woocommerce form .form-row-first{
		margin-right:0; /* rtl */
	}
	/* BLOG */
	.entry-author .author-avatar{
		vertical-align:top;
		position:relative;
	}
	.list-posts .entry-format,
	.list-posts .entry-content,
	.single-post .entry-format .thumbnail{
		width:100%;
	}
	/* BLOG DETAIL */
	blockquote.quote-border{
		padding:15px 20px;
	}
	.commentlist .comment-wrapper .comment-detail{
		padding:15px 20px 5px 20px;
	}
	#comment-wrapper .info-wrapper > *{
		width:100%;
	}
	#comment-wrapper .info-wrapper{
		margin-bottom:0;
	}
	article.single .social-sharing{
		width:100%;
		margin-bottom:8px;
	}
	/* PORTFOLIO DETAIL */
	body .single-portfolio .single-navigation a[rel="next"]{
		float:left;
	}
	/* WISHLIST */
	.woocommerce td.product-add-to-cart a.button{
		font-size:0;
		padding:0 !important;
		min-width:24px;
		height:24px;
		border-width:1px;
		line-height:0;
	}
	.woocommerce td.product-add-to-cart a.button:before{
		content:"+";
		font-weight:500;
		font-family:'Arial';
		font-size:16px;
		line-height:22px;
	}
	/* SHOPPING CART */
	.woocommerce-cart .ts-col-24 article .woocommerce .woocommerce-cart-form,
	.woocommerce-cart article .woocommerce .woocommerce-cart-form{
		width:100%;
	}
	.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals,
	.woocommerce-cart article .woocommerce .cart-collaterals{
		width:100%;
		padding:0 /* rtl */
	}
	.woocommerce table.shop_table td.actions{
		padding:10px;
	}
	.woocommerce table.cart td.product-thumbnail{
		padding:10px;/* rtl */
	}
	.woocommerce table.cart td{
		padding:10px 10px 10px 0;/* rtl */
	} 
	.woocommerce table.cart th{
		padding:12px 10px 12px 0;/* rtl */
	}
	.woocommerce table.shop_table td.product-thumbnail{
		width:80px;
		height:auto;
		display:table-cell;
	}
	.woocommerce table.shop_table.cart td.actions{
		padding:10px;
	}
	/* CHECKOUT */
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
		width:28%;
		float:left;/* rtl */
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
		width:70%;
		float:left;/* rtl */
	}
	.woocommerce .checkout .col2-set, 
	.checkout-login-coupon-wrapper,
	.ts-col-18 .woocommerce .checkout .col2-set,
	.ts-col-12 .woocommerce .checkout .col2-set,
	.ts-col-18 .checkout-login-coupon-wrapper{
		width:100%;
		float:none; /* rtl */
		padding-right:0 /* rtl */
	}
	.woocommerce > form.checkout{
		padding-top:20px;
	}
	#order_review_heading,
	.ts-col-18 #order_review_heading,
	.ts-col-12 #order_review_heading,
	.woocommerce .checkout #order_review, 
	.ts-col-18 .woocommerce .checkout #order_review, 
	.ts-col-12 .woocommerce .checkout #order_review{
		width:100%;
		clear:both;
	}
	#order_review_heading{
		margin-top:0;
	}
	/* SHORTCODE */
	/* Group table */
	.woocommerce #main-content div.product form.cart .group_table{
		margin:0;
	}
	.woocommerce #main-content div.product form.cart .group_table tr{
		margin-bottom:10px;
		display:inline-block;
		width:100%;
	}
	.woocommerce #main-content div.product form.cart .group_table td{
		display:inline-block;
		width:50%;float:left; /* rtl */
		padding:5px 0 0 0;
	}
	.woocommerce #main-content div.product form.cart .group_table td.label{
		clear:both;
		padding:8px 0 0 0;
	}
}

/* Fix vertical ipad min height */
@media only screen and (max-device-width : 769px){
	.blank-page{
		text-align:center;
		padding:150px 15px 80px 15px;
		position:relative;
	}
	.ts-group-button-coming{
		padding-bottom:90px;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XIX. CUSTOM FONT SIZE ---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
html, 
body,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.mc4wp-form-fields label,
ul li .ts-megamenu-container,
.comment-text,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
.woocommerce .order_details li,  
.woocommerce table.my_account_orders td, 
.comment_list_widget .comment-body,
#bbpress-forums,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.shopping-cart-wrapper .form-content > label,
.widget_calendar th, 
.widget_calendar td,
.woocommerce .widget-container .price_slider_amount .price_label,
#ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
#lang_sel_click > ul li a,
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:not(.button),
select option,
.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 #yith-woocompare table.compare-list tr.image td, 
body #yith-woocompare table.compare-list tr.price td,
h3 > label,
body.wpb-js-composer .vc_tta.vc_general,
.dokan-category-menu .sub-block h3,
.woocommerce table.shop_table.my_account_orders,
.feature-content .feature-excerpt,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce .products.list .product .short-description,
/* 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 #yith-woocompare table.compare-list,
body #yith-woocompare table.compare-list tr.title td
{
	font-size:14px;
	line-height:26px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
	font-size:14px;
}
.ts-shortcode{
	line-height:26px;
}
.list-posts article.format-quote blockquote{
	font-size:14px;
	line-height:30px;
}
.woocommerce .products .product .short-description,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.dokan-form-control,
.feature-content .feature-header,
.font-normal .description,
.single-navigation .product-info > div > span:first-child,
input, 
textarea, 
keygen, 
#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, 
h3.product-name > a, 
h3.product-name,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .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,
body .style-3 .mailchimp-subscription.text-light button.button{
	font-size:14px;
	line-height:18px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select{
	font-size:14px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
select,
body select.dokan-form-control{
	line-height:30px;/* line-height default for firefox */
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a{
	font-size:14px !important;
	line-height:18px !important;
}
.ts-portfolio-wrapper .filter-bar li,
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty{
	font-size:14px;
}
h4 > a,
.amount,
.portfolio-inner h3,
.cats-portfolio,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.woocommerce .checkout #order_review table thead th,
.mailchimp-subscription .newsletter,
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,
.vc_toggle_default .vc_toggle_title h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.column-tabs .tabs li,
.font-big .description,
.list-cats li a,
.list .product h3.product-name > a,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-team-member header > h3,
.ts-team-member header > h3 a,
.woocommerce-columns > h3,
.mc4wp-form-fields .mailchimp-input input[type="email"],
.mc4wp-form-fields .mailchimp-input input[type="tel"],
ul.wishlist_table .item-details .product-name h3{
	font-size:14px;
	line-height:20px;
}
body #pp_full_res{
	line-height:24px !important;
}
ol li, 
ul li {
	line-height:20px;
}
dt, 
dd,
.woocommerce form .form-row label{
	line-height:18px;
}
h1,
.h1,
.ts-heading h1
{
	font-size:40px;
	line-height:48px;
}
h2,
.h2,
h1.wpb_heading,
.ts-heading h2,
.breadcrumb-title-wrapper .breadcrumb-title h1,
div.product p.price .woocommerce-Price-amount, 
div.product .single_variation .amount, 
.woocommerce div.product .single_variation .amount
{
	font-size:36px;
	line-height:42px;
}
h3,
.h3,
h2.wpb_heading,
.theme-title > h3,
.ts-heading h3,
.ts-mailchimp-subscription-shortcode .widgettitle,
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
.woocommerce div.wishlist-title h2,
.heading-wrapper > h2,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
	font-size:30px;
	line-height:36px;
}
.theme-title > h3,
.heading-wrapper > h2,
#customer_login .col-1 > h2, 
#customer_login .col-2 > h2{
	text-transform:uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.ts-feature-wrapper .feature-header h3 > a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
.woocommerce-account div.woocommerce > h2,
.cart-collaterals .cart_totals > h2,
.heading-shortcode > h3,
.related > h2,
body.woocommerce > h1,
body div.ppt,
.entry-content h1.blog-title,
.widget.ts-products-widget > .widgettitle,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .products .product.product-category h3,
.woocommerce #reviews #reply-title, 
.woocommerce #reviews #comments > h2, 
.widget_shopping_cart_content p.total strong,
.widget-title,
.row-heading-tabs .heading-tab .heading-title,
#order_review_heading,
h3.wpb_heading,
.style-normal .mailchimp-subscription h2,
.mc4wp-form-fields > h2.title,
body #yith-woocompare table.compare-list th{
	font-size:16px;
	line-height:22px;
}
h4,
.h4,
.ts-heading h4,
h3.entry-title > a,
#bbpress-forums #bbp-user-wrapper h2.entry-title,
.woocommerce-billing-fields > h3,
.widget.ts-products-widget > .widgettitle,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1,
.ts-recently-viewed-products-wrapper .shortcode-heading-wrapper .heading-title,
.title-background-color .shortcode-heading-wrapper .heading-title,
.mailchimp-subscription .widget-title-wrapper h3,
.mc4wp-form-fields .mailchimp-wrapper h2.title,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.single-portfolio .info-content .entry-title,
.pp_woocommerce div.product .product_title, 
.woocommerce div.product .product_title,
.horizontal-tab .column-tabs .heading-tab h3,
.horizontal-tab .column-tabs .heading-tab i,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.banner-content h4{
	font-size:24px;
	line-height:30px;
}

h5,
.h5,
h4.wpb_heading,
h5.wpb_heading,
body .ts-footer-block .widget .widgettitle,
body .ts-footer-block .widget-title,
.column-tabs .heading-tab h3,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs-container,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a,
.ts-products-widget-shortcode:not(.title-background-color ) .widgettitle{
	font-size:18px;
	line-height:24px;
}
h6,.h6,
.vc_message_box .h4,
h6.wpb_heading,
.woocommerce table.shop_table thead th,
.breadcrumb-title-wrapper .breadcrumbs-container,
.member-name h3,
.ts-milestone h3.subject,
.ts-testimonial-wrapper.text-light .testimonial-content h4 > a,
.ts-twitter-slider.text-light .twitter-content h4 > a,
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
	font-size:16px;
	line-height:22px;
}
blockquote {
	font-style:italic;
}
/*----------------------------------------------------------------*/
/*- HEADER -------------------------------------------------------*/
.info-desc,
.my-account-wrapper .account-control > a,
.my-wishlist-wrapper a,
#lang_sel_click > ul > li > a,
.header-currency .wcml_currency_switcher > a,
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
	font-size:14px;
	line-height:26px;
}
.my-account-wrapper .dropdown-container{
	line-height:26px;
}

/*----------------------------------------------------------------*/
/*- MENU ---------------------------------------------------------*/
.mobile-menu-wrapper li a{
	font-size:13px;
	line-height:18px;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading,
header .vertical-menu-wrapper .vertical-menu-heading:before{
	line-height:20px;
	font-size:15px;
	text-transform:uppercase;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading{
	transition: color 200ms,background 200ms ease 0s;
    -webkit-transition: color 200ms,background 200ms ease 0s;
    -moz-transition: color 200ms,background 200ms ease 0s;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
	font-size:14px;
}
/* WIDGET CUSTOM MENU FOR MEGAMENU */
.menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}

/*----------------------------------------------------------------*/
/*- PRODUCT ------------------------------------------------------*/
.total .total-title,
.total .amount,
.product .amount,
.woocommerce .menu ul.product_list_widget li span.amount,
.menu .woocommerce ul.product_list_widget li span.amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce ul.product_list_widget li .price > .amount{
	font-size:18px;
}
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock{
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
}
.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{
	font-size:87%;
	text-transform:uppercase;
}
/* BUTTON */
.woocommerce-error .button,
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button{
	font-size:12px;
	line-height:14px;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
a.view-more,
a.ts-button,
a.button,
button,
.meta-wrapper div.compare a i,
.meta-wrapper div.compare a:before,
body .single-post .single-navigation > a,
html body.woocommerce table.compare-list tr.add-to-cart td a:before,
html body #yith-woocompare table.compare-list tr.add-to-cart td a:before,
input[type="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce table.shop_table input, 
body .product-edit-new-container .dokan-btn-lg,
.button-banner,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.button:before, 
/* Forum */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a,
/* Compare */
body #yith-woocompare table.compare-list .add-to-cart td a,
/* Dokan */
input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn{
	font-size:16px;
	line-height:20px;
}
.pp_woocommerce .quantity input.qty, 
.woocommerce .quantity input.qty{
	line-height:18px;
}

/* FONT WEIGHT */

/* Font weight heading */
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.ts-feature-wrapper .feature-header h3 > a,
.widget.ts-products-widget > .widgettitle,
.ts-banner header .discount,
.widget-title,
body.woocommerce > h1{
	font-weight:500;
}

/* Font weight body */
h4.heading-title > a,
h3.product-name > a,
h3.product-name,
body h3.entry-title > a,
.woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th,
body #yith-woocompare table.compare-list td,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th,
.ts-product-attribute > div a,
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label,
div.product .summary .yith-wcwl-add-to-wishlist a,
div.product .summary .wishlist a,
section.product .yith-wcwl-wishlistexistsbrowse.show i,
section.product .yith-wcwl-wishlistaddedbrowse.show i,
.product-group-button .button-tooltip,
section.widget_display_stats > dl dt,
.comment_list_widget .comment-body,
.widget_calendar th, 
.widget_calendar td,
.woocommerce.widget_recent_reviews ul.product_list_widget li a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .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,
.woocommerce .widget-container .price_slider_amount .price_label span,
.widget-container .tagcloud a,
.dokan-category-menu .sub-block h3,
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
body .style-3 .mailchimp-subscription button.button,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-banner header div{
	font-weight:400;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
body div.ppt,
.woocommerce #reviews #reply-title,  
.widget_shopping_cart_content p.total strong,
.row-heading-tabs .heading-tab .heading-title,
body #yith-woocompare table.compare-list th,
.wp-caption p.wp-caption-text,
body div.ppt,
a.button, 
button, 
input[type^="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
#content button.button, 
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce-page .widget_price_filter .price_slider_amount .button, 
body .single-post .single-navigation > a,
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span,
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock,
.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,
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child,
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title,
.entry-author .author-info .author,
.comments-area .comment-meta > span.author a,
.avatar-name a,
.comments-area .reply a,
.portfolio-info p,
.woocommerce > form > fieldset legend,
.cloud-zoom-title,
.woocommerce table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
body #yith-woocompare table.compare-list .add-to-cart td a,
body #yith-woocompare table.compare-list tr.price th, 
body #yith-woocompare table.compare-list tr.price td,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.widget_calendar #today,
.widget_calendar caption,
body .product-edit-new-container .dokan-btn-lg,
#ts-search-result-container .view-all-wrapper,
#ts-search-result-container li a span.hightlight,
.cart_list span.quantity,
.ts-product-in-category-tab-wrapper .see-more-button:hover,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.ts-milestone .number,
.ts-price-table .desc-price,
.ts-price-table .table-title,
.ts-price-table .table-price span,
.vc_pie_chart .vc_pie_chart_value,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-button.fa,
.ts-button,
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button,
.counter-wrapper .number,
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,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li{
	font-weight:500;/* font weight body + 100 */
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
body .yith-woocompare-widget ul.products-list a.remove,
.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,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_title h4{
	font-weight:400 !important;
}

/* Font weight menu */
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.menu-wrapper .vertical-menu ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading,
.nav > ul.menu > ul > li > a{
	font-weight:400;
}

.amount,
.product-subtotal .amount,
div.product p.price .woocommerce-Price-amount{
	font-weight:bold;/* default */
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- XX. CUSTOM COLOR --------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/
html, 
body,
label,
input, 
textarea, 
keygen, 
select, 
button,
.mc4wp-form-fields label,
.font-body,
.ts-banner .heading-body,
.ts-button.fa,
li.fa,
h3.product-name > a, 
h3.product-name,
#order_review_heading,
.woocommerce-cart .cart-collaterals .cart_totals > h2,
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.text-light .testimonial-content h4.name a,
.ts-twitter-slider.text-light .twitter-content h4.name > a,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.ts-milestone h3.subject, 
.cart_totals table th,
.woocommerce #order_review table.shop_table tfoot td, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce #order_review table.shop_table 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 div.pp_default .pp_nav .currentTextHolder,
body .theme-default .nivo-caption,
.dokan-category-menu .sub-block h3,
.menu-wrapper nav > ul.menu li .menu-desc,
body #yith-woocompare{
	font-family: "Roboto", sans-serif;
}
.h1-big,
.h2-big,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading
{
	font-family: "Roboto", sans-serif;
}

/* Background Content Color */
body #main,
body.dokan-store #main:before,
body div.pp_pic_holder,
#cboxLoadedContent,
.woocommerce .woocommerce-ordering .orderby ul:before,
form.checkout div.create-account,
#main > .page-container,
#main > .fullwidth-template,
.thumbnails.loading:before,
.ts-testimonial-wrapper.loading:before,
.ts-twitter-slider.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.related-posts.loading .content-wrapper:before,
.ts-portfolio-wrapper.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
article .tags-link a:after,
header .header-v5 .header-bottom,
.content-no-border .widget.ts-products-widget .owl-nav:after,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
header .header-v7 .is-sticky .header-bottom
{
	background-color:#ffffff;
}
/* Widget & Shortcode Background */
footer .widget-container,
footer .ts-shortcode,
footer .vc_tta-container,
footer .vc_tta-panels{
	background:transparent;
}
.widget.ts-products-widget,
.ts-slider.no-margin:not(.thumbnail-no-border) .content-wrapper:before,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.header-currency > div:before,
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul: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,
.product-category-top-content:before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container,
.ts-product-in-category-tab-wrapper .column-products .owl-nav > div,
.images-thumbnails >.thumbnails .owl-nav > div,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab,
.widget-container,
.ts-products-tabs-widget .widget-title-wrapper,
.vc_tta-container .vc_general,
table.shop_table,
.single-navigation .product-info:before,
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,
#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 table.cart td.actions .coupon .input-text, 
.widget-container .gallery.loading figure:before,
.list-posts article .gallery.loading:before,
.thumbnail.loading:before,
.images.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product .content-wrapper.loading:before,
.tab-contents.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,
.blogs article a.gallery.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:hover,
.woocommerce #payment div.payment_box, 
.ts-blogs article .content-meta,
.list-posts article,
.ts-team-member .content-info,
.vc_toggle,
.ts-product-in-category-tab-wrapper,
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
/* 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;
}

.tab-content.loading:before,
.yith-wcwl-add-to-wishlist .loading:after{
	background-color:#ffffff;
	opacity:0.7;
}

.woocommerce-checkout #payment div.payment_box:before{
	border-bottom-color:#ffffff;
}

/* BODY COLOR */

body,
.gridlist-toggle a,
.widget-container .tagcloud a,
.product-categories a,
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
body .star-rating.no-rating:before,
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description, 
.woocommerce div.product.summary .woocommerce-product-details__short-description, 
.entry-bottom .ts-social-sharing li a,
.ts-feature-wrapper .feature-icon,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a i,
/* Widget */
p.lost_password a,
span.bbp-admin-links a,
span.bbp-admin-links,
.ts-product-attribute > div a,
.comment_list_widget .comment-body,
header .header-template .my-account-wrapper .forgot-pass a,
.woocommerce .woocommerce-ordering ul li a, 
article .social-sharing li a, 
div.product .social-sharing li a,
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th, 
.woocommerce p.stars a,
.woocommerce-product-rating .woocommerce-review-link,
table tfoot th,
.ts-team-member .image-thumbnail .social,
.woocommerce-checkout #payment div.payment_box,
body div.pp_default .pp_nav .currentTextHolder,
.dashboard-widget.products ul li a,
.single-portfolio .cat-links > a,
/* 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,
.woocommerce .widget-container .price_slider_amount .price_label,
.widget-container ul 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,
.dokan-dashboard .dokan-dashboard-content a,
.dokan-dashboard .dokan-dashboard-content a.dokan-btn-default:hover,
.product-categories span.count,
#lang_sel_click ul ul a,
header.top-header-transparent .header-top .header-top .wpml-ls ul ul li a,
.header-top .wpml-ls ul ul li a,
header.top-header-transparent .header-top .wpml-ls ul ul li a,
.header-currency ul li a:not(.button),
header.top-header-transparent .header-top .header-currency ul li a:not(.button),
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
.ts-product-in-category-tab-2-wrapper .see-more-button{
	color:#848484;
}
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
.ts-social-sharing .sharing-title,
.cats-link,
.tags-link,
.cats-link a,
.tags-link a{
	color:#5d5d5d;
}
/* Quick view */
body #cboxClose,
#ts-search-popup .ts-button-close,
body div.ts-product-video.pp_pic_holder .pp_close,
body div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_expand,
body div.pp_woocommerce.pp_pic_holder .pp_contract,
body div.pp_default .pp_expand,
body div.pp_default .pp_contract{
	background-color:#666666;
	color:#ffffff;
}
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"],
#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:#848484;
	border-color:#e5e5e5;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#848484;
}
header .header-v3 .ts-search-by-category input[type="text"], 
header .header-v4 .ts-search-by-category input[type="text"],
header .header-v6 .ts-search-by-category input[type="text"]{
	border-color:#e5e5e5;
}
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{
	border-color:#c0c0c0;/* Mau border + - */
	color:#666666;/* Mau text + - */
}
body .select2-container--open .select2-selection--single .select2-selection__rendered{
	color:#666666;/* Mau text + - */
}
.owl-dots > div > span:before{
	border-color:#b8b8b8;
}
::-webkit-input-placeholder {
	color: #b8b8b8;
	font-style:italic;
}

:-moz-placeholder { /* Firefox 18- */
	color: #b8b8b8;
	font-style:italic;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #b8b8b8;
	font-style:italic;
}

:-ms-input-placeholder {  
	color: #b8b8b8;
	font-style:italic;
}
body .theme-default .nivo-controlNav a:before{
	border-color:#848484;
}
body .theme-default .nivo-controlNav a:hover:before,
body .theme-default .nivo-controlNav a.active:before{
	border-color:#848484;
	background-color:#848484;
}

/* HEADING COLOR */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.woocommerce > form > fieldset legend{
	color:#535353;
}

/* LINK COLOR */

a{
	color:#e72304;
}
a:hover,
a:active{
	color:#e72304;
}


/* PRIMARY TEXT COLOR */

table thead th,
label ,
p > label,
fieldset div > label,
.wpcf7 p,
.primary-text,
.banner-fullwidth-wrapper .banner_detail a.banner-button,
/* Widget */
.widget-container .tagcloud a:hover,
/* Product Detail */
h3.heading-title > 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,
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4,
.avatar-name a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
a.view-more,
.secondary-color,
.cart_list span.quantity,
.widget-title,
.widget.ts-products-widget > .widgettitle,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-category-slider-wrapper .category-name h3 > a,
.ts-product-categories-widget ul.product-categories span.icon-toggle,
.widget_categories > ul li.cat-parent > span.icon-toggle,
.ts-product-categories-widget ul.product-categories > li >a,
.widget_categories > ul > li > a,
.ts-team-member .content-thumbnail .member-social a,
body.error404 article h2,
.ts-countdown.text-light .counter-wrapper > div,
.total .total-title,
.cart_list .quantity,
.cart_list .icon,
blockquote:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-product-rating .woocommerce-review-link,
/* Portfolio */
.ts-portfolio-wrapper .filter-bar li,
.portfolio-inner .item a,
.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,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.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,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2,
.cart_totals h2,
.mc4wp-form-fields h2.title,
.wp-caption p.wp-caption-text,
.sku-wrapper,
#order_review_heading,
#ship-to-different-address,
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce .checkout #order_review table th,
.desc-big,
.mailchimp-subscription .widgettitle,
.column-tabs .tabs li,
.woocommerce .ts-product-deals-slider-wrapper.list .products .product .short-description,
.dashboard-widget.products ul li a,
.row-heading-tabs ul li,
.row-heading-tabs ul li a,
.widget-container .tagcloud a:hover,
.heading-title,
body div.pp_woocommerce .pp_description,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .widget_layered_nav ul li a,
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links),
.ts-product-social-sharing li a,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.customer_details th,
.comments-area .reply a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus, 
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.mailchimp-subscription.text-default .widget-title-wrapper h3,
.woocommerce #reviews #reply-title,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-gravatar-profile-widget .meta h4,
.widget-container .social-icons li > a,
.woocommerce div.wishlist-title h2,
.woocommerce .products .product.product-category h3,
.widget-title-wrapper a.block-control,
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
#bbpress-forums #bbp-user-wrapper h2.entry-title,
fieldset legend,
.woocommerce ul.order_details li strong,
/* Portfolio */
.portfolio-info p,
.single-portfolio .info-content .entry-title,
.vc_pie_chart .vc_pie_chart_value,
/* Team */
.ts-team-member header > h3 a,
/* Forum */
#bbpress-forums .status-category .bbp-forum-title,
.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,
/* Compare table */
body #yith-woocompare table.compare-list th{
	color:#000000;
}
body div.ppt,
.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,
body .yith-woocompare-widget ul.products-list a.removebefore,
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before,
body .pp_arrow_previous:before, 
body .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
	color:#000000 !important;
}
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover,
/* Header */
header .ts-search-by-category .search-content input[type="submit"]:hover{
	background:#000000;
}
.cats-portfolio:before,
.ts-product-attribute > div.color a:before,
.ts-product-attribute > div.selected:before,
.product-filter-by-color ul li a:before{
	border-color:#000000;
}
.text-light .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,
body div.pp_woocommerce .pp_gallery ul li a:hover, 
body div.pp_woocommerce .pp_gallery ul li.selected a,
body div.pp_default .pp_gallery ul li a:hover, 
body div.pp_default .pp_gallery ul li.selected a{
	border-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a,
/* 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{
	background:#000000;
	color:#fff;
	border-color:#000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
	color:#000000;/* color background below */
}
.portfolio-inner .icon-group a,
.single-portfolio .ic-like{
	border-color:#000000;
	color:#000000;
	background-color:#ffffff;
}
div.product .summary .print a,
div.product .summary .email a,
div.product .summary .wishlist a,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a,
.woocommerce div.product .summary a.compare,
.woocommerce .button.button-secondary.transparent,
body .button.button-secondary.transparent,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce table.cart td.actions .coupon .button,
.pp_woocommerce div.product form.cart table .button, 
.woocommerce div.product form.cart table .button,
.woocommerce table.my_account_orders tr td:last-child .button,
.woocommerce .checkout_coupon input[type="submit"],
.woocommerce .woocommerce-shipping-calculator .button,
body .single-post .single-navigation > a,
.woocommerce ul.product_list_widget li .loop-add-to-cart a{
	border-color:#cccccc;/* color border + - */
	color:#000000;
	background-color:#ffffff;
}
.quantity input[type="number"],
.pp_woocommerce .quantity input.qty,
.woocommerce .quantity input.qty, 
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus,
.gridlist-toggle a,
.ts-product-social-sharing li a,
.woocommerce .woocommerce-ordering ul.orderby,
.prod-cat-show-top-content-button{
	border-color:#cccccc;/* color border + - */
}
.mc4wp-form-fields input[type="submit"],
.pp_woocommerce div.product p.cart .button:hover, 
.woocommerce div.product p.cart .button:hover,
.pp_woocommerce div.product form.cart .button:hover, 
.woocommerce div.product form.cart .button:hover,
html body #yith-woocompare table.compare-list tr.add-to-cart td a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body .rev_slider .rev-btn-secondary,
body rs-module-wrap .rev-btn-secondary,
a.button.button-border-secondary:hover,
input.button.button-border-secondary:hover,
.woocommerce-page a.button.button-border-secondary:hover,
.woocommerce-page input.button.button-border-secondary:hover,
.woocommerce .button.button-transparent:hover,
body .button.button-transparent:hover,
body .button.button-secondary,
.woocommerce .cart_totals a.continue-shopping.button,
.woocommerce .button.button-secondary,
.woocommerce .button.button-primary:hover,
body .button.button-primary:hover,
body footer .style-1 .mailchimp-subscription button.button:hover,
.woocommerce footer .style-1 .mailchimp-subscription button.button:hover,
body input.wpcf7-submit,
.woocommerce #payment #place_order:hover, 
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.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 .woocommerce-ordering:hover ul.orderby,
.woocommerce .button.button-secondary.transparent:hover,
body .button.button-secondary.transparent:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce table.my_account_orders tr td:last-child .button:hover,
.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce .checkout_coupon input[type="submit"]:hover,
.pp_woocommerce div.product form.cart table .button:hover, 
.woocommerce div.product form.cart table .button:hover,
body .single-post .single-navigation > a:hover,
/* Forum */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
.widget_calendar caption{
	background-color:#3f3f3f;
	color:#ffffff;
	border-color:#3f3f3f;
}
/* Remove button */
body .rev_slider .rev-btn-secondary:hover,
body rs-module-wrap .rev-btn-secondary:hover,
a.button.button-border-secondary,
input.button.button-border-secondary,
.woocommerce-page a.button.button-border-secondary,
.woocommerce-page input.button.button-border-secondary,
body .button.button-secondary:hover,
.woocommerce .button.button-secondary:hover,
.woocommerce .cart_totals a.continue-shopping.button:hover{
	background-color:transparent;
	color:#3f3f3f;
	border-color:#3f3f3f;
}
/* Button Dots Slider */
.owl-nav > div,
div.product .single-navigation > div >  a,
/* Slider Icon Thumbnail */
.images-thumbnails > .thumbnails .owl-nav > div{
	color:#bbbbbb;
	border-color:#cccccc;
	background:#ffffff;
}
/* Slider Icon Thumbnail */
.text-light .owl-nav > div:hover:before,
.text-light .owl-nav > div:hover,
.style-light .owl-nav > div:hover,
.owl-dots > div > span:hover:before,
.owl-dots > div.active > span:before{
	border-color:#e72304;
	background-color:#e72304;
}
.woocommerce .product figure .color-image.active span:before,
.woocommerce .product figure .color.active span:before{
	border-color:#e72304;
}
.images-thumbnails > .thumbnails .owl-nav > div:hover,
div.product .single-navigation > div >  a:hover,
.single-navigation > a:hover,
.owl-nav > div:hover{
	border-color:#000000;
	color:#000000;
	background:#ffffff;
}
/* PRIMARY COLOR */
table thead th,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time, 
article.single .entry-meta .date-time, 
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-dropcap.style-2,
.ts-social-icons .ts-tooltip,
.product-group-button .button-tooltip,
/* Compare table */
body.woocommerce > h1,
body.woocommerce > h1 a.close{
	color:#ffffff;
}
.primary-color,
.cart_list .amount,
.total .amount,
.column-tabs .tabs li:hover,
.column-tabs .tabs li.current,
.ol-style ol li:before,
.ol-style li:before,
.ul-style 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,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.comments-area .reply a:hover,
.ts-product-in-category-tab-2-wrapper .see-more-button:hover,
ul.product_list_widget li .product-categories a:hover,
.ts-product-category-slider-wrapper .category-name h3 > a:hover,
.cats-link a:hover,
.tags-link a:hover,
.woocommerce .checkout #order_review table thead th,
.woocommerce-product-rating .woocommerce-review-link:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .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).vc_tta-tabs-position-left .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).vc_tta-tabs-position-right .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).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after,
body .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a i,
body .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover i,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_toggle_active .vc_toggle_icon:before,
/* Portfolio */
.ts-portfolio-wrapper .filter-bar li:hover,
.ts-portfolio-wrapper .filter-bar li.current,
.portfolio-inner .item 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,
.ts-social-icons li.custom .ts-tooltip:before,
body .style-3 .mailchimp-subscription.text-light button.button:hover,
a.view-more:hover,
/* Product Detail */
.order-number a,
label a:hover,
.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 a:hover,
.dokan-dashboard .dokan-dashboard-content li.active > a,
span.author a,
section.widget_nav_menu > div > ul > li > a:hover,
.widget-container ul ul li > a:hover,
.list-posts .heading-title a:hover,
p.lost_password a:hover,
.products .product.product-category a:hover h3, 
.woocommerce .products .product.product-category a:hover h3, 
header .header-template .my-account-wrapper .forgot-pass a:hover,
.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,
.ts-feature-wrapper .feature-icon:hover,
.ts-product-attribute > div:hover a,
.ts-product-categories-widget ul.product-categories span.icon-toggle:hover,
.widget_categories > ul li.cat-parent > 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,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a:hover,
.ts-twitter-slider.text-light .twitter-content h4.name > a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .product .product-categories a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .center .product-name a:hover,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.woocommerce .woocommerce-ordering ul li a:hover, 
.shipping-calculator-button:hover,
.widget-container .post_list_widget > li a.post-title:hover,
.single-portfolio .cat-links > a:hover,
body.error404 article h1,
body.error404 .icon-404 i,
.ts-tiny-cart-wrapper .ic-cart:before,
footer#colophon .ts-social-icons .social-icons.style-vertical li.custom:hover a span,
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option--highlighted[aria-selected],
/* Header */
.ic-mobile-menu-close-button:hover,
a.ic-home:hover i,
/* Menu phone */
.mobile-menu-wrapper li:hover > a,
.mobile-menu-wrapper li .ts-menu-drop-icon:hover,
.mobile-menu-wrapper li.current-menu-item > a,
.mobile-menu-wrapper li.current_page_item > a,
.mobile-menu-wrapper li:hover:before,
.mobile-menu-wrapper li.current-menu-item:before,
.mobile-menu-wrapper li.current_page_item:before,
/* Team */
.ts-team-member header > h3 a:hover,
/* Product detail */
.pp_woocommerce div.product form.cart .variations td .reset_variations,
.woocommerce div.product form.cart .variations td .reset_variations, 
/* Product */
#ts-search-result-container .view-all-wrapper a:hover,
#ts-search-result-container ul li a:hover,
.pp_woocommerce table .quantity .minus:hover, 
.pp_woocommerce table .quantity .plus:hover, 
.woocommerce table .quantity .minus:hover, 
.woocommerce table .quantity .plus:hover,
/* Product name */
.list-cats li a:hover,
.widget-container .product_list_widget li a:hover,
.woocommerce .widget-container .product_list_widget li a:hover,
.widget.ts-products-widget .ts-wg-meta > a:hover,
.woocommerce .ts-recently-viewed-products-wrapper li .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,
.ts-feature-wrapper.active-feature .feature-header h3 > a,
/* 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,
.dashboard-widget.products ul li a:hover{
	color:#e72304;
}
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,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover:before{
	color:#e72304 !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after,
body rs-module-wrap .tp-bullets .tp-bullet:hover:after, 
body rs-module-wrap .tp-bullets .tp-bullet.selected:after,
.widget-container:before,
.menu-wrapper > .ic-close-menu-button:hover,
.woocommerce div.product div.thumbnails li:hover a img,
.pp_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:hover a,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons .style-vertical li.custom:hover a i:after,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
body.wpb-js-composer .vc_general.vc_tta-style-2 .vc_tta-tabs-container{
	border-color:#e72304;
}
table thead th,
.ts-dropcap.style-2,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after,
.title-background-color .shortcode-heading-wrapper .heading-title,
/* Forum */
#bbpress-forums ul.bbp-replies > .bbp-header,
#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,
.woocommerce table.cart th,
/* Team icon custom */
.ts-team-member .image-thumbnail .social a.custom:hover,
/* Compare table */
body.woocommerce > h1,
/* Social */
.ts-social-icons .style-vertical li.custom:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.c:hover a i:after,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom  .ts-tooltip,
footer#colophon .ts-social-icons li.custom .ts-tooltip,
/* Header */
.ts-tiny-cart-wrapper .ic-cart:after,
header .ts-search-by-category .search-content input[type="submit"]{
	background-color:#e72304;
}
.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 #yith-woocompare table.compare-list tr.remove td > a .remove:hover:before,
body .yith-woocompare-widget ul.products-list a.remove:hover:before{
	color:#f94e4e !important;
}

/* INPUT COLOR */

*,
* :before,
* :after,
body #yith-woocompare table.compare-list tr th, 
body #yith-woocompare table.compare-list tr td
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table,
.woocommerce ul.order_details li,
#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 div.pp_woocommerce .pp_gallery ul li a, 
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 thead th, 
.woocommerce table.wishlist_table tbody td,
.widget_product_search, 
.widget_search, 
.widget_display_search,
.widget-container.widget_calendar,
.entry-bottom .ts-social-sharing li a,
.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 ,
body #yith-woocompare > *,
.woocommerce div.product div.thumbnails li a img,
.pp_woocommerce div.product div.images-slider-wrapper img,
.woocommerce div.product div.images-thumbnails img,
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img,
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails li:hover 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:#ebebeb;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar,
.ts-product-attribute > div:before{
	background-color:#ebebeb;
	border-color:#ebebeb;
}

/* REVOLUTION SLIDER */

.vc_images_carousel .vc_left .icon-prev:after, 
.vc_images_carousel .vc_right .icon-next:after,
.tp-leftarrow.tparrows:after,
.tp-rightarrow.tparrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
	background-color:#ffffff !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
	color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:after, 
.vc_images_carousel .vc_right:hover .icon-next:after,
.tp-leftarrow.tparrows:hover:after,
.tp-rightarrow.tparrows:hover:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:after,
.theme-default .nivo-directionNav a:hover:after{
	background-color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:before, 
.vc_images_carousel .vc_right:hover .icon-next:before,
.tp-leftarrow.tparrows:hover:before,
.tp-rightarrow.tparrows:hover:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:before,
.theme-default .nivo-directionNav a:hover:before{
	color:#ffffff !important;
}

/* BUTTON */

#to-top a:hover,
a.button:hover,
button:hover, 
input[type="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.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,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab.vc_active > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
.mc4wp-form-fields input[type="submit"]:hover,
.woocommerce .cart_totals a.checkout-button.button,
body .mailchimp-subscription.text-default button.button,
.woocommerce .mailchimp-subscription.text-default button.button,
a.button.button-border-primary:hover,
input.button.button-border-primary:hover,
.woocommerce a.button.button-border-primary:hover,
.woocommerce input.button.button-border-primary:hover,
.woocommerce .button.button-primary,
body .button.button-primary,
body footer .style-1 .mailchimp-subscription button.button,
.woocommerce footer .style-1 .mailchimp-subscription button.button,
body input.wpcf7-submit:hover,
.portfolio-inner .icon-group a:hover,
.woocommerce .button.button-primary.transparent:hover,
body .button.button-primary.transparent:hover,
.summary .quickshop .button-tooltip,
.summary .wishlist .button-tooltip,
.summary .compare .button-tooltip,
div.product .summary .wishlist a:hover,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .summary a.compare:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button,
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button,
html body #yith-woocompare table.compare-list tr.add-to-cart td a,
.pp_woocommerce div.product form.cart .group_table .button:hover, 
.woocommerce div.product form.cart .group_table .button:hover,
.woocommerce .summary div.yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .summary a.compare:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.woocommerce #content table.shop_table input.button-secondary:hover, 
.woocommerce table.shop_table input.button-secondary:hover, 
.woocommerce-page #content table.shop_table input.button-secondary:hover, 
.woocommerce-page table.shop_table input.button-secondary:hover,
body .mfp-close-btn-in .mfp-close:hover,
.woocommerce ul.product_list_widget li .loop-add-to-cart a:hover,
/* Quick view hover */
body #cboxClose:hover,
#ts-search-popup .search-button input:hover,
#ts-search-popup .ts-button-close:hover,
body div.ts-product-video.pp_pic_holder .pp_close:hover,
body .pp_nav .pp_play:hover, 
body .pp_nav .pp_pause:hover,
body div.pp_default .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
body div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
body div.pp_default .pp_expand:hover,
body div.pp_default.pp_contract:hover
{
	background-color:#e72304;
	border-color:#e72304;
	color:#ffffff;
}
.woocommerce .cart_totals a.checkout-button.button:hover,
.woocommerce .button.button-primary.transparent,
body .button.button-primary.transparent,
a.button.button-border-primary,
input.button.button-border-primary,
.woocommerce a.button.button-border-primary,
.woocommerce input.button.button-border-primary,
.woocommerce .woocommerce-shipping-calculator .button:hover{
	background:transparent;
	color:#e72304;
	border-color:#e72304;
}
.woocommerce .woocommerce-shipping-calculator .button:hover{
	background:#ffffff;
}
#to-top a,
a.button,
button,
input[type="submit"],
.shopping-cart p.buttons a,
.woocommerce #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
body #yith-woocompare table.compare-list .add-to-cart td a,
body .mailchimp-subscription.text-default button.button:hover,
.woocommerce .mailchimp-subscription.text-default button.button:hover,
body .mailchimp-subscription.text-default button.button:focus,
.woocommerce .mailchimp-subscription.text-default button.button:focus{
	background-color:#3f3f3f;
	color:#ffffff;
	border-color:#3f3f3f;
}
/* 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:#ffffff;
	color:#666666;/* color text strong */
	border-color:#cccccc;/* color border + - */
}
/* Breadcrumb */
.breadcrumb-title-wrapper{
	background-color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title *{
	color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
	color:#e72304;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
	color:#ffffff;
}

/* HEADER COLOR */

/* Header top */
.header-v1 .top-right,
.header-top{
	border-color:#ebebeb;
}
.header-v1 .top-logo,
.header-v1 .logo-vetical-ipad{
	background-color:#e72304;
}
.header-top,
.header-v1 .header-top .header-right:before{
	background-color:#ffffff;
}
.header-top a:not(.button),
.header-top,
.header-v2 .header-top .shopping-cart-wrapper a.cart-control,
.header-v5 .header-top .shopping-cart-wrapper a.cart-control{
	color:#848484;
}
/* Text Hover header top */
#lang_sel_click ul ul a:hover,
.header-currency ul li:hover a:not(.button),
.header-top .my-account-wrapper .account-control > a:hover,
.header-top .my-wishlist-wrapper > a:hover,
.header-top #lang_sel_click > ul > li > a:hover,
.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,
header.top-header-transparent .header-top .wpml-ls ul ul li a:hover,
header.top-header-transparent .header-top .wpml-ls ul ul li a:focus,
.header-top .wpml-ls .wpml-ls-current-language > a,
header.top-header-transparent .header-top .header-currency ul li a:not(.button):hover,
.header-top .header-currency > div > a:hover,
header.top-header-transparent .header-top .my-account-wrapper .account-control > a:hover,
header.top-header-transparent .header-top .my-wishlist-wrapper > a:hover,
header.top-header-transparent .header-top #lang_sel_click > ul > li > a:hover,
header.top-header-transparent .header-top .wpml-ls a:hover, 
header.top-header-transparent .header-top .wpml-ls a:focus, 
header.top-header-transparent .header-top .wpml-ls .wpml-ls-current-language > a,
header.top-header-transparent .header-top .header-currency > div > a:hover,
.header-template .shopping-cart-wrapper .ic-cart:before{
	color:#e72304;/* primary color */
}
/* Has Responsive */
@media only screen and (max-width: 767px){
	.header-template .shopping-cart-wrapper a.cart-control .amount{
		color:#e72304;/* primary color */
	}
}
@media 
only screen and (max-width: 991px)	and (min-width: 768px){
	.header-v2 .header-right .shopping-cart-wrapper a.cart-control .amount, 
	.header-v5 .header-right .shopping-cart-wrapper a.cart-control .amount{
		color:#e72304;/* primary color */
	}
}
/* Header middle */
.header-middle{
	background-color:#ffffff;
}
/* Header bottom */
header .header-bottom,
header .header-v5 .header-bottom .header-left,
.header-v1 .header-bottom .header-right:before,
header .header-v7 .header-bottom .menu-wrapper{
	background-color:#f1f1f1;
}
.header-v4 .header-bottom,
.header-v6 .header-bottom{
	border-color:#ebebeb;
}
/* Header Search */
body .category-dropdown .select2-dropdown,
header .ts-search-by-category{
	background-color:#ffffff;
}
body .category-dropdown .select2-dropdown,
body .category-dropdown .select2-search--dropdown .select2-search__field,
body .category-dropdown .select2-container--open .select2-dropdown--below,
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
	border-color:#e5e5e5;
}
.category-dropdown li,
header .select2-container--default .select2-selection--single .select2-selection__rendered,
.ts-header .ts-search-by-category select{
	color:#000000;
}
header .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-top-color:#000000;
}
header .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-bottom-color:#000000;
}
header .search-content input[type="text"]{
	color:#666666;
	background-color:#ffffff;
}
body .category-dropdown .select2-results__option[aria-selected=true], 
body .category-dropdown .select2-results__option--highlighted[aria-selected]{
	color:#000000;
}

/* Shopping Cart */
header.top-header-transparent .shopping-cart-wrapper a.cart-control,
.shopping-cart-wrapper a.cart-control{
	color:#000000;
}
.shopping-cart-wrapper a.cart-control .amount{
	color:#e72304;
}
.header-v3 .header-top .shopping-cart-wrapper:before, 
.header-v4 .header-top .shopping-cart-wrapper:before,
header .header-v5 .header-bottom .header-right,
.header-v7 .header-middle .shopping-cart-wrapper{
	background:#ffffff;
}
/* MENU PC */

/* Color Vertical Menu */
.vertical-menu-wrapper .vertical-menu-heading,
.header-v1 .header-bottom .header-left{
	background-color:#202020;
	color:#ffffff;
}
/* End Color Vertical Menu */
.menu-wrapper nav > ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading{
	font-family: "Roboto", sans-serif;
}

header .header-v3 .toggle-search:before,
header .header-v4 .toggle-search:before,
header .header-v6 .toggle-search:before,
.ts-menu > nav.pc-menu > ul.menu > li >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li.fa:before{
	color:#848484;
}
.ts-menu > nav.pc-menu > ul.menu li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-product_cat-ancestor >.ts-menu-drop-icon,
.ic-close-menu-button:hover,
.menu-wrapper nav > ul.menu > li:hover > a,
.menu-wrapper nav > ul.menu li.fa:hover: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-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-menu-ancestor:before,
.menu-wrapper nav > ul.menu > li.current_page_item > 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-menu-ancestor > a,
.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
.ts-menu-drop-icon.active:before,
.ts-menu-drop-icon:hover:before,
header .search-wrapper.active .toggle-search:before{
	color:#e72304;
}
/* Vertical sub menu */
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:before{
	color:#000000;
}
.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:#000000;
	background-color:#f9f9f9;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
	background-color:#f9f9f9;
}
.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: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-product_cat-ancestor > a{
	background-color:#ffffff;
	color:#e72304;
}
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before{
	color:#e72304;
}
/* MENU PC SUB */
.menu-wrapper nav > ul.menu li ul.sub-menu:before,
.menu-wrapper .ts-menu > nav > ul.menu > li:after,
.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 heading */
.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;
}

/* 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{
	color:#848484;
	font-family:"Roboto";
}
.ts-menu > nav.pc-menu > ul.menu ul li >.ts-menu-drop-icon{
	color:#848484;
}
/* Menu sub a hover */
.ts-menu > nav.pc-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-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 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-product_cat-ancestor > a{
	color:#e72304;
}

/* FOOTER COLOR */

/* Social */
.ts-social-icons li a,
footer#colophon .ts-social-icons a{
	border-color:#848484;
	color:#ffffff;
}
footer .ts-social-icons li a:before{
	border-color:#848484;
}
ul.info-content li:after,
footer .box-office-address:after,
footer .box-phone-numbers:after,
footer .box-email-address:after,
footer .box-fax-numbers:after{
	border-color:#848484;
}
.ts-social-icons .style-fill-bg li a,
/*footer#colophon .ts-social-icons .style-fill-bg li a{
	background:#848484;
	color:#ffffff;
}
footer .end-footer{
	background-color:#202020;
}
footer .footer-container{
	background-color:#202020;
}*/
footer .widget_calendar caption{
	color:#202020;
}
footer#colophon,
footer#colophon a,
footer#colophon dt,
footer .mc4wp-form-fields label{
	color:#999999;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers,
footer .ts-social-icons .social-icons.style-vertical .ts-tooltip,
footer .mc4wp-form-fields h2.title,
footer#colophon a:hover,
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 a:hover,
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,
.info-company li,
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
	color:#ffffff;
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
	border-color:#ffffff;
}
footer .widget_calendar caption{
	background:#ffffff
}
footer#colophon .end-footer,
footer#colophon .end-footer a,
footer#colophon .end-footer dt{
	color:#999999;
}

/* PRODUCT COLOR */
.ts-product-deals-slider-wrapper .counter-wrapper > div,
.counter-wrapper > div{
	background-color:#f7f7f7;
	border-color:#f1f1f1;
	color:#666666;
}
/* Rating Product */
.ts-price-table .rating:before,
.star-rating:before, 
.pp_woocommerce .star-rating:before, 
.woocommerce .star-rating:before, 
.testimonial-content .rating:before{
	color:#ffad00;
}
.ts-price-table .rating span:before,
.star-rating span:before,
.pp_woocommerce .star-rating span:before, 
.woocommerce .star-rating span:before, 
.testimonial-content .rating span:before{
	color:#ffad00
}
/* Name Product */
#ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper 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 .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget.ts-products-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 #yith-woocompare table.compare-list tr.title td{
	color:#202020;
}
/* Button Product */
.woocommerce .product .thumbnail-wrapper .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;
	border-color:#e8e8e8;
	color:#666666;
}
body #yith-woocompare table.compare-list .add-to-cart td a:hover,
.woocommerce .product .thumbnail-wrapper .loop-add-to-cart a.button:hover,
.woocommerce .product .thumbnail-wrapper .button-in:hover a,
.button-in a:hover,
.meta-wrapper .button-in.wishlist a:hover,
.meta-wrapper .button-in.compare a:hover,
.woocommerce .product .thumbnail-wrapper .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,
.single-portfolio .ic-like:hover,
.product-group-button .button-tooltip,
.quickshop .button-tooltip,
.wishlist .button-tooltip,
.compare .button-tooltip{
	background-color:#e72304;
	border-color:#e72304;
	color:#ffffff;
}
.quickshop .button-tooltip:after, 
.wishlist .button-tooltip:after, 
.compare .button-tooltip:after{
	color:#e72304;
}
body .product-group-button .button-tooltip:after{
	border-left-color:#e72304;/* rtl */
}
body .product-group-button .button-tooltip:after{
	border-right-color:#e72304;/* rtl */
}
/* Label Product */
.woocommerce .product .product-label .onsale,
.pp_woocommerce div.product .images .product-label span.onsale{
	color:#ffffff;
	background:#e72304;
}
.woocommerce .product .product-label .onsale.amount,
.pp_woocommerce div.product .images .product-label span.onsale.amount{
	color:#ffffff;
}
.woocommerce .product .product-label .onsale:before,
.pp_woocommerce div.product .images .product-label .onsale:before{
	border-top-color:#e72304;
}
.woocommerce .product .product-label .onsale:after,
.pp_woocommerce div.product .images .product-label .onsale:after{
	border-bottom-color:#e72304;
}
.woocommerce .product .product-label .new,
.pp_woocommerce div.product .images .product-label span.new{
	color:#ffffff;
	background:#3a93ca;
}
.woocommerce .product .product-label .new:before,
.pp_woocommerce div.product .images .product-label .new:before{
	border-top-color:#3a93ca;
}
.woocommerce .product .product-label .new:after,
.pp_woocommerce div.product .images .product-label .new:after{
	border-bottom-color:#3a93ca;
}
.woocommerce .product .product-label .featured,
.pp_woocommerce div.product .images .product-label span.featured{
	color:#ffffff;
	background:#72b728;
}
.woocommerce .product .product-label .featured:before,
.pp_woocommerce div.product .images .product-label .featured:before{
	border-top-color:#72b728;
}
.woocommerce .product .product-label .featured:after,
.pp_woocommerce div.product .images .product-label .featured:after{
	border-bottom-color:#72b728;
}
.woocommerce .product .product-label .out-of-stock,
.pp_woocommerce div.product .images .product-label span.out-of-stock{
	color:#ffffff;
	background:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:before,
.pp_woocommerce div.product .images .product-label .out-of-stock:before{
	border-top-color:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:after,
.pp_woocommerce div.product .images .product-label .out-of-stock:after{
	border-bottom-color:#d4d4d4;
}
/* 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 #yith-woocompare table.compare-list tr.price td{
	color:#000000;
}
del .amount,
.woocommerce .products .product del .amount{
	color:#000000;
}
ins .amount,
.woocommerce .products .product ins .amount{
	color:#000000;
}
	
/* WOOCOMMERCE MESSAGE */

.woocommerce-message,
.woocommerce .woocommerce-message,
.alert.alert-success,
div.wpcf7-mail-sent-ok,
.vc_color-alert-success.vc_message_box{
	background:#c1faa8;
	color:#6db74c;
	border-color:#6db74c;
}
.woocommerce-message a,
.woocommerce .woocommerce-message a{
	color:#6db74c;
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
.alert.alert-success:before,
.mailchimp-subscription .mc4wp-success:before,
.mailchimp-subscription .mc4wp-success{
	color:#6db74c;
}
.woocommerce-info,
.woocommerce .woocommerce-info,
.alert.alert-info,
.vc_color-alert-info.vc_message_box{
	background:#fff4bb;
	color:#e99b00;
	border-color:#ffcc66;
}
.woocommerce-info a, 
.woocommerce .woocommerce-info a{
	color:#e99b00;
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
.alert.alert-info:before{
	color:#e99b00;
}
.woocommerce-error,
.woocommerce .woocommerce-error,
.alert.alert-error,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
.vc_color-alert-danger.vc_message_box{
	background:transparent;
	border-color:#e94b4b;
	color:#666666;
}
.woocommerce-error a,
.woocommerce .woocommerce-error a{
	color:#666666;
}
.mailchimp-subscription .mc4wp-error,
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
.alert.alert-error:before,
.mailchimp-subscription .mc4wp-error:before{
	color:#e94b4b;
}
.alert.alert-warning,
div.wpcf7-spam-blocked,
.vc_color-alert-warning.vc_message_box{
	background:ffffff;
	color:#666666;
	border-color:#f5d817;
}
.alert.alert-warning:before{
	color:#f5d817;
}
.alert.alert-warning a,
div.wpcf7-spam-blocked a,
.vc_color-alert-warning.vc_message_box a{
	color:#666666;
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button{
	background:#ffffff;
	color:#77d23f;
	border-color:#77d23f;
}
.woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:hover{
	background:#77d23f;
	color:#ffffff;
	border-color:#77d23f;
}
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button{
	background:ffffff;
	color:#e94b4b;
	border-color:#e94b4b;
}
.woocommerce-error a.button:hover,
.woocommerce .woocommerce-error a.button:hover{
	background:#e94b4b;
	color:#ffffff;
	border-color:#e94b4b;
}
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button{
	background:#ffffff;
	color:#e99b00;
	border-color:#e99b00;
}
.woocommerce-info a.button:hover,
.woocommerce .woocommerce-info a.button:hover{
	background:#21c2f8;
	color:#ffffff;
	border-color:#21c2f8;
}
/* Default */
.mobile-menu-wrapper{
	background:#2f2f2f;
}
.mobile-menu-wrapper li > a,
.mobile-menu-wrapper li:before,
.mobile-menu-wrapper li > .ts-menu-drop-icon{
	color:#f5f5f5;
}