/**
 * Table of Contents
 * -----------------------
 *
 * Basic styles
 * Top bar
 * Header section
 * Product
 * Product list page
 * Product details page
 * Blog list page
 * Sidebar Widgets
 * Single blog page
 * Cart & wishlist
 * Checkout, signup, login form
 * FAQ Page
 * Item Categories Page
 * 404
 * Footer
 * Others
 * Animations
 * Responsive
 */


/* 
 * --------------------------------------
 * Basic styles
 * --------------------------------------
 */

html {
	overflow-x: hidden !important;
}

body {
	background: #f5f5f5;
	color: #505050;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

.main-content {
	background: #f5f5f5;
	padding: 30px 0;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	display: inline-block;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
	line-height: 26px;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

h5 {
	font-size: 18px;
}

p {
	line-height: 28px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-40 {
	margin-top: 40px;
}

.dn {
	display: none;
}

.btn {
	background: #e3ae1e;
	border-radius: 0;
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

*::-moz-selection {
	background: #e3ae1e;
	color: #fff;
}

*::selection {
	background: #e3ae1e;
	color: #000;
}

iframe {
	min-height: 400px;
	width: 100%;
}

.ovh {
	overflow-y: hidden;
}

*:focus {
	outline: none;
}

select:focus {
	outline: 1px solid transparent;
}

.icon-wrap {
	text-align: center;
}

.icon-wrap .fa {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 10;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	   -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
			        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.icon-wrap .fa:after {
	content: '';
	display: none;
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
		box-sizing: content-box;
}

.icon-wrap .fa:before {
	display: block;
	font-family: 'fontawesome';
	font-size: 14px;
	line-height: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-webkit-animation: fromRightToLeft 0.2s forwards;
	   -moz-animation: fromRightToLeft 0.2s forwards;
			animation: fromRightToLeft 0.2s forwards;
}

.icon-wrap .fa:hover {
	background: rgba(255, 255, 255, 1);
	color: #702fa8;
}

.icon-wrap .fa:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	   -moz-animation: toRightFromLeft 0.3s forwards;
			animation: toRightFromLeft 0.3s forwards;
}

.icon-wrap-nav {
	text-align: center;
}

.icon-wrap-nav i {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 45px;
	line-height: 70px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 70px;
	z-index: 15;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	   -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
			        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.icon-wrap-nav i:after {
	content: '';
	display: none;
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}

.icon-wrap-nav i:before {
	display: block;
	font-family: 'trendz';
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.icon-wrap-nav i:hover,
.icon-wrap-nav i:focus {
	background: rgba(255, 255, 255, 1);
	color: #000;
}

.icon-wrap-nav i:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	   -moz-animation: toRightFromLeft 0.3s forwards;
			animation: toRightFromLeft 0.3s forwards;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

.site-content {
	margin: 30px auto 0;
}

.no-results.not-found {
	margin-bottom: 30px;
}

.site-content-top-margin {
	margin-top: 0px;
}

.woocommerce-checkout .entry-content,
.woocommerce-cart .entry-content,
.page-template-contact .entry-content,
.page-template-default .entry-content {
	background: #fff;
	padding: 30px 30px 15px 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.page-template-faq .entry-content-faq {
	background: #fff;
	padding: 30px 30px 15px 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}


/* 
 * --------------------------------------
 * Top bar
 * --------------------------------------
 */

#navigation-bar {
	height: 50px;
}

.top-social-icon-area .navigation-bar {
	height: 50px;
}

.top-social-icon-area {
	background: #f5f5f5;
	height: 50px;
	position: relative;
	z-index: 112;
}

.top-social-icon {
	left: 65px;
	position: absolute;
}

.top-social-icon .icon-wrap a {
	float: left;
	height: 50px;
	width: 50px;
}

.top-social-icon .icon-wrap .fa {
	color: #505050;
	margin: 0;
}

.top-social-icon .icon-wrap .fa:hover {
	background: #e3ae1e;
	color: #fff;
}

.top-social-icon .icon-wrap .fa:before {
	line-height: 50px;
}

#search {
	height: 40px;
	float: left;
	position: relative;
}

#label {
	z-index: 20;
	position: relative;
}

#label label {
	background: #e3ae1e;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	cursor: pointer;
	display: block;
	margin-bottom: 0;
}

#input {
	height: 50px;
	left: 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 450px;
}

#input input {
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 13px;
	display: block;
	height: 100%;
	left: -450px;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	text-rendering: optimizeLegibility;
	top: 0;
	width: 450px;
	z-index: 500;
	-webkit-transition: all 0.8s;
	   -moz-transition: all 0.8s;
		-ms-transition: all 0.8s;
			        transition: all 0.8s;
}

#input input:focus {
	outline: none
}

#input.focus input {
	left: 0;
	z-index: 500;
}

.top-language-currency-bar {
	text-align: right;
}

.top-language-currency-bar .links {
	position: relative;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	line-height: 50px;
	cursor: pointer;
}

.top-language-currency-bar .links span {
	padding: 0 10px;
}

.top-language-currency-bar .links span:after {
	padding: 0 10px;
	content: "\e601";
	font-family: 'trendz';
	font-size: 10px;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
			        transform: rotate(90deg);
}

.top-language-currency-bar .links ul {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .05);
	visibility: hidden;
	z-index: 1000;
	opacity: 0;
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: left;
	background: #fff;
	padding: 10px 15px;
	-webkit-transition: all 0.35s ease-in-out;
	   -moz-transition: all 0.35s ease-in-out;
			        transition: all 0.35s ease-in-out;
}

.top-language-currency-bar .links:hover > ul {
	opacity: 1;
	visibility: visible;
}

.top-language-currency-bar .links ul li {
	line-height: 30px;
}

.top-language-currency-bar .links ul li a {
	color: #505050;
	-webkit-transition: all 0.35s ease-in-out;
	   -moz-transition: all 0.35s ease-in-out;
			        transition: all 0.35s ease-in-out;
}

.top-language-currency-bar .links ul li a:hover {
	color: #e3ae1e;
}


/* 
 * --------------------------------------
 * header section
 * --------------------------------------
 */

.navbar-toggle {
	background: #e3ae1e;
	border-color: #fff;
	color: #000;
	margin-bottom: 14px;
	margin-top: 14px;
	position: relative;
	right: 15px;
	z-index: 9999;
}

.shop-menu {
	min-height: 78px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.index-padd {
	padding-bottom: 20px;
}

.nav-slider {
	background: #e3ae1e;
}

.nav-slider .anim-dots,
.nav-slider .anim-slide a {
	background: #e3ae1e;
}

.nav-slider .anim-dots span {
	background: rgba(255, 255, 255, .2);
}

.nav-slider li {
	display: inline-block;
}

.profile {
	padding: 0 15px;
}

.profile ul li {
	margin-left: 30px;
}

.profile ul li .product_list_widget li {
	margin-left: 0;
}

.profile ul li .product_list_widget li.empty {
	margin-bottom: 0;
	border: 0;
	text-align: center;
	display: block;
}

.profile ul li a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 31px 0;
	text-transform: uppercase;
}

.profile ul li a:hover {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.profile ul li a span {
	color: #000;
}

.profile ul li.tz-wc-header-mini-cart {
	position: relative;
}

.profile ul li.tz-wc-header-mini-cart .tz_wc_mini_count {
	padding: 18px 0;
}

.profile ul li.tz-wc-header-mini-cart .tz_wc_mini_count span {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 500;
	background: #fff;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	width: 40px;
	height: 40px;
	margin-left: 9px;
	display: inline-block;
}

.profile ul li.tz-wc-header-mini-cart:hover > .widget_shopping_cart_content {
	visibility: visible;
	opacity: 1;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 80px;
	right: 0;
	background: #fff;
	min-width: 200px;
	z-index: 1100;
	text-align: left;
	padding: 20px;
	box-shadow: 0px 0px 5px 0 #e9e9e9;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: all 0.35s ease-in-out;
	   -moz-transition: all 0.35s ease-in-out;
	        transition: all 0.35s ease-in-out;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .mini_cart_item {
	margin: 0;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .mini_cart_item a.remove {
	display: none;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .mini_cart_item a {
	padding: 0;
	color: #000;
	width: 100%;
	display: inline-block;
	line-height: 50px;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .mini_cart_item a img {
	width: 30px;
	height: auto;
	float: right;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .total {
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .buttons a {
	color: #fff;
	background: #e3ae1e;
	-webkit-transition: all 0.35s ease-in-out;
	   -moz-transition: all 0.35s ease-in-out;
	        transition: all 0.35s ease-in-out;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .buttons {
	margin: 0px;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .buttons a {
	display: block;
	line-height: 30px;
	text-align: center;
	padding: 0;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .buttons a.checkout {
	margin-top: 15px;
}

.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content .buttons a:hover {
	color: #fff;
	background: #000
}

.logo {
	position: relative;
	width: 230px;
	z-index: 1000;
}

.logo:before {
	background: #fff;
	content: '';
	height: 206px;
	position: absolute;
	width: 230px;
	-webkit-transform: skew(40deg) translate(5px, -78px);
	   -moz-transform: skew(40deg) translate(5px, -78px);
	        transform: skew(40deg) translate(5px, -78px);
}

.logo:after {
	box-shadow: 1px 1px 2px 0 #e9e9e9;
	content: '';
	height: 33px;
	left: 2px;
	position: absolute;
	top: 0;
	width: 229px;
	z-index: -1;
	-webkit-transform: skew(40deg) translate(-69px, 95px);
	   -moz-transform: skew(40deg) translate(-69px, 95px);
	        transform: skew(40deg) translate(-69px, 95px);
}

.logo a {
	color: #6a6a6a;
	height: 40px;
	left: 10px;
	position: relative;
	top: 28px;
	width: 130px;
}

.logo a img {
	max-width: 130px;
	height: auto;
	max-height: 50px;
	width: auto;
}

.main-navigation nav {
	margin: 6px 0;
	overflow: visible;
	position: relative;
	right: 12px;
	z-index: 15;
	min-height: 80px;
}

.main-navigation .navbar {
	background: transparent;
	border: none;
}

.main-navigation li.menu-item {
	position: relative;
}

.main-navigation li.menu-item a {
	color: #505050;
	padding: 31px 25px;
	text-transform: capitalize;
	text-rendering: optimizeLegibility;
}

.main-navigation li.menu-item:hover > a {
	color: #fff;
}

.main-navigation li.menu-item:before {
	background: #e3ae1e;
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	visibility: hidden;
	width: 100%;
	top: 0;
	z-index: -1;
	-webkit-transform: skew(40deg);
	   -moz-transform: skew(40deg);
	        transform: skew(40deg);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.main-navigation li.menu-item:hover:before {
	opacity: 1;
	visibility: visible;
}

.main-navigation li.menu-item-has-children {
	position: relative;
}

.main-navigation li.menu-item-has-children ul {
	box-shadow: 0 0 2px 1px #e9e9e9;
}

.main-navigation li.menu-item-has-children ul {
	background: #fff;
	display: inline-block;
	left: 34px;
	margin-top: 10px;
	opacity: 0;
	padding: 20px 30px;
	position: absolute;
	text-align: left;
	top: 79px;
	visibility: hidden;
	width: 200px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}

.main-navigation li.menu-item-has-children ul li {
	display: block;
	margin: 5px 0px !important;
	padding: 5px 0px;
}

.main-navigation li.menu-item-has-children ul li a {
	display: block;
	text-align: left;
	padding: 0;
	color: #000;
}

.main-navigation li.menu-item-has-children ul li:before {
	display: none;
}

.main-navigation li.menu-item-has-children ul li:hover > a {
	color: #e3ae1e;
}

.main-navigation li.menu-item-has-children ul li {
	border-right: 5px solid transparent;
}

.main-navigation li.menu-item-has-children ul li:hover {
	border-right: 5px solid #e3ae1e;
}

.main-navigation li.menu-item-has-children ul li.menu-item-has-children:after {
	color: #e3ae1e;
	content: "\f0da";
	font-family: 'FontAwesome';
	height: 30px;
	left: -15px;
	line-height: 30px;
	position: absolute;
	top: 0;
	width: 20px;
	z-index: 9999;
	-webkit-font-smoothing: antialiased;
}

.main-navigation li.menu-item-has-children {
	position: relative;
}

.main-navigation li.menu-item-has-children:hover > ul {
	display: inline-block;
	opacity: 1;
	z-index: 100;
	visibility: visible;
}

.main-navigation li.menu-item-has-children ul li.menu-item-has-children ul {
	display: block;
	left: 150px;
	position: absolute;
	top: -10px;
	width: 200px;
}

.main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li a {
	color: #6f6f6f;
}

.main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li a:hover {
	color: #e3ae1e;
}

.main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li ul {
	left: -165%;
}

.main-navigation li.category-dropdown ul {
	background: #fff;
	box-shadow: 0 0 2px 1px #e9e9e9;
	display: hidden;
	min-width: 490px;
	margin-top: 10px;
	opacity: 0;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 79px;
	visibility: hidden;
	z-index: 8888;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}

.main-navigation li.category-dropdown ul li a {
	padding: 0;
}

.main-navigation li.category-dropdown ul li a img {
	height: 125px;
	width: 70px;
}

.main-navigation li.category-dropdown:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.main-navigation li ul li {
	margin-left: 20px;
}

.main-navigation li ul li:first-child {
	margin-left: 0;
}

.main-navigation li ul li a {
	color: #6f6f6f;
	text-align: center;
}

.main-navigation li ul li a div {
	background: #edebe5;
	height: 124px;
	width: 70px;
}

.main-navigation li ul li a .fa {
	line-height: 124px;
}

.main-navigation ul li ul li:hover a {
	color: #e3ae1e;
}

.main-navigation li ul li span {
	display: block;
	margin-top: 10px;
	text-transform: capitalize;
}

.mr-1000-top {
	position: relative;
}

.mr-1000 {
	background: #000;
	height: 100%;
	position: absolute;
	top: 0;
	width: 300%;
	z-index: 5;
}

.main-navigation .mr-1000 {
	background: #fff;
	box-shadow: 0 4px 2px -3px #e9e9e9;
	left: 20px;
	z-index: 5;
}

.main-navigation .mr-1000-home {
	z-index: 9;
}

.main-slider {
	margin-bottom: 20px;
}

.mr-1000 {
	background: #f5f5f5;
	width: 300%;
	z-index: 5;
}

.mr-1000-left {
	background: #fff;
	height: 100%;
	left: 99%;
	position: absolute;
	top: 0;
	width: 300%;
}

.mr-1000-location {
	background: #000;
	left: 80px;
	-webkit-transform: skew(40deg);
	   -moz-transform: skew(40deg);
	        transform: skew(40deg);
}

header .page-location {
	background: none;
	color: #fff;
	font-size: 11px;
	line-height: 33px;
	margin-left: 60px;
	padding: 0;
	position: relative;
	text-rendering: optimizeLegibility;
	z-index: 8;
}

header .page-location strong {
	color: #e3ae1e;
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	padding-left: 200px;
}

header .page-location span:last-child {
	margin-right: 5px;
}

header .page-location strong span {
	display: inline-block;
}

header .page-location p {
	display: inline-block;
	margin: 0;
	text-transform: capitalize;
}

header .page-location a {
	color: #fff;
	font-size: 11px;
	margin: 0 5px;
}

header .page-location p span {
	color: #fff;
}

header .page-location p span:last-child {
	background: red;
}


/* 
 * --------------------------------------
 * Product
 * --------------------------------------
 */

.featured-box {
	background: #fff;
	margin: 0 0 30px 0;
	padding: 15px;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.featured-box.long-shadow:after {
	left: 0;
	top: 0;
}

.featured-box img {
	max-width: 140px;
	height: auto;
	max-height: 140px;
	width: auto;
}

.featured-box .feature-description {
	float: right;
	width: 54%;
}

.featured-box .feature-description h3 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 15px;
}

.featured-box .feature-description h3 a {
	color: #e3ae1e;
}

.featured-box .feature-description p {
	line-height: 24px;
	text-rendering: optimizeLegibility;
}

.featured-box span {
	background: #e3ae1e;
	bottom: 35px;
	color: #fff;
	font-weight: bold;
	left: -35px;
	opacity: 0;
	padding: 10px 20px;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.featured-box:hover span {
	bottom: 35px;
	left: 0;
	opacity: 1;
}

.owl-carousel-outer .trendz-wc-product {
	position: relative;
}

.owl-carousel .trendz-wc-product {
	margin-bottom: 30px;
	margin-top: 30px;
}

.trendz-wc-product .carousel-heading,
.product-review .heading,
.company .heading,
.return-policy .heading,
.testimonial .heading,
.page-template-faq .heading,
.product-category .heading,
.top-brand .heading {
	background: #e3ae1e;
	height: 70px;
}

.trendz-wc-product .carousel-heading {
	position: relative;
}

.trendz-wc-product .carousel-heading.long-shadow:after {
	z-index: -1;
}

.trendz-wc-product .carousel-heading h2,
.product-review h2,
.company h2,
.return-policy .heading h2,
.testimonial .heading h2,
.page-template-faq .heading h2,
.product-category .heading h2,
.top-brand .heading h2 {
	color: #fff;
	clear: both;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.top-brand a {
	margin-bottom: 30px;
}

.trendz-wc-product .owl-controls {
	position: absolute;
	right: 0;
	top: -70px;
	z-index: 15;
}

.trendz-wc-product .owl-nav {
	margin: 0;
}

.trendz-wc-product .owl-nav [class*="owl-"] {
	background: transparent;
	border-left: 1px solid #fff;
	border-radius: 0;
	display: inline-block;
	font-weight: 100;
	line-height: 0.6;
	margin: 0;
	padding: 0;
	position: relative;
}

.trendz-wc-product .owl-nav [class*="owl-"]:hover {
	background: transparent;
}

.trendz-wc-product .owl-nav .icon-wrap .fa {
	color: #fff;
}

.trendz-wc-product .owl-nav .icon-wrap .fa:hover {
	background: #fff;
	color: #e3ae1e;
}

.trendz-wc-product .owl-nav .fa:before {
	font-size: 80px;
	height: 70px;
	line-height: 70px;
	width: 65px;
	-webkit-font-smoothing: antialiased;
}

.trendz-wc-product .item {
	overflow: hidden;
	position: relative;
}

.trendz-wc-product .item img {
	width: 100%;
	height: auto;
}

.trendz-wc-product .item .product-price {
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 5px solid #e3ae1e;
	bottom: 0;
	color: #000;
	height: 75px;
	overflow: hidden;
	padding: 12px;
	position: absolute;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.trendz-wc-product .item .product-price span.price {
	margin-top: 5px;
}

.trendz-wc-product .item .product-price span.price ins {
	text-decoration: none;
}

.trendz-wc-product .item .product-price strong,
.product-information .heading strong,
.product-information .add-cart h3,
.single-post-item .post-date .date h2,
.featured-box span,
.single-post-item .post-meta,
.widget-calendar .table,
.price-range label,
.continue-shopping .table input,
.update-checkout .table td,
.cart .table,
.fashion-content h2 {
	font-family: 'Lato', sans-serif;
}

.cart-table .table {
	margin-bottom: 0;
}

.trendz-wc-product .item .product-price span.price {
	font-size: 18px;
}

.trendz-wc-product .item .product-price h3 {
	display: block;
	line-height: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-rendering: optimizeLegibility;
}

.trendz-wc-product .item .product-price span.price span {
	font-family: "Lato", sans-serif;
	display: inline;
	color: #505050;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.trendz-wc-product .item div.icon-links a.added_to_cart {
	display: none !important;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 0;
}

.woocommerce .woocommerce-info {
	border-top-color: #e3ae1e;
}

.woocommerce .woocommerce-info:before {
	color: #e3ae1e;
}

.trendz-wc-product .item .product-price span.price del,
.trendz-wc-product .item .product-price span.price ins {
	display: inline !important;
}

.trendz-wc-product .item .product-price span.price ins {
	color: #fff;
}

.trendz-wc-product .item .product-price span.price del,
.trendz-wc-product .item .product-price span.price del span {
	color: #0064FF !important;
	font-size: 12px;
}

.woocommerce ul.products.owl-carousel {
	margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 30px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: auto;
}

.woocommerce.trendz-wc-col-3 ul.products.has-long-shadow,
.woocommerce.trendz-wc-col-6 ul.products.has-long-shadow {
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce.trendz-wc-product-slider-full ul.products li.product,
.woocommerce.trendz-wc-product-slider-half ul.products li.product {
	width: 100%;
	margin-bottom: 0;
}

.woocommerce.trendz-wc-col-3 ul.products.has-long-shadow li.product {
	width: 33.3333337%;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.woocommerce.trendz-wc-col-6 ul.products.has-long-shadow li.product {
	width: 16.66666%;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.woocommerce.has-long-shadow ul.products.has-long-shadow {
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce.has-long-shadow ul.products.has-long-shadow li.product {
	width: 33.3333337%;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.woocommerce.trendz-wc-col-3 ul.products.has-long-shadow li.product .trendz-wc-product,
.woocommerce.trendz-wc-col-6 ul.products.has-long-shadow li.product .trendz-wc-product {
	position: relative;
}

.woocommerce.trendz-wc-col-3 ul.products.has-long-shadow li.product .trendz-wc-product:after,
.woocommerce.trendz-wc-col-6 ul.products.has-long-shadow li.product .trendz-wc-product:after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	box-shadow: #d7d7d7 1px 1px, #d7d7d7 2px 2px, #d7d7d7 3px 3px, #d8d8d8 4px 4px, #d8d8d8 5px 5px, #d8d8d8 6px 6px, #d9d9d9 7px 7px, #d9d9d9 8px 8px, #d9d9d9 9px 9px, #dadada 10px 10px, #dadada 11px 11px, #dadada 12px 12px, #dbdbdb 13px 13px, #dbdbdb 14px 14px, #dbdbdb 15px 15px, #dcdcdc 16px 16px, #dcdcdc 17px 17px, #dcdcdc 18px 18px, #ddd 19px 19px, #ddd 20px 20px, #ddd 21px 21px, #dedede 22px 22px, #dedede 23px 23px, #dedede 24px 24px, #dfdfdf 25px 25px, #dfdfdf 26px 26px, #dfdfdf 27px 27px, #e0e0e0 28px 28px, #e0e0e0 29px 29px, #e0e0e0 30px 30px, #e1e1e1 31px 31px, #e1e1e1 32px 32px, #e1e1e1 33px 33px, #e2e2e2 34px 34px, #e2e2e2 35px 35px, #e2e2e2 36px 36px, #e3e3e3 37px 37px, #e3e3e3 38px 38px, #e3e3e3 39px 39px, #e4e4e4 40px 40px, #e4e4e4 41px 41px, #e4e4e4 42px 42px, #e5e5e5 43px 43px, #e5e5e5 44px 44px, #e5e5e5 45px 45px, #e6e6e6 46px 46px, #e6e6e6 47px 47px, #e6e6e6 48px 48px, #e7e7e7 49px 49px, #e7e7e7 50px 50px, #e7e7e7 51px 51px, #e8e8e8 52px 52px, #e8e8e8 53px 53px, #e8e8e8 54px 54px, #e9e9e9 55px 55px, #e9e9e9 56px 56px, #e9e9e9 57px 57px, #eaeaea 58px 58px, #eaeaea 59px 59px, #eaeaea 60px 60px, #ebebeb 61px 61px, #ebebeb 62px 62px, #ebebeb 63px 63px, #ececec 64px 64px, #ececec 65px 65px, #ececec 66px 66px, #ededed 67px 67px, #ededed 68px 68px, #ededed 69px 69px, #eee 70px 70px, #eee 71px 71px, #eee 72px 72px, #efefef 73px 73px, #efefef 74px 74px, #efefef 75px 75px, #f0f0f0 76px 76px, #f0f0f0 77px 77px, #f0f0f0 78px 78px, #f1f1f1 79px 79px, #f1f1f1 80px 80px, #f1f1f1 81px 81px, #f2f2f2 82px 82px, #f2f2f2 83px 83px, #f2f2f2 84px 84px, #f3f3f3 85px 85px, #f3f3f3 86px 86px, #f3f3f3 87px 87px, #f4f4f4 88px 88px, #f4f4f4 89px 89px, #f4f4f4 90px 90px;
}

.trendz-wc-product .item .product-price span.price del,
.trendz-wc-product .item .product-price sub {
	color: #ce5f5f;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
	-webkit-backface-visibility: hidden;
}

.woocommerce ul.products li.product .onsale {
	left: -4px;
	border-radius: 0;
	display: inline-block;
	font-size: 11px;
	width: 45px;
	line-height: 25px;
	padding: 0;
	font-weight: 400;
	top: 5px;
	background: none;
	text-rendering: optimizeLegibility;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}

.woocommerce ul.products li.product .onsale:before {
	content: '';
	display: block;
	background: #ce5f5f;
	height: 25px;
	width: 140%;
	top: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(-30deg) translateX(-20px);
	   -moz-transform: skew(-30deg) translateX(-20px);
	        transform: skew(-30deg) translateX(-20px);
}

.woocommerce ul.products li.product a.product-permalink {
	font-size: 0;
}

.trendz-wc-product .item div.text-center {
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: -70px;
	width: 100%;
	max-height: 75px;
	background: #e3ae1e;
	padding: 20px 0;
	-webkit-transition: all 0.35s;
	   -moz-transition: all 0.35s;
	        transition: all 0.35s;
}

.trendz-wc-product .item:hover div.text-center {
	bottom: 0;
}

.trendz-wc-product .item:hover div.text-center div a {
	top: 0;
}

.trendz-wc-product .item div.icon-links a {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	margin: 0 10px;
	top: 50px;
	position: relative;
}

.trendz-wc-product .item div.icon-links a.button {
	margin-top: 0;
	padding: 0;
}

.trendz-wc-product .item div.icon-links a.button:hover {
	background: transparent;
}

.trendz-wc-product .item div.icon-links a i {
	height: 20px;
	width: 20px;
}

.trendz-wc-product .item div.text-center div.icon-links a:nth-child(1) {
	-webkit-transition: top .4s ease-in-out, color .35s ease-in-out;
	   -moz-transition: top .4s ease-in-out, color .35s ease-in-out;
	        transition: top .4s ease-in-out, color .35s ease-in-out;
}

.trendz-wc-product .item div.text-center div.icon-links a:nth-child(2) {
	-webkit-transition: top .5s ease-in-out, color .35s ease-in-out;
	   -moz-transition: top .5s ease-in-out, color .35s ease-in-out;
	        transition: top .5s ease-in-out, color .35s ease-in-out;
}

.trendz-wc-product .item div.text-center div.icon-links a:nth-child(3) {
	-webkit-transition: top .6s ease-in-out, color .35s ease-in-out;
	   -moz-transition: top .6s ease-in-out, color .35s ease-in-out;
	        transition: top .6s ease-in-out, color .35s ease-in-out;
}

.trendz-wc-product .item div.text-center div.icon-links a.loading i {
	opacity: 0;
}

.trendz-wc-product .item div.text-center div.icon-links a:focus {
	color: #fff;
}

.trendz-wc-product .item div.text-center div.icon-links a.added i {
	display: none;
}

.trendz-wc-product .item div.text-center div.icon-links a.loading:after {
	right: 0;
	top: 8px;
}

.trendz-wc-product .item div.text-center div.icon-links a.loading:after {
	height: 20px;
	width: 21px;
	vertical-align: middle;
	padding-left: 2px;
	line-height: 21px;
}

.trendz-wc-product .item div.text-center div.icon-links a.added:after {
	margin-left: 0;
}

.trendz-wc-product .item div.icon-links div {
	display: none;
}

.trendz-wc-product .item div.icon-links a:hover,
.trendz-wc-product .item div.icon-links a:focus {
	color: #000;
}

#secondary .widget {
	background: #fff;
	padding: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.widget .widget-title {
	background: #fff !important;
	border-bottom: 1px solid #e3ae1e;
	color: #e3ae1e;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.ads-item-carousel-area {
	position: relative;
}

.ads-item-control {
	position: absolute;
	top: -30px;
	left: 60px;
	font-size: 45px;
	color: #e3ae1e;
	font-weight: 100;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.ads-item-carousel-area.long-shadow:after {
	left: 0;
	top: 0;
	z-index: -1;
}

.ads-item-control:focus {
	color: #e3ae1e;
}

.ads-item-control:hover {
	color: #000;
}

.left.ads-item-control {
	left: 20px;
}

.ads-item-carousel-area:hover .ads-item-control {
	opacity: 1;
	top: 20px;
}

.ads-item-carousel-area .item a,
.content-top-item-carousel .item a {
	display: block;
}


/* 
 * --------------------------------------
 * Product list page
 * --------------------------------------
 */

.product-list-area {
	margin-top: 100px;
}

.brands,
.categories,
.filter {
	background: #fff;
}

.categories h2,
.brands h2,
.filter h2 {
	background: #e3ae1e;
	color: #fff;
	font-weight: 100;
	padding: 15px;
	text-transform: capitalize;
}

.brands ul {
	padding: 15px;
}

.categories .panel {
	box-shadow: none;
	border: none;
}

.categories .panel-title {
	background: #fff;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.categories .panel-title > a {
	border-bottom: 1px solid #e1e1e1;
	color: #7e7e7e;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}

.glyphicon {
	background: #00a7dd;
	border-radius: 50%;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 5px;
	top: -2px;
}

.categories .panel-group .panel + .panel {
	margin-top: 0;
}

.categories .panel-body {
	background: transparent;
	margin-left: 25px;
	margin-top: 0;
	padding: 0;
}

.categories .panel-body ul li a {
	border-bottom: 1px solid #e1e1e1;
	color: #7e7e7e;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}

.categories .panel-body ul li a:after,
.brands ul li a:after,
.categories .panel-title > a:after {
	background: #e3ae1e;
	content: '';
	height: 34px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 3px;
	width: 5px;
}

.categories .panel-body ul li a:hover,
.brands ul li a:hover {
	font-weight: bold;
}

.categories .panel-body ul li a:hover:after,
.brands ul li a:hover:after,
.categories .panel-title > a:hover:after {
	opacity: 1;
}

.categories .panel-group {
	margin: 0;
	padding: 15px;
}

.categories .panel-default > .panel-heading {
	background: #fff;
	margin: 0;
	padding: 0;
}

.brands ul li a {
	color: #7e7e7e;
	display: block;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}

.brands ul li a .fa {
	margin-right: 5px;
}

.filter .filter-form {
	padding: 20px 15px;
}

.filter strong {
	display: block;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.size input[type='radio'],
.size input[type='checkbox'] {
	display: none;
}

.size input[type='radio'] + label,
.size input[type='checkbox'] + label {
	background: #fff;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 35px;
}

.size input[type='radio']:checked + label {
	background: #e3ae1e;
	border: 1px solid #e3ae1e;
	color: #fff;
}

.size input[type='checkbox']:checked + label {
	border: 1px solid #e3ae1e;
}

.filter .color .red {
	background: #e00000;
}

.filter .color .black {
	background: #000;
}

.filter .color .green {
	background: #8dc63f;
}

.price-range input[type='radio']:not(old) {
	display: none;
	height: 18px;
	width: 18px;
}

.price-range input[type='radio']:not(old) + label {
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	margin-right: 25px;
	width: 110px;
}

.price-range input[type='radio']:not(old) + label > span {
	border: 1px solid #e1e1e1;
	display: inline-block;
	height: 18px;
	margin-right: 8px;
	vertical-align: bottom;
	width: 18px;
}

.price-range input[type='radio']:not(old):checked + label > span > span {
	background: #e3ae1e;
	border: 1px solid #e3ae1e;
	display: block;
	height: 12px;
	margin: 2px;
	width: 12px;
}

.filter .custom-price input {
	background: transparent;
	border: 1px solid #e1e1e1;
	outline: none;
	padding: 5px 15px;
	width: 43%;
}

.filter .custom-price span {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 11%;
}

.filter .btn {
	background: #000;
	margin-top: 20px;
	text-transform: uppercase;
	width: 100%;
}


/* 
 * --------------------------------------
 * product details page
 * --------------------------------------
 */

.nav-tabs > li > a {
	border-radius: 4px 4px 0 0;
	border: 0;
	line-height: 1.42857;
	margin-right: 0;
}

.nav > li > a {
	display: block;
	left: 0;
	padding: 0 0 0 0px;
	position: relative;
}

.nav > li > a > img {
	display: block;
	height: 150px;
	left: 0;
	position: relative;
	width: 100px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-width: 0;
	color: #555;
	cursor: default;
}

.product-information {
	border: 1px solid #e1e1e1;
	color: #505050;
	padding: 15px;
	margin-top: 0;
}

.product-information ul {
	list-style-type: square;
	padding-left: 15px;
}

.product-information ul li {
	padding-bottom: 5px;
}

.product-information .summury-divider {
	float: none;
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, .05);
	margin: 20px 0;
}

.product-information a {
	color: #7d7d7d;
}

.product-information .heading,
.product-information .product-feature,
.product-information .share-product,
.product-information .choice-size,
.product-information .add-cart {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 15px;
}

.product-information .heading h4 {
	color: #000;
	font-weight: 100;
}

.product-information .heading ul {
	margin: 15px 0 30px;
}

.product-information .heading li {
	display: inline-block;
	margin-right: 20px;
}

.product-information .heading li a,
.product-information .heading li span {
	color: #000;
	font-weight: bold;
}

.product-information .heading li a:hover {
	color: #e3ae1e;
}

.product-information .heading strong {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

.product-information .heading sub {
	color: #ce5f5f;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

.product-information .heading strong.stock {
	color: #2ecc71;
	margin-left: 60px;
}

.product-information .heading strong.stock .fa {
	background: #2ecc71 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	height: 18px;
	line-height: 17px;
	position: relative;
	text-align: center;
	top: -4px;
	width: 18px;
}

.product-information .product-feature ul {
	list-style-type: disc;
	padding-left: 15px;
}

.product-information .share-product ul.email-print {
	float: left;
	width: 55%;
}

.product-information .share-product ul.email-print li {
	margin-right: 25px;
}

.product-information .share-product ul li {
	display: inline-block;
}

.product-information .share-product ul.fa-tweet li a {
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
	width: 56px;
}

.product-information .share-product ul li .fa {
	margin-right: 8px;
}

.woocommerce-variation-price {
	margin-bottom: 15px;
	text-align: center;
	font-size: 30px;
}

.product-information .add-cart h3 {
	color: #000;
	font-size: 34px;
	font-weight: bold;
	margin: 30px auto;
}

.product-information .add-cart .btn {
	color: #fff;
	padding: 12px 40px;
	text-transform: uppercase;
}

.product-information .brand {
	border-bottom: 1px solid #e1e1e1;
}

.product-information .brand ul li {
	border-right: 1px solid #e1e1e1;
	display: inline-block;
	padding: 20px 0 20px 15px;
	width: 49%;
}

.product-information .brand ul li:last-child {
	border-right: none;
}

.product-information .tags {
	padding: 20px 0 20px 15px;
}

.product-information .product-brand a {
	color: #e3ae1e;
	margin-left: 3px;
	text-transform: capitalize;
}

.product-ads a {
	margin-bottom: 30px;
}


/* 
 * --------------------------------------
 * Blog list page
 * --------------------------------------
 */

.blog-list-area {
	color: #7e7e7e;
	padding: 100px 0 80px;
	position: relative;
	z-index: 15;
}

.single-post-item {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	background: #fff;
	padding: 30px;
}

.post-img-carousel-area {
	margin-bottom: 20px;
}

.tz-featured-image {
	text-align: center;
	margin-bottom: 20px;
}

.tz-featured-image img {
	max-height: 450px;
	width: auto;
}

.header-meta {
	color: #adadad;
	font-size: 12px;
	border-bottom: 1px solid #e3ae1e;
	padding-bottom: 10px;
}

.single-post .header-meta {
	margin-bottom: 15px;
}

.header-meta:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}

.header-meta .date {
	color: #adadad;
	float: left;
}

.header-meta .comment-view {
	float: right;
}

.header-meta .comment-view a {
	color: #adadad;
}

.header-meta .comment-view i.fa-comments {
	margin-right: 5px;
}

.header-meta .comment-view .separator {
	margin: 0 5px;
}

.blog-carousel-area {
	overflow: hidden;
	position: relative;
}

.post-img-carousel-area .item img {
	height: auto;
	width: 100%;
}

.blog-grid-item {
	margin-bottom: 30px;
}

.blog-carousel-control,
.widget .blog-carousel-control {
	color: #fff;
}

.blog-carousel-area:hover .blog-carousel-control {
	bottom: 0;
}

.blog-carousel-control,
.blog-carousel-control:focus {
	background: rgba(0, 0, 0, .5);
	bottom: -50px;
	color: #fefefe;
	font-size: 30px;
	font-weight: 100;
	position: absolute;
	right: 0;
	text-align: center;
	width: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.blog-carousel-control.left {
	left: 0;
}

.blog-carousel-control.right {
	right: 0;
}

.blog-carousel-control i {
	line-height: 50px;
}

.blog-carousel-control:hover {
	color: #e3ae1e;
}

.left.blog-carousel-control {
	right: 40px;
}

.blog-grid-item img {
	max-width: 100%;
	height: auto;
}

.btn:hover {
	color: #f5f5f5;
}

.load-more a {
	text-transform: uppercase;
}

.trendz-search-article {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.trendz-search-article a {
	color: #e3ae1e;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.blank-page .entry-content {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.trendz-search-article a:hover {
	color: #000;
}

.trendz-search-article .entry-header {
	margin-bottom: 15px;
}

.trendz-search-article .entry-footer {
	margin-bottom: 0;
}

.trendz-search-article .entry-footer span {
	margin-right: 15px;
}

.trendz-search-article h2 {
	margin-bottom: 10px;
}

.trendz-post-meta a {
	color: #8d8d8d;
}

.trendz-post-meta a:hover {
	color: #e3ae1e;
}

.trendz-pagination {
	text-align: left;
	font-family: 'Lato', sans-serif;
}

.trendz-pagination ul.pagination {
	margin: 0 0 30px 0;
	font-size: 14px;
}

.trendz-pagination ul.pagination li a,
.trendz-pagination ul.pagination li span {
	margin-right: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	color: #8d8d8d;
	border: 0;
	border-radius: 0;
	padding: 8px 14px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.trendz-pagination ul.pagination li a:hover,
.trendz-pagination ul.pagination li span:hover {
	background: #000;
	color: #fff;
}

.trendz-pagination ul.pagination li span.current {
	color: #fff;
	background: #e3ae1e;
}

.post-video-container iframe {
	width: 100%;
	height: auto;
	min-height: 220px;
	margin-bottom: 20px;
}

.posts-navigation {
	padding: 0 15px;
	margin-bottom: 15px;
}

.posts-navigation h2 {
	font-size: 32px;
	margin-bottom: 15px;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	display: inline;
}

.posts-navigation .nav-links a,
.posts-navigation .nav-links a:focus {
	color: #e3ae1e;
	margin-right: 15px;
	-webkit-transition: color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out;
	        transition: color 0.3s ease-in-out;
}

.posts-navigation .nav-links a:hover {
	color: #000;
}


/* 
 * --------------------------------------
 * Sidebar Widgets
 * --------------------------------------
 */

.sidebar-widget {
	border: 1px solid #e1e1e1;
}

.widget-ads {
	border: 0;
}

.sidebar-widget h3 {
	border-bottom: 1px solid #e1e1e1;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 20px 15px;
	text-transform: capitalize;
}

.widget-subscribe .subscribe {
	padding: 20px 15px;
}

.widget-subscribe input[type="email"] {
	border-radius: 0;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	padding: 10px 10px;
	width: 86%;
}

.widget-subscribe .subscribe .btn {
	background: #000;
	display: inline-block;
	left: -4px;
	position: relative;
}

.widget-calendar .table caption {
	padding: 20px;
	position: relative;
	text-align: center;
}

.widget-calendar .table caption a {
	color: #e3ae1e;
	position: absolute;
}

.widget-calendar .table .previous-year {
	left: 20px;
}

.widget-calendar .table .next-year {
	right: 20px;
}

.widget-calendar .table caption span {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.widget-calendar.table > tbody > tr > td {
	border-top: 0px solid #ddd;
	text-align: center;
}

.widget-calendar .table thead tr th {
	border: none;
	font-size: 13.99px;
	font-weight: normal;
	text-align: center;
}

.widget-calendar.table tbody td {
	border: none;
	font-size: 12px;
	font-weight: bold;
}

.widget-calendar .table tbody td a {
	background: #e3ae1e;
	color: #fff;
	display: block;
	padding: 5px 5px;
}

.widget-calendar .table > tbody > tr > td,
.widget-calendar .table > thead > tr > th {
	text-align: center;
}


/* 
 * --------------------------------------
 * Single blog page
 * --------------------------------------
 */

.attachment #main,
.single-post #main {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.post-navigation {
	margin: 15px 30px;
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.post-navigation a {
	color: #e3ae1e;
}

.post-navigation h2 {
	font-size: 32px;
	margin-bottom: 15px;
}

.post-navigation .nav-links a {
	margin-bottom: 15px;
}

.next-previous-pagination {
	height: 40px;
	position: relative;
}

.next-previous-pagination .previous-post {
	left: 15px;
	position: absolute;
}

.single-post-thumb-slider {
	padding-bottom: 0;
}
.attachment article,
.single-post article {
	padding: 30px 30px 15px 30px;
}

.single-post-thumb-slider,
.single-post .entry-header,
.single-post .entry-content {
	background: #fff;
}

.single-post .entry-content {
	padding: 15px 0;
}
.attachment .entry-header h1,
.single-post .entry-header h1 {
	color: #e3ae1e;
	font-size: 28px;
	font-weight: 400;
}

.page .entry-header h1 {
	background: #e3ae1e;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 400;
	line-height: 70px;
	padding-left: 30px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 2px;
}

.single-post .entry-content {
	margin-top: 0;
}

.single-post .entry-footer a {
	color: #e3ae1e;
}

.single-post .entry-footer span {
	margin-right: 5px;
}

.next-previous-pagination .next-post {
	position: absolute;
	right: 15px;
}

.post-author-info {
	padding-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-top: 1px solid rgba(0, 0, 0, .05);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.post-author-info .display-picture {
	padding-right: 0;
}

.post-author-info .avatar {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	border: 6px solid #e5e5e5;
	border-radius: 100%;
}

.post-author-info .display-name {
	margin: 5px 0;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 8px;
}


/*
 * Entry Content
 */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content > ul,
.entry-content > ol,
.entry-content > dl {
	margin-bottom: 15px;
}

.entry-content h2 {
	font-size: 32px;
}

.entry-content h3 {
	font-size: 28px;
}

.entry-content h4 {
	font-size: 24px;
}

.entry-content h5 {
	font-size: 20px;
}

.entry-content h6 {
	font-size: 16px;
}

.entry-content ul {
	list-style-type: square;
	padding-left: 30px;
}

.entry-content ul li,
.entry-content ol li {
	line-height: 25px;
}

.entry-content ol {
	padding-left: 30px;
	list-style-type: decimal;
}

.entry-content dl dt {
	margin-bottom: 10px;
}

.entry-content dl dd {
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
}

.entry-content dl dd:before {
	content: "\f101";
	font-family: 'fontawesome';
	position: absolute;
	left: 10px;
	top: -1px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content code {
	color: #e3ae1e;
}

.entry-content blockquote {
	background: #fbfbfb;
	border: none;
	position: relative;
	padding-left: 66px;
	margin-bottom: 15px;
}

.entry-content blockquote:before {
	content: "\f101";
	font-family: 'fontawesome';
	color: #fff;
	display: block;
	width: 50px;
	background-color: #aaa;
	height: 100%;
	font-size: 40px;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 45px;
	left: 0;
}

.entry-content a {
	color: #e3ae1e;
}

.entry-content table {
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
}

.entry-content table td,
.entry-content table th {
	border: 1px solid #eaeaea;
	padding: 5px 10px;
}

.entry-content figure figcaption {
	color: #e9be4b
}

.entry-content address {
	font-style: italic;
}

.entry-content a.readmore,
.entry-content a.readmore:focus {
	display: block;
	background: #e3ae1e;
	border-radius: 0;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.entry-content a.readmore:hover {
	background: #000;
	color: #fff;
}

.entry-content iframe {
	width: 100%;
	height: auto;
	min-height: 400px;
}

.entry-content .entry-title {
	font-size: 32px;
	margin-bottom: 15px;
}

.entry-content .entry-title a {
	font-size: 28px;
	color: #e3ae1e;
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.entry-content .entry-title a:hover {
	color: #000;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

.entry-footer a {
	color: #e3ae1e;
}

.archive .post {
	margin-bottom: 30px;
}

.page-header {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description >:last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
}

.page-content >:last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption >:last-child {
	margin-bottom: 0;
}


/**
 * 12.3 Comments
 */

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content > ul,
.comment-content > ol,
.comment-content > dl {
	margin-bottom: 15px;
}

.comment-content h2 {
	font-size: 32px;
}

.comment-content h3 {
	font-size: 28px;
}

.comment-content h4 {
	font-size: 24px;
}

.comment-content h5 {
	font-size: 20px;
}

.comment-content h6 {
	font-size: 16px;
}

.comment-content ul {
	list-style-type: square;
	padding-left: 30px;
}

.comment-content ul li,
.comment-content ol li {
	line-height: 25px;
}

.comment-content ol {
	padding-left: 30px;
	list-style-type: decimal;
}

.comment-content dl dt {
	margin-bottom: 10px;
}

.comment-content dl dd {
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
}

.comment-content dl dd:before {
	content: "\f101";
	font-family: 'fontawesome';
	position: absolute;
	left: 10px;
	top: -1px;
}

.comment-content img {
	max-width: 100%;
	height: auto;
}

.comment-content code {
	color: #e3ae1e;
}

.comment-content blockquote {
	background: #fbfbfb;
	border: none;
	position: relative;
	padding-left: 66px;
	margin-bottom: 15px;
}

.comment-content blockquote:before {
	content: "\f101";
	font-family: 'fontawesome';
	color: #fff;
	display: block;
	width: 50px;
	background-color: #aaa;
	height: 100%;
	font-size: 40px;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 45px;
	left: 0;
}

.comment-content a {
	color: #e3ae1e;
}

.comment-content table {
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
}

.comment-content table td,
.comment-content table th {
	border: 1px solid #eaeaea;
	padding: 5px 10px;
}

.comment-content figure figcaption {
	color: #e9be4b
}

.comment-content address {
	font-style: italic;
}

.comment-content a.readmore,
.comment-content a.readmore:focus {
	display: block;
	color: #fff;
}

.comment-content iframe {
	width: 100%;
	height: auto;
	min-height: 400px;
}

.comment-content p {
	line-height: 24px;
	margin-bottom: 15px;
}

.comments-area {
	padding: 0 30px 30px 30px;
	margin-bottom: 30px;
}

.comments-area >:last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 32px;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 30px;
	;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a {
	color: #333;
}

.comment-author a:hover {
	color: #e3ae1e;
	\
}

.comment-author .avatar {
	float: left;
	height: 40px;
	margin-right: 0.8em;
	width: 40px;
}

footer.comment-meta {
	border-bottom: 1px solid #e3ae1e;
	margin-bottom: 15px;
	;
}

div.comment-metadata {
	margin-bottom: 15px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #e3ae1e;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content >:last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	background: #e3ae1e;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
	padding: 10px 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	background: #000;
	color: #fff;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form-comment br {
	display: none;
}

.comment-form label {
	color: #707070;
	font-size: 15px;
	font-weight: 400;
	display: block;
	line-height: 1;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.wpcf7 p input[type=submit],
.checkout_coupon input[type="submit"],
.comment-form input[type="submit"],
.register input[type="submit"],
.login input[type="submit"] {
	background: #e3ae1e;
	border-radius: 0;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.login input[type="submit"] {
	margin-right: 15px;
}

.wpcf7 p input[type=submit]:hover,
.comment-form input[type="submit"]:hover,
.register input[type="submit"]:hover,
.login input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a {
	color: #e3ae1e;
}

.logged-in-as a:hover {
	color: #e3ae1e;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.call-to-action h3 {
	margin-bottom: 30px;
}

.call-to-action input {
	border-radius: 0;
	border: 1px solid #f2f2f2;
	font-size: 11px;
	padding: 10px 20px;
	width: 50%;
}

.widget-popular-post-carousel .popular-item {
	position: relative;
}

.widget-popular-post-carousel .popular-item img {
	width: 100%;
	height: auto;
}

.widget-popular-post-carousel .item-heading {
	background: rgba(244, 244, 243, .9);
	font-weight: 300;
	height: 0px;
	height: 92px;
	opacity: 0;
	padding: 20px 15px;
	position: absolute;
	top: -150px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
	width: 100%;
}

.widget-popular-post-carousel .item-heading a {
	color: #8b8b8b;
	display: block;
}

.widget-popular-post-carousel .popular-item:hover .item-heading {
	opacity: 1;
	top: 0;
}


/* 
 * --------------------------------------
 * Widgets
 * --------------------------------------
 */

.widget a {
	color: #8b8b8b;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.widget a:hover {
	color: #000;
}

.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
	display: none;
}

.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
	position: relative;
}

.widget_search .search-form label {
	width: 100%;
	display: block;
	margin-bottom: 0;
}

.widget_search .search-form label input,
.widget_product_search .woocommerce-product-search input[type=search] {
	width: 100%;
	padding: 10px 50px 10px 15px;
	border: 1px solid #f2f2f2;
	font-weight: 400;
}

.widget_search .search-form .search-submit,
.widget_product_search .woocommerce-product-search input[type=submit] {
	position: absolute;
	top: 0;
	font-size: 0;
	right: 0;
	background: transparent;
	width: 41px;
	height: 41px;
	color: #fff;
	border: 0;
	display: block;
	z-index: 2;
}

.widget_search .search-form:after,
.widget_product_search .woocommerce-product-search:after {
	content: '\f002';
	color: #e3ae1e;
	font-family: 'fontawesome';
	border: 1px solid #f2f2f2;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	display: table;
	background: transparent;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.widget_search .search-form:hover:after,
.widget_product_search .woocommerce-product-search:hover:after {
	color: #505050;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #e3ae1e;
	height: 5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border: 1px solid #e3ae1e;
	width: 20px;
	height: 20px;
	top: -8px;
	background: #fff;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
	margin-bottom: 0;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a,
.woocommerce .widget_price_filter .price_slider_amount .button {
	background: #e3ae1e;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background: #000;
}

.woocommerce .widget_price_filter .price_slider_amount {
	line-height: 32px;
}

#wp-calendar {
	width: 100%;
	text-align: right;
}

#wp-calendar thead tr th {
	padding: 5px 10px;
	text-align: right;
}

#wp-calendar tbody tr td {
	padding: 5px 10px;
}

#wp-calendar tfoot tr td a {
	margin-top: 10px;
}

#wp-calendar tfoot tr #prev {
	text-align: left;
	padding: 0 20px;
}

#wp-calendar tfoot tr #next {
	padding: 0 20px;
}

.widget_meta a,
.widget_archive a,
.widget_recent_comments a,
.widget_recent_entries a {
	color: #8b8b8b;
	font-weight: 600;
	padding: 10px 0;
}

.widget_meta li:last-child a,
.widget_archive li:last-child a,
.widget_recent_comments li:last-child a,
.widget_recent_entries li:last-child a {
	padding-bottom: 0;
}

.widget_meta a:hover,
.widget_archive a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
	color: #e3ae1e;
}

.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-bottom: 1px solid #e5e5e5;
}

.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_categories > ul > li:last-child a {
	border-bottom: 0;
	padding-bottom: 0;
}


/*--------feature-brands--------*/

.feature-brands {
	background: #e3ae1e;
	padding: 25px 0px;
	width: 100%;
}

.feature-brands .item {
	text-align: center;
}


/* 
 * --------------------------------------
 * cart & wishlist
 * --------------------------------------
 */

.cart .table,
.wishlist .table,
.user-profile {
	color: #7e7e7e;
}

.woocommerce .wishlist-title h2 {
	line-height: 35px;
}

.wishlist .table {
	margin-bottom: 0;
}

.cart .table span,
.wishlist .table span {
	display: block;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.woocommerce table.wishlist_table {
	font-size: 14px;
}

.cart .table strong,
.wishlist .table strong {
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
}

.cart .table td a,
.wishlist .table td a {
	color: #000;
	font-weight: bold;
}

.cart .table del,
.wishlist .table del {
	margin-right: 10px;
}

.cart .table > tbody > tr > td,
.cart .table > thead > tr > th,
.wishlist .table > thead > tr > th,
.wishlist .table > tbody > tr > td {
	border: 1px solid #e1e1e1;
	padding: 10px;
}

.cart .table > thead > tr > th,
.wishlist .table > thead > tr > th {
	background: #e3ae1e;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.cart .table tbody td:first-child,
.wishlist .table tbody td:first-child {
	width: 150px;
}

.cart .table tbody td img,
.wishlist .table tbody td img {
	height: auto;
	width: 170px;
}

.wishlist .table tbody td .fa:before {
	height: 36px;
	line-height: 36px;
	width: 36px;
}

.wishlist-title h2 {
	font-size: 30px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #e3ae1e;
}

.continue-shopping .table {
	border: 1px solid #e1e1e1;
	color: #7e7e7e;
}

.continue-shopping .table thead th {
	color: #e3ae1e;
	font-size: 30px;
	line-height: 0.8;
}

.continue-shopping .table thead th {
	padding: 15px;
}

.continue-shopping .table tbody td {
	padding: 10px 15px;
}

.continue-shopping .table tbody td label {
	font-weight: bold;
	text-transform: capitalize;
}

.continue-shopping .table tbody td span {
	display: inline-block;
	width: 100px;
}

.continue-shopping form select,
.continue-shopping form input[type='text'] {
	background: transparent;
	border: 0;
	font-weight: bold;
	margin-left: 40px;
	padding: 3px 15px;
	text-transform: capitalize;
	width: 60%;
}

.continue-shopping .table > thead > tr > th {
	border-bottom: 0;
}

.continue-shopping form option {
	border: 0;
	padding: 3px 15px;
	width: 100%;
}

.continue-shopping .btn,
.update-checkout .btn {
	text-transform: uppercase;
}

.update-checkout .btn.update {
	background: #000;
	margin-right: 20px;
}

.update-checkout .btn.update:hover {
	background: #e3ae1e;
	border: 1px solid #e3ae1e;
	color: #fff;
}

.update-checkout .table {
	border: 1px solid #e1e1e1;
}

.update-checkout .table tr td {
	font-weight: bold;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.update-checkout .table tr td:first-child {
	font-weight: normal;
	text-align: right;
}

.update-checkout .table tr td input[type='text'] {
	border: 0;
	padding: 5px 15px;
	width: 100%;
}

.wishlist {
	margin-top: 30px;
}

.wishlist .social-icon {
	margin-bottom: 30px;
}

.wishlist .social-icon h2 {
	color: #e3ae1e;
	display: inline-block;
	font-weight: 100;
	line-height: 0.9;
	text-transform: capitalize;
}

.wishlist .social-icon .icon-wrap {
	display: inline-block;
	float: right;
	margin-bottom: 0;
}

.wishlist .social-icon .icon-wrap .fa {
	box-shadow: 0 0 0 1px rgba(225, 225, 225, 1);
	color: #000;
	height: 36px;
	margin: 0 0 0 15px;
	margin: 0 5px;
	width: 36px;
}

.wishlist .social-icon .icon-wrap .fa:last-child {
	margin-right: 0;
}

.wishlist .social-icon .icon-wrap .fa:before {
	line-height: 36px;
}

.wishlist .social-icon .icon-wrap .fa:hover {
	background: #e3ae1e;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
	color: #fff;
}

.wishlist .table .icon-wrap .fa.fa-shopping-cart {
	background: #e3ae1e;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
	color: #fff;
	margin-top: 20px;
}

.user-profile {
	background: #fff;
	color: #7d7d7d;
	padding: 20px;
}

.user-info {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 50px;
}

.user-info .namecode {
	left: 10px;
	position: relative;
	top: 10px;
}

.user-info h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.user-info div {
	display: inline-block;
}

.image-wrap {
	background: #e1e1e1;
	display: inline-block;
	height: 100px;
	width: 100px;
}

.image-wrap img {
	border-radius: 50%;
	height: 65px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 65px;
}

.user-profile ul li a {
	border-bottom: 1px solid #e1e1e1;
	color: #7e7e7e;
	display: block;
	font-weight: bold;
	padding: 8px 0;
	position: relative;
	text-transform: uppercase;
}

.user-profile ul li a:after {
	background: #e3ae1e;
	content: '';
	height: 30px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 3px;
	width: 5px;
}

.user-profile ul li a:hover:after {
	opacity: 1;
}

.about-company p {
	color: #7e7e7e;
}

.return-policy .single-policy a {
	background: #fff;
	color: #919191;
	display: block;
	font-size: 18px;
	padding: 35px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.return-policy .single-policy a:hover {
	color: #fff;
	background: #e3ae1e;
	font-weight: bold;
}
.return-policy .single-policy a .fa {
	color: #e3ae1e;
	font-size: 50px;
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.return-policy .single-policy a:hover .fa {color: #fff;}
.return-policy .single-policy a span { display: block; }
.return-policy p {
	color: #7e7e7e;
	line-height: 24px;
	margin-bottom: 0;
}

/* 
 * --------------------------------------
 * form designs
 * --------------------------------------
 */

.contact-form .btn {
	width: 100%;
}

.comment-form-comment {
	margin-bottom: 15px;
}

.checkout p.form-row,
.checkout_coupon p.form-row,
.login p.form-row,
.register p.form-row,
.comment-form p {
	position: relative;
}

.checkout_coupon p.form-row input[type="text"],
.woocommerce-billing-fields p.form-row input[type="text"],
.woocommerce-billing-fields p.form-row input[type="email"],
.woocommerce-billing-fields p.form-row input[type="password"],
.woocommerce-billing-fields p.form-row input[type="tel"],
.woocommerce-checkout p.form-row textarea,
.woocommerce-billing-fields p.form-row select,
.login p.form-row input[type="text"],
.login p.form-row input[type="email"],
.login p.form-row input[type="password"],
.register p.form-row input[type="text"],
.register p.form-row input[type="email"],
.register p.form-row input[type="password"],
.comment-form p input[type="text"],
.comment-form p input[type="email"],
.comment-form p input[type="password"],
.comment-form p textarea {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, .05);
	color: #7d7d7d;
	margin-bottom: 20px;
	padding: 10px 15px;
	resize: none;
	width: 100%;
}

.woocommerce .login input[type="text"],
.woocommerce .login input[type="password"],
.woocommerce .register input[type="text"],
.woocommerce .register input[type="password"],
.woocommerce .register input[type="email"] {
	padding: 15px !important;
}

.comment-form p textarea {
	margin-bottom: 5px;
}

.checkout_coupon p.form-row input[type="text"],
.woocommerce-billing-fields p.form-row input[type="email"],
.woocommerce-billing-fields p.form-row input[type="tel"],
.woocommerce-billing-fields p.form-row input[type="password"],
.woocommerce-billing-fields p.form-row input[type="text"] {
	padding: 16px;
}

.woocommerce-checkout p.form-row textarea,
.woocommerce #reviews #comment,
.comment-form textarea {
	padding: 11px 15px;
	height: 198px;
	resize: none;
}

.checkout p.form-row span.pipe,
.checkout_coupon p.form-row span.pipe,
.login p.form-row span.pipe,
.register p.form-row span.pipe,
.comment-form p span.pipe {
	background: #e3ae1e none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 40px;
	opacity: 0;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	bottom: 25px;
	visibility: hidden;
	width: 5px;
	z-index: 500;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.checkout p.form-row span.pipe {
	bottom: 28px;
	right: 8px;
}

.login p.form-row span.pipe,
.register p.form-row span.pipe {
	bottom: 27px;
	right: 8px;
}

.woocommerce-checkout p.form-row textarea + span.pipe {
	height: 187px;
	bottom: 28px;
}

.comment-form p textarea + span.pipe {
	height: 186px;
	bottom: 20px;
}

.checkout p.form-row input:focus + span,
.woocommerce-checkout p.form-row textarea:focus + span,
.checkout_coupon p.form-row input[type="text"]:focus + span,
.login p.form-row input:focus + span,
.register p.form-row input:focus + span,
.comment-form p input:focus + span,
.comment-form p textarea:focus + span {
	opacity: 1;
	visibility: visible;
}

.checkout_coupon p.form-row input[type="text"] {
	margin-bottom: 0;
}

.checkout_coupon p.form-row span.pipe {
	bottom: 8px;
	right: 8px;
}

.wpcf7-form {
	margin-bottom: 15px;
}

.wpcf7 p {
	margin-bottom: 15px;
	position: relative;
	font-weight: 400;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, .05);
	color: #7d7d7d;
	padding: 5px 15px;
	width: 100%;
}

.wpcf7 p span.pipe:before {
	content: '';
	height: 30px;
	width: 5px;
	display: table;
	background: #e3ae1e;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 33px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.wpcf7 p.textarea span.pipe:before {
	height: 180px;
}

.wpcf7 p span:hover + span.pipe:before {
	opacity: 1;
	visibility: visible;
}

.wpcf7-form-control-wrap textarea {
	height: 190px;
	width: 100%;
	resize: none;
	background: transparent;
}

.wpcf7 p input[type=submit] {
	width: 100%;
	background: #e3ae1e;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	margin: 25px 0;
	padding: 15px;
	border: 0;
	color: #fff;
	text-align: center;
}

div.wpcf7-validation-errors {
	background: #e00;
}

div.wpcf7-mail-sent-ok {
	background: #0b0;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	margin-left: -30px;
	margin-top: 15px;
}

.sidebar .order-detail {
	background: #fff;
	color: #7d7d7d;
	padding: 20px 20px 60px;
}

.sidebar .order-detail h4 {
	border-bottom: 1px solid #e3ae1e;
	color: #e3ae1e;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.sidebar .order-detail .table > thead > tr > th {
	border-bottom: 1px solid #e3ae1e;
	color: #000;
	text-transform: uppercase;
}

.sidebar .order-detail .table > tbody > tr > td,
.sidebar .order-detail .table > thead > tr > th {
	padding: 15px 0;
}

.sidebar .order-detail .table tr td {
	text-transform: capitalize;
}

.sidebar .order-detail .table tr td strong {
	text-transform: uppercase;
}

.sidebar .order-detail .table tr td:last-child {
	text-align: right;
}

.sidebar .order-detail .table tr th:last-child {
	text-align: right;
}

.sidebar .order-detail form strong {
	border-bottom: 1px solid #e3ae1e;
	border-top: 1px solid #e3ae1e;
	color: #000;
	display: block;
	padding: 20px 0;
}

.sidebar .order-detail form select {
	color: #7d7d7d;
	margin-bottom: 60px;
	margin-top: 20px;
	padding: 2px 15px;
	text-transform: capitalize;
	width: 100%;
}

.sidebar .order-detail form .btn {
	padding: 10px 50px;
	text-transform: uppercase;
}


/* 
 * --------------------------------------
 * faq page
 * --------------------------------------
 */

.page-template-faq .panel-default>.panel-heading {
	background: transparent;
}

.page-template-faq .panel-heading {
	padding: 0;
}

.page-template-faq .panel-heading .panel-title a {
	border: 1px solid rgba(0, 0, 0, .05);
	color: #7d7d7d;
	display: block;
	font-weight: 700;
	font-size: 14px;
	padding: 8px 10px;
	position: relative;
}

.page-template-faq .panel-heading .panel-title a span {
	background: #acacac;
	display: inline-block;
	height: 28px;
	position: absolute;
	right: 10px;
	width: 3px;
}

.page-template-faq .panel-heading.active .panel-title a span {
	background: #e3ae1e;
}

.page-template-faq .panel {
	border: none;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 10px;
}

.page-template-faq .panel-body {
	padding: 15px 0 10px 10px;
}

.page-template-faq .panel-body p {
	color: #7e7e7e;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	position: relative;
}

.page-template-faq .panel-body p:before {
	background: #e3ae1e none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 8px;
	width: 3px;
}

.page-template-faq .ask-question {
	margin-top: 40px;
	margin-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f5f5f5;
}

.ask-que {}

.ask-que h3 {
	color: #7e7e7e;
	font-weight: 300;
	margin-bottom: 20px;
}

.ask-que input {
	background: transparent;
	border: 1px solid #e1e1e1;
	color: #7d7d7d;
	padding: 15px 60px 18px 15px;
	width: 60%;
}

.ask-que .btn {
	background: #e3ae1e;
	display: inline-block;
	left: -5px;
	padding: 14px 8px;
	position: relative;
}

.ask-que .btn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}


/* 
 * --------------------------------------
 * WooCommerce Override
 * --------------------------------------
 */

.woocommerce .cart-empty {
	margin-bottom: 15px;
}

.woocommerce ul.products li.product {
	width: 22.15%
}

.woocommerce div.product .product_title {
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 300;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: auto;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.woocommerce img,
.woocommerce-page img {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 0;
}

.woocommerce #content div.product div.summary {
	background: #fff;
	border: 0;
	padding: 30px 30px 20px 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.woocommerce div.product div.summary p.price {
	float: left;
}

.woocommerce div.product div.summary .stock {
	float: right;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 35px;
}

.woocommerce div.product div.summary .stock i {
	background: #77a464;
	color: #fff;
	font-size: 12px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	top: -2px;
	position: relative;
}

.woocommerce div.product div.summary .out-of-stock i {
	background: red;
}

.woocommerce div.product p.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price {
	color: #000;
	font-size: 25px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.woocommerce div.product p.price ins {
	font-size: 25px;
}

.woocommerce div.product p.price del {
	font-size: 14px;
	color: #0064FF;
}

.woocommerce ul.products li.product .star-rating {
	display: inline-block;
	color: #e3ae1e;
	top: 5px;
}

.woocommerce .woocommerce-message {
	border-top-color: #e3ae1e;
}

.woocommerce .woocommerce-message:before {
	color: #e3ae1e;
}

.woocommerce-cart table.cart tr.cart_item td.product-remove {
	text-align: center;
	width: 50px;
}

.woocommerce a.remove {
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	font-size: 40px;
	margin-bottom: 0;
	text-align: center;
	border-radius: 0;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	padding: 0;
	font-weight: 100;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.woocommerce a.remove:hover {
	color: #000 !important;
	background: transparent;
}

.woocommerce .widget_layered_nav ul li {
	line-height: 40px;
}

.product-categories li {
	line-height: 25px;
}

.product-categories .children {
	margin-left: 20px;
}

.woocommerce-cart table.cart .coupon input#coupon_code {
	color: #505050;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 10px 30px;
	line-height: 25px;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 20px;
	min-width: 250px;
	border: 1px solid #e5e5e5;
}

.woocommerce table.cart td.actions {
	padding: 15px;
}

.woocommerce-cart table.cart .product-thumbnail {
	text-align: center;
}

.woocommerce-cart table.cart .product-thumbnail img {
	min-width: 50px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: 1px solid rgba( 0, 0, 0, .03) !important;
}

.woocommerce span.onsale {
	display: none;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 15px;
}

.woocommerce .woocommerce-product-rating .star-rating {
	color: #e3ae1e;
}

.summary .product_meta {
	margin-top: 20px;
}

.summary .product_meta .sku_wrapper {
	font-weight: 700;
	color: #505050;
	display: block;
	margin-bottom: 15px;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-out 0s;
	   -moz-transition: all 0.5s ease-out 0s;
	        transition: all 0.5s ease-out 0s;
}

.woocommerce ul.products li.product:hover img {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
	        transform: scale(1.15);
	-webkit-transform-origin: 50% 0;
	   -moz-transform-origin: 50% 0;
	        transform-origin: 50% 0;
}

.summary .product_meta .sku_wrapper span {
	color: #000;
	font-family: 'Lato', sans-serif;
}

.summary .product_meta .tagged_as,
.summary .product_meta .posted_in {
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
	display: block;
}

.summary .product_meta a {
	font-weight: 400;
}

.summary .product_meta a:hover {
	color: #e3ae1e;
}

.summary .product_meta span span {
	color: #7d7d7d;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px;
}

.single-product .tab-content,
.single-product .entry-summary.product-information {
	margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.wishlist_table tfoot {
	display: none;
}

#yith-wcwl-popup-message {
	background: #e3ae1e;
	border: 0;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
	line-height: 140px;
	border-radius: 100px;
	width: 140px;
	height: 140px;
	padding: 0;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(70px, -70px);
	   -moz-transform: translate(70px, -70px);
	        transform: translate(70px, -70px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.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 li {
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 20px;
}

.woocommerce div.product .wctz-tab ul.tabs li {
	line-height: 40px;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.woocommerce div.product .wctz-tab ul.tabs li.active {
	background: transparent !important;
	color: #e3ae1e;
}

.woocommerce div.product .wctz-tab ul.tabs li a {
	font-size: 25px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.woocommerce div.product .wctz-tab ul.tabs li a:hover {
	color: #e3ae1e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
}

.woocommerce div.product .wctz-tab ul.tabs {
	border-bottom: 0;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border-radius: 0;
}

.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	padding: 30px;
}

.single-product .upsells {
	float: none;
	clear: both;
	margin: 0 15px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	color: #e3ae1e;
}

.upsells.products h2,
.related.products h2 {
	background: #e3ae1e;
	color: #fff;
	line-height: 70px;
	padding: 0 15px;
	margin-bottom: 30px;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 2px;
}

.upsells ul.products,
.related ul.products {
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
	display: inline !important;
}

.upsells ul.products li.product,
.related ul.products li.product {
	width: 16.66666%;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.woocommerce #reviews #comments h2 {
	color: #e3ae1e;
	margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 0;
	margin-left: 65px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	color: #e3ae1e;
	margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	height: 50px;
	width: 50px;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination {
	margin-bottom: 24px;
	text-align: left;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-right: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 10px 14px;
	background: #fff;
	color: #8d8d8d;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #e3ae1e;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #000;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce div.product form.cart .variations {
	color: #000;
}

.woocommerce div.product form.cart .variations label {
	color: #000;
	font-size: 18px;
	padding-top: 2px;
}

.woocommerce div.product form.cart .variations select {
	height: 30px;
	padding: 5px;
}

.woocommerce div.product .single_add_to_cart_button {
	display: table;
	float: none !important;
	margin: 0 auto;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px 25px;
	border-radius: 0;
}

.widget_tag_cloud .tagcloud a,
.woocommerce .widget_product_tag_cloud .tagcloud a {
	font-size: 14px !important;
	font-weight: 600;
	border: 1px solid #f2f2f2;
	color: #8b8b8b;
	padding: 3px 10px;
	margin-top: 10px;
	margin-right: 5px;
}

.widget_tag_cloud .tagcloud a:hover,
.woocommerce .widget_product_tag_cloud .tagcloud a:hover {
	border: 1px solid #e3ae1e;
	background: #e3ae1e;
	color: #fff;
}

.woocommerce ul.product_list_widget li {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.woocommerce ul.product_list_widget li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.image-ad-full-width .inner {
	position: relative;
}

.product-categories li a,
.woocommerce .widget_layered_nav ul li a {
	color: #8b8b8b;
	font-weight: 600;
}

.product-categories li a:hover,
.woocommerce .widget_layered_nav ul li a:hover {
	color: #e3ae1e;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 15px;
	text-align: center;
}

.yith-wcwl-add-to-wishlist a {
	color: #e3ae1e;
}

.yith-wcwl-add-to-wishlist.add-to-wishlist-40 {
	text-align: center;
	display: table;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	text-align: center;
	position: relative;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	padding: 10px 20px;
	color: #e3ae1e;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.woocommerce #review_form #respond p {
	margin: 15px 0 0 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
	color: #000;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	content: "\f08a";
	display: inline;
	font-family: 'fontawesome';
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

.woocommerce .return-to-shop {
	margin-bottom: 15px;
}

.woocommerce .cart-collaterals .trendz-cross-sells ul.products li,
.woocommerce-page .cart-collaterals .trendz-cross-sells ul.products li {
	margin-right: 30px;
	width: 28%;
}

.woocommerce .cart-collaterals .trendz-cross-sells ul.products li.last,
.woocommerce-page .cart-collaterals .trendz-cross-sells ul.products li.last {
	margin-right: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #review_form #respond .form-submit input {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 15px 30px;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.select2-container .select2-choice {
	border: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	margin: 0 0 15px 0;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
	background: #000;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce form .form-row {
	margin-bottom: 0;
}

.woocommerce h3,
.calculated_shipping h2 {
	color: #e3ae1e;
}

.woocommerce-checkout #payment,
.woocommerce table.shop_table {
	margin-bottom: 30px;
	border-radius: 0;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce table.shop_table {
	margin-bottom: 30px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	text-align: center;
	line-height: 30px;
	padding: 10px 20px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-right: 10px;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 20px;
}

#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 30px;
}

.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #f5f5f5;
}

.woocommerce-checkout #payment div.payment_box {
	background: #f5f5f5;
}

.woocommerce form .form-row .select2-container {
	line-height: 49px;
}

.select2-container .select2-choice {
	border-radius: 0;
	padding-left: 15px;
}

.lost_password a {
	padding-left: 2px;
}

.widget_top_rated_products .product_list_widget ins {
	text-decoration: none;
}

.widget_top_rated_products .product_list_widget .star-rating,
.widget_recent_reviews .product_list_widget .star-rating {
	margin: 5px 0;
}

.woocommerce button.button.alt:disabled[disabled],
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #e3ae1e;
	color: #fff;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 22px;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.woocommerce .checkout_coupon input.button {
	padding: 15px 20px;
}

.woocommerce div.product form.cart .button {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 15px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 250px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #000;
	color: #fff;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 20px 0 25px 0;
	text-align: center;
}

.woocommerce div.quantity .qty {
	width: 120px;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
	padding: 0;
	margin: 0;
}

.woocommerce div.quantity span.qty-minus,
.woocommerce div.quantity span.qty-plus {
	border: 1px solid #e5e5e5;
	content: '\f067';
	display: inline-block;
	font-family: 'fontawesome';
	font-size: 10px;
	line-height: 38px;
	color: #999;
	background: transparent;
	padding: 0 30px;
	cursor: pointer;
	top: -1px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.woocommerce div.quantity span.qty-minus:hover,
.woocommerce div.quantity span.qty-plus:hover {
	color: #e3ae1e;
	background: transparent;
}

.woocommerce div.quantity span.qty-minus {
	content: '\f068';
	position: relative;
	left: 8px;
}

.woocommerce div.quantity span.qty-plus {
	content: '\f067';
	position: relative;
	left: -8px;
}

.woocommerce-cart .woocommerce div.quantity .qty {
	width: 60px;
	background: transparent;
}

.woocommerce-cart .woocommerce div.quantity span.qty-minus,
.woocommerce-cart .woocommerce div.quantity span.qty-plus {
	padding: 0 15px;
	top: 0;
}

.woocommerce div.quantity span:hover {
	background: #000;
}

.woocommerce button.button {
	line-height: 15px;
}

.select2-search input {
	background-color: transparent;
}

.select2-drop {
	background: #f5f5f5;
}

.select2-container .select2-choice {
	background: none;
}

.woocommerce .woocommerce-result-count {
	font-size: 18px;
	line-height: 40px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-ordering select {
	padding: 10px;
	border-color: #e5e5e5;
}

.woocommerce .page-title {
	margin-bottom: 30px;
}

.page-title {
	background: #e3ae1e;
	color: #fff;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 400;
	line-height: 70px;
	padding-left: 30px;
	position: relative;
	letter-spacing: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.widget_categories ul.children {
	margin-left: 20px;
}

.widget_categories ul li,
.product-categories li.cat-parent {
	position: relative;
}

.widget_categories ul li.cat-parent > .trendz-wc-cat-down,
.product-categories li.cat-parent > .trendz-wc-cat-down {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: 10px;
	z-index: 1;
	-webkit-transition: all .8s;
	   -moz-transition: all .8s;
	        transition: all .8s;
}

.widget_categories ul li.cat-parent.active > .trendz-wc-cat-down,
.product-categories li.cat-parent.active > .trendz-wc-cat-down {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.widget_categories ul li.cat-parent > .trendz-wc-cat-down span:before,
.product-categories li.cat-parent > .trendz-wc-cat-down span:before {
	content: "\f175";
	font-family: 'fontawesome';
	display: table;
	margin: 0 auto;
	height: 20px;
	width: 5px;
	color: #e3ae1e;
}

.widget_categories ul li.cat-parent > ul,
.product-categories li.cat-parent > ul {
	display: none;
}

.widget_categories ul li a,
.product-categories li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding: 10px 0;
	color: #8b8b8b;
	font-weight: 600;
}

.product-categories li:last-child a {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget_categories ul li a:hover {
	color: #e3ae1e;
}


/* 
 * --------------------------------------
 * item categories page
 * --------------------------------------
 */

.product-category a {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
}

.product-category a span {
	display: inline-block;
	margin-top: 10px;
}

.product-category a:hover span {
	color: #e3ae1e;
}

.fashion {
	color: #7e7e7e;
}

.fashion-content h2 {
	border-bottom: 1px solid #e3ae1e;
	font-family: 'Raleway', sans-serif;
	margin-top: 15px;
	padding-bottom: 20px;
}

.fashion-content p {
	line-height: 2;
	margin-bottom: 0;
	padding-top: 20px;
}

.fashion .video iframe {
	height: 320px;
	width: 570px;
}

.player .title header {
	display: none;
}

.embed-container {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.embed-container iframe {
	border: 0 !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/*-----------goto button------------*/

.goto-wrap {
	height: 1px;
}

.goto {
	display: block;
}

.goto .fa {
	border: 2px solid #e3ae1e;
	background: #fff;
	bottom: 80px;
	position: fixed;
	right: 60px;
	z-index: 50;
}

.goto .fa:before {
	color: #e3ae1e;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

.goto .fa:hover {
	background: #fff;
}

.map-area {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.map-area a {
	position: absolute;
	top: -18px;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}

.map-area a i {
	color: #e3ae1e;
	cursor: pointer;
	line-height: 1px;
	font-size: 35px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.map-area i:focus {
	color: #e3ae1e;
}

.map-area i:hover {
	color: #ffffff;
}

.map-area.contact-page {
	border: none;
}

.map-container {
	height: 0px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.map-container.active {
	height: 400px !important;
}

.map-container .map-address-container {
	background: rgba(255, 255, 255, .9);
	border-left: 5px solid #e3ae1e;
	bottom: 0px;
	height: 200px;
	left: 20px;
	padding-left: 30px;
	position: absolute;
	text-align: left;
	width: 250px;
}

.map-container .map-address-container .map-icon {
	color: #e3ae1e;
	font-size: 30px;
	padding: 15px 0;
}

.map-container .map-address-container p {
	font-size: 15px;
	margin: 0;
}

#map {
	height: 400px;
	width: 100%;
}

.btn:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

.product-hover {
	background: #e3ae1e none repeat scroll 0 0;
	bottom: 0;
	padding: 20px 0;
	-webkit-transition: all 0.35s ease 0s;
	   -moz-transition: all 0.35s ease 0s;
	        transition: all 0.35s ease 0s;
}


/* 
 * --------------------------------------
 * 404 page
 * --------------------------------------
 */

.page404 {
	text-align: center;
}

.page404 .page404-container {
	background: #fff;
	margin-bottom: 30px;
	padding: 100px 30px;
}

.page404 .page404-container h1 {
	color: #e3ae1e;
	font-size: 90px;
	font-weight: 100;
	margin-bottom: 30px;
}

.page404 .page404-container p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.page404 .page404-container .btn {
	margin: 0 15px 30px 15px;
}

.page404 .page404-container .box {
	background: url('../img/404.png') no-repeat center center;
	height: 150px;
	width: 100%;
}

.page404 .page404-container .box i {
	color: #e3ae1e;
	font-size: 60px;
	position: relative;
	top: 25px;
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-delay: 3s;
	   -moz-animation-delay: 3s;
	        animation-delay: 3s;
}

.page404 .btn {
	outline: 0;
	padding: 10px 60px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.no-results.not-found .page-content .search-form,
.page404 .page404-container .search-form {
	max-width: 805px;
	margin: 0 auto 30px;
	position: relative;
}

.no-results.not-found .page-content .search-form {
	margin-bottom: 0;
}

.no-results.not-found .page-content .search-form:after,
.page404 .page404-container .search-form:after {
	content: '\f002';
	font-family: 'fontawesome';
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	display: table;
	background: transparent !important;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 1px;
	color: #e3ae1e;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.no-results.not-found .page-content .search-form:hover:after,
.page404 .page404-container .search-form:hover:after {
	color: #000;
}

.no-results.not-found .page-content .search-form label,
.page404 .page404-container .search-form label {
	display: block;
}

.no-results.not-found .page-content .search-form span,
.page404 .page404-container .search-form label span {
	display: none;
}

.no-results.not-found .page-content .search-form input[type=search],
.page404 .page404-container .search-form input[type=search] {
	display: block;
	width: 100%;
	border: 1px solid #f2f2f2;
	font-weight: 400;
	padding: 15px 20px;
}

.no-results.not-found .page-content .search-form input[type=submit],
.page404 .page404-container .search-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 45px;
	font-size: 0;
	height: 52px;
	width: 50px;
	z-index: 11111;
	background: transparent;
	border: 1px solid #f2f2f2;
}

.no-results.not-found .page-content {
	padding: 30px;
}


/* 
 * --------------------------------------
 * footer
 * --------------------------------------
 */

.footer-divider {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.map-area.contact-page {
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
}

.tc-footer {
	background: #262626;
	margin-top: 0;
	position: relative;
}

.tc-footer a {
	color: #adadad;
}

.tc-footer a:hover {
	color: #fff;
}

.footer-widgets {
	padding: 40px 0 0;
}

.footer-widgets .same-height {
	overflow: hidden;
}

.footer-widgets .same-height > .col-md-3 {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.single-widget {
	margin-bottom: 40px;
}

.footer-widget h4 {
	color: #e3ae1e;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.footer-widget h4 span {
	color: #fff;
}

.footer-widget ul li a {
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.footer-widget ul li:last-child a {
	padding-bottom: 0;
}

.footer-widget ul li a:before {
	color: #e3ae1e;
	content: "\f178";
	font-family: 'fontawesome';
	margin-right: 10px;
}

.footer-widget ul li a:hover {
	margin-left: 5px;
}

.single-widget p {
	color: #adadad;
}

.single-widget p.fa {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	padding-left: 35px;
	top: -5px;
}

.single-widget p.fa:last-child {
	margin-bottom: 0;
}

.single-widget p.fa:before {
	color: #e3ae1e;
	font-family: 'fontawesome';
	font-size: 20px;
	left: 0;
	top: 10px;
	;
	position: absolute;
	text-align: center;
	width: 20px;
}

.single-widget.subscribe input[type='email'] {
	border-radius: 0;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	padding: 10px 10px;
	width: 120px;
}

.single-widget.subscribe button,
.call-to-action .subscribe button,
.sidebar .subscribe button {
	background: transparent;
	border: 0;
	left: -4px;
	padding: 0px 0;
	position: relative;
	top: 10px;
	border: 1px solid #f2f2f2
}

.single-widget.subscribe .fa,
.call-to-action .subscribe .fa,
.sidebar .subscribe .fa {
	background: #000;
	padding: 8px 13px;
}

.single-widget.subscribe .fa:before,
.call-to-action .subscribe .fa:before,
.sidebar .subscribe .fa:before {
	color: #fff;
}

.subscription {
	background: #fff;
	padding: 0;
}

.subscription h3 {
	color: #e3ae1e;
	margin-bottom: 10px;
}

.subscription .left,
.subscription .right {
	display: table-cell;
	vertical-align: middle;
}

.subscription .left {
	padding: 25px 30px;
}

.subscription .right {
	float: right;
}

.subscription .left .mc4wp-form {
	margin-bottom: 25px;
}

.subscription .left input {
	font-size: 13px;
	line-height: 20px;
	text-rendering: optimizeLegibility;
	width: 90%;
}

.subscription .left button {
	padding: 0 5px;
	line-height: 30px;
	top: 6px;
	text-align: center;
}

.modal-backdrop {
	opacity: 0.8 !important;
}

.trendz-subscription .modal-content .close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.trendz-subscription .modal-content:hover .close {
	visibility: visible;
	opacity: 1;
}

.subscription .left button .icon-wrap .fa {
	background: transparent;
	padding: 6px 0;
	margin-right: 0;
}

.subscription .left button .icon-wrap .fa:before {
	color: #e3ae1e;
}

.subscription .left button .icon-wrap .fa:hover:before {
	color: #000;
}

.subscription .left .icon-wrap {
	text-align: left;
}

.subscription .left .icon-wrap .fa {
	background: #e3ae1e;
	height: 30px;
	padding: 0;
	margin-right: 5px;
	width: 30px;
}

.subscription .right img {
	margin-left: 15px;
}

.tz-mc4wp-widget {
	font-family: 'Raleway', sans-serif;
}

.tz-mc4wp-widget .mc4wp-form-fields {
	position: relative;
	margin-bottom: 15px;
}

.tz-mc4wp-widget .mc4wp-alert {
	color: #e3ae1e;
}

.tz-mc4wp-widget .mc4wp-form-fields .icon-wrap .fa:before {
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #e3ae1e;
}

.tz-mc4wp-widget .mc4wp-form-fields .icon-wrap .fa:hover {
	background: transparent;
}

.tz-mc4wp-widget .mc4wp-form-fields input[type=email] {
	color: #fff;
	background: transparent;
	border: 1px solid #adadad;
	display: block;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	width: 100%;
	text-rendering: optimizeLegibility;
}

.tz-mc4wp-widget .mc4wp-form-fields button {
	border: 1px solid #adadad;
	position: absolute;
	z-index: 2;
	background: transparent;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	padding: 0;
}

.subscription .left .icon-wrap .fa:before {
	line-height: 30px;
}

.footer-bottom ul li {
	display: inline;
}

.footer-social-icon .icon-wrap {
	margin-bottom: 10px;
}

.footer-social-icon .icon-wrap .fa {
	color: #fff;
	margin: 0 10px;
	padding: 5px 10px;
}

.footer-social-icon .icon-wrap .fa:hover {
	background: transparent;
	color: #e3ae1e;
}

.footer-bottom {
	position: relative;
	padding: 40px 0;
}

.footer-bottom ul {
	margin-bottom: 15px;
}

.footer-bottom .change-lang ul li a {
	font-size: 13px;
	font-weight: 400;
}

.footer-bottom .change-lang ul li a span {
	color: #e3ae1e;
}

.footer-bottom .change-lang li span,
.policy li span {
	display: inline-block;
	margin: 0 5px;
}

.footer-bottom .alphabetical span {
	text-transform: capitalize;
}

.footer-bottom .alphabetical ul {
	display: inline-block;
}

.footer-bottom .alphabetical ul li {
	border-right: 1px solid #8b8b8b;
	line-height: 0;
	padding: 0 5px;
}

.tc-footer .site-info {
	color: #adadad;
	font-size: 13px;
	font-weight: 400;
}

.payment-method {
	margin: 25px 0;
}

.payment-method img {
	margin: 0 5px;
}

.live-chat {
	bottom: 0;
	position: absolute;
	width: 65px;
	padding-left: 15px;
}

.live-chat i {
	color: #e3ae1e;
	font-size: 65px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

.live-chat i:hover {
	color: #ffffff;
}


/* 
 * --------------------------------------
 * others
 * --------------------------------------
 */

.lazy-load {
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

div.stars {
	display: inline-block;
}

input.star {
	display: none;
}

label.star {
	color: #e3ae1e;
	cursor: pointer;
	float: right;
	font-size: 30px;
	font-weight: 100;
	margin: 0 20px 10px 0;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	        transition: all .2s;
}

input.star:checked ~ label.star:before {
	color: #e3ae1e;
	content: '\f005';
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	        transition: all .25s;
}

input.star-5:checked ~ label.star:before {
	color: #e3ae1e;
}

label.star:hover {
	-webkit-transform: rotate(-15deg) scale(1.3);
	    -ms-transform: rotate(-15deg) scale(1.3);
	        transform: rotate(-15deg) scale(1.3);
}

label.star:before {
	content: '\f006';
	font-family: 'FontAwesome';
}

.long-shadow:after {
	clear: both;
	content: '';
	display: inline-block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	box-shadow: #d7d7d7 1px 1px, #d7d7d7 2px 2px, #d7d7d7 3px 3px, #d8d8d8 4px 4px, #d8d8d8 5px 5px, #d8d8d8 6px 6px, #d9d9d9 7px 7px, #d9d9d9 8px 8px, #d9d9d9 9px 9px, #dadada 10px 10px, #dadada 11px 11px, #dadada 12px 12px, #dbdbdb 13px 13px, #dbdbdb 14px 14px, #dbdbdb 15px 15px, #dcdcdc 16px 16px, #dcdcdc 17px 17px, #dcdcdc 18px 18px, #ddd 19px 19px, #ddd 20px 20px, #ddd 21px 21px, #dedede 22px 22px, #dedede 23px 23px, #dedede 24px 24px, #dfdfdf 25px 25px, #dfdfdf 26px 26px, #dfdfdf 27px 27px, #e0e0e0 28px 28px, #e0e0e0 29px 29px, #e0e0e0 30px 30px, #e1e1e1 31px 31px, #e1e1e1 32px 32px, #e1e1e1 33px 33px, #e2e2e2 34px 34px, #e2e2e2 35px 35px, #e2e2e2 36px 36px, #e3e3e3 37px 37px, #e3e3e3 38px 38px, #e3e3e3 39px 39px, #e4e4e4 40px 40px, #e4e4e4 41px 41px, #e4e4e4 42px 42px, #e5e5e5 43px 43px, #e5e5e5 44px 44px, #e5e5e5 45px 45px, #e6e6e6 46px 46px, #e6e6e6 47px 47px, #e6e6e6 48px 48px, #e7e7e7 49px 49px, #e7e7e7 50px 50px, #e7e7e7 51px 51px, #e8e8e8 52px 52px, #e8e8e8 53px 53px, #e8e8e8 54px 54px, #e9e9e9 55px 55px, #e9e9e9 56px 56px, #e9e9e9 57px 57px, #eaeaea 58px 58px, #eaeaea 59px 59px, #eaeaea 60px 60px, #ebebeb 61px 61px, #ebebeb 62px 62px, #ebebeb 63px 63px, #ececec 64px 64px, #ececec 65px 65px, #ececec 66px 66px, #ededed 67px 67px, #ededed 68px 68px, #ededed 69px 69px, #eee 70px 70px, #eee 71px 71px, #eee 72px 72px, #efefef 73px 73px, #efefef 74px 74px, #efefef 75px 75px, #f0f0f0 76px 76px, #f0f0f0 77px 77px, #f0f0f0 78px 78px, #f1f1f1 79px 79px, #f1f1f1 80px 80px, #f1f1f1 81px 81px, #f2f2f2 82px 82px, #f2f2f2 83px 83px, #f2f2f2 84px 84px, #f3f3f3 85px 85px, #f3f3f3 86px 86px, #f3f3f3 87px 87px, #f4f4f4 88px 88px, #f4f4f4 89px 89px, #f4f4f4 90px 90px;
}


/* 
 * --------------------------------------
 * animations
 * --------------------------------------
 */

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		        transform: translate(100%);
	}
	50% {
		opacity: 0;
		        transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

@-webkit-keyframes fromRightToLeft {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

@-moz-keyframes fromRightToLeft {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes fromRightToLeft {
	49% {
		        transform: translate(100%);
	}
	50% {
		opacity: 0;
		        transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

@media screen and (max-width: 1199px) {
	.post-meta .post-status li a {
		padding-left: 2px;
		padding-right: 2px;
	}
	.table > tbody > tr > td,
	.table > tbody > tr > th,
	.table > tfoot > tr > td,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > thead > tr > th {
		padding: 6px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.featured-box {
		height: 200px;
	}
	.featured-box img {
		width: 100px;
	}
	.featured-box .product-description p {
		font-size: 13px;
		line-height: 22px;
	}
	.related ul.products li.product {
		width: 25%;
	}
}

@media screen and (min-width: 668px) and (max-width: 991px) {
	.main-navigation nav {
		background: #fff;
	}
}

@media screen and (max-width: 991px) {
	.main-navigation nav,
	.shop-menu {
		min-height: auto;
	}
	.top-social-icon-area {
		height: auto;
		position: relative;
	}
	.main-content {
		padding: 80px 0;
	}
	.lang-currency {
		background: #f5f5f5;
		position: relative;
	}
	.nav-slider .profile {
		text-align: center;
	}
	.profile ul {
		text-align: center;
		margin-bottom: 10px;
	}
	.profile ul li {
		margin: 20px 10px 0px 10px;
	}
	.profile ul li a {
		padding: 20px 0;
	}
	.profile ul li.tz-wc-header-mini-cart .widget_shopping_cart_content {
		top: 70px;
		left: -100px;
	}
	.ads-item-carousel-area .carousel-inner > .item img {
		margin: 0 auto;
	}
	.left.ads-item-control {
		left: 50%;
		-webkit-transform: translateX( -50px);
		   -moz-transform: translateX( -50px);
		        transform: translateX( -50px);
	}
	.right.ads-item-control {
		left: 50%;
	}
	.top-language-currency-bar {
		text-align: center;
	}
	.main-navigation {
		left: 15px;
	}
	.main-navigation ul {
		padding: 7px 0 5px 0;
	}
	.main-navigation li.menu-item a {
		padding: 20px 10px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.main-navigation li.menu-item ul {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.main-navigation li.menu-item:before {
		-webkit-transform: skew(0);
		   -moz-transform: skew(0);
		        transform: skew(0);
	}
	.main-navigation li.category-dropdown ul {
		left: 0;
		top: 70px;
	}
	.main-navigation li.menu-item-has-children ul {
		left: 0;
		top: 65px;
	}
	.main-navigation li.menu-item-has-children ul li.menu-item-has-children ul {
		display: block;
		left: 150px;
		position: absolute;
		top: 0;
		width: 200px;
	}
	.main-navigation .logo:before,
	.main-navigation .logo:after {
		display: none;
	}
	.main-navigation .logo {
		background: #fff none repeat scroll 0 0;
		display: block;
		display: table;
		height: 100px;
		left: -15px;
		margin: 10px auto;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 100;
	}
	.main-navigation .logo a {
		left: 0;
		position: relative;
		top: 30px;
	}
	.nav-slider .anim-dots span {
		background: #e9be4b !important;
	}
	header .page-location {
		background: #000;
		margin: 0 0 20px 0;
	}
	header .page-location strong {
		padding-left: 15px;
	}
	.main-navigation .mr-1000 {
		display: none;
	}
	.main-navigation nav {
		left: -15px;
		margin: 20px 0px;
	}
	.main-navigation nav ul {
		text-align: center;
	}
	.mr-1000-left {
		display: none !important;
	}
	.mr-1000-location {
		display: none !important;
	}
	.product-category {
		padding: 15px;
	}
	.product-category a {
		display: block;
		margin-bottom: 20px;
		text-align: left;
	}
	.top-brand {
		margin-top: 20px;
	}
	.top-brand a {
		display: block;
		text-align: center;
	}
	.continue-shopping .btn {
		margin-bottom: 40px;
	}
	.signup-form .btn {
		margin-bottom: 20px;
		width: 100%;
	}
	.place-order .btn {
		width: 100%;
	}
	.related ul.products li.product {
		width: 25%;
	}
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
		clear: both;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 30.5%;
	}
	.woocommerce .cart-collaterals .trendz-cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .trendz-cross-sells ul.products li {
		width: 30%;
	}
	.woocommerce.trendz-wc-col-6 ul.products.has-long-shadow li.product {
		width: 50%;
		margin-bottom: 30px;
	}
	.woocommerce.has-long-shadow ul.products.has-long-shadow {
		margin-left: -15px;
		margin-right: -15px;
	}
	.woocommerce.has-long-shadow ul.products.has-long-shadow li.product {
		margin: 0 15px 30px 15px;
		padding: 0;
		width: 46%;
	}
	.trendz-wc-col-3,
	.trendz-wc-col-6 {
		clear: both;
		float: none;
	}
	.woocommerce table.shop_table td.product-quantity {
		min-width: 200px;
	}
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align: center;
	}
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon input {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions input {
		width: 100%;
	}
	.woocommerce-cart .wc-proceed-to-checkout {
		text-align: center;
	}
	.woocommerce .wishlist_table td.product-add-to-cart a:before {
		content: '\f07a';
		font-family: 'fontawesome';
		font-size: 20px;
		line-height: 50px;
		color: #e3ae1e;
	}
	.woocommerce .wishlist_table td.product-add-to-cart a {
		font-size: 0;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	#input input {
		width: 100%;
	}
	.profile ul li {
		margin: 0px 10px 0px 10px;
	}
	.profile ul li a {
		padding: 10px;
	}
	.profile ul li.tz-wc-header-mini-cart:hover > .widget_shopping_cart_content {
		visibility: hidden;
		opacity: 0;
	}
	.post-author-info .display-picture {
		padding-right: 15px;
	}
	.featured-box .product-description {
		width: 65%;
	}
	#label label {
		padding: 0px;
	}
	#input {
		height: 50px;
		left: 50px;
		width: 300px;
	}
	.main-content {
		padding: 40px 0;
	}
	.top-social-icon .icon-wrap .fa {
		padding: 0px;
	}
	.nav-slider .profile {
		margin-top: 20px;
		text-align: center;
	}
	#main-nav {
		overflow: hidden;
	}
	#main-nav > ul {
		margin: 15px 0;
	}
	.main-navigation a {
		color: #7d7d7d !important;
	}
	.main-navigation li:hover > a {
		color: #e3ae1e !important;
	}
	.main-navigation li.category-dropdown ul,
	.main-navigation li.menu-item-has-children ul {
		box-shadow: none;
		margin-top: 0px;
	}
	.main-navigation {
		position: relative;
	}
	.main-navigation nav {
		background: rgba(0, 0, 0, 0.8);
		overflow: hidden;
		text-align: left;
		min-height: auto;
	}
	.main-navigation nav .navbar-header {
		padding: 10px 0;
	}
	.main-navigation li.menu-item {
		display: block;
		text-align: left;
	}
	.main-navigation li.menu-item:hover {
		background: transparent;
	}
	.main-navigation li.menu-item-has-children ul li:hover,
	.main-navigation li.menu-item-has-children ul li:active {
		border: 0 !important;
	}
	.main-navigation li.menu-item a {
		display: block;
		padding: 8px 25px;
	}
	.main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li ul {
		display: block;
		left: 0;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation li.menu-item-has-children ul,
	.main-navigation li.category-dropdown ul {
		background: transparent;
		display: block;
		margin-left: 0;
		min-width: auto;
		opacity: 1;
		padding: 0;
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: skew(0);
		   -moz-transform: skew(0);
		        transform: skew(0);
		visibility: visible;
	}
	.main-navigation li.menu-item-has-children ul li.menu-item-has-children:after {
		display: none;
	}
	.main-navigation li.menu-item-has-children ul li,
	.main-navigation li.category-dropdown ul li {
		display: block;
		margin-left: 0;
		padding-left: 50px;
	}
	.main-navigation li.category-dropdown ul li img,
	.main-navigation li.category-dropdown ul li div {
		display: none;
	}
	.main-navigation li.menu-item-has-children ul li:hover {
		border: none;
	}
	.main-navigation li.category-dropdown ul li a {
		display: block;
		text-align: left;
	}
	.main-navigation ul li ul li:hover a {
		background: transparent;
		color: #fff;
	}
	.main-navigation li.menu-item-has-children ul li.has-child:before,
	.main-navigation li.menu-item:before,
	.main-navigation li.menu-item:hover:before {
		display: none;
	}
	.main-navigation li.menu-item-has-children ul li.menu-item-has-children ul {
		display: block;
		left: 0;
		position: relative;
	}
	.logo {
		display: block;
		margin: 20px auto;
		position: relative;
	}
	.logo span.slogan {
		top: -6px;
	}
	.main-navigation .mr-1000 {
		background: transparent;
		box-shadow: none;
		left: 0px;
	}
	.map-area a {
		position: relative;
		top: 0;
	}
	header .page-location strong {
		padding-left: 15px;
	}
	.single-testimonial .img-wrap {
		display: block;
		float: none;
		margin-right: 15px;
		margin: 20px auto;
	}
	.comment-content {
		border: 0;
	}
	.single-testimonial .content {
		display: block;
		float: none;
		padding: 20px 20px 0 10px;
	}
	.comments-area button {
		width: 100%;
	}
	.continue-shopping .btn,
	.update-checkout .btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.woocommerce ul.products li.product {
		width: 48%;
	}
	.related ul.products li.product {
		width: 50%;
	}
	.wishlist .social-icon .icon-wrap .fa {
		margin: 0 5px;
	}
	.product-category a {
		text-align: center;
	}
	.product-category a span {
		display: block;
	}
	.sidebar-widget {
		margin-top: 40px;
	}
	.cart-table {
		overflow-x: scroll;
	}
	.ask-que input {
		width: 70%;
	}
	.payment-method {
		margin-top: 35px;
	}
	.payment-method img {
		margin-bottom: 15px;
	}
	.login-form .btn {
		width: 100%;
	}
	.footer-bottom {
		padding-left: 10px;
		padding-right: 10px;
	}
	.woocommerce .cart-collaterals .trendz-cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .trendz-cross-sells ul.products li,
	.woocommerce .cart-collaterals .trendz-cross-sells ul.products li.last,
	.woocommerce-page .cart-collaterals .trendz-cross-sells ul.products li.last {
		width: 44%;
		float: none;
		clear: both;
		margin: 0 auto 30px;
	}
	.trendz-wc-col-3,
	.trendz-wc-col-6 {
		clear: both;
		float: none;
	}
	.featured-box img {
		display: block;
		margin: 0 auto 15px;
	}
	.featured-box .feature-description {
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
	}
	.product-ads a {
		display: block;
		text-align: center;
	}
	.single-widget {
		text-align: center;
	}
	.woocommerce.trendz-wc-col-3 ul.products.has-long-shadow li.product {
		width: 50%;
	}
	.woocommerce-cart table.cart tr.cart_item td.product-remove {
		width: auto;
	}
	.woocommerce-page #content table.cart td.actions input {
		width: 100% !important;
	}
	.single-widget .textwidget p {
		display: block;
		width: 300px;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 20px;
	}
	.single-widget .textwidget p:before {
		display: block;
		position: relative;
		width: 100%;
		font-size: 40px;
		margin-bottom: 30px;
	}
	.map-area .text-right {
		text-align: center;
		margin-top: 20px;
	}
	.featured-box span {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}
	#no-more-tables thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}
	#no-more-tables tr {
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		margin-bottom: 20px;
	}
	#no-more-tables td {
		border-bottom: 1px solid #eee;
		border: none;
		margin: 0 auto;
		position: relative;
		white-space: normal;
		width: 100%;
	}
	.trendz-wc-product .carousel-heading h2,
	.product-review h2,
	.company h2,
	.return-policy .heading h2,
	.testimonial .heading h2,
	.page-template-faq .heading h2,
	.product-category .heading h2,
	.top-brand .heading h2 {
		font-size: 24px;
		font-weight: 400;
	}
	.icon-wrap-nav i {
		font-size: 25px;
	}
	.lang-currency {
		display: none;
	}
	.continue-shopping .btn {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.woocommerce.trendz-wc-col-6 ul.products.has-long-shadow li.product,
	.woocommerce.trendz-wc-col-3 ul.products.has-long-shadow li.product {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#input input {
		width: 100%;
	}
	header .page-location {
		padding-left: 15px;
	}
	header .page-location strong {
		display: none;
	}
	.featured-box {
		text-align: center;
	}
	.featured-box .product-description {
		clear: both;
		float: none;
		margin: 20px auto 0px;
		width: 100%;
	}
	.trendz-wc-product .owl-nav {
		display: none;
	}
	.top-social-icon {
		display: none;
	}
	#input {
		width: 200px;
	}
	.wishlist .social-icon .icon-wrap {
		display: block;
		margin: 20px 0;
		width: 100%;
	}
	.page-template-faq .panel-heading .panel-title a {
		padding: 10px 20px;
	}
	.page-template-faq .panel-body p {
		padding: 15px 30px;
	}
	.continue-shopping .table > thead > tr > th {
		font-size: 20px;
		line-height: 30px;
	}
	.continue-shopping form select,
	.continue-shopping form input[type='text'] {
		margin-left: 0px;
		width: 60%;
	}
	.continue-shopping .table tbody td span {
		width: 60px;
	}
	.single-widget.subscribe input[type='email'] {
		width: 50%;
	}
	.footer-bottom .alphabetical span {
		display: inline-block;
		margin-bottom: 10px;
	}
	.client-social-icon {
		text-align: center;
	}
	.client-social-icon ul {
		float: none;
		margin-bottom: 20px;
	}
	.woocommerce ul.products li.product {
		width: 100%;
	}
	.live-chat {
		display: none;
	}
	.page404 .page404-container .box {
		width: 100%;
	}
	.page404 .page404-container .btn {
		font-size: 15px;
		padding: 10px 0;
		width: 80%;
	}
	.woocommerce .cart-collaterals .trendz-cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .trendz-cross-sells ul.products li,
	.woocommerce .cart-collaterals .trendz-cross-sells ul.products li.last,
	.woocommerce-page .cart-collaterals .trendz-cross-sells ul.products li.last {
		width: 100%;
	}
	.subscription .left input {
		width: 80%;
	}
}

@media screen and (max-width: 430px) {
	.brandwidth {
		text-align: center;
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce-cart .woocommerce form {
		overflow-x: scroll;
	}
	.wishlist_table tr th.product-stock-stauts,
	.wishlist_table tr td.product-stock-status,
	.wishlist_table tr th.product-price,
	.wishlist_table tr td.product-price {
		display: none;
	}
}

@media screen and (max-width: 340px) {
	.related ul.products li.product,
	.subscription .left input {
		width: 75%;
	}
}