/*
Theme Name: Marketica WP
Theme URI: https://themeforest.net/item/marketica-marketplace-wordpress-theme/8988002
Author: TokoPress
Author URI: http://www.toko.press
Description: The Best Marketplace Themes For WordPress and WooCommerce.
Version: 3.5.1
License: GPL License
License URI: license.txt
Tags:one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
Text Domain: tokopress
Domain Path: /languages
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Vendor
	2.1 Slidebars
	2.2 OwlCarousel
3.0 Global
4.0 Header
5.0 Content
6.0 Comments
7.0 Widgets
8.0 Footer
9.0 WooCommerce
10.0 Plugins
	10.1 Visual Composer
	10.2 Mailchimp For WordPress
	10.3 YITH Wishlist
	10.4 WC Vendors
	10.5 Socio Multi Vendors
	10.6 Dokan
	10.7 Smart Coupons
	10.8 GravityForms Product
	10.9 Composite Product
	10.10 Revolution Slider
11.0 Visual Composer Elements
	11.1 Heading
	11.2 Features
	11.3 Divider
	11.4 Call To Action
	11.5 Image Carousel
	11.6 Plan Pricing
	11.7 Team Member
	11.8 Testimonial
	11.9 WC Featured Products
	11.10 WC Mini Products
	11.11 WC Products
	11.12 WC Search
12.0 Responsive
--------------------------------------------------------------*/
/* 1.0 NORMALIZE
-------------------------------------------------------------- */
body,
figure {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;

	-moz-box-orient: vertical;
}

audio:not([controls]),
[hidden] {
	display: none;
	height: 0;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: 0;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a img {
	border: none;
}

svg:not(:root) {
	overflow: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: text-bottom;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

ul,
ol {
	padding-left: 1.5em;
}

textarea,
select,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[class*="text"] {
	box-sizing: border-box;
	background-clip: padding-box;
	box-shadow: none;

	-webkit-appearance: none;
}

/* 2.1 SLIDEBARS
-------------------------------------------------------------- */
/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
	box-sizing: border-box;
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
	width: 100%;
	/* Stops horizontal scrolling. */
}

html {
	height: 100%;
	/* Site is as tall as device. */
}

body {
	position: relative;
	height: auto;
	min-height: 100%;
	/* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site,
.sb-site-container {
	position: relative;
	z-index: 1;
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	/* Site sits above Slidebars */
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
	/* Slidebars sit behind sb-site. */
	display: none;
	overflow-y: auto;
	/* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	z-index: 0;
	top: 0;
	height: 100%;
	/* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #222222;
	/* Default Slidebars background colour, overwrite this with your own css. */
	-webkit-transform: translate(0px);
	/* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0;
	/* Set Slidebar to the left. */
}

.sb-right {
	right: 0;
	/* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute;
	/* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block;
	/* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 9999;
	/* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch;
	/* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
	width: 30%;
}

.sb-width-thin {
	width: 15%;
}

.sb-width-wide {
	width: 45%;
}

@media (max-width: 480px) {
	/* Slidebar widths on extra small screens. */
	.sb-slidebar {
		width: 70%;
	}

	.sb-width-thin {
		width: 55%;
	}

	.sb-width-wide {
		width: 85%;
	}
}
@media (min-width: 481px) {
	/* Slidebar widths on small screens. */
	.sb-slidebar {
		width: 55%;
	}

	.sb-width-thin {
		width: 40%;
	}

	.sb-width-wide {
		width: 70%;
	}
}
@media (min-width: 768px) {
	/* Slidebar widths on medium screens. */
	.sb-slidebar {
		width: 40%;
	}

	.sb-width-thin {
		width: 25%;
	}

	.sb-width-wide {
		width: 55%;
	}
}
@media (min-width: 992px) {
	/* Slidebar widths on large screens. */
	.sb-slidebar {
		width: 30%;
	}

	.sb-width-thin {
		width: 15%;
	}

	.sb-width-wide {
		width: 45%;
	}
}
@media (min-width: 1200px) {
	/* Slidebar widths on extra large screens. */
	.sb-slidebar {
		width: 20%;
	}

	.sb-width-thin {
		width: 5%;
	}

	.sb-width-wide {
		width: 35%;
	}
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	        transition:         transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right;
	/* Add left/right for Android < 4.4. */

	-webkit-backface-visibility: hidden;
	/* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
	display: none;
	/* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/* 2.2 OWLCAROUSEL
-------------------------------------------------------------- */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;

	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	        transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	 -khtml-user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
}

/* Owl Carousel CSS3 Transitions  */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective: 1200px;
	   -moz-perspective: 1200px;
	        perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	   -moz-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	   -moz-perspective-origin-y: 50%;
}

/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut 0.7s both ease;
	        animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn 0.7s both ease;
	        animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	        animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	        animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade 0.7s ease both;
	        animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown 0.6s ease both;
	        animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom 0.5s ease both;
	        animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo 0.5s ease both;
	        animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1;
	}
}
@keyframes empty {
	0% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes backSlideOut {
	25% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px);
	}
	75% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
	100% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}
@keyframes backSlideOut {
	25% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px);
		        transform: translateZ(-500px);
	}
	75% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		        transform: translateZ(-500px) translateX(-200%);
	}
	100% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
		        transform: translateZ(-500px) translateX(-200%);
	}
}
@-webkit-keyframes backSlideIn {
	0%,
	25% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}
	75% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}
@keyframes backSlideIn {
	0%,
	25% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px) translateX(200%);
		        transform: translateZ(-500px) translateX(200%);
	}
	75% {
		opacity: 0.5;
		-webkit-transform: translateZ(-500px);
		        transform: translateZ(-500px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
		        transform: translateZ(0) translateX(0);
	}
}
@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(0.8);
	}
}
@keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}
@keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}
@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}
@keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}
@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}
@keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}
/* OWL 2 */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	        animation-duration: 1000ms;

	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	        transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	width: 100%;

	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage {
	position: relative;

	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

.owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	 -khtml-user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	float: left;
	position: relative;
	min-height: 1px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;

	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	   -moz-user-select: auto;
	    -ms-user-select: auto;
	        user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor:  -o-grab;
	cursor: -ms-grab;
	cursor:     grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	        transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	background: url("img/owl.video.play.png") no-repeat;
	cursor: pointer;
	-webkit-transition: scale 100ms ease;
	        transition: scale 100ms ease;

	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	        transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	height: 100%;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	        transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/* 3. GLOBAL
-------------------------------------------------------------- */
body {
	color: #898989;
	background: #f2f0f0;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 12px;
	line-height: 2;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
}
body p {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	line-height: 1.8;
}
body h6 {
	font-size: 10px;
	line-height: 2.4;
}
body h5 {
	font-size: 12px;
	line-height: 2;
}
body h4 {
	font-size: 14px;
	line-height: 1.71429;
}
body h3 {
	font-size: 16px;
	line-height: 1.5;
}
body h2 {
	font-size: 18px;
	line-height: 1.33333;
}
body h1 {
	font-size: 20px;
	line-height: 1.2;
}
body .container-wrap {
	display: block;
	width: 1170px;
	margin: 0 auto;
}
body .container-wrap:before,
body .container-wrap:after {
	display: table;
	content: "";
}
body .container-wrap:after {
	clear: both;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Maven Pro", sans-serif;
}

iframe {
	max-width: 100%;
}

a {
	color: #77635f;
	text-decoration: none;
}

hr {
	margin: 24px 0;
	border: none;
	border-bottom: 1px solid #d1d1d1;
}

img {
	max-width: 100%;
	height: auto;
}

ins {
	text-decoration: none;
}

fieldset {
	padding: 0;
	border: none;
}

textarea:focus,
input:focus {
	outline: 0;
}

select {
	max-width: 100%;
	padding: 5px 20px;
	border: 2px solid #d1d1d1;
	border-radius: 20px;
	color: #898989;
	background: url(img/arrow-select-bw.png) no-repeat 90% !important;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

[placeholder]:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	-webkit-transform: translate(60px, 0);
	    -ms-transform: translate(60px, 0);
	        transform: translate(60px, 0);
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	padding: 7px 10px 7px;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 2;
	line-height: 1;
}

.comment-form input[type=text],
.comment-form input[type=password],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form textarea,
#contact-form input[type=text],
#contact-form input[type=password],
#contact-form input[type=email],
#contact-form input[type=tel],
#contact-form textarea {
	display: block;
	width: 100%;
	border: 2px solid #d1d1d1;
	border-radius: 20px;
}
.comment-form textarea,
#contact-form textarea {
	padding: 15px 10px;
}

input[type=submit] {
	border: none;
	background: none;
	font-family: "Maven Pro", sans-serif;
	cursor: pointer;
}

textarea {
	min-height: 200px;
}

.button,
.button-primary,
button.button,
.btn,
button.btn,
#submit {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: none;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.18182;
	line-height: 1.2;
	text-transform: uppercase;
}
.button:hover,
.button-primary:hover,
button.button:hover,
.btn:hover,
button.btn:hover,
#submit:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
}

.button-white {
	color: white;
	box-shadow: white 0 0 0 2px inset;
}
.button-white:hover {
	color: #372926;
	box-shadow: white 0 0 0 40px inset;
}

.cl:before,
.cl:after {
	display: table;
	content: "";
}
.cl:after {
	clear: both;
}

.clear {
	clear: both;
}

.accessible-text {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.truncate {
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

.screen-reader-text {
	display: none !important;
}

.hide-text {
	overflow: hidden;
	text-align: left;
	text-indent: -119988px;
	text-transform: capitalize;
}

.center-block {
	display: block;
	margin: 0 auto;
}

.cubic,
.button,
.button-primary,
button.button,
.btn,
button.btn,
#submit,
.woocommerce ul.products li.product-hover-caption figure figcaption,
.woocommerce-page ul.products li.product-hover-caption figure figcaption {
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
}

.hide {
	display: none !important;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-large {
	margin: 0 !important;
	font-size: 1.5em !important;
}
.text-large p {
	margin: 0;
	font-size: 1.5em !important;
}

.text-small {
	margin: 0 !important;
	font-size: 1.1em !important;
}
.text-small p {
	margin: 0;
	font-size: 1.1em !important;
}

.text-light {
	color: #ffffff !important;
}
.text-light p {
	color: #ffffff !important;
}

.text-dark {
	color: #000000 !important;
}
.text-dark p {
	color: #000000 !important;
}

.desc {
	text-align: left;
}

.head-section {
	display: block;
	width: 100%;
}
.head-section:before,
.head-section:after {
	display: table;
	content: "";
}
.head-section:after {
	clear: both;
}

.as-background {
	position: absolute;
	width: 100%;
}

.framebox iframe {
	max-width: 100%;
}

.fa-facebook,
.fa-facebook-square {
	color: #3360ba;
}

.fa-twitter,
.fa-twitter-square {
	color: #35b9df;
}

.fa-rss,
.fa-rss-square {
	color: #dfa535;
}

.fa-deviantart {
	color: #4c615c;
}

.fa-behance {
	color: #532c61;
}

.fa-soundcloud {
	color: #ff5800;
}

.fa-instagram {
	color: #3f729b;
}

.fa-tumblr-square {
	color: #00225f;
}

.fa-vimeo-square {
	color: #162221;
}

.fa-github {
	color: #171516;
}

.fa-dribbble {
	color: #f46899;
}

.fa-pinterest {
	color: #c8232c;
}

.fa-linkedin-square {
	color: #4875b4;
}

.fa-flickr {
	color: #0062dd;
}

.fa-youtube,
.fa-youtube-square {
	color: #cf1f21;
}

.fa-google-plus,
.fa-google-plus-square {
	color: #da2713;
}

.alignleft {
	display: inline;
	float: left;
	width: auto;
	margin-right: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: block;
	max-width: 100%;
	height: auto;
}
.alignnone img {
	height: auto;
}

.alignright {
	display: inline;
	float: right;
	width: auto;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

.wp-caption {
	position: relative;
}
.wp-caption img {
	max-width: 100%;
	margin: 0;
}

.wp-caption-text {
	display: block;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px;
	color: white;
	background: rgba(0, 0, 0, 0.7);
	font-style: italic;
}

.gallery-caption {
	text-align: center;
}

.bypostauthor {
	line-height: normal;
}

.sticky {
	line-height: normal;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	border-top: 1px solid #dddddd;
	line-height: 1.42857143;
	vertical-align: top;
}

.table > thead > tr > th {
	border-bottom: 2px solid #dddddd;
	vertical-align: bottom;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}

.table .table {
	background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	display: table-column;
	float: none;
	position: static;
}

table td[class*="col-"],
table th[class*="col-"] {
	display: table-cell;
	float: none;
	position: static;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		overflow-y: hidden;
		width: 100%;
		margin-bottom: 15px;
		border: 1px solid #dddddd;

		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
.container {
	box-sizing: border-box;
	padding: 36px 50px;
}
.container:before,
.container:after {
	display: table;
	content: "";
}
.container:after {
	clear: both;
}

.row {
	display: block;
}
.row:before,
.row:after {
	display: table;
	content: "";
}
.row:after {
	clear: both;
}

/* 4.0 HEADER
-------------------------------------------------------------- */
.site-header {
	z-index: 9999;
	width: 100%;
	background: #372926;
}
.site-header .header-left {
	float: left;
	box-sizing: border-box;
	width: 25%;
	width: calc( 200px );
	height: 60px;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .header-right,
.site-header .header-right-search {
	float: right;
	position: relative;
	width: 75%;
	width: calc(100% - 200px);
	height: 60px;
	text-align: right;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .header-right-wrap {
	display: inline-block;
}
.site-header .site-logo {
	padding: 0;
	background: white;
	line-height: 60px;
	text-align: center;
	-webkit-transition: 1s;
	        transition: 1s;
}
.site-header .site-logo a {
	display: block;
}
.site-header .site-logo img {
	height: 30px;
	vertical-align: middle;
}
.site-header .site-logo .logo-text {
	font-family: "Maven Pro", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.site-header .header-menu {
	float: left;
	margin: 0;
	margin: 0;
	padding: 0;
	padding: 0;
	list-style: none;
}
.site-header .header-menu ul {
	margin: 0;
	margin: 0;
	padding: 0;
	padding: 0;
	list-style: none;
}
.site-header .header-menu li {
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	vertical-align: top;

	-moz-box-orient: vertical;
}
.site-header .header-menu li a {
	display: block;
	padding: 0 15px;
	color: #9c847f;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.18182;
	line-height: 59px;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .header-menu li a:hover {
	color: #fdfdfd;
}
.site-header .header-menu li .sub-menu {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	min-width: 200px;
	background: #372926;
}
.site-header .header-menu li .sub-menu li {
	display: block;
	height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
	white-space: nowrap;
}
.site-header .header-menu li .sub-menu li a {
	line-height: 45px;
}
.site-header .header-menu li .sub-menu li ul {
	display: none;
	top: 0;
	left: 100%;
}
.site-header .header-menu li .sub-menu li :hover > .sub-menu {
	display: block;
}
.site-header .header-menu li:hover > .sub-menu {
	display: block;
}
.site-header .header-menu li.menu-item-has-children > a:after {
	padding-left: 5px;
	opacity: 0.6;
	font-family: FontAwesome;
	content: "\f107";
}
.site-header .quicknav-menu {
	display: none;
	float: left;
}
.site-header .quicknav-search {
	display: block;
	float: left;
}
.site-header .quicknav-icon {
	display: block;
	height: 60px;
	padding: 0 15px;
	color: #9c847f;
	font-size: 24px;
	line-height: 60px;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .quicknav-icon:hover {
	color: white;
}
.site-header .quicknav-account {
	display: block;
	float: left;
	position: relative;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .quicknav-account .account-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	right: 0;
	min-width: 200px;
	margin: 0;
	padding: 0 0 10px;
	background: #372926;
	line-height: 0;
}
.site-header .quicknav-account .account-menu li {
	display: block;
	height: auto;
	line-height: normal;
}
.site-header .quicknav-account .account-menu li a {
	display: block;
	padding: 10px 15px;
	color: #9c847f;
	text-align: left;
}
.site-header .quicknav-account .account-menu li a i {
	float: right;
}
.site-header .quicknav-account .account-menu li a:hover {
	color: #fdfdfd;
}
.site-header .quicknav-cart {
	display: block;
	float: left;
	height: 60px;
	margin-left: 15px;
	padding: 0 10px;
	background: #cb3818;
	cursor: pointer;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .quicknav-cart .quicknav-icon {
	color: #fcc2b6;
}
.site-header .quicknav-cart .cart-subtotal {
	margin-left: 10px;
	color: white;
	font-size: 20px;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .header-right-search {
	display: none;
}
.site-header .search-form {
	position: relative;
}
.site-header .search-form:before,
.site-header .search-form:after {
	display: table;
	content: "";
}
.site-header .search-form:after {
	clear: both;
}
.site-header .search-form .search-field {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 20px;
	border: none;
	color: #77635f;
	background: transparent !important;
	font-family: inherit;
	font-size: 18px;
	font-style: italic;
	line-height: 60px;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-header .search-form .search-field::-webkit-input-placeholder,
.site-header .search-form .search-field::-moz-placeholder,
.site-header .search-form .search-field:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.site-header .search-form .search-field:-webkit-autofill {
	background: transparent !important;
}
.site-header .search-form .quicknav-close {
	position: absolute;
	top: 0;
	right: 0;
}

.site-navigation-wrap,
.site-navigation-megamenu-wrap {
	background: white;
	background-color: #ffffff;
}

.site-navigation {
	display: block;
	position: relative;
	width: 100%;
	background: white;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-navigation:before,
.site-navigation:after {
	display: table;
	content: "";
}
.site-navigation:after {
	clear: both;
}
.site-navigation h3 {
	float: left;
	margin: 0;
	padding: 0 40px;
	border-bottom: 2px solid #cb3818;
	color: #a29896;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	line-height: 50px;
	text-transform: uppercase;
}
.site-navigation .site-navigation-menu {
	overflow: hidden;
	height: 52px;
}
.site-navigation .site-navigation-menu.horizontal-responsive-menu {
	overflow: visible;
}
.site-navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-navigation ul li {
	float: left;
	position: relative;
}
.site-navigation ul li a {
	display: block;
	padding: 14px 20px 12px;
	color: #372926;
	font-family: "Maven Pro", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.site-navigation ul li .sub-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	height: auto !important;
	border-top: 2px solid #cb3818;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.site-navigation ul li .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.site-navigation ul li .sub-menu li a {
	padding: 14px 30px;
	padding-bottom: 12px;
	background: white;
}
.site-navigation ul li .sub-menu li ul {
	display: none;
	position: absolute;
	top: -2px;
	left: 100%;
	border-top: 2px solid #cb3818;
}
.site-navigation ul li .sub-menu li:hover {
	border-bottom: none;
}
.site-navigation ul li .sub-menu li:hover a {
	color: white;
	background: #cb3818;
}
.site-navigation ul li .sub-menu li:hover > ul {
	display: block;
}
.site-navigation ul li:hover > .sub-menu {
	display: block;
}
.site-navigation .site-navigation-menu > li:hover,
.site-navigation .site-navigation-menu > li.current-menu-item {
	border-bottom: 2px solid #cb3818;
}
.site-navigation .site-navigation-menu > li.menu-item-has-children > a:after {
	padding-left: 5px;
	opacity: 0.6;
	font-family: FontAwesome;
	content: "\f107";
}

.hideshow {
	display: block;
	float: none !important;
	position: absolute !important;
	right: 0;
	margin: 0 !important;
}
.hideshow > ul {
	box-shadow: -2px 1px 8px 0 rgba(50, 50, 50, 0.75);
}
.hideshow ul {
	display: none;
	position: absolute !important;
	z-index: 9999;
	right: 0;
	min-width: 200px;
	border-top: 2px solid #cb3818;
	background: white;
}
.hideshow ul li {
	display: block;
	float: none !important;
	white-space: nowrap;
}
.hideshow ul li > .sub-menu {
	position: absolute !important;
	top: -2px !important;
	left: -200px !important;
	width: 200px !important;
}
.hideshow ul li > .sub-menu li > .sub-menu {
	left: -100% !important;
}
.hideshow ul li:hover {
	border-bottom: none !important;
}
.hideshow ul li:hover > a {
	color: white;
	background: #cb3818;
}
.hideshow ul li:hover > .sub-menu li:hover a {
	color: white;
	background: #cb3818;
}
.hideshow ul li:hover > .sub-menu li > .sub-menu li:hover a {
	color: white;
	background: #cb3818;
}

/* Sticky Header */
.sticky-header-yes .site-header {
	z-index: 9999;
}
.sticky-header-yes.admin-bar .is-sticky .site-header {
	top: 32px !important;
}

.header-small .site-header {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.header-small .site-navigation ul li a {
	padding-top: 8px;
	padding-bottom: 6px;
}
.header-small .site-navigation .site-navigation-menu,
.header-small .site-header .header-left,
.header-small .site-header .header-right,
.header-small .site-header .header-right-search,
.header-small .site-header .quicknav-icon,
.header-small .site-header .search-form .search-field,
.header-small .site-header .quicknav-cart {
	height: 40px;
}
.header-small .site-header .site-logo,
.header-small .site-header .quicknav-icon,
.header-small .site-header .header-menu li a,
.header-small .site-header .search-form .search-field {
	line-height: 40px;
}
.header-small .site-header .site-logo img {
	height: 30px;
}
.header-small .site-header .quicknav-icon,
.header-small .site-header .quicknav-cart .cart-subtotal {
	font-size: 16px;
}

.header-h60.header-large .site-header .header-left,
.header-h60.header-large .site-header .header-right,
.header-h60.header-large .site-header .header-right-search,
.header-h60.header-large .site-header .quicknav-icon,
.header-h60.header-large .site-header .search-form .search-field,
.header-h60.header-large .site-header .quicknav-cart {
	height: 90px;
}
.header-h60.header-large .site-header .site-logo,
.header-h60.header-large .site-header .quicknav-icon,
.header-h60.header-large .site-header .search-form .search-field {
	line-height: 90px;
}
.header-h60.header-large .site-header .header-menu > li > a {
	line-height: 88px;
}
.header-h60.header-large .site-header .site-logo img {
	height: 60px;
}

.header-h90.header-large .site-header .header-left,
.header-h90.header-large .site-header .header-right,
.header-h90.header-large .site-header .header-right-search,
.header-h90.header-large .site-header .quicknav-icon,
.header-h90.header-large .site-header .search-form .search-field,
.header-h90.header-large .site-header .quicknav-cart {
	height: 120px;
}
.header-h90.header-large .site-header .site-logo,
.header-h90.header-large .site-header .quicknav-icon,
.header-h90.header-large .site-header .search-form .search-field {
	line-height: 120px;
}
.header-h90.header-large .site-header .header-menu > li > a {
	line-height: 118px;
}
.header-h90.header-large .site-header .site-logo img {
	height: 90px;
}

.header-w250 .site-header .header-left {
	width: calc( 250px );
}
.header-w250 .site-header .header-right,
.header-w250 .site-header .header-right-search {
	width: calc(100% - 250px);
}

/* Slidebar Menu */
.menu-slidebar,
.menu-slidebar li,
.menu-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-slidebar li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-slidebar li li:last-of-type {
	border-bottom: none;
}

.menu-slidebar li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-slidebar a {
	display: block;
	padding: 10px 20px;
	color: #dddddd;
}

.menu-slidebar a:hover {
	color: #ffffff;
}

.menu-slidebar li li a {
	padding-left: 40px;
}

.menu-slidebar li li li a {
	padding-left: 60px;
}

.menu-slidebar li li li li a {
	padding-left: 75px;
}

.menu-slidebar li li li li li a {
	padding-left: 90px;
}

.menu-slidebar li li li li li li a {
	padding-left: 115px;
}

.menu-slidebar li li li li li li a {
	padding-left: 120px;
}

/* 5.0 CONTENT
-------------------------------------------------------------- */
/* Page Header */
.page-header {
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-header:before,
.page-header:after {
	display: table;
	content: "";
}
.page-header:after {
	clear: both;
}
.page-header .page-title {
	display: block;
	margin: 0;
	color: #372926;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
}

.breadcrumbs {
	display: block;
	margin: 0;
	color: #9f9491;
	font-size: 12px;
	line-height: 2;
}
.breadcrumbs a {
	color: #9f9491;
	font-size: 12px;
	line-height: 2;
}

.page-header-outer {
	padding: 60px 0 55px;
	background-color: #f2f0f0;
	text-align: center;
}

.page-header-inner {
	padding: 45px 50px 40px;
	border-bottom: 1px solid #f2f0f0;
	background-color: #ffffff;
	text-align: left;
}

body.page .page-header-inner .page-title,
.woocommerce-page .page-header-inner .page-title {
	float: left;
}
body.page .page-header-inner .breadcrumbs,
.woocommerce-page .page-header-inner .breadcrumbs {
	float: right;
}
body.page .page-header-inner .term-description,
.woocommerce-page .page-header-inner .term-description {
	clear: both;
	margin: 0;
}
body.page .page-header-inner .term-description p,
.woocommerce-page .page-header-inner .term-description p {
	margin-bottom: 0;
}

.woocommerce-page.single-product .page-header-inner .page-title {
	float: none;
}
.woocommerce-page.single-product .page-header-inner .breadcrumbs {
	float: none;
}

/* Layout */
.layout-2c-l .content-area {
	float: left;
	width: 75%;
}
.layout-2c-l .sidebar {
	float: right;
	width: 25%;
}

#content {
	background: white;
}
#content:before,
#content:after {
	display: table;
	content: "";
}
#content:after {
	clear: both;
}

body.layout-notitle #content,
body.layout-page-header-inner #content,
body.dokan-store #content {
	margin-top: 30px;
}

body.page-template-page-visualcomposer-notitle #content {
	margin-top: 0;
}

.sidebar {
	box-sizing: border-box;
	padding: 0 50px;
	border-left: 1px solid #f2f0f0;
}
.sidebar .widget:last-child {
	margin-bottom: 50px;
}

.layout-1c-full .content-area {
	float: none;
	width: 100%;
}
.layout-1c-full .sidebar {
	display: none;
}

/* Section Title and Pagination */
.section-title,
.blog-single #respond #reply-title,
#respond #reply-title {
	float: left;
	margin: 0;
	color: #9f9491;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71429;
	text-indent: 40px;
	text-transform: uppercase;
}

.pagination {
	display: block;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #f2f0f0;
	text-align: center;
}
.pagination:before,
.pagination:after {
	display: table;
	content: "";
}
.pagination:after {
	clear: both;
}
.pagination .page-numbers {
	display: inline-block;
	margin: 5px 0;
	padding: 4px 12px;
	border-radius: 20px;
}
.pagination a.page-numbers {
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.pagination a.page-numbers:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.pagination .current {
	color: #898989;
	box-shadow: #898989 0 0 0 2px inset;
}

/* Blogs */
.blogs .container {
	padding: 0 50px;
}
.blogs .blog-list {
	border-bottom: 1px solid #f2f0f0;
}
.blogs .blog-list:last-child,
.blogs .blog-list:last-of-type {
	border-bottom: none;
}
.blogs .entry-content img {
	width: auto;
	max-width: 100%;
	margin-bottom: 25px;
}

/* Blog List */
.blog-list {
	display: block;
	padding: 50px 0;
}
.blog-list:before,
.blog-list:after {
	display: table;
	content: "";
}
.blog-list:after {
	clear: both;
}
.blog-list .thumbnail-blog {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.blog-list .entry-meta {
	float: left;
	box-sizing: border-box;
	width: 30%;
	padding-right: 50px;
	color: #898989;
}
.blog-list .entry-meta a {
	color: #77635f;
}
.blog-list .entry-meta .published {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 2;
}
.blog-list .entry-meta .entry-detail {
	display: block;
	box-sizing: border-box;
	margin: 16px 0;
	padding: 20px 0;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.blog-list .entry-meta .entry-detail:before,
.blog-list .entry-meta .entry-detail:after {
	display: table;
	content: "";
}
.blog-list .entry-meta .entry-detail:after {
	clear: both;
}
.blog-list .entry-meta .entry-detail .ava {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.blog-list .entry-meta .entry-detail .ava img {
	border-radius: 50%;
}
.blog-list .entry-meta .entry-detail .author-detail {
	float: left;
	width: calc(100% - 50px);
}
.blog-list .entry-meta .entry-detail .author-detail .tags,
.blog-list .entry-meta .entry-detail .author-detail .author {
	display: block;
	line-height: 1.6;
}
.blog-list .entry-meta .entry-detail .author-detail .tags {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.blog-list .entry-meta .entry-detail .author-detail .author a {
	font-weight: bold;
}
.blog-list .entry-meta .category .before {
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 1.2;
}
.blog-list .entry-meta .category a {
	font-weight: bold;
	line-height: 1.2;
}
.blog-list .entry-content {
	float: right;
	width: 70%;
	font-size: 14px;
}
.blog-list .entry-content .blog-title {
	margin-top: 0;
}
.blog-list .entry-content .blog-title a {
	color: #77635f;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-transform: capitalize;
}
.blog-list .entry-content p {
	font-size: 14px;
}
.blog-list .entry-content input[type="submit"] {
	display: inline-block;
	margin: 10px 0;
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.blog-list .entry-content input[type="submit"]:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.blog-list .entry-content blockquote {
	display: block;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 33px;
	border-left: 5px double #f2f0f0;
}
.blog-list .entry-content blockquote cite {
	font-size: 12px;
	font-style: italic;
}

/* Sticky */
.sticky {
	margin: 10px;
	background: #f2f0f0;
}
.sticky .entry-content {
	box-sizing: border-box;
	padding: 0;
	background: #f2f0f0;
	font-size: 14px;
	line-height: 2;
}
.sticky .blog-title:before {
	content: "\f0c6" !important;
}

/* Blog Single */
.blog-single {
	display: block;
}
.blog-single:before,
.blog-single:after {
	display: table;
	content: "";
}
.blog-single:after {
	clear: both;
}
.blog-single .entry-meta {
	float: left;
	width: 30%;
}
.blog-single .entry-meta .container {
	padding: 50px;
}
.blog-single .entry-meta .published {
	display: block;
	color: #898989;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 2;
}
.blog-single .entry-meta .entry-detail {
	display: block;
	box-sizing: border-box;
	margin: 16px 0;
	padding: 20px 0;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.blog-single .entry-meta .entry-detail:before,
.blog-single .entry-meta .entry-detail:after {
	display: table;
	content: "";
}
.blog-single .entry-meta .entry-detail:after {
	clear: both;
}
.blog-single .entry-meta .entry-detail .ava {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.blog-single .entry-meta .entry-detail .ava img {
	border-radius: 50%;
}
.blog-single .entry-meta .entry-detail .author-detail {
	float: left;
	width: calc(100% - 50px);
}
.blog-single .entry-meta .entry-detail .author-detail .tags,
.blog-single .entry-meta .entry-detail .author-detail .author {
	display: block;
	line-height: 1.6;
}
.blog-single .entry-meta .entry-detail .author-detail .tags {
	color: #898989;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.blog-single .entry-meta .entry-detail .author-detail .author a {
	color: #77635f;
	font-weight: bold;
}
.blog-single .entry-meta .category,
.blog-single .entry-meta .tag {
	display: block;
	color: #898989;
}
.blog-single .entry-meta .category .before,
.blog-single .entry-meta .tag .before {
	display: block;
	color: #898989;
	font-size: 12px;
	font-style: italic;
	line-height: 1.2;
}
.blog-single .entry-meta .category a,
.blog-single .entry-meta .tag a {
	color: #77635f;
	font-weight: bold;
	line-height: 1.2;
}
.blog-single .entry-meta .tag {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.blog-single .entry-meta .comment {
	color: #77635f;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}
.blog-single .entry-meta .comment span {
	margin-right: 4px;
}
.blog-single .entry-meta .comment a.button {
	display: block;
	margin: 10px 0;
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.blog-single .entry-meta .comment a.button:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.blog-single .entry-content {
	float: left;
	width: 70%;
	color: #898989;
	font-size: 14px;
}
.blog-single .entry-content .container {
	padding-left: 0;
}
.blog-single .entry-content .blog-title a {
	color: #77635f;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-transform: capitalize;
}
.blog-single .entry-content pre {
	max-width: 100%;
	white-space: pre-wrap !important;
}
.blog-single .entry-content table {
	width: 100%;
	border: 1px solid #898989;
}
.blog-single .entry-content table tr td,
.blog-single .entry-content table tr th {
	border: 1px solid #898989;
}
.blog-single .entry-content table tr th {
	color: #77635f;
}
.blog-single .entry-content h1,
.blog-single .entry-content h2,
.blog-single .entry-content h3,
.blog-single .entry-content h4,
.blog-single .entry-content h5,
.blog-single .entry-content h6 {
	color: #77635f;
}
.blog-single .entry-content blockquote {
	display: block;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 33px;
	border-left: 5px double #f2f0f0;
	font-size: 16px;
}
.blog-single .entry-content blockquote p {
	font-size: 16px;
}
.blog-single .entry-content blockquote p cite {
	font-size: 14px;
}
.blog-single .entry-content input[type="submit"] {
	display: inline-block;
	margin: 10px 0;
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.blog-single .entry-content input[type="submit"]:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.blog-single .entry-content p:before,
.blog-single .entry-content p:after {
	display: table;
	content: "";
}
.blog-single .entry-content p:after {
	clear: both;
}
.blog-single .commentlist .head-section {
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.blog-single .commentlist .head-section .container {
	padding: 36px 0;
}
.blog-single .commentlist .entry-meta {
	display: block;
	float: none;
	width: auto;
	margin-right: 0;
	padding-right: 0;
}
.blog-single .commentlist .entry-meta .published {
	display: inline;
	font-weight: normal;
	line-height: 1.4;
}
.blog-single .commentlist .entry-meta .author {
	line-height: 2;
}
.blog-single .commentlist .entry-meta .comment-reply-link {
	display: inline;
	font-size: 11px;
}
.blog-single .commentlist .comment:last-child {
	border-bottom: none;
}
.blog-single #respond {
	margin-top: 25px;
	margin-bottom: 25px;
}
.blog-single #respond .head-section,
.blog-single #respond #reply-title {
	margin-bottom: 40px;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.blog-single #respond .head-section .container,
.blog-single #respond #reply-title .container {
	padding: 36px 0;
}
.blog-single #respond #reply-title {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 36px 0;
	padding-left: 20px;
	color: #9f9491;
	font-size: 16px;
	font-weight: bold;
}

/* Post Formats */
.format-audio .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-audio .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f001";
}

.format-standard .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-standard .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f016";
}

.format-aside .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-aside .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f040";
}

.format-image .blog-title,
.format-gallery .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-image .blog-title:before,
.format-gallery .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f03e";
}
.format-image ul,
.format-gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.format-image .owl-prev,
.format-gallery .owl-prev {
	display: inline;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.7);
	line-height: 1;
}
.format-image .owl-next,
.format-gallery .owl-next {
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background: rgba(255, 255, 255, 0.7);
	line-height: 1;
}

.format-link .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-link .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f0c1";
}

.format-quote .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-quote .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f10d";
}

.format-chat .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-chat .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: "Simple-Line-Icons";
	font-size: 18px;
	line-height: 1;
	content: "\e04a";
}

.format-video .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-video .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f03d";
}

.format-status .blog-title {
	position: relative;
	padding-left: 30px;
}
.format-status .blog-title:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #77635f;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f040";
}

/* Page */
.page .page-content {
	box-sizing: border-box;
	padding: 50px;
}
.page.page-template-page-visualcomposer .page-content,
.page.page-template-page-visualcomposer-notitle .page-content,
.page.page-template-content-contact-form .page-content,
.page.page-template-page-contact-form .page-content {
	padding: 0;
}
.page .entry-content {
	width: 100%;
}
.page .entry-content:before,
.page .entry-content:after {
	display: table;
	content: "";
}
.page .entry-content:after {
	clear: both;
}
.page .entry-content .blog-title a {
	color: #77635f;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-transform: capitalize;
}

/* Attachment Page */
.entry-attachment {
	padding: 50px 0;
	text-align: center;
}
.entry-attachment .attachment {
	margin: 0;
	text-align: center;
}
.entry-attachment .attachment a {
	display: block;
}
.entry-attachment .attachment a img {
	max-width: 100%;
	height: auto;
}

/* Author Page */
.section-user-biography {
	padding: 50px;
}
.section-user-biography:before,
.section-user-biography:after {
	display: table;
	content: "";
}
.section-user-biography:after {
	clear: both;
}
.section-user-biography .user-biography {
	padding-bottom: 30px;
}

.user-social span {
	padding-right: 7px;
}
.user-social i {
	display: inline-block;
	width: 16px;
	font-size: 16px;
}

.section-user-detail {
	padding-top: 50px;
}
.section-user-detail .user-detail:before,
.section-user-detail .user-detail:after {
	display: table;
	content: "";
}
.section-user-detail .user-detail:after {
	clear: both;
}
.section-user-detail .user-detail .avatar {
	border-radius: 50%;
}
.section-user-detail .user-social .user-phone,
.section-user-detail .user-social .user-email,
.section-user-detail .user-social .user-url {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.section-user-detail .user-social .user-phone i,
.section-user-detail .user-social .user-email i,
.section-user-detail .user-social .user-url i {
	font-size: 14px;
}

/* Not Found Page */
.notfound {
	margin: 50px 0;
}
.notfound h2 {
	margin: 0;
	font-size: 34px;
}

/* Contact Page Template */
.map-section {
	box-sizing: border-box;
	padding: 50px 50px 0;
}
.map-section #map {
	background: #dddddd;
}

.contact-form {
	border-top: 1px solid #f2f0f0;
}
.contact-form .page-area,
.contact-form .contact-form {
	padding: 50px;
}
.contact-form h1,
.contact-form h2 {
	color: #9f9491;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71429;
	text-transform: uppercase;
}
.contact-form h1:before,
.contact-form h2:before {
	margin-right: 20px;
	color: #f4d0c8;
	font-family: "Simple-Line-Icons";
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	content: "\e04a";
}
.contact-form form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.contact-form form fieldset .screen-reader-text {
	display: none;
}
.contact-form .map-section h1 {
	margin: 10px 0 0;
	color: #333333;
}
.contact-form .map-section h1:before {
	display: none;
}
.contact-form .map-section p {
	margin: 0;
}

/* 6.0 COMMENTS
-------------------------------------------------------------- */
.entry-comment {
	min-height: 400px;
	border-top: 1px solid #f2f0f0;
}
.entry-comment:before,
.entry-comment:after {
	display: table;
	content: "";
}
.entry-comment:after {
	clear: both;
}
.entry-comment .container {
	padding-right: 25px;
	padding-left: 25px;
}
.entry-comment .head-section {
	margin-bottom: 35px;
	border-bottom: 1px solid #f2f0f0;
}
.entry-comment .head-section .container {
	padding: 0;
	padding-bottom: 36px;
}
.entry-comment .section-title,
.entry-comment #respond #reply-title,
#respond .entry-comment #reply-title {
	text-indent: 0;
}
.entry-comment .section-title:before,
.entry-comment #respond #reply-title:before,
#respond .entry-comment #reply-title:before {
	margin-right: 45px;
	color: #f4d0c8;
	font-family: "Simple-Line-Icons";
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	content: "\e04a";
}
.entry-comment .comments .container {
	padding-left: 50px;
}
.entry-comment .respond .container {
	padding-right: 50px;
}

.commentlist {
	float: right;
	width: 70%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist .head-section {
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.commentlist .head-section .container {
	padding: 36px 0;
}
.commentlist .section-title,
.commentlist #respond #reply-title,
#respond .commentlist #reply-title {
	text-indent: 0;
}
.commentlist .section-title:before,
.commentlist #respond #reply-title:before,
#respond .commentlist #reply-title:before {
	margin-right: 45px;
	color: #f4d0c8;
	font-family: "Simple-Line-Icons";
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	content: "\e04a";
}
.commentlist .children {
	padding-left: 50px;
}
.commentlist .children li {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid white;
	background: #f8f8f8;
}
.commentlist .children li:last-child {
	border-bottom: none;
}
.commentlist .sublist {
	margin-top: 10px;
	margin-left: 70px;
	background: #f8f8f8;
}
.commentlist .sublist .comment {
	box-sizing: border-box;
	padding: 20px;
	border-top: 1px solid white;
}
.commentlist .comment {
	display: block;
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	padding: 30px 0;
	border-bottom: 1px solid #f2f0f0;
}
.commentlist .comment:before,
.commentlist .comment:after {
	display: table;
	content: "";
}
.commentlist .comment:after {
	clear: both;
}
.commentlist .comment:last-child {
	border-bottom: none;
}
.commentlist .comment img.avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 30px;
	border-radius: 50%;
}
.commentlist .comment .comment_container:before,
.commentlist .comment .comment_container:after {
	display: table;
	content: "";
}
.commentlist .comment .comment_container:after {
	clear: both;
}
.commentlist .comment-text {
	float: left;
	width: calc(100% - 70px);
}
.commentlist .comment-text .star-rating {
	float: right;
}
.commentlist .comment-text .meta {
	margin-top: 0;
}
.commentlist .comment-text .entry-meta {
	display: block;
	float: none;
	width: auto;
	margin-right: 0;
	padding-right: 0;
}
.commentlist .comment-text .entry-meta .author {
	display: block;
	line-height: 2;
	text-transform: capitalize;
}
.commentlist .comment-text .entry-meta .author a {
	font-size: 12px;
	font-weight: bold;
}
.commentlist .comment-text .entry-meta .published {
	display: inline;
	opacity: 0.6;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
}
.commentlist .comment-text .entry-meta .comment-reply-link {
	display: inline;
	font-size: 11px;
}

#respond {
	float: right;
	width: 70%;
	margin-bottom: 60px;
}
#respond:before,
#respond:after {
	display: table;
	content: "";
}
#respond:after {
	clear: both;
}
#respond .head-section,
#respond #reply-title {
	margin-bottom: 40px;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
#respond .head-section .container,
#respond #reply-title .container {
	padding: 36px 0;
}
#respond #reply-title {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 36px 0;
}
#respond .section-title,
.blog-single #respond #reply-title,
#respond #reply-title {
	text-indent: 0;
}
#respond .section-title:before,
.blog-single #respond #reply-title:before,
#respond #reply-title:before {
	margin-right: 45px;
	color: #f4d0c8;
	font-family: "Simple-Line-Icons";
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	content: "\e04a";
}
#respond form .form-submit #submit {
	float: right;
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
#respond form .form-submit #submit:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
#respond form p {
	position: relative;
	margin-bottom: 20px;
}
#respond form p input:focus {
	border: 2px solid #eb8e7a;
	outline: #eb8e7a;
}
#respond form p:last-child {
	width: 100%;
}
#respond form p:last-child:before,
#respond form p:last-child:after {
	display: table;
	content: "";
}
#respond form p:last-child:after {
	clear: both;
}
#respond form textarea {
	overflow: hidden;
}
#respond form textarea:focus,
#respond form textarea.filled {
	border: 2px solid #eb8e7a;
	outline: #eb8e7a;
}
#respond .comment-notes,
#respond #input_name,
#respond #input_email,
#respond #input_url {
	width: 100%;
}
#respond .button {
	float: right;
	border: none;
	background: none;
}
#respond .comment-form-author {
	float: left;
	box-sizing: border-box;
	width: 33.3333333%;
	margin-top: 0;
	padding: 0 5px 0 0;
	border: none;
}
#respond .comment-form-email {
	float: left;
	box-sizing: border-box;
	width: 33.3333333%;
	margin-top: 0;
	padding: 0 5px;
	border: none;
}
#respond .comment-form-url {
	float: left;
	box-sizing: border-box;
	width: 33.3333333%;
	margin-top: 0;
	padding: 0 0 0 5px;
	border: none;
}
#respond .form-submit {
	clear: both;
}

/* 7.0 WIDGET
-------------------------------------------------------------- */
.widget {
	margin-top: 50px;
}
.widget:before,
.widget:after {
	display: table;
	content: "";
}
.widget:after {
	clear: both;
}
.widget .widget-title {
	margin: 0 0 20px;
	color: #77635f;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.84615;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.widget ul {
	margin: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li {
	padding: 10px 0;
	border-bottom: 1px solid #f2f0f0;
}
.widget ul li:before,
.widget ul li:after {
	display: table;
	content: "";
}
.widget ul li:after {
	clear: both;
}
.widget ul li:first-child {
	margin-top: 0;
}
.widget .children,
.widget .sub-menu {
	margin-top: 10px;
}
.widget .children li,
.widget .sub-menu li {
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #f2f0f0;
	border-bottom: none;
}
.widget .children li:last-child,
.widget .sub-menu li:last-child {
	padding-bottom: 0;
}
.widget .sub-category {
	margin-top: 10px;
}
.widget .sub-category .sub-block {
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #f2f0f0;
	border-bottom: none;
}
.widget .sub-category .sub-block:last-child {
	padding-bottom: 0;
}
.widget .sub-category .sub-block h3 {
	margin: 0;
	padding: 0;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
}

.post_tag-cloud a,
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	display: -moz-inline-stack;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	padding: 8px 20px;
	padding: 8px 20px !important;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-size: 11px !important;
	font-weight: bold;
	line-height: 13px !important;
	vertical-align: top;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);

	-moz-box-orient: vertical;
}
.post_tag-cloud a:hover,
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar th {
	text-align: left;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li {
	position: relative;
	padding-left: 15px;
}
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before {
	position: absolute;
	top: 19px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #eb8e7a;
	content: "";
}

.widget_rss img {
	width: auto;
}
.widget_rss a {
	display: inline;
	float: left;
	margin-right: 10px;
}

#primary .searchform,
#primary #searchform,
.widget_search .searchform,
.widget_search #searchform,
.widget_product_search .searchform,
.widget_product_search #searchform {
	position: relative;
	width: 100%;
	padding: 0;
}
#primary .searchform input[type=text],
#primary #searchform input[type=text],
.widget_search .searchform input[type=text],
.widget_search #searchform input[type=text],
.widget_product_search .searchform input[type=text],
.widget_product_search #searchform input[type=text] {
	width: 100%;
}
#primary .searchform input[type=submit],
#primary #searchform input[type=submit],
.widget_search .searchform input[type=submit],
.widget_search #searchform input[type=submit],
.widget_product_search .searchform input[type=submit],
.widget_product_search #searchform input[type=submit] {
	overflow: hidden;
	position: absolute;
	top: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	padding-left: 0;
	border: none !important;
	text-align: left;
	text-indent: -119988px;
	text-transform: capitalize;
}
#primary .searchform:before,
#primary #searchform:before,
.widget_search .searchform:before,
.widget_search #searchform:before,
.widget_product_search .searchform:before,
.widget_product_search #searchform:before {
	position: absolute;
	top: 0;
	right: 10px;
	font-family: "Simple-Line-Icons";
	font-size: 15px;
	line-height: 32px;
	content: "\e090";
}
#primary .screen-reader-text,
.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
	display: none !important;
}

/* Social Network widget */
.social-network ul.social-buttons li {
	border-bottom: none;
}
.social-network ul.social-buttons li i {
	display: inline-block;
	width: 25px;
	font-size: 16px;
}

/* Statistic Widgets */
.widget_widget_statistic .widget-statistic .market-members,
.widget_widget_statistic .widget-statistic .market-sellers,
.widget_widget_statistic .widget-statistic .market-items,
.widget_tokopress_widget_statistics .widget-statistic .market-members,
.widget_tokopress_widget_statistics .widget-statistic .market-sellers,
.widget_tokopress_widget_statistics .widget-statistic .market-items {
	margin-bottom: 15px;
}
.widget_widget_statistic .widget-statistic .market-members .statistic,
.widget_widget_statistic .widget-statistic .market-sellers .statistic,
.widget_widget_statistic .widget-statistic .market-items .statistic,
.widget_tokopress_widget_statistics .widget-statistic .market-members .statistic,
.widget_tokopress_widget_statistics .widget-statistic .market-sellers .statistic,
.widget_tokopress_widget_statistics .widget-statistic .market-items .statistic {
	color: #eb8e7a;
	font-size: 18px;
	font-weight: bold;
}
.widget_widget_statistic .widget-statistic .market-members p,
.widget_widget_statistic .widget-statistic .market-sellers p,
.widget_widget_statistic .widget-statistic .market-items p,
.widget_tokopress_widget_statistics .widget-statistic .market-members p,
.widget_tokopress_widget_statistics .widget-statistic .market-sellers p,
.widget_tokopress_widget_statistics .widget-statistic .market-items p {
	margin: 0;
}

/* Mailchimp custom form widget */
.widget_mc4wp_widget_custom form label[for="mc4wp_email"],
.widget_tokopress_widget_subscribe form label[for="mc4wp_email"] {
	display: none;
}
.widget_mc4wp_widget_custom form input[type="submit"],
.widget_tokopress_widget_subscribe form input[type="submit"] {
	float: right;
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.widget_mc4wp_widget_custom form input[type="submit"]:hover,
.widget_tokopress_widget_subscribe form input[type="submit"]:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}

/* 8.0 FOOTER
-------------------------------------------------------------- */
#footer {
	margin-top: 30px;
	background: white;
}
#footer:before,
#footer:after {
	display: table;
	content: "";
}
#footer:after {
	clear: both;
}

/* Footer Widgets */
.footer-widgets-row {
	box-sizing: border-box;
	margin: 0 -50px;
}
.footer-widgets-row:before,
.footer-widgets-row:after {
	display: table;
	content: "";
}
.footer-widgets-row:after {
	clear: both;
}

.footer-widgets {
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding: 50px;
	border-right: 1px solid #f2f0f0;
}
.footer-widgets:nth-child(4n) {
	border-right: none;
}
.footer-widgets .widget {
	margin-top: 0;
	margin-bottom: 50px;
}
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Footer Credits */
.footer-credits {
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 70px;
	background: #f2f0f0;
	text-align: center;
}
.footer-credits .copyright {
	margin-top: 30px;
	color: #898989;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-credits .copyright a {
	color: #898989;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-credits .copyright span {
	margin-left: 10px;
}

/* Back To Top */
#back-top {
	display: none;
	position: fixed;
	z-index: 1;
	right: 20px;
	bottom: 80px;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	opacity: 0.6;
	color: #ffffff;
	background: #cb3818;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}
#back-top:hover {
	opacity: 1;
}

/* User Switcher */
#user_switching_switch_on {
	margin: 0;
	padding: 20px 0;
	background: #ffffff;
	text-align: center;
}

/* 9.0 WOOCOMMERCE
-------------------------------------------------------------- */
.layout-2c-l.woocommerce.single-product .content-area {
	width: 70%;
}
.layout-2c-l.woocommerce.single-product .sidebar {
	width: 30%;
}

/* Top Content in Shop page */
.shop-content-top {
	border-bottom: 1px solid #f2f0f0;
}
.shop-content-top .container {
	padding-top: 26px;
	padding-bottom: 26px;
}
.shop-content-top .catalog-order-wrap {
	float: left;
	padding: 10px 0;
}
.shop-content-top .catalog-order-wrap:before,
.shop-content-top .catalog-order-wrap:after {
	display: table;
	content: "";
}
.shop-content-top .catalog-order-wrap:after {
	clear: both;
}
.shop-content-top .catalog-order-wrap .section-title,
.shop-content-top .catalog-order-wrap #respond #reply-title,
#respond .shop-content-top .catalog-order-wrap #reply-title {
	float: left;
	padding-right: 20px;
	text-indent: 0;
}
.shop-content-top .catalog-order-wrap .woocommerce-ordering {
	float: left;
	margin: 0;
}
.shop-content-top .catalog-order-wrap .woocommerce-ordering select {
	border-color: #eb8e7a;
	color: #eb8e7a;
	background-image: url(img/arrow-select.png) !important;
}
.shop-content-top .pagination {
	float: right;
	padding: 5px 0;
	border-top: none;
	text-align: right !important;
}

.woocommerce,
.woocommerce-page {
	/* woocommerce buttons */
	/* Product Loop (Shop Page) */
	/* Single Product Page */
	/* Comments */
	/* Upsells & Related Products */
	/* Cross Sells */
	/* WooCommerce Widgets */
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce a.wcv-button,
.woocommerce input.wcv-button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce-page a.wcv-button,
.woocommerce-page input.wcv-button {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #898989;
	background: transparent !important;
	box-shadow: #898989 0 0 0 2px inset;
	text-shadow: none;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce a.wcv-button:hover,
.woocommerce input.wcv-button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page a.wcv-button:hover,
.woocommerce-page input.wcv-button:hover {
	color: white;
	box-shadow: #898989 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce #content input.button.disabled,
.woocommerce #content input.button:disabled,
.woocommerce #content input.button:disabled[disabled],
.woocommerce a.wcv-button.disabled,
.woocommerce a.wcv-button:disabled,
.woocommerce a.wcv-button:disabled[disabled],
.woocommerce input.wcv-button.disabled,
.woocommerce input.wcv-button:disabled,
.woocommerce input.wcv-button:disabled[disabled],
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button:disabled[disabled],
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button:disabled[disabled],
.woocommerce-page input.button.disabled,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button:disabled[disabled],
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page #respond input#submit:disabled[disabled],
.woocommerce-page #content input.button.disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce-page #content input.button:disabled[disabled],
.woocommerce-page a.wcv-button.disabled,
.woocommerce-page a.wcv-button:disabled,
.woocommerce-page a.wcv-button:disabled[disabled],
.woocommerce-page input.wcv-button.disabled,
.woocommerce-page input.wcv-button:disabled,
.woocommerce-page input.wcv-button:disabled[disabled] {
	color: inherit;
}
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #content input.button.disabled:hover,
.woocommerce #content input.button:disabled:hover,
.woocommerce #content input.button:disabled[disabled]:hover,
.woocommerce a.wcv-button.disabled:hover,
.woocommerce a.wcv-button:disabled:hover,
.woocommerce a.wcv-button:disabled[disabled]:hover,
.woocommerce input.wcv-button.disabled:hover,
.woocommerce input.wcv-button:disabled:hover,
.woocommerce input.wcv-button:disabled[disabled]:hover,
.woocommerce-page a.button.disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce-page a.button:disabled[disabled]:hover,
.woocommerce-page button.button.disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce-page input.button:disabled:hover,
.woocommerce-page input.button:disabled[disabled]:hover,
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce-page #respond input#submit:disabled:hover,
.woocommerce-page #respond input#submit:disabled[disabled]:hover,
.woocommerce-page #content input.button.disabled:hover,
.woocommerce-page #content input.button:disabled:hover,
.woocommerce-page #content input.button:disabled[disabled]:hover,
.woocommerce-page a.wcv-button.disabled:hover,
.woocommerce-page a.wcv-button:disabled:hover,
.woocommerce-page a.wcv-button:disabled[disabled]:hover,
.woocommerce-page input.wcv-button.disabled:hover,
.woocommerce-page input.wcv-button:disabled:hover,
.woocommerce-page input.wcv-button:disabled[disabled]:hover {
	color: white;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce a.wcv-button.alt,
.woocommerce input.wcv-button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page a.wcv-button.alt,
.woocommerce-page input.wcv-button.alt {
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce a.wcv-button.alt:hover,
.woocommerce input.wcv-button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page a.wcv-button.alt:hover,
.woocommerce-page input.wcv-button.alt:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #content input.button.alt.disabled,
.woocommerce #content input.button.alt:disabled,
.woocommerce #content input.button.alt:disabled[disabled],
.woocommerce a.wcv-button.alt.disabled,
.woocommerce a.wcv-button.alt:disabled,
.woocommerce a.wcv-button.alt:disabled[disabled],
.woocommerce input.wcv-button.alt.disabled,
.woocommerce input.wcv-button.alt:disabled,
.woocommerce input.wcv-button.alt:disabled[disabled],
.woocommerce-page a.button.alt.disabled,
.woocommerce-page a.button.alt:disabled,
.woocommerce-page a.button.alt:disabled[disabled],
.woocommerce-page button.button.alt.disabled,
.woocommerce-page button.button.alt:disabled,
.woocommerce-page button.button.alt:disabled[disabled],
.woocommerce-page input.button.alt.disabled,
.woocommerce-page input.button.alt:disabled,
.woocommerce-page input.button.alt:disabled[disabled],
.woocommerce-page #respond input#submit.alt.disabled,
.woocommerce-page #respond input#submit.alt:disabled,
.woocommerce-page #respond input#submit.alt:disabled[disabled],
.woocommerce-page #content input.button.alt.disabled,
.woocommerce-page #content input.button.alt:disabled,
.woocommerce-page #content input.button.alt:disabled[disabled],
.woocommerce-page a.wcv-button.alt.disabled,
.woocommerce-page a.wcv-button.alt:disabled,
.woocommerce-page a.wcv-button.alt:disabled[disabled],
.woocommerce-page input.wcv-button.alt.disabled,
.woocommerce-page input.wcv-button.alt:disabled,
.woocommerce-page input.wcv-button.alt:disabled[disabled] {
	color: inherit;
}
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #content input.button.alt.disabled:hover,
.woocommerce #content input.button.alt:disabled:hover,
.woocommerce #content input.button.alt:disabled[disabled]:hover,
.woocommerce a.wcv-button.alt.disabled:hover,
.woocommerce a.wcv-button.alt:disabled:hover,
.woocommerce a.wcv-button.alt:disabled[disabled]:hover,
.woocommerce input.wcv-button.alt.disabled:hover,
.woocommerce input.wcv-button.alt:disabled:hover,
.woocommerce input.wcv-button.alt:disabled[disabled]:hover,
.woocommerce-page a.button.alt.disabled:hover,
.woocommerce-page a.button.alt:disabled:hover,
.woocommerce-page a.button.alt:disabled[disabled]:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page button.button.alt:disabled:hover,
.woocommerce-page button.button.alt:disabled[disabled]:hover,
.woocommerce-page input.button.alt.disabled:hover,
.woocommerce-page input.button.alt:disabled:hover,
.woocommerce-page input.button.alt:disabled[disabled]:hover,
.woocommerce-page #respond input#submit.alt.disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled:hover,
.woocommerce-page #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce-page #content input.button.alt.disabled:hover,
.woocommerce-page #content input.button.alt:disabled:hover,
.woocommerce-page #content input.button.alt:disabled[disabled]:hover,
.woocommerce-page a.wcv-button.alt.disabled:hover,
.woocommerce-page a.wcv-button.alt:disabled:hover,
.woocommerce-page a.wcv-button.alt:disabled[disabled]:hover,
.woocommerce-page input.wcv-button.alt.disabled:hover,
.woocommerce-page input.wcv-button.alt:disabled:hover,
.woocommerce-page input.wcv-button.alt:disabled[disabled]:hover {
	color: white;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-message {
	border-radius: 0;
	background: white;
	box-shadow: none;
	text-shadow: none;
}
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-message:before {
	background: none;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	border-top: 3px solid #eb8e7a;
}
.woocommerce .price,
.woocommerce-page .price {
	color: #cb3818;
}
.woocommerce .rating,
.woocommerce-page .rating {
	color: #898989;
}
.woocommerce .cart .quantity,
.woocommerce #content .cart .quantity,
.woocommerce-page .cart .quantity,
.woocommerce-page #content .cart .quantity {
	box-sizing: border-box;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	padding: 0;
	border: 2px solid #d1d1d1;
	border-radius: 4px;
}
.woocommerce .cart .quantity .input-text.qty.text,
.woocommerce #content .cart .quantity .input-text.qty.text,
.woocommerce-page .cart .quantity .input-text.qty.text,
.woocommerce-page #content .cart .quantity .input-text.qty.text {
	padding-left: 10px;
	border: none;
	background: none;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
	margin: 0;
	/* Product Catalog - Default Style */
	/* Product Catalog - Alternate Style */
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0;
	line-height: normal;
}
.woocommerce ul.products li.product small,
.woocommerce-page ul.products li.product small {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 10px;
	color: white;
	background: #eb8e7a;
}
.woocommerce ul.products li.product small a,
.woocommerce-page ul.products li.product small a {
	color: white !important;
}
.woocommerce ul.products li.product > a,
.woocommerce-page ul.products li.product > a {
	display: block;
}
.woocommerce ul.products li.product > a img,
.woocommerce-page ul.products li.product > a img {
	max-width: 100%;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;

	    -ms-box-shadow: none;
}
.woocommerce ul.products li.product span.onsale,
.woocommerce-page ul.products li.product span.onsale {
	position: absolute;
	z-index: 999;
	top: 0 !important;
	right: 0 !important;
	left: auto !important;
	min-width: 32px;
	min-height: 32px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	color: #ffffff;
	background: #eb8e7a;
	box-shadow: none;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	overflow: hidden;
	padding-top: 0;
	font-family: "Merriweather Sans", sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.woocommerce ul.products li.product .thumbnail-loop-wrap,
.woocommerce-page ul.products li.product .thumbnail-loop-wrap {
	position: relative;
}
.woocommerce ul.products li.product .thumbnail-loop-wrap img,
.woocommerce-page ul.products li.product .thumbnail-loop-wrap img {
	margin: 0;
}
.woocommerce ul.products li.product .title-rating-loop-wrap,
.woocommerce-page ul.products li.product .title-rating-loop-wrap {
	min-height: 60px;
	padding: 20px 0 20px 20px;
	border-left: 1px solid #f2f0f0;
}
.woocommerce ul.products li.product .title-rating-loop-wrap .product-seller-name,
.woocommerce-page ul.products li.product .title-rating-loop-wrap .product-seller-name {
	margin: 0 0 7px;
}
.woocommerce ul.products li.product .title-rating-loop-wrap .product-seller-name span,
.woocommerce-page ul.products li.product .title-rating-loop-wrap .product-seller-name span {
	text-transform: capitalize;
}
.woocommerce ul.products li.product .price-loop-wrap,
.woocommerce-page ul.products li.product .price-loop-wrap {
	float: right;
	max-width: 40%;
	min-height: 47px;
	padding: 20px 20px 20px 5px;
}
.woocommerce ul.products li.product .price-loop-wrap .price,
.woocommerce-page ul.products li.product .price-loop-wrap .price {
	margin-bottom: 0;
	padding: 15px 0;
	border-top: 1px solid #cb3818;
	border-bottom: 1px solid #cb3818;
	color: #cb3818;
	font-size: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.woocommerce ul.products li.product .price-loop-wrap .price del,
.woocommerce-page ul.products li.product .price-loop-wrap .price del {
	display: inline-block;
	font-size: 12px;
}
.woocommerce ul.products li.product .price-loop-wrap .price ins,
.woocommerce-page ul.products li.product .price-loop-wrap .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: white;
	text-align: center;
	-webkit-transition: 0.7s;
	        transition: 0.7s;
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap .button,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .button {
	border: none;
	background: transparent;
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap .detail_button_loop,
.woocommerce ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"],
.woocommerce ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .detail_button_loop,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"],
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward {
	top: 50%;
	margin: 3px 3px;
	padding: 8px 20px;
	border-radius: 20px;
	opacity: 0;
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap .detail_button_loop:hover,
.woocommerce ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"]:hover,
.woocommerce ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward:hover,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .detail_button_loop:hover,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"]:hover,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap .detail_button_loop.added,
.woocommerce ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"].added,
.woocommerce ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward.added,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .detail_button_loop.added,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"].added,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward.added {
	opacity: 0 !important;
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap .detail_button_loop,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .detail_button_loop {
	-webkit-transition: 0.3s;
	        transition: 0.3s;
	-webkit-transform: translateY(300px);
	    -ms-transform: translateY(300px);
	        transform: translateY(300px);
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"],
.woocommerce ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .button[class*="product_type_"],
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward {
	-webkit-transition: 0.3s;
	        transition: 0.3s;
	-webkit-transform: translateY(-300px);
	    -ms-transform: translateY(-300px);
	        transform: translateY(-300px);
}
.woocommerce ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .add-to-cart-loop-wrap .added_to_cart.wc-forward {
	position: absolute;
	left: 45%;
}
.woocommerce ul.products li.product.product-hover .add-to-cart-loop-wrap,
.woocommerce-page ul.products li.product.product-hover .add-to-cart-loop-wrap {
	opacity: 0.9;
}
.woocommerce ul.products li.product.product-hover .add-to-cart-loop-wrap .detail_button_loop,
.woocommerce-page ul.products li.product.product-hover .add-to-cart-loop-wrap .detail_button_loop {
	opacity: 1;
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}
.woocommerce ul.products li.product.product-hover .add-to-cart-loop-wrap .button[class*="product_type_"],
.woocommerce ul.products li.product.product-hover .add-to-cart-loop-wrap .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product.product-hover .add-to-cart-loop-wrap .button[class*="product_type_"],
.woocommerce-page ul.products li.product.product-hover .add-to-cart-loop-wrap .added_to_cart.wc-forward {
	opacity: 1;
	-webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	        transform: translateY(-15px);
}
.woocommerce ul.products li.product > a .thumbnail-style-2-wrap img,
.woocommerce-page ul.products li.product > a .thumbnail-style-2-wrap img {
	margin: 0;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	background: #ffffff;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper {
	margin-bottom: 15px;
	text-align: center;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper .price,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper .price {
	display: inline-block;
	margin-bottom: 0;
	padding: 15px 0;
	border-top: 1px solid #cb3818;
	border-bottom: 1px solid #cb3818;
	color: #cb3818 !important;
	font-size: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper .price del,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper .price del {
	display: inline-block;
	font-size: 12px;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper .price ins,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .price-style-2-wrapper .price ins {
	color: #cb3818;
	text-decoration: none;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .title-style-2-wrapper,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .title-style-2-wrapper {
	text-align: center;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .title-style-2-wrapper h3,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .title-style-2-wrapper h3 {
	color: #372926;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .author-style-2-wrapper,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .author-style-2-wrapper {
	text-align: center;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .author-style-2-wrapper p,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .author-style-2-wrapper p {
	margin: 0;
	color: #9f9491;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper {
	position: absolute;
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
	text-align: center;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper .added,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper .added {
	display: none;
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper .added_to_cart.wc-forward {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper .added_to_cart.wc-forward:hover,
.woocommerce-page ul.products li.product .add-to-cart-style-2-loop-wrap .button-style-2-wrapper .added_to_cart.wc-forward:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce ul.products li.product:hover .add-to-cart-style-2-loop-wrap,
.woocommerce-page ul.products li.product:hover .add-to-cart-style-2-loop-wrap {
	display: block;
}
.woocommerce ul.products li.product .detail-action .button.add_to_cart_button.added,
.woocommerce-page ul.products li.product .detail-action .button.add_to_cart_button.added {
	display: none !important;
}
.woocommerce ul.products li.product .detail-action .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .detail-action .added_to_cart.wc-forward {
	top: 50%;
	margin: 0 3px;
	padding: 8px 20px;
	border-radius: 20px;
	opacity: 1;
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce ul.products li.product .detail-action .added_to_cart.wc-forward:hover,
.woocommerce-page ul.products li.product .detail-action .added_to_cart.wc-forward:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce ul.products li.product-hover-caption,
.woocommerce-page ul.products li.product-hover-caption {
	float: left;
}
.woocommerce ul.products li.product-hover-caption img,
.woocommerce-page ul.products li.product-hover-caption img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.woocommerce ul.products li.product-hover-caption figure,
.woocommerce-page ul.products li.product-hover-caption figure {
	position: relative;
	text-align: center;
}
.woocommerce ul.products li.product-hover-caption figure figcaption,
.woocommerce-page ul.products li.product-hover-caption figure figcaption {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: white;
	-webkit-transition: 0.5s;
	        transition: 0.5s;
}
.woocommerce ul.products li.product-hover-caption .product-caption,
.woocommerce-page ul.products li.product-hover-caption .product-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 260px;
	height: 240px;
	margin-top: -120px;
	margin-left: -130px;
}
.woocommerce ul.products li.product-hover-caption span.price,
.woocommerce-page ul.products li.product-hover-caption span.price {
	display: inline-block !important;
	margin-top: 50px;
	padding: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #cb3818;
	border-bottom: 1px solid #cb3818;
	color: #cb3818;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	-webkit-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s 0.5s;
	   -moz-transition: ease-out 0.3s 0.5s;
	     -o-transition: ease-out 0.3s 0.5s;
	        transition: ease-out 0.3s 0.5s;
	-webkit-transition-delay: 0.5s;
	-webkit-transform: translateY(-300px);
	    -ms-transform: translateY(-300px);
	        transform: translateY(-300px);
}
.woocommerce ul.products li.product-hover-caption .product-detail,
.woocommerce-page ul.products li.product-hover-caption .product-detail {
	overflow: hidden;
	width: 75%;
	margin: 20px auto 0 auto;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s 0.4s;
	   -moz-transition: ease-out 0.3s 0.4s;
	     -o-transition: ease-out 0.3s 0.4s;
	        transition: ease-out 0.3s 0.4s;
	-webkit-transition-delay: 0.4s;
	-webkit-transform: translateY(-300px);
	    -ms-transform: translateY(-300px);
	        transform: translateY(-300px);
}
.woocommerce ul.products li.product-hover-caption .product-title,
.woocommerce-page ul.products li.product-hover-caption .product-title {
	overflow: hidden;
	width: 100%;
	color: #372926;
	font-family: "Maven Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71429;
	line-height: 1.4;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
.woocommerce ul.products li.product-hover-caption .product-action,
.woocommerce-page ul.products li.product-hover-caption .product-action {
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	-webkit-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s 0.3s;
	   -moz-transition: ease-out 0.3s 0.3s;
	     -o-transition: ease-out 0.3s 0.3s;
	        transition: ease-out 0.3s 0.3s;
	-webkit-transition-delay: 0.3s;
	-webkit-transform: translateY(-300px);
	    -ms-transform: translateY(-300px);
	        transform: translateY(-300px);
}
.woocommerce ul.products li.product-hover-caption .product-action:before,
.woocommerce ul.products li.product-hover-caption .product-action:after,
.woocommerce-page ul.products li.product-hover-caption .product-action:before,
.woocommerce-page ul.products li.product-hover-caption .product-action:after {
	display: table;
	content: "";
}
.woocommerce ul.products li.product-hover-caption .product-action:after,
.woocommerce-page ul.products li.product-hover-caption .product-action:after {
	clear: both;
}
.woocommerce ul.products li.product-hover-caption .product-action .button,
.woocommerce-page ul.products li.product-hover-caption .product-action .button {
	display: block;
	float: left;
	margin: 0 3px;
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
}
.woocommerce ul.products li.product-hover-caption .product-action .button:hover,
.woocommerce-page ul.products li.product-hover-caption .product-action .button:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce ul.products li.product-hover-caption .product-action .button.added,
.woocommerce-page ul.products li.product-hover-caption .product-action .button.added {
	display: none;
}
.woocommerce ul.products li.product-hover-caption .product-action .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product-hover-caption .product-action .added_to_cart.wc-forward {
	display: block;
	float: left;
	margin: 13px 3px 0;
	padding: 8px 20px;
	border-radius: 20px;
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.woocommerce ul.products li.product-hover-caption .product-action .added_to_cart.wc-forward:hover,
.woocommerce-page ul.products li.product-hover-caption .product-action .added_to_cart.wc-forward:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce ul.products li.product-hover-caption.product-hover figure figcaption,
.woocommerce-page ul.products li.product-hover-caption.product-hover figure figcaption {
	visibility: visible;
	opacity: 0.9;
}
.woocommerce ul.products li.product-hover-caption.product-hover .price,
.woocommerce-page ul.products li.product-hover-caption.product-hover .price {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce ul.products li.product-hover-caption.product-hover .product-detail,
.woocommerce-page ul.products li.product-hover-caption.product-hover .product-detail {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce ul.products li.product-hover-caption.product-hover .product-action,
.woocommerce-page ul.products li.product-hover-caption.product-hover .product-action {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce div.product:before,
.woocommerce div.product:after,
.woocommerce #content div.product:before,
.woocommerce #content div.product:after,
.woocommerce-page div.product:before,
.woocommerce-page div.product:after,
.woocommerce-page #content div.product:before,
.woocommerce-page #content div.product:after {
	display: table;
	content: "";
}
.woocommerce div.product:after,
.woocommerce #content div.product:after,
.woocommerce-page div.product:after,
.woocommerce-page #content div.product:after {
	clear: both;
}
.woocommerce div.product span.onsale,
.woocommerce #content div.product span.onsale,
.woocommerce-page div.product span.onsale,
.woocommerce-page #content div.product span.onsale {
	position: absolute;
	z-index: 999;
	top: 0 !important;
	right: auto !important;
	left: 0 !important;
	min-width: 32px;
	min-height: 32px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	color: #ffffff;
	background: #eb8e7a;
	box-shadow: none;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.woocommerce div.product div.images a.woocommerce-main-image,
.woocommerce #content div.product div.images a.woocommerce-main-image,
.woocommerce-page div.product div.images a.woocommerce-main-image,
.woocommerce-page #content div.product div.images a.woocommerce-main-image {
	display: block;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	text-align: center;
}
.woocommerce div.product div.images div.thumbnails:before,
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce #content div.product div.images div.thumbnails:before,
.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:before,
.woocommerce-page div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:before,
.woocommerce-page #content div.product div.images div.thumbnails:after {
	display: table;
	content: "";
}
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:after {
	clear: both;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce div.product div.images div.thumbnails a.last,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce #content div.product div.images div.thumbnails a.last,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.last,
.woocommerce-page #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.last {
	display: inline-block;
	float: none;
	clear: none;
	box-sizing: border-box;
	width: 20%;
	margin: 0;
	padding: 0;
}
.woocommerce div.product div.images div.thumbnails img,
.woocommerce #content div.product div.images div.thumbnails img,
.woocommerce-page div.product div.images div.thumbnails img,
.woocommerce-page #content div.product div.images div.thumbnails img {
	width: 100%;
}
.woocommerce div.product .product-thumbnail.product-images,
.woocommerce #content div.product .product-thumbnail.product-images,
.woocommerce-page div.product .product-thumbnail.product-images,
.woocommerce-page #content div.product .product-thumbnail.product-images {
	position: relative;
	margin-bottom: 50px;
}
.woocommerce div.product .product-thumbnail.product-images .thumbnails,
.woocommerce #content div.product .product-thumbnail.product-images .thumbnails,
.woocommerce-page div.product .product-thumbnail.product-images .thumbnails,
.woocommerce-page #content div.product .product-thumbnail.product-images .thumbnails {
	border-bottom: 1px solid #f2f0f0;
	text-align: center;
}
.woocommerce div.product .product-thumbnail.product-images .thumbnails a,
.woocommerce #content div.product .product-thumbnail.product-images .thumbnails a,
.woocommerce-page div.product .product-thumbnail.product-images .thumbnails a,
.woocommerce-page #content div.product .product-thumbnail.product-images .thumbnails a {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.woocommerce div.product .product-thumbnail.product-images .thumbnails a:first-child,
.woocommerce #content div.product .product-thumbnail.product-images .thumbnails a:first-child,
.woocommerce-page div.product .product-thumbnail.product-images .thumbnails a:first-child,
.woocommerce-page #content div.product .product-thumbnail.product-images .thumbnails a:first-child {
	display: block;
}
.woocommerce div.product .product-thumbnail.product-images .thumbnails .owl-item img,
.woocommerce #content div.product .product-thumbnail.product-images .thumbnails .owl-item img,
.woocommerce-page div.product .product-thumbnail.product-images .thumbnails .owl-item img,
.woocommerce-page #content div.product .product-thumbnail.product-images .thumbnails .owl-item img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.woocommerce div.product .product-thumbnail.product-images .owl-controls .owl-prev,
.woocommerce div.product .product-thumbnail.product-images .owl-controls .owl-next,
.woocommerce #content div.product .product-thumbnail.product-images .owl-controls .owl-prev,
.woocommerce #content div.product .product-thumbnail.product-images .owl-controls .owl-next,
.woocommerce-page div.product .product-thumbnail.product-images .owl-controls .owl-prev,
.woocommerce-page div.product .product-thumbnail.product-images .owl-controls .owl-next,
.woocommerce-page #content div.product .product-thumbnail.product-images .owl-controls .owl-prev,
.woocommerce-page #content div.product .product-thumbnail.product-images .owl-controls .owl-next {
	position: absolute;
	bottom: 10%;
	width: 25px;
	padding: 10px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	line-height: 25px;
	text-align: center;
}
.woocommerce div.product .product-thumbnail.product-images .owl-controls .owl-prev,
.woocommerce #content div.product .product-thumbnail.product-images .owl-controls .owl-prev,
.woocommerce-page div.product .product-thumbnail.product-images .owl-controls .owl-prev,
.woocommerce-page #content div.product .product-thumbnail.product-images .owl-controls .owl-prev {
	left: 20px;
}
.woocommerce div.product .product-thumbnail.product-images .owl-controls .owl-next,
.woocommerce #content div.product .product-thumbnail.product-images .owl-controls .owl-next,
.woocommerce-page div.product .product-thumbnail.product-images .owl-controls .owl-next,
.woocommerce-page #content div.product .product-thumbnail.product-images .owl-controls .owl-next {
	right: 20px;
}
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
	margin-top: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price {
	color: #cb3818;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del {
	display: inline-block;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce-page #content div.product p.price ins,
.woocommerce-page #content div.product span.price ins {
	text-decoration: none;
}
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
	margin: 0;
	padding: 10px 0;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
	margin: 0 10px 15px 0;
}
.woocommerce div.product form.cart div.quantity input,
.woocommerce #content div.product form.cart div.quantity input,
.woocommerce-page div.product form.cart div.quantity input,
.woocommerce-page #content div.product form.cart div.quantity input {
	height: 36px !important;
	font-size: 14px;
}
.woocommerce div.product form.cart div.quantity input.minus,
.woocommerce div.product form.cart div.quantity input.plus,
.woocommerce #content div.product form.cart div.quantity input.minus,
.woocommerce #content div.product form.cart div.quantity input.plus,
.woocommerce-page div.product form.cart div.quantity input.minus,
.woocommerce-page div.product form.cart div.quantity input.plus,
.woocommerce-page #content div.product form.cart div.quantity input.minus,
.woocommerce-page #content div.product form.cart div.quantity input.plus {
	top: 0 !important;
}
.woocommerce div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
	width: auto;
}
.woocommerce div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
	border-color: #919191;
	color: #919191;
}
.woocommerce div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
	vertical-align: baseline;
}
.woocommerce div.product form.cart .single_variation,
.woocommerce #content div.product form.cart .single_variation,
.woocommerce-page div.product form.cart .single_variation,
.woocommerce-page #content div.product form.cart .single_variation {
	margin: 0;
	padding-bottom: 20px;
}
.woocommerce div.product form.cart .single_variation:before,
.woocommerce div.product form.cart .single_variation:after,
.woocommerce #content div.product form.cart .single_variation:before,
.woocommerce #content div.product form.cart .single_variation:after,
.woocommerce-page div.product form.cart .single_variation:before,
.woocommerce-page div.product form.cart .single_variation:after,
.woocommerce-page #content div.product form.cart .single_variation:before,
.woocommerce-page #content div.product form.cart .single_variation:after {
	display: table;
	content: "";
}
.woocommerce div.product form.cart .single_variation:after,
.woocommerce #content div.product form.cart .single_variation:after,
.woocommerce-page div.product form.cart .single_variation:after,
.woocommerce-page #content div.product form.cart .single_variation:after {
	clear: both;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}
.woocommerce div.product div.summary div.summary-inner,
.woocommerce #content div.product div.summary div.summary-inner,
.woocommerce-page div.product div.summary div.summary-inner,
.woocommerce-page #content div.product div.summary div.summary-inner {
	margin-bottom: 50px;
	padding: 0 50px 30px 50px;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce div.product .button.alt.single_add_to_cart_button,
.woocommerce #content div.product .button.alt.single_add_to_cart_button,
.woocommerce-page div.product .button.alt.single_add_to_cart_button,
.woocommerce-page #content div.product .button.alt.single_add_to_cart_button {
	padding: 13px 25px;
	border-radius: 20px;
	color: #ffffff;
	background: #cb3818 !important;
	box-shadow: none !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
.woocommerce div.product .wc-main-content-right,
.woocommerce #content div.product .wc-main-content-right,
.woocommerce-page div.product .wc-main-content-right,
.woocommerce-page #content div.product .wc-main-content-right {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 991px) {
	.woocommerce div.product .wc-main-content-right,
	.woocommerce #content div.product .wc-main-content-right,
	.woocommerce-page div.product .wc-main-content-right,
	.woocommerce-page #content div.product .wc-main-content-right {
		border-top: 1px solid #f2f0f0;
	}
}
.woocommerce div.product .wc-main-content-right div.summary-inner,
.woocommerce #content div.product .wc-main-content-right div.summary-inner,
.woocommerce-page div.product .wc-main-content-right div.summary-inner,
.woocommerce-page #content div.product .wc-main-content-right div.summary-inner {
	margin-bottom: 50px;
	padding: 0 0 30px;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce div.product .wc-main-content-right .vendor-details,
.woocommerce #content div.product .wc-main-content-right .vendor-details,
.woocommerce-page div.product .wc-main-content-right .vendor-details,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details {
	margin-bottom: 20px;
	padding: 0 0 40px;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce div.product .wc-main-content-right .vendor-details:before,
.woocommerce div.product .wc-main-content-right .vendor-details:after,
.woocommerce #content div.product .wc-main-content-right .vendor-details:before,
.woocommerce #content div.product .wc-main-content-right .vendor-details:after,
.woocommerce-page div.product .wc-main-content-right .vendor-details:before,
.woocommerce-page div.product .wc-main-content-right .vendor-details:after,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details:before,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details:after {
	display: table;
	content: "";
}
.woocommerce div.product .wc-main-content-right .vendor-details:after,
.woocommerce #content div.product .wc-main-content-right .vendor-details:after,
.woocommerce-page div.product .wc-main-content-right .vendor-details:after,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details:after {
	clear: both;
}
.woocommerce div.product .wc-main-content-right .vendor-details img,
.woocommerce #content div.product .wc-main-content-right .vendor-details img,
.woocommerce-page div.product .wc-main-content-right .vendor-details img,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details img {
	float: right;
	margin-left: 10px;
	border-radius: 50%;
}
.woocommerce div.product .wc-main-content-right .vendor-details .widget-title,
.woocommerce #content div.product .wc-main-content-right .vendor-details .widget-title,
.woocommerce-page div.product .wc-main-content-right .vendor-details .widget-title,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details .widget-title {
	margin-bottom: 10px;
}
.woocommerce div.product .wc-main-content-right .vendor-details .text,
.woocommerce #content div.product .wc-main-content-right .vendor-details .text,
.woocommerce-page div.product .wc-main-content-right .vendor-details .text,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details .text {
	display: block;
	margin: 0 0 10px;
}
.woocommerce div.product .wc-main-content-right .vendor-details .star-rating,
.woocommerce #content div.product .wc-main-content-right .vendor-details .star-rating,
.woocommerce-page div.product .wc-main-content-right .vendor-details .star-rating,
.woocommerce-page #content div.product .wc-main-content-right .vendor-details .star-rating {
	display: block;
	float: none;
}
.woocommerce div.product .wc-main-content-right p.price,
.woocommerce div.product .wc-main-content-right span.price,
.woocommerce #content div.product .wc-main-content-right p.price,
.woocommerce #content div.product .wc-main-content-right span.price,
.woocommerce-page div.product .wc-main-content-right p.price,
.woocommerce-page div.product .wc-main-content-right span.price,
.woocommerce-page #content div.product .wc-main-content-right p.price,
.woocommerce-page #content div.product .wc-main-content-right span.price {
	margin: 0 0 20px;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	font-size: 20px;
}
.woocommerce div.product .wc-main-content-right .legal-info,
.woocommerce #content div.product .wc-main-content-right .legal-info,
.woocommerce-page div.product .wc-main-content-right .legal-info,
.woocommerce-page #content div.product .wc-main-content-right .legal-info {
	margin: 0 0 20px;
	padding: 0 0 40px;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce div.product .wc-main-content-right .legal-info p,
.woocommerce #content div.product .wc-main-content-right .legal-info p,
.woocommerce-page div.product .wc-main-content-right .legal-info p,
.woocommerce-page #content div.product .wc-main-content-right .legal-info p {
	margin: 0 0 10px;
}
.woocommerce div.product .wc-main-content-right .legal-link,
.woocommerce #content div.product .wc-main-content-right .legal-link,
.woocommerce-page div.product .wc-main-content-right .legal-link,
.woocommerce-page #content div.product .wc-main-content-right .legal-link {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	color: #9f9491;
	font-size: 11px;
	line-height: normal;
}
.woocommerce div.product .wc-main-content-right .legal-link.license,
.woocommerce #content div.product .wc-main-content-right .legal-link.license,
.woocommerce-page div.product .wc-main-content-right .legal-link.license,
.woocommerce-page #content div.product .wc-main-content-right .legal-link.license {
	border-right: 1px solid;
}
.woocommerce div.product .wc-main-content-right .woocommerce-product-rating .woocommerce-review-link,
.woocommerce #content div.product .wc-main-content-right .woocommerce-product-rating .woocommerce-review-link,
.woocommerce-page div.product .wc-main-content-right .woocommerce-product-rating .woocommerce-review-link,
.woocommerce-page #content div.product .wc-main-content-right .woocommerce-product-rating .woocommerce-review-link {
	float: right;
}
.woocommerce div.product .wc-main-content-right h3.title-item-details,
.woocommerce #content div.product .wc-main-content-right h3.title-item-details,
.woocommerce-page div.product .wc-main-content-right h3.title-item-details,
.woocommerce-page #content div.product .wc-main-content-right h3.title-item-details {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
}
.woocommerce div.product .wc-main-content-right ul.list-item-details,
.woocommerce #content div.product .wc-main-content-right ul.list-item-details,
.woocommerce-page div.product .wc-main-content-right ul.list-item-details,
.woocommerce-page #content div.product .wc-main-content-right ul.list-item-details {
	margin: 0;
	padding: 0;
	font-family: "Maven Pro", sans-serif;
}
.woocommerce div.product .wc-main-content-right ul.list-item-details li,
.woocommerce #content div.product .wc-main-content-right ul.list-item-details li,
.woocommerce-page div.product .wc-main-content-right ul.list-item-details li,
.woocommerce-page #content div.product .wc-main-content-right ul.list-item-details li {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #f2f0f0;
	color: #372926;
	list-style: none;
}
.woocommerce div.product .wc-main-content-right ul.list-item-details li .data-type,
.woocommerce #content div.product .wc-main-content-right ul.list-item-details li .data-type,
.woocommerce-page div.product .wc-main-content-right ul.list-item-details li .data-type,
.woocommerce-page #content div.product .wc-main-content-right ul.list-item-details li .data-type {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.woocommerce div.product .wc-main-content-right ul.list-item-details li .value,
.woocommerce #content div.product .wc-main-content-right ul.list-item-details li .value,
.woocommerce-page div.product .wc-main-content-right ul.list-item-details li .value,
.woocommerce-page #content div.product .wc-main-content-right ul.list-item-details li .value {
	display: block;
	color: #999999;
}
.woocommerce div.product .wc-main-content-right ul.list-item-details li .no-detail,
.woocommerce #content div.product .wc-main-content-right ul.list-item-details li .no-detail,
.woocommerce-page div.product .wc-main-content-right ul.list-item-details li .no-detail,
.woocommerce-page #content div.product .wc-main-content-right ul.list-item-details li .no-detail {
	display: block;
	padding-top: 10px;
	border-top: 1px solid #f2f0f0;
	color: #999999;
	font-style: italic;
}
.woocommerce div.product .wc-main-content-right .product_meta,
.woocommerce #content div.product .wc-main-content-right .product_meta,
.woocommerce-page div.product .wc-main-content-right .product_meta,
.woocommerce-page #content div.product .wc-main-content-right .product_meta {
	font-family: "Maven Pro", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce div.product .wc-main-content-right .product_meta .sku_wrapper,
.woocommerce #content div.product .wc-main-content-right .product_meta .sku_wrapper,
.woocommerce-page div.product .wc-main-content-right .product_meta .sku_wrapper,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .sku_wrapper {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #f2f0f0;
	color: #372926;
	font-weight: bold;
	text-transform: uppercase;
}
.woocommerce div.product .wc-main-content-right .product_meta .sku_wrapper span.sku,
.woocommerce #content div.product .wc-main-content-right .product_meta .sku_wrapper span.sku,
.woocommerce-page div.product .wc-main-content-right .product_meta .sku_wrapper span.sku,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .sku_wrapper span.sku {
	color: #999999;
	font-weight: normal;
}
.woocommerce div.product .wc-main-content-right .product_meta .soldby_wrapper,
.woocommerce div.product .wc-main-content-right .product_meta .posted_in,
.woocommerce div.product .wc-main-content-right .product_meta .tagged_as,
.woocommerce #content div.product .wc-main-content-right .product_meta .soldby_wrapper,
.woocommerce #content div.product .wc-main-content-right .product_meta .posted_in,
.woocommerce #content div.product .wc-main-content-right .product_meta .tagged_as,
.woocommerce-page div.product .wc-main-content-right .product_meta .soldby_wrapper,
.woocommerce-page div.product .wc-main-content-right .product_meta .posted_in,
.woocommerce-page div.product .wc-main-content-right .product_meta .tagged_as,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .soldby_wrapper,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .posted_in,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .tagged_as {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #f2f0f0;
	color: #372926;
	font-weight: bold;
	text-transform: uppercase;
}
.woocommerce div.product .wc-main-content-right .product_meta .soldby_wrapper a,
.woocommerce div.product .wc-main-content-right .product_meta .posted_in a,
.woocommerce div.product .wc-main-content-right .product_meta .tagged_as a,
.woocommerce #content div.product .wc-main-content-right .product_meta .soldby_wrapper a,
.woocommerce #content div.product .wc-main-content-right .product_meta .posted_in a,
.woocommerce #content div.product .wc-main-content-right .product_meta .tagged_as a,
.woocommerce-page div.product .wc-main-content-right .product_meta .soldby_wrapper a,
.woocommerce-page div.product .wc-main-content-right .product_meta .posted_in a,
.woocommerce-page div.product .wc-main-content-right .product_meta .tagged_as a,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .soldby_wrapper a,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .posted_in a,
.woocommerce-page #content div.product .wc-main-content-right .product_meta .tagged_as a {
	color: #999999;
	font-weight: normal;
	text-transform: capitalize;
}
.woocommerce div.product .wc-main-content-right .view-store-link,
.woocommerce #content div.product .wc-main-content-right .view-store-link,
.woocommerce-page div.product .wc-main-content-right .view-store-link,
.woocommerce-page #content div.product .wc-main-content-right .view-store-link {
	display: none;
}
.woocommerce div.product div.woocommerce-tabs,
.woocommerce #content div.product div.woocommerce-tabs,
.woocommerce-page div.product div.woocommerce-tabs,
.woocommerce-page #content div.product div.woocommerce-tabs {
	padding: 0 50px 0 50px;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs {
	float: left;
	margin: 0;
	padding-left: 0;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 0;
	top: 50%;
	margin: 0;
	margin: 0 3px 10px;
	padding: 0;
	border: none;
	border-radius: 20px;
	color: #919191;
	background: transparent;
	box-shadow: none;
	box-shadow: #919191 0 0 0 2px inset;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li:after {
	right: 0 !important;
	border-width: 0 !important;
	     border-bottom-left-radius: 0 !important;
	box-shadow: none !important;

	-moz-border-bottom-left-radius: 0 !important;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li:before {
	left: -6px;
	border-width: 0;
	     border-bottom-right-radius: 0;
	box-shadow: none;

	-moz-border-bottom-right-radius: 0;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li a {
	padding: 8px 20px;
	color: #919191;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:hover,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li:hover,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li:hover,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li:hover {
	color: white;
	box-shadow: #919191 0 0 0 40px inset;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li:hover a {
	color: white !important;
	text-shadow: none;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li.active {
	box-shadow: #eb8e7a 0 0 0 2px inset;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li.active:before {
	box-shadow: none;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li.active a {
	color: #eb8e7a;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active:hover,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li.active:hover,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li.active:hover,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li.active:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li.active:hover a {
	color: white !important;
	text-shadow: none;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product div.woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product div.woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs:before {
	border-bottom: none;
}
.woocommerce div.product div.woocommerce-tabs .view-store-link,
.woocommerce #content div.product div.woocommerce-tabs .view-store-link,
.woocommerce-page div.product div.woocommerce-tabs .view-store-link,
.woocommerce-page #content div.product div.woocommerce-tabs .view-store-link {
	float: left;
}
.woocommerce div.product div.woocommerce-tabs .view-store-link .button,
.woocommerce #content div.product div.woocommerce-tabs .view-store-link .button,
.woocommerce-page div.product div.woocommerce-tabs .view-store-link .button,
.woocommerce-page #content div.product div.woocommerce-tabs .view-store-link .button {
	margin: 0 3px 10px;
	line-height: 13px !important;
}
.woocommerce div.product div.woocommerce-tabs .panel,
.woocommerce #content div.product div.woocommerce-tabs .panel,
.woocommerce-page div.product div.woocommerce-tabs .panel,
.woocommerce-page #content div.product div.woocommerce-tabs .panel {
	clear: both;
	margin: 0 0 50px;
	padding: 10px 0 0;
}
.woocommerce div.product div.woocommerce-tabs .panel h2,
.woocommerce div.product div.woocommerce-tabs .panel h3,
.woocommerce #content div.product div.woocommerce-tabs .panel h2,
.woocommerce #content div.product div.woocommerce-tabs .panel h3,
.woocommerce-page div.product div.woocommerce-tabs .panel h2,
.woocommerce-page div.product div.woocommerce-tabs .panel h3,
.woocommerce-page #content div.product div.woocommerce-tabs .panel h2,
.woocommerce-page #content div.product div.woocommerce-tabs .panel h3 {
	color: #77635f;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce div.product div.woocommerce-tabs .panel #reviews #respond form p,
.woocommerce #content div.product div.woocommerce-tabs .panel #reviews #respond form p,
.woocommerce-page div.product div.woocommerce-tabs .panel #reviews #respond form p,
.woocommerce-page #content div.product div.woocommerce-tabs .panel #reviews #respond form p {
	width: 100%;
}
.woocommerce div.product div.woocommerce-tabs .panel #reviews #respond form p label,
.woocommerce #content div.product div.woocommerce-tabs .panel #reviews #respond form p label,
.woocommerce-page div.product div.woocommerce-tabs .panel #reviews #respond form p label,
.woocommerce-page #content div.product div.woocommerce-tabs .panel #reviews #respond form p label {
	position: relative;
	line-height: 35px;
}
.woocommerce div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-author,
.woocommerce #content div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-author,
.woocommerce-page div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-author,
.woocommerce-page #content div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-author {
	width: 50%;
	padding: 0 7px 0 0;
}
.woocommerce div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-email,
.woocommerce #content div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-email,
.woocommerce-page div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-email,
.woocommerce-page #content div.product div.woocommerce-tabs .panel #reviews #respond form p.comment-form-email {
	width: 50%;
	padding: 0 0 0 7px;
}
.woocommerce div.product div.woocommerce-tabs .panel #reviews #respond form .form-submit,
.woocommerce #content div.product div.woocommerce-tabs .panel #reviews #respond form .form-submit,
.woocommerce-page div.product div.woocommerce-tabs .panel #reviews #respond form .form-submit,
.woocommerce-page #content div.product div.woocommerce-tabs .panel #reviews #respond form .form-submit {
	clear: both;
	padding: 15px 0 0;
}
.woocommerce div.product div.woocommerce-tabs .panel #reviews #respond form #submit,
.woocommerce #content div.product div.woocommerce-tabs .panel #reviews #respond form #submit,
.woocommerce-page div.product div.woocommerce-tabs .panel #reviews #respond form #submit,
.woocommerce-page #content div.product div.woocommerce-tabs .panel #reviews #respond form #submit {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.woocommerce div.product div.woocommerce-tabs .panel #reviews #respond form #submit:hover,
.woocommerce #content div.product div.woocommerce-tabs .panel #reviews #respond form #submit:hover,
.woocommerce-page div.product div.woocommerce-tabs .panel #reviews #respond form #submit:hover,
.woocommerce-page #content div.product div.woocommerce-tabs .panel #reviews #respond form #submit:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	margin-bottom: 10px;
	padding: 36px 0 36px 40px;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
	color: #9f9491;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.woocommerce #commentform:before,
.woocommerce #commentform:after,
.woocommerce-page #commentform:before,
.woocommerce-page #commentform:after {
	display: table;
	content: "";
}
.woocommerce #commentform:after,
.woocommerce-page #commentform:after {
	clear: both;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
	width: 100% !important;
	margin-top: 50px !important;
}
.woocommerce .upsells.products h2,
.woocommerce .related.products h2,
.woocommerce-page .upsells.products h2,
.woocommerce-page .related.products h2 {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
	color: #9f9491;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
	width: 100px;
	max-width: 100px;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
	width: 100%;
	max-width: 100%;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
	min-width: 150px;
	text-align: center;
}
.woocommerce table.cart tr td.product-name,
.woocommerce #content table.cart tr td.product-name,
.woocommerce-page table.cart tr td.product-name,
.woocommerce-page #content table.cart tr td.product-name {
	line-height: normal;
}
.woocommerce table.cart tr td.product-name dl.variation,
.woocommerce #content table.cart tr td.product-name dl.variation,
.woocommerce-page table.cart tr td.product-name dl.variation,
.woocommerce-page #content table.cart tr td.product-name dl.variation {
	line-height: 15px;
}
.woocommerce table.cart tr td.product-name dl.variation dd,
.woocommerce #content table.cart tr td.product-name dl.variation dd,
.woocommerce-page table.cart tr td.product-name dl.variation dd,
.woocommerce-page #content table.cart tr td.product-name dl.variation dd {
	margin: 0;
	padding: 0;
}
.woocommerce table.cart tr td.product-name dl.variation dd p,
.woocommerce #content table.cart tr td.product-name dl.variation dd p,
.woocommerce-page table.cart tr td.product-name dl.variation dd p,
.woocommerce-page #content table.cart tr td.product-name dl.variation dd p {
	line-height: 15px;
}
.woocommerce table.cart.shop_table .quantity,
.woocommerce #content table.cart.shop_table .quantity,
.woocommerce-page table.cart.shop_table .quantity,
.woocommerce-page #content table.cart.shop_table .quantity {
	display: inline-block;
	width: 60px;
	padding-left: 6px;
	text-align: center !important;
}
.woocommerce .shop_table,
.woocommerce-page .shop_table {
	width: 100%;
	border: none !important;
}
.woocommerce .shop_table thead,
.woocommerce-page .shop_table thead {
	background: #ebebeb;
}
.woocommerce .shop_table thead tr th,
.woocommerce-page .shop_table thead tr th {
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
.woocommerce .shop_table tbody,
.woocommerce-page .shop_table tbody {
	color: #898989;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
}
.woocommerce .shop_table tbody .cart_table_item,
.woocommerce-page .shop_table tbody .cart_table_item {
	box-sizing: border-box;
	padding: 10px 0;
}
.woocommerce .shop_table tbody .cart_table_item td,
.woocommerce-page .shop_table tbody .cart_table_item td {
	margin: 0 5px;
	padding: 10px;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce .shop_table tbody img,
.woocommerce-page .shop_table tbody img {
	width: 70px;
}
.woocommerce .shop_table tbody tr td dl.variation dd,
.woocommerce-page .shop_table tbody tr td dl.variation dd {
	margin: 0;
}
.woocommerce .shop_table tbody tr td dl.variation dd p,
.woocommerce-page .shop_table tbody tr td dl.variation dd p {
	margin: 1px;
}
.woocommerce .shop_table .quantity,
.woocommerce-page .shop_table .quantity {
	margin: 0 !important;
}
.woocommerce .shop_table .button,
.woocommerce-page .shop_table .button {
	padding: 10px 5%;
	border: none;
	background: none;
}
.woocommerce .shop_table .actions,
.woocommerce-page .shop_table .actions {
	padding-top: 20px;
}
.woocommerce .shop_table .coupon,
.woocommerce-page .shop_table .coupon {
	position: relative;
	text-align: left;
}
.woocommerce .shop_table .coupon label,
.woocommerce-page .shop_table .coupon label {
	position: absolute;
	top: 7px;
	left: 20px;
	height: 26px;
	font-size: 12px;
	font-style: italic;
	line-height: 26px;
	-webkit-transition: ease-out 0.3s;
	        transition: ease-out 0.3s;
}
.woocommerce .shop_table .coupon .input-text,
.woocommerce-page .shop_table .coupon .input-text {
	display: block;
	float: left;
	width: 100%;
	padding: 8px 20px;
	border: 2px solid #d1d1d1;
	border-radius: 20px;
	font-size: 12px;
	font-style: italic;
	line-height: 2;
	line-height: 1;
}
.woocommerce .shop_table .coupon .input-text:focus,
.woocommerce .shop_table .coupon .input-text.filled,
.woocommerce-page .shop_table .coupon .input-text:focus,
.woocommerce-page .shop_table .coupon .input-text.filled {
	border: 2px solid #eb8e7a;
	outline: #eb8e7a;
}
.woocommerce .shop_table .coupon .input-text:focus + label,
.woocommerce .shop_table .coupon .input-text.filled + label,
.woocommerce-page .shop_table .coupon .input-text:focus + label,
.woocommerce-page .shop_table .coupon .input-text.filled + label {
	top: 6px;
	left: calc(100% - 261px);
	padding-right: 10px;
	padding-left: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color: white;
	background: #eb8e7a;
	font-style: normal;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-top: 50px;
}
.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after {
	display: table;
	content: "";
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
	clear: both;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
	color: #9f9491;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	width: 100%;
	color: #898989;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 20px 0;
	font-weight: normal;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	float: none;
	width: 100%;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product.last .title-rating-loop-wrap,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product.last .title-rating-loop-wrap {
	border-right: 1px solid #f2f0f0;
}
.woocommerce .cart-collaterals .note,
.woocommerce-page .cart-collaterals .note {
	color: #898989;
	font-size: 12px;
	font-style: italic;
}
.woocommerce .cart-collaterals .shipping-calculator-form,
.woocommerce-page .cart-collaterals .shipping-calculator-form {
	padding-top: 20px;
}
.woocommerce .checkout,
.woocommerce-page .checkout {
	position: relative;
	margin: 38px 0;
}
.woocommerce .checkout .woocommerce-billing-fields h3,
.woocommerce-page .checkout .woocommerce-billing-fields h3 {
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	padding-left: 40px;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
	color: #9f9491;
	font-size: 14px;
	line-height: 1.71429;
	text-transform: uppercase;
}
.woocommerce .checkout .woocommerce-billing-fields h3:before,
.woocommerce-page .checkout .woocommerce-billing-fields h3:before {
	position: absolute;
	top: 30px;
	left: 0;
	color: #f4d0c8;
	font-family: "Simple-Line-Icons";
	font-size: 25px;
	line-height: 1;
	content: "\e034";
}
.woocommerce .checkout .woocommerce-billing-fields p,
.woocommerce-page .checkout .woocommerce-billing-fields p {
	box-sizing: border-box;
	width: 50%;
	padding-right: 50px;
}
.woocommerce .checkout .woocommerce-shipping-fields h3,
.woocommerce-page .checkout .woocommerce-shipping-fields h3 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 0;
	padding-left: 40px;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
	color: #9f9491;
	font-size: 14px;
	line-height: 1.71429;
	text-transform: uppercase;
}
.woocommerce .checkout .woocommerce-shipping-fields h3:before,
.woocommerce-page .checkout .woocommerce-shipping-fields h3:before {
	position: absolute;
	top: 30px;
	left: 0;
	color: #f4d0c8;
	font-family: "Simple-Line-Icons";
	font-size: 25px;
	line-height: 1;
	content: "\e034";
}
.woocommerce .checkout #customer_details,
.woocommerce-page .checkout #customer_details {
	margin-bottom: 50px;
}
.woocommerce .checkout #order_review_heading,
.woocommerce-page .checkout #order_review_heading {
	clear: both;
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	padding-left: 40px;
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
	color: #9f9491;
	font-size: 14px;
	line-height: 1.71429;
	text-transform: uppercase;
}
.woocommerce .checkout #order_review_heading:before,
.woocommerce-page .checkout #order_review_heading:before {
	position: absolute;
	top: 30px;
	left: 0;
	color: #f4d0c8;
	font-family: "Simple-Line-Icons";
	font-size: 25px;
	line-height: 1;
	content: "\e034";
}
.woocommerce .checkout #order_review,
.woocommerce-page .checkout #order_review {
	clear: both;
	margin-top: 40px;
}
.woocommerce .checkout #order_review .shop_table th,
.woocommerce-page .checkout #order_review .shop_table th {
	padding: 10px;
	text-align: left;
}
.woocommerce .checkout #order_review .shop_table .order-total,
.woocommerce-page .checkout #order_review .shop_table .order-total {
	background: #ebebeb;
}
.woocommerce .checkout #order_review tbody th,
.woocommerce .checkout #order_review tbody td,
.woocommerce-page .checkout #order_review tbody th,
.woocommerce-page .checkout #order_review tbody td {
	padding: 10px;
	border-bottom: 1px solid #f2f0f0;
	text-align: left;
}
.woocommerce .checkout #order_review .payment_methods,
.woocommerce-page .checkout #order_review .payment_methods {
	margin: 0;
	margin: 50px 0 0;
	padding: 0;
	padding: 20px;
	list-style: none;
}
.woocommerce .checkout #order_review .payment_methods label,
.woocommerce-page .checkout #order_review .payment_methods label {
	color: #77635f;
	font-size: 12px;
	font-size: 12px;
	font-weight: bold;
}
.woocommerce .checkout #order_review .payment_methods li,
.woocommerce-page .checkout #order_review .payment_methods li {
	padding: 10px 0;
}
.woocommerce .checkout #order_review .button,
.woocommerce-page .checkout #order_review .button {
	border: none;
	background: none;
}
.woocommerce #payment .place-order,
.woocommerce-page #payment .place-order {
	margin: 0;
	padding: 20px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	height: 40px;
	padding: 0 35px;
	border-radius: 20px;
	color: #ffffff;
	background: #cb3818 !important;
	box-shadow: none !important;
	font-size: 15px;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li {
	border: none;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a {
	line-height: 1.4;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove {
	padding: 0 !important;
	line-height: 1em !important;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li img,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li img {
	margin: 0 0 0 10px;
	padding: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .quantity,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .quantity {
	border: none !important;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content .total {
	padding: 5px;
	border: none;
}
.woocommerce .widget_product_categories ul.product-categories li,
.woocommerce-page .widget_product_categories ul.product-categories li {
	position: relative;
	padding-left: 15px;
}
.woocommerce .widget_product_categories ul.product-categories li:before,
.woocommerce-page .widget_product_categories ul.product-categories li:before {
	position: absolute;
	top: 19px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #eb8e7a;
	content: "";
}
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
	border-top: 1px solid #f2f0f0;
}
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
	padding: 10px 0;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
	margin: 0 0 0 10px;
	padding: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
	position: relative;
	margin-bottom: 10px;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dd {
	margin: 0 5px 0 0;
	line-height: 20px;
}
.woocommerce ul.cart_list li dl dt p,
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dt p,
.woocommerce ul.product_list_widget li dl dd p,
.woocommerce-page ul.cart_list li dl dt p,
.woocommerce-page ul.cart_list li dl dd p,
.woocommerce-page ul.product_list_widget li dl dt p,
.woocommerce-page ul.product_list_widget li dl dd p {
	margin: 0;
	line-height: inherit;
}

.widget_best_sellers li,
.widget_featured_products li,
.widget_onsale li,
.widget_random_products li,
.widget_recent_products li,
.widget_recent_products li,
.widget_recently_viewed_products li,
.widget_top_rated_products li,
.widget_recent_reviews li {
	position: relative;
	min-height: 70px;
	padding: 0;
}
.widget_best_sellers a,
.widget_featured_products a,
.widget_onsale a,
.widget_random_products a,
.widget_recent_products a,
.widget_recent_products a,
.widget_recently_viewed_products a,
.widget_top_rated_products a,
.widget_recent_reviews a {
	display: block;
	padding-right: 50px;
}
.widget_best_sellers a img,
.widget_featured_products a img,
.widget_onsale a img,
.widget_random_products a img,
.widget_recent_products a img,
.widget_recent_products a img,
.widget_recently_viewed_products a img,
.widget_top_rated_products a img,
.widget_recent_reviews a img {
	float: left;
	max-width: 60px;
	margin-right: 10px;
	padding-bottom: 20px;
}
.widget_best_sellers .star-rating,
.widget_featured_products .star-rating,
.widget_onsale .star-rating,
.widget_random_products .star-rating,
.widget_recent_products .star-rating,
.widget_recent_products .star-rating,
.widget_recently_viewed_products .star-rating,
.widget_top_rated_products .star-rating,
.widget_recent_reviews .star-rating {
	position: absolute;
	top: 10px;
	right: 0;
}

.woocommerce .widget_shopping_cart .cart_list,
.woocommerce.widget_shopping_cart .cart_list {
	padding: 10px 0 0;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	margin: 0 0 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a img,
.woocommerce.widget_shopping_cart .cart_list li a img {
	max-width: 80px;
}
.woocommerce .widget_shopping_cart .quantity,
.woocommerce.widget_shopping_cart .quantity {
	border: none;
	border-radius: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	display: block;
	clear: both;
	border: none;
}
.woocommerce .widget_shopping_cart .total:before,
.woocommerce .widget_shopping_cart .total:after,
.woocommerce.widget_shopping_cart .total:before,
.woocommerce.widget_shopping_cart .total:after {
	display: table;
	content: "";
}
.woocommerce .widget_shopping_cart .total:after,
.woocommerce.widget_shopping_cart .total:after {
	clear: both;
}
.woocommerce .widget_shopping_cart .total .amount,
.woocommerce.widget_shopping_cart .total .amount {
	float: right;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	display: block;
	padding: 10px;
	text-align: center;
}
.woocommerce .widget_shopping_cart .buttons .checkout,
.woocommerce.widget_shopping_cart .buttons .checkout {
	margin: 0;
	margin-top: 10px;
}

/* product columns */
.woocommerce-cart .wc-proceed-to-checkout {
	text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	height: 40px;
	padding: 0 35px;
	border-radius: 20px;
	color: #ffffff;
	background: #cb3818 !important;
	box-shadow: none !important;
	font-size: 15px;
	line-height: 40px;
}

.woocommerce ul.products li.product .price del {
	display: inline;
}

.shop_description {
	padding: 35px 50px 35px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 25%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
	width: 20%;
}
.woocommerce.columns-4 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product {
	width: 25%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
	width: 33.333333%;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
	width: 50%;
}
@media (max-width: 768px) {
	.woocommerce[class*=columns-] ul.products li.product,
	.woocommerce-page[class*=columns-] ul.products li.product {
		width: 50% !important;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 460px) {
	.woocommerce[class*=columns-] ul.products li.product,
	.woocommerce-page[class*=columns-] ul.products li.product {
		width: 100% !important;
	}
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
	width: 100%;
}
@media (max-width: 768px) {
	.woocommerce.columns-1 ul.products li.product,
	.woocommerce-page.columns-1 ul.products li.product {
		width: 100% !important;
	}
}
@media (max-width: 460px) {
	.woocommerce.columns-1 ul.products li.product,
	.woocommerce-page.columns-1 ul.products li.product {
		width: 100% !important;
	}
}

.woocommerce.products-with-gap ul.products,
.woocommerce-page.products-with-gap ul.products,
.products-with-gap .woocommerce ul.products {
	padding: 10px;
}
.woocommerce.products-with-gap ul.products li.product .product-inner,
.woocommerce-page.products-with-gap ul.products li.product .product-inner,
.products-with-gap .woocommerce ul.products li.product .product-inner {
	position: relative;
	margin: 10px;
}
.woocommerce.products-with-gap ul.products li.product .title-rating-loop-wrap,
.woocommerce-page.products-with-gap ul.products li.product .title-rating-loop-wrap,
.products-with-gap .woocommerce ul.products li.product .title-rating-loop-wrap {
	border: 1px solid #f2f0f0;
}

.products-with-gap .tpvc-featured-product.woocommerce ul.products {
	padding: 0;
}

/**
 * My Account
 */
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #f2f0f0;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	border-bottom: 1px solid #f2f0f0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.857em 0;
}
.woocommerce-MyAccount-navigation ul li a:before {
	display: inline-block;
	float: right;
	width: 1.387em;
	margin-left: 0.53em;
	opacity: 0.25;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: 1.618;
	text-align: right;
	content: "\f0f6";

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
	content: "\f021";
}

/* 10.1 PLUGIN - VISUAL COMPOSER
-------------------------------------------------------------- */
.tpvc_row_full.wpb_row {
	margin: 0 auto;
}
.tpvc_row_full.wpb_row .vc_col-xs-1,
.tpvc_row_full.wpb_row .vc_col-sm-1,
.tpvc_row_full.wpb_row .vc_col-md-1,
.tpvc_row_full.wpb_row .vc_col-lg-1,
.tpvc_row_full.wpb_row .vc_col-xs-2,
.tpvc_row_full.wpb_row .vc_col-sm-2,
.tpvc_row_full.wpb_row .vc_col-md-2,
.tpvc_row_full.wpb_row .vc_col-lg-2,
.tpvc_row_full.wpb_row .vc_col-xs-3,
.tpvc_row_full.wpb_row .vc_col-sm-3,
.tpvc_row_full.wpb_row .vc_col-md-3,
.tpvc_row_full.wpb_row .vc_col-lg-3,
.tpvc_row_full.wpb_row .vc_col-xs-4,
.tpvc_row_full.wpb_row .vc_col-sm-4,
.tpvc_row_full.wpb_row .vc_col-md-4,
.tpvc_row_full.wpb_row .vc_col-lg-4,
.tpvc_row_full.wpb_row .vc_col-xs-5,
.tpvc_row_full.wpb_row .vc_col-sm-5,
.tpvc_row_full.wpb_row .vc_col-md-5,
.tpvc_row_full.wpb_row .vc_col-lg-5,
.tpvc_row_full.wpb_row .vc_col-xs-6,
.tpvc_row_full.wpb_row .vc_col-sm-6,
.tpvc_row_full.wpb_row .vc_col-md-6,
.tpvc_row_full.wpb_row .vc_col-lg-6,
.tpvc_row_full.wpb_row .vc_col-xs-7,
.tpvc_row_full.wpb_row .vc_col-sm-7,
.tpvc_row_full.wpb_row .vc_col-md-7,
.tpvc_row_full.wpb_row .vc_col-lg-7,
.tpvc_row_full.wpb_row .vc_col-xs-8,
.tpvc_row_full.wpb_row .vc_col-sm-8,
.tpvc_row_full.wpb_row .vc_col-md-8,
.tpvc_row_full.wpb_row .vc_col-lg-8,
.tpvc_row_full.wpb_row .vc_col-xs-9,
.tpvc_row_full.wpb_row .vc_col-sm-9,
.tpvc_row_full.wpb_row .vc_col-md-9,
.tpvc_row_full.wpb_row .vc_col-lg-9,
.tpvc_row_full.wpb_row .vc_col-xs-10,
.tpvc_row_full.wpb_row .vc_col-sm-10,
.tpvc_row_full.wpb_row .vc_col-md-10,
.tpvc_row_full.wpb_row .vc_col-lg-10,
.tpvc_row_full.wpb_row .vc_col-xs-11,
.tpvc_row_full.wpb_row .vc_col-sm-11,
.tpvc_row_full.wpb_row .vc_col-md-11,
.tpvc_row_full.wpb_row .vc_col-lg-11,
.tpvc_row_full.wpb_row .vc_col-xs-12,
.tpvc_row_full.wpb_row .vc_col-sm-12,
.tpvc_row_full.wpb_row .vc_col-md-12,
.tpvc_row_full.wpb_row .vc_col-lg-12,
.tpvc_row_full.wpb_row .vc_column_container > .vc_column-inner {
	padding-right: 0;
	padding-left: 0;
}

.wpb_revslider_element.wpb_content_element {
	margin-bottom: 0;
}

/* 10.2 PLUGIN - MAILCHIMP FOR WORDPRESS
-------------------------------------------------------------- */
/* MailChimp for WP - Checkbox Styles */
p#mc4wp-checkbox {
	display: block;
	clear: both;
	position: static;
	width: auto;
}

p#mc4wp-checkbox input {
	display: inline-block !important;
	position: static;
	max-width: 21px;
	margin: 0 6px 0 0;
	padding: 0;
	vertical-align: middle;

	-webkit-appearance: checkbox;
}

p#mc4wp-checkbox label {
	display: block;
	position: static;
	width: auto;
	cursor: pointer;
}

#registerform #mc4wp-checkbox {
	margin-bottom: 10px;
}

/* MailChimp for WP - Default Form Styles */
.mc4wp-form {
	margin: 1em 0;
}

form.mc4wp-form,
.mc4wp-form form {
	width: auto;
}

.mc4wp-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.mc4wp-form ul,
.mc4wp-form li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mc4wp-form label > span,
.mc4wp-form li > label {
	font-weight: normal;
}

.mc4wp-form p > label:nth-child(2) {
	margin-top: 10px;
}

.mc4wp-form input {
	vertical-align: baseline;
}

.mc4wp-form input.placeholdersjs {
	color: #aaaaaa !important;
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"],
.mc4wp-form input[type="tel"],
.mc4wp-form input[type="url"],
.mc4wp-form input[type="date"],
.mc4wp-form textarea,
.mc4wp-form select {
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: auto;
	cursor: auto;
}

.mc4wp-form input[type="checkbox"],
.mc4wp-form input[type="radio"] {
	display: inline-block;
	position: relative;
	width: 13px;
	height: 13px;
	margin: 0 6px 0 0;
	padding: 0;
	border: 0;
}

.mc4wp-form input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

.mc4wp-form input[type="radio"] {
	-webkit-appearance: radio;
}

.mc4wp-form input[type="submit"],
.mc4wp-form button,
.mc4wp-form input[type="button"] {
	display: inline-block;
	cursor: pointer;
}

.mc4wp-alert {
	display: block;
	position: relative;
	margin: 1em 0;
	padding: 10px 15px;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	color: #c09853;
	background-color: #fcf8e3;
}

.mc4wp-success {
	border-color: #d6e9c6;
	color: #468847;
	background-color: #dff0d8;
}

.mc4wp-notice {
	border-color: #bce8f1;
	color: #3a87ad;
	background-color: #d9edf7;
}

.mc4wp-error {
	border-color: #eed3d7;
	color: #b94a48;
	background-color: #f2dede;
}

/* 10.3 PLUGIN - YITH WISHLIST
-------------------------------------------------------------- */
/* Popup message */
#yith-wcwl-popup-message {
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	padding: 15px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background: white;
	line-height: 50px;
	text-align: center;
	/* Thanks WP -.- */
}

/* Wishlist table template */
.wishlist_table tr td {
	text-align: center;
}

.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.product-name {
	text-align: left;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #297e29;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
	color: #ff0000;
}

/* Wishlist buttons */
.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
	margin: 0;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 10px;
}

.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i {
	margin-right: 10px;
}

.wishlist_table .add_to_cart.button {
	margin: 0;
}

/* Share buttons */
.yith-wcwl-share ul {
	margin-bottom: 10px;
	margin-left: 0;
}

.yith-wcwl-share ul,
.yith-wcwl-share li {
	height: 21px;
}

.yith-wcwl-share li,
.entry-content .yith-wcwl-share li {
	margin-right: 3px;
	margin-left: 0;
}

.yith-wcwl-share li a {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-position: left bottom;
}

.yith-wcwl-share li a:hover {
	background-position: left top;
}

.yith-wcwl-share li a.facebook {
	background-image: url(../images/facebook.png);
}

.yith-wcwl-share li a.twitter {
	background-image: url(../images/twitter.png);
}

.yith-wcwl-share li a.pinterest {
	background-image: url(../images/pinterest.jpg);
}

.yith-wcwl-share li a.googleplus {
	background-image: url(../images/googleplus.jpg);
}

.yith-wcwl-share li a.email {
	background-image: url(../images/email.jpg);
}

/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
	display: inline !important;
	visibility: hidden;
	width: 16px !important;
	height: 16px !important;
	margin-left: 5px;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	        box-shadow: none !important;
	vertical-align: middle;
}

.yith-wcwl-add-to-wishlist {
	margin: 0 0 10px;
	text-align: center;
}

.yith-wcwl-share ul {
	padding: 0;
}

/* 10.4 PLUGIN - WC VENDORS
-------------------------------------------------------------- */
.shortcut-vendor {
	padding-bottom: 40px;
}

.date-pick {
	padding: 4px 20px;
}

input[type="submit"].btn {
	margin: 0 3px;
	padding: 8px 20px;
	border-radius: 20px;
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	        text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);

	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	    -ms-text-shadow: none;
	     -o-text-shadow: none;
}
input[type="submit"].btn:hover {
	border: none;
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}

table.table-condensed.table-vendor-sales-report {
	padding: 10px 0 30px 0;
}
table.table-condensed.table-vendor-sales-report thead tr {
	color: white;
	background: #cb3818;
}

.pv_paypal_container,
.pv_shop_name_container {
	margin-bottom: 20px;
}
.pv_paypal_container b,
.pv_shop_name_container b {
	font-size: 12px;
	text-transform: uppercase;
}

#pv_seller_info_container,
#pv_shop_description_container {
	margin-bottom: 20px;
}
#pv_seller_info_container > p b,
#pv_shop_description_container > p b {
	font-size: 12px;
	text-transform: uppercase;
}
#pv_seller_info_container div.mce-panel,
#pv_shop_description_container div.mce-panel {
	border: 1px solid #e5e5e5;
}

.btn.btn-inverse.btn-small {
	margin: 0 3px;
	padding: 8px 20px;
	border-radius: 20px;
	color: #eb8e7a;
	background: none;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	        text-shadow: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);

	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	    -ms-text-shadow: none;
	     -o-text-shadow: none;
}
.btn.btn-inverse.btn-small:hover {
	border: none;
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}

.woocommerce .wp-media-buttons a.button.insert-media,
.woocommerce-page .wp-media-buttons a.button.insert-media {
	margin-right: 5px !important;
	margin-bottom: 4px !important;
	padding-right: 7px !important;
	padding-left: 7px !important;
	border-color: #cccccc !important;
	border-radius: 3px !important;
	color: #555555 !important;
	background: #f7f7f7 !important;
	box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 rgba(0, 0, 0, 0.08) !important;
	vertical-align: top !important;
}
.woocommerce .wp-media-buttons a.button.insert-media:hover,
.woocommerce-page .wp-media-buttons a.button.insert-media:hover {
	border-color: #999999 !important;
	color: #222222 !important;
	background: #fafafa !important;
}

.pv_shop_description {
	padding: 35px 50px 35px;
}

.pv_seller_info .button {
	margin-top: 10px !important;
	margin-right: 10px !important;
}

.cmb-success {
	margin: 0 0 20px;
	padding: 15px;
	border: 1px solid transparent;
	border-color: #bce8f1;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
}

.cmb-error {
	margin: 0 0 20px;
	padding: 15px;
	border: 1px solid transparent;
	border-color: #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
}

.cmb-row {
	margin: 0 0 30px !important;
	border-bottom: 1px solid #f2f0f0;
}

.cmb-th {
	width: 30% !important;
	padding: 0 0 30px !important;
}

.cmb-td {
	width: 70% !important;
	padding: 0 0 30px !important;
}
.cmb-td .wp-editor-container {
	border: 1px solid #dddddd;
}
.cmb-td .regular-text {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.cmb-th {
		width: 100% !important;
		padding: 0 !important;
	}

	.cmb-td {
		width: 100% !important;
		padding: 0 0 20px !important;
	}
}
.cmb-form .button-primary {
	margin-top: 20px;
}

#product_gallery_repeat .cmb-row.cmb-repeat-row {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
#product_gallery_repeat .cmb-td {
	float: left;
	width: auto !important;
	padding-bottom: 10px !important;
}
#product_gallery_repeat .cmb-td.cmb-remove-row {
	float: right;
	width: auto !important;
	padding-bottom: 10px !important;
}

.wcv_dashboard_datepicker {
	padding-bottom: 0;
}

.wcv_dashboard_datepicker .all-33 .control-group {
	padding-left: 2em;
}
.wcv_dashboard_datepicker .all-33 .control-group .wcv-button {
	margin-right: 0;
	margin-left: 0;
}

.wcv_dashboard_table_header .all-33 .control-group .wcv-button.expand {
	margin-left: 20px;
}

.wcv-grid table .row-actions {
	opacity: 1;
}
.wcv-grid table .row-actions a {
	padding-right: 15px;
	color: red;
}

.wcv-form .wcv_star-rating {
	padding-right: 15px;
	padding-left: 5px;
}

.wcv-button {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.wcv-button:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}

.store-rating-entry {
	margin: 0;
	padding: 40px 50px;
	border-bottom: 1px solid #f2f0f0;
}
.woocommerce-tabs .store-rating-entry {
	padding: 40px 0;
}
.woocommerce-tabs .store-rating-entry:first-of-type {
	padding-top: 0;
}
.store-rating-entry h3,
.store-rating-entry h4 {
	color: #372926;
}
.store-rating-entry .store-rating-meta {
	margin-top: 0;
}
.store-rating-entry .store-rating-meta span {
	display: inline-block;
	padding: 0 10px 0 0;
}

.wcvendors div.mce-panel {
	border: 1px solid #eeeeee;
	border-width: 0;
}
.wcvendors .wp-editor-container {
	border: 1px solid #eeeeee;
}
.wcvendors .wp-editor-container textarea.wp-editor-area {
	border: 0;
}

.wcv-form label {
	color: #000000;
	font-size: 14px;
}

.wcv-grid h3 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 24px;
}

.wcv-grid h1,
.wcv-grid h2,
.wcv-grid h3,
.wcv-grid h4,
.wcv-grid h5,
.wcv-grid h6 {
	font-family: "Merriweather Sans", sans-serif;
}

.wcv-grid a.button:hover {
	color: #ffffff;
	text-decoration: none;
}

.wcv-store-msg {
	box-sizing: border-box;
	margin: 0;
	padding: 10px 20px;
	border: 0;
}

/* 10.5 PLUGIN - WC VENDORS
-------------------------------------------------------------- */
.mv_success_message {
	padding: 8px 0;
	border: 2px solid #eb8e7a;
	border-radius: 20px;
	color: #eb8e7a;
	font-weight: bold;
}

.mv_submit_vendor_form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.mv_create_form_vendor {
	width: 100%;
	margin-bottom: 20px;
}
.mv_create_form_vendor th,
.mv_create_form_vendor td {
	padding: 20px 0;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
	vertical-align: top;
}
.mv_create_form_vendor th {
	width: 35%;
}
.mv_create_form_vendor th label {
	font-size: 14px;
	font-weight: normal;
}
.mv_create_form_vendor td {
	width: 65%;
}
.mv_create_form_vendor input,
.mv_create_form_vendor textarea {
	border-radius: 5px;
}
.mv_create_form_vendor select {
	width: auto !important;
}

.mv_submit {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #eb8e7a;
	background: transparent !important;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.mv_submit:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}

#multivendor_track_filters,
#multivendor_track_change-page-sizes,
#multivendor_filters,
#multivendor_change-page-sizes,
#multivendor_total_filters,
#multivendor_total_change-page-sizes {
	display: inline-block;
	width: auto !important;
	margin: 0 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.mv_track_application_status th {
	min-width: 100px;
	padding: 20px 10px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
}
.mv_track_application_status td {
	padding: 20px 10px;
	border-bottom: 1px solid #d1d1d1;
	text-align: left;
	vertical-align: top;
}
.mv_track_application_status .footable-row-detail-row {
	padding: 0;
}
.mv_track_application_status .footable-row-detail-name,
.mv_track_application_status .footable-row-detail-value {
	min-width: 150px;
	padding: 10px 20px 10px 0;
}

.mv_delete_app {
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	color: #898989;
	background: transparent !important;
	box-shadow: #898989 0 0 0 2px inset;
	text-shadow: none;
	font-family: "Maven Pro", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.mv_delete_app:hover {
	color: white;
	box-shadow: #898989 0 0 0 40px inset;
	text-shadow: none;
}

.multivendor_total_myaccount,
.multivendor_myaccount {
	width: 100%;
	max-width: 100% !important;
}

.vendorinfo > a {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}

/* 10.6 PLUGIN - WC VENDORS
-------------------------------------------------------------- */
.store-profile {
	background-color: #cb3818;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
body.layout-notitle #content .store-profile,
body.layout-page-header-inner #content .store-profile,
body.dokan-store #content .store-profile {
	margin-top: -30px;
}
.store-profile .profile-info-box {
	padding: 60px 50px;
	color: #ffffff;
	text-align: center;
}
.store-profile .profile-info-box a {
	color: #ffffff;
}
.store-profile .profile-info-box .profile-img img {
	border-radius: 50%;
}
.store-profile .profile-info-box .profile-info .store-info {
	margin: 15px auto 0;
	padding: 0;
	list-style: none;
	/* max-width: 500px; */
}
.store-profile .profile-info-box .profile-info .store-info .store-name {
	font-size: 16px;
	font-weight: bold;
}
.store-profile .profile-info-box .profile-info .store-info .store-description {
	max-width: 700px;
	margin: 0 auto;
}
.store-profile .profile-info-box .profile-info .store-info i {
	padding: 0 10px 0 0;
	font-size: 16px;
}
.store-profile .profile-info-box .profile-info .store-info .store-rating .wcpv-star-rating.star-rating {
	display: inline-block;
	margin: 0 auto;
}
.store-profile .profile-info-box .profile-info .seller-rating {
	display: none;
}
.store-profile .profile-info-box .profile-info .store-contact {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}
.store-profile .profile-info-box .profile-info .store-contact li {
	display: inline-block;
	padding: 0 5px;
}
.store-profile .profile-info-box .profile-info .store-contact li .fa {
	padding: 0 5px;
	color: #ffffff;
}
.store-profile .profile-info-box .profile-info .store-social {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}
.store-profile .profile-info-box .profile-info .store-social li {
	display: inline-block;
	padding: 0 7px;
}
.store-profile .profile-info-box .profile-info .store-social li .fa {
	color: #ffffff;
	font-size: 16px;
}
.store-profile.store-banner-yes .profile-info-box {
	background: rgba(0, 0, 0, 0.4);
}
.store-profile.store-banner-no {
	border-bottom: 1px solid #f2f0f0;
}

.store-review-wrap {
	padding: 50px;
}
.store-review-wrap:before,
.store-review-wrap:after {
	display: table;
	content: "";
}
.store-review-wrap:after {
	clear: both;
}
.store-review-wrap h1,
.store-review-wrap h2 {
	margin-top: 0;
}

.store-page-wrap .dokan-info,
.store-review-wrap .dokan-info {
	margin: 50px;
}

input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
	padding: 9px 15px 7px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

#dokan-form-contact-seller li {
	border: none;
}
#dokan-form-contact-seller input[type=text],
#dokan-form-contact-seller input[type=password],
#dokan-form-contact-seller input[type=email],
#dokan-form-contact-seller textarea {
	border-radius: 6px;
}

.dokan-dashboard .dokan-dashboard-content {
	padding: 0 0 0 50px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
	font-size: 12px;
}

@media (max-width: 991px) {
	.dokan-dashboard .dokan-dash-sidebar,
	.dokan-dashboard .dokan-dashboard-content {
		float: none;
		width: 100%;
		padding: 0;
	}

	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
		height: auto !important;
	}

	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
		display: inline-block;
		width: 25%;
		border-right: 0;
	}

	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
		display: none;
	}

	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
		padding: 12px 18px;
	}
}
@media (max-width: 768px) {
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
		width: 33.33333%;
	}
}
@media (max-width: 500px) {
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
		width: 50%;
	}
}
.dokan-dashboard header.dokan-dashboard-header h1 {
	margin: 0 0 30px;
	color: #222222;
	font-size: 24px;
}

.dokan-form-control {
	padding: 0 10px;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top {
	line-height: 32px;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table p {
	margin: 0;
}

.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
	margin: 0 0 20px;
	padding: 0;
}

.dokan-table th,
.table th {
	text-align: left;
}

.dokan-form-group .chosen-container {
	width: 100% !important;
}
.dokan-form-group .chosen-container-multi .chosen-choices {
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
}

#shipping-form.dokan-form-horizontal .dokan-w4.ajax_prev.dokan-text-left {
	margin-left: 0 !important;
}

.dokan-alert > p,
.dokan-alert > ul {
	margin-top: 0;
}

.dokan-settings-content .dokan-settings-area .dokan-banner {
	max-width: 100%;
}

.dokan-input-group .dokan-form-control:last-of-type,
.dokan-input-group-addon:last-of-type,
.dokan-input-group-btn:last-of-type > .btn,
.dokan-input-group-btn:last-of-type > .btn-group > .btn,
.dokan-input-group-btn:last-of-type > .dropdown-toggle,
.dokan-input-group-btn:first-child > .btn:not(:first-child),
.dokan-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dokan-product-listing .dokan-product-listing-area {
	padding: 0;
}

.dokan-feat-image-btn {
	display: block;
	border: none;
	background: none;
	box-shadow: none;
}

ul.dokan-seller-wrap li.dokan-single-seller {
	overflow: hidden;
	position: relative;
	height: 300px;
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	ul.dokan-seller-wrap li.dokan-single-seller {
		clear: none;
		width: 100% !important;
	}
}
ul.dokan-seller-wrap li.dokan-single-seller .dokan-store-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	min-width: 100%;
	max-width: none;
	height: 100%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
ul.dokan-seller-wrap li.dokan-single-seller .dokan-store-caption {
	display: table-cell;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.4);
	vertical-align: middle;
}
ul.dokan-seller-wrap li.dokan-single-seller .dokan-store-caption a {
	color: #ffffff;
}

.dokan-single-store .dokan-store-tabs {
	margin: 0;
	border-bottom: 1px solid #f2f0f0;
}

.dokan-single-store .dokan-store-tabs ul {
	display: block;
	margin: 0;
	padding: 0 35px;
	border: none;
}

.dokan-single-store .dokan-store-tabs ul li {
	display: inline-block;
	border: none;
}

.dokan-single-store .dokan-store-tabs ul li a {
	color: #333333;
}

.dokan-single-store .dokan-store-tabs ul li .dokan-store-support-btn {
	margin: 7px 15px;
}

#store-toc-wrapper {
	padding: 30px 50px;
}

.dokan-form-control {
	box-sizing: border-box;
	height: 32px;
}

.dokan-shipping-calculate-wrapper button.dokan-shipping-calculator {
	margin-top: 25px;
}

.zoomContainer {
	z-index: 999 !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
	box-sizing: border-box;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
	box-sizing: border-box;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
	display: block;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social li {
	padding-bottom: 15px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
	padding-left: 30px;
	border-right: none;
	border-left: none;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
	right: 30px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	font-size: 12px;
	line-height: 18px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
	border-right: none;
	border-left: none;
}

@media (min-width: 1200px) {
	.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
		margin: 0;
		font-size: 24px;
	}

	.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
		padding-bottom: 8px;
	}
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	margin: 5px 0 10px 0;
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
	padding: 30px 30px 10px;
	border-right: none;
	border-left: none;
}

.dokan-dashboard.woocommerce-orders .sb-site-container {
	position: static;
}

@media (min-width: 768px) {
	.dokan-dashboard.sticky-header-yes .modal-dialog {
		margin-top: 150px;
	}
}
.dokan-seller-search {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.pagination-wrap ul.pagination > li > span,
.pagination-wrap ul.pagination > li > a {
	margin: 0 5px 0 0;
	border: 0;
}

/* 10.7 PLUGIN - WC SMART COUPONS
-------------------------------------------------------------- */
.sc_info_box {
	box-sizing: border-box;
	margin-bottom: 40px;
}

/* 10.8 PLUGIN - GRAVITYFORMS PRODUCT
-------------------------------------------------------------- */
@media (min-width: 992px) {
	.woocommerce div.product .wc-main-content-right .product-calltoaction .gform_wrapper input.medium,
	.woocommerce div.product .wc-main-content-right .product-calltoaction .gform_wrapper select.medium,
	.woocommerce div.product .wc-main-content-right .product-calltoaction .gform_wrapper textarea.medium,
	.woocommerce #content div.product .wc-main-content-right .product-calltoaction .gform_wrapper input.medium,
	.woocommerce #content div.product .wc-main-content-right .product-calltoaction .gform_wrapper select.medium,
	.woocommerce #content div.product .wc-main-content-right .product-calltoaction .gform_wrapper textarea.medium,
	.woocommerce-page div.product .wc-main-content-right .product-calltoaction .gform_wrapper input.medium,
	.woocommerce-page div.product .wc-main-content-right .product-calltoaction .gform_wrapper select.medium,
	.woocommerce-page div.product .wc-main-content-right .product-calltoaction .gform_wrapper textarea.medium,
	.woocommerce-page #content div.product .wc-main-content-right .product-calltoaction .gform_wrapper input.medium,
	.woocommerce-page #content div.product .wc-main-content-right .product-calltoaction .gform_wrapper select.medium,
	.woocommerce-page #content div.product .wc-main-content-right .product-calltoaction .gform_wrapper textarea.medium {
		width: 100% !important;
	}
}

.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper ul.gform_fields li.gfield input[type=radio],
.gform_wrapper ul.gform_fields li.gfield select {
	margin-left: 2px !important;
}

/* 10.9 PLUGIN - COMPOSITE PRODUCT
-------------------------------------------------------------- */
.woocommerce div.product form.composite_form,
.woocommerce #content div.product form.composite_form,
.woocommerce-page div.product form.composite_form,
.woocommerce-page #content div.product form.composite_form {
	margin: 0;
	padding: 10px 0;
}
.woocommerce div.product form.composite_form div.quantity,
.woocommerce #content div.product form.composite_form div.quantity,
.woocommerce-page div.product form.composite_form div.quantity,
.woocommerce-page #content div.product form.composite_form div.quantity {
	margin: 0 10px 15px 0;
}
.woocommerce div.product form.composite_form div.quantity input,
.woocommerce #content div.product form.composite_form div.quantity input,
.woocommerce-page div.product form.composite_form div.quantity input,
.woocommerce-page #content div.product form.composite_form div.quantity input {
	height: 36px !important;
	font-size: 14px;
}
.woocommerce div.product form.composite_form div.quantity input.minus,
.woocommerce div.product form.composite_form div.quantity input.plus,
.woocommerce #content div.product form.composite_form div.quantity input.minus,
.woocommerce #content div.product form.composite_form div.quantity input.plus,
.woocommerce-page div.product form.composite_form div.quantity input.minus,
.woocommerce-page div.product form.composite_form div.quantity input.plus,
.woocommerce-page #content div.product form.composite_form div.quantity input.minus,
.woocommerce-page #content div.product form.composite_form div.quantity input.plus {
	top: 0 !important;
}
.woocommerce div.product form.composite_form .variations select,
.woocommerce #content div.product form.composite_form .variations select,
.woocommerce-page div.product form.composite_form .variations select,
.woocommerce-page #content div.product form.composite_form .variations select {
	border-color: #919191;
	color: #919191;
}
.woocommerce div.product form.composite_form .single_variation,
.woocommerce #content div.product form.composite_form .single_variation,
.woocommerce-page div.product form.composite_form .single_variation,
.woocommerce-page #content div.product form.composite_form .single_variation {
	margin: 0;
	padding-bottom: 20px;
}
.woocommerce div.product form.composite_form .single_variation:before,
.woocommerce div.product form.composite_form .single_variation:after,
.woocommerce #content div.product form.composite_form .single_variation:before,
.woocommerce #content div.product form.composite_form .single_variation:after,
.woocommerce-page div.product form.composite_form .single_variation:before,
.woocommerce-page div.product form.composite_form .single_variation:after,
.woocommerce-page #content div.product form.composite_form .single_variation:before,
.woocommerce-page #content div.product form.composite_form .single_variation:after {
	display: table;
	content: "";
}
.woocommerce div.product form.composite_form .single_variation:after,
.woocommerce #content div.product form.composite_form .single_variation:after,
.woocommerce-page div.product form.composite_form .single_variation:after,
.woocommerce-page #content div.product form.composite_form .single_variation:after {
	clear: both;
}
.woocommerce div.product .component .cart .variations td,
.woocommerce #content div.product .component .cart .variations td,
.woocommerce-page div.product .component .cart .variations td,
.woocommerce-page #content div.product .component .cart .variations td {
	vertical-align: baseline;
}

/* 10.10 PLUGIN - REVOLUTION SLIDER
-------------------------------------------------------------- */
.tp-caption a {
	color: #ffffff;
	text-shadow: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
	color: #ffffff;
}

.marketica-button a {
	color: #ffffff;
	text-decoration: none;
}

/* 11.1 VISUAL COMPOSER ELEMENT - HEADING
-------------------------------------------------------------- */
.tpvc-heading {
	padding: 30px;
	color: #9f9491;
	font-weight: 600;
	text-transform: uppercase;
}
.tpvc-heading .heading-title {
	margin: 0;
}
.tpvc-heading .heading-title i {
	margin: 0 10px;
	color: #f4d0c8;
	font-weight: normal;
	line-height: 1;
}

/* 11.2 VISUAL COMPOSER ELEMENT - FEATURES
-------------------------------------------------------------- */
.tpvc-feature:before,
.tpvc-feature:after {
	display: table;
	content: "";
}
.tpvc-feature:after {
	clear: both;
}
.tpvc-feature .feature-inner:before,
.tpvc-feature .feature-inner:after {
	display: table;
	content: "";
}
.tpvc-feature .feature-inner:after {
	clear: both;
}
.tpvc-feature .feature-icon {
	position: absolute;
	top: 25px;
	left: 13px;
}
.tpvc-feature .feature-icon i {
	color: #cb3818;
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
}
.tpvc-feature .feature-title {
	margin-bottom: 10px;
	color: #77635f;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-transform: capitalize;
}
.tpvc-feature .feature-content {
	position: relative;
	box-sizing: border-box;
	padding-left: 70px;
}
.tpvc-feature .feature-content p {
	margin-top: 0;
}
.tpvc-feature .top-icon .feature-icon {
	position: static;
}
.tpvc-feature .top-icon .feature-content {
	padding: 25px;
	padding-left: 0;
	text-align: center;
}

/* 11.3 VISUAL COMPOSER ELEMENT - DIVIDER
-------------------------------------------------------------- */
.tpvc-divider .divider-box {
	position: relative;
	text-align: center;
}
.tpvc-divider .break-line {
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid #f2f0f1;
}
.tpvc-divider .divider-text {
	display: inline-block;
	position: relative;
	padding: 10px 25px;
	color: #eb8e7c;
	background: #ffffff;
	line-height: 1;
}
.tpvc-divider .divider-text .divider-heading {
	margin: 0;
	font-weight: normal;
	font-weight: 600;
	font-weight: normal;
}
.tpvc-divider .divider-text h6 {
	font-size: 12px;
	line-height: 2;
}
.tpvc-divider .divider-text h5 {
	font-size: 14px;
	line-height: 1.71429;
}
.tpvc-divider .divider-text h4 {
	font-size: 16px;
	line-height: 1.5;
}
.tpvc-divider .divider-text h3 {
	font-size: 18px;
	line-height: 1.33333;
}
.tpvc-divider .divider-text h2 {
	font-size: 20px;
	line-height: 1.2;
}
.tpvc-divider .divider-text h1 {
	font-size: 22px;
	line-height: 1.09091;
}
.tpvc-divider .divider-text i {
	margin: 0 10px;
	font-size: 26px;
	font-weight: normal;
}

/* 11.4 VISUAL COMPOSER ELEMENT - CALL TO ACTION
-------------------------------------------------------------- */
.tpvc-call-to-action .call-wrapper {
	padding: 50px;
}
.tpvc-call-to-action .call-wrapper .call-paragraf .call-title {
	display: block;
	position: relative;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33333;
	line-height: 100%;
	text-transform: uppercase;
}
.tpvc-call-to-action .call-wrapper .call-paragraf .call-text {
	position: relative;
	margin: 0;
	color: #efedec;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.tpvc-call-to-action .call-wrapper .call-button {
	padding: 25px 0;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-white {
	color: white;
	box-shadow: white 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-white:hover {
	color: #372926;
	box-shadow: white 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-yellow {
	color: #ffda3a;
	box-shadow: #ffda3a 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-yellow:hover {
	color: white;
	box-shadow: #ffda3a 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-orange {
	color: #ff6b24;
	box-shadow: #ff6b24 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-orange:hover {
	color: white;
	box-shadow: #ff6b24 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-red {
	color: #ff0000;
	box-shadow: #ff0000 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-red:hover {
	color: white;
	box-shadow: #ff0000 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-green {
	color: #83c129;
	box-shadow: #83c129 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-green:hover {
	color: white;
	box-shadow: #83c129 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-purple {
	color: #a085c6;
	box-shadow: #a085c6 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-purple:hover {
	color: white;
	box-shadow: #a085c6 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-blue {
	color: #4cc3e9;
	box-shadow: #4cc3e9 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-blue:hover {
	color: white;
	box-shadow: #4cc3e9 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-black {
	color: #000000;
	box-shadow: #000000 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-black:hover {
	color: white;
	box-shadow: #000000 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-grey {
	color: #cccccc;
	box-shadow: #cccccc 0 0 0 2px inset;
}
.tpvc-call-to-action .call-wrapper .call-button .button.button-grey:hover {
	color: white;
	box-shadow: #cccccc 0 0 0 40px inset;
}
.tpvc-call-to-action .call-wrapper .text-left {
	text-align: left;
}
.tpvc-call-to-action .call-wrapper .text-right {
	text-align: right;
}
.tpvc-call-to-action .call-wrapper .text-center {
	text-align: center;
}

/* 11.5 VISUAL COMPOSER ELEMENT - IMAGE CAROUSEL
-------------------------------------------------------------- */
.tpvc-image-carousel .image-carousel {
	text-align: center;
}
.tpvc-image-carousel .image-carousel a {
	display: inline-block;
}
.tpvc-image-carousel .image-carousel a img {
	max-width: 100%;
}
.tpvc-image-carousel .image-carousel:hover a img {
	border-color: #4cc3e9;
}
.tpvc-image-carousel .owl-controls .owl-buttons .owl-prev,
.tpvc-image-carousel .owl-controls .owl-buttons .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	color: #cecece;
	font-size: 24px;
	line-height: 1;
}
.tpvc-image-carousel .owl-controls .owl-buttons .owl-prev {
	left: 15px;
}
.tpvc-image-carousel .owl-controls .owl-buttons .owl-next {
	right: 15px;
}

/* 11.6 VISUAL COMPOSER ELEMENT - PLAN PRICING
-------------------------------------------------------------- */
.tpvc-plan-pricing {
	display: block;
	min-height: 300px;
}
.tpvc-plan-pricing:before,
.tpvc-plan-pricing:after {
	display: table;
	content: "";
}
.tpvc-plan-pricing:after {
	clear: both;
}
.tpvc-plan-pricing .plan-head {
	padding: 50px;
	border-bottom: 1px solid #ededed;
	color: #3e3e3e;
	text-align: center;
}
.tpvc-plan-pricing .plan-head .plan-type {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
}
.tpvc-plan-pricing .plan-head .plan-price {
	display: block;
	font-size: 60px;
	line-height: 1.2;
	text-transform: uppercase;
}
.tpvc-plan-pricing .plan-head .plan-time {
	display: block;
	font-size: 11px;
	line-height: 2.18182;
	line-height: 100%;
}
.tpvc-plan-pricing .plan-content {
	box-sizing: border-box;
	padding: 50px;
}
.tpvc-plan-pricing .plan-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tpvc-plan-pricing .plan-content ul li {
	display: block;
	padding: 20px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	text-transform: capitalize;
}
.tpvc-plan-pricing a.button {
	display: block !important;
	width: auto;
	margin: 30px auto !important;
	text-align: center;
}
.tpvc-plan-pricing.featured {
	color: white;
	background: #cb3818;
}
.tpvc-plan-pricing.featured .plan-head {
	color: white;
}
.tpvc-plan-pricing.featured .plan-content ul li {
	color: white;
}
.tpvc-plan-pricing.featured a.button.alt {
	color: white;
	box-shadow: white 0 0 0 2px inset;
}
.tpvc-plan-pricing.featured a.button.alt:hover {
	color: #cb3818;
	box-shadow: white 0 0 0 40px inset;
}

/* 11.7 VISUAL COMPOSER ELEMENT - TEAM MEMBER
-------------------------------------------------------------- */
.tpvc-team-members .team-member .member-image img {
	max-width: 100%;
}
.tpvc-team-members .team-member .member-info {
	box-sizing: border-box;
	padding: 20px 30px;
}
.tpvc-team-members .team-member .member-info .member-title {
	margin: 0;
	color: #372926;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.71429;
	text-transform: uppercase;
}
.tpvc-team-members .team-member .member-info .member-skills {
	display: block;
	color: #9f9491;
	font-size: 10px;
	line-height: 2.4;
	line-height: 1.6;
}
.tpvc-team-members .team-member .member-info p {
	margin: 10px 0;
}

/* 11.8 VISUAL COMPOSER ELEMENT - TESTIMONIAL
-------------------------------------------------------------- */
.tpvc-testimonial {
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 20px 70px;
}
.tpvc-testimonial:before {
	position: absolute;
	top: 30px;
	left: 20px;
	color: #cecece;
	font-family: "FontAwesome";
	font-size: 30px;
	content: "\f10d";
}
.tpvc-testimonial .testimonial-box p {
	display: block;
	margin: 10px 0 !important;
	font-size: 14px;
	font-style: italic;
	line-height: 1.71429;
}
.tpvc-testimonial .testimonial-body .testimonial-left {
	float: left;
	width: 30px;
	height: 30px;
}
.tpvc-testimonial .testimonial-body .testimonial-left img {
	border-radius: 50%;
}
.tpvc-testimonial .testimonial-body .testimonial-right {
	float: left;
	margin-left: 10px;
}
.tpvc-testimonial .testimonial-body .testimonial-right .testimonial-heading {
	display: block;
	margin: 0;
	color: #372926;
	font-size: 11px;
	font-weight: 800;
	line-height: 2.18182;
	line-height: 1.6;
	text-transform: capitalize;
}
.tpvc-testimonial .testimonial-body .testimonial-right p {
	display: block;
	margin: 0;
	opacity: 0.6;
	font-size: 11px;
	font-weight: 400;
	line-height: 2.18182;
	line-height: 1.6;
	text-transform: capitalize;
}
.tpvc-testimonial.border-all {
	border: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-right {
	border-right: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-left {
	border-left: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-bottom {
	border-bottom: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-top {
	border-top: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-right-top {
	border-top: 1px solid #f2f0f0;
	border-right: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-right-bottom {
	border-right: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-left-top {
	border-top: 1px solid #f2f0f0;
	border-left: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-left-bottom {
	border-bottom: 1px solid #f2f0f0;
	border-left: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-top-bottom {
	border-top: 1px solid #f2f0f0;
	border-bottom: 1px solid #f2f0f0;
}
.tpvc-testimonial.border-left-right {
	border-right: 1px solid #f2f0f0;
	border-left: 1px solid #f2f0f0;
}

/* 11.9 VISUAL COMPOSER ELEMENT - WC FEATURED PRODUCTS
-------------------------------------------------------------- */
.tpvc-featured-product.woocommerce .tpvc-title {
	position: relative;
	padding: 36px 50px;
}
.tpvc-featured-product.woocommerce .tpvc-title h1,
.tpvc-featured-product.woocommerce .tpvc-title h2 {
	margin: 0;
	color: #9f9491;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71429;
	text-transform: uppercase;
}
.tpvc-featured-product.woocommerce .tpvc-title h1 i,
.tpvc-featured-product.woocommerce .tpvc-title h2 i {
	margin-right: 15px;
	color: #eb8e7c;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}
.tpvc-featured-product.woocommerce .tpvc-title .button {
	position: absolute;
	top: 35%;
	right: 50px;
}
.tpvc-featured-product.woocommerce ul.products {
	position: relative;
}
.tpvc-featured-product.woocommerce ul.products li.product {
	width: 100%;
}
.tpvc-featured-product.woocommerce ul.products li.product img {
	box-shadow: none;
}
.tpvc-featured-product.woocommerce ul.products li.product a:hover img {
	box-shadow: none;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-top img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-bottom {
	padding: 20px;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-bottom:before,
.tpvc-featured-product.woocommerce ul.products li.product .featured-bottom:after {
	display: table;
	content: "";
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-bottom:after {
	clear: both;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-price {
	float: left;
	margin-right: 15px;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-price .price {
	padding: 15px 0;
	border-top: 1px solid #cb3818;
	border-bottom: 1px solid #cb3818;
	color: #cb3818;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-price .price del {
	display: inline;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-price .price ins {
	text-decoration: none;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-action {
	float: right;
	width: 130px;
	margin-left: 15px;
	text-align: center;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-action .button {
	display: block;
	margin-bottom: 5px;
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	text-shadow: none;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-action .button:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-action .button:last-child {
	margin-bottom: 0;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-action .button.added {
	display: none;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-action .added_to_cart.wc-forward {
	display: block;
	margin: 20px 0 0;
	padding: 8px 20px;
	border-radius: 20px;
	color: #eb8e7a;
	box-shadow: #eb8e7a 0 0 0 2px inset;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	        transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-action .added_to_cart.wc-forward:hover {
	color: white;
	box-shadow: #eb8e7a 0 0 0 40px inset;
	text-shadow: none;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-title h3 {
	overflow: visible;
	margin: 0;
	padding: 5px 0;
	color: #77635f;
	font-size: 16px;
	font-weight: normal;
	white-space: normal;
}
.tpvc-featured-product.woocommerce ul.products li.product .featured-title p {
	margin: 0;
}
.tpvc-featured-product.woocommerce ul.products .owl-controls .owl-prev,
.tpvc-featured-product.woocommerce ul.products .owl-controls .owl-next {
	display: inline-block;
	position: absolute;
	bottom: 40%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #eb8e7a;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	line-height: 40px;
	text-align: center;
}
.tpvc-featured-product.woocommerce ul.products .owl-controls .owl-prev {
	left: 20px;
}
.tpvc-featured-product.woocommerce ul.products .owl-controls .owl-next {
	right: 20px;
}

/* 11.10 VISUAL COMPOSER ELEMENT - WC MINI PRODUCTS
-------------------------------------------------------------- */
.tpvc-mini-product.woocommerce .tpvc-title {
	padding: 35px;
}
.tpvc-mini-product.woocommerce .tpvc-title h1,
.tpvc-mini-product.woocommerce .tpvc-title h2 {
	margin: 0;
	color: #9f9491;
	font-size: 18px;
}
.tpvc-mini-product.woocommerce .tpvc-title h1 i,
.tpvc-mini-product.woocommerce .tpvc-title h2 i {
	margin: 0 14px;
	color: #f4d0c8;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
}
.tpvc-mini-product.woocommerce ul.products li.product {
	float: left;
	clear: none !important;
	position: relative;
	width: 8.333333333333333%;
	margin: 0;
}
.tpvc-mini-product.woocommerce ul.products li.product img {
	display: block;
	width: 100%;
	margin: 0;
}
.tpvc-mini-product.woocommerce ul.products li.product .mini-icon-view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(244, 208, 200, 0.9);
}
.tpvc-mini-product.woocommerce ul.products li.product .mini-icon-view a {
	display: block;
	width: 100%;
	height: 100%;
}
.tpvc-mini-product.woocommerce ul.products li.product .mini-icon-view i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 22px;
	margin: auto;
	font-size: 22px;
}
.tpvc-mini-product.woocommerce ul.products li.product:hover .mini-icon-view {
	opacity: 1;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-1 ul.products li.product {
	width: 100%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-2 ul.products li.product {
	width: 50%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-3 ul.products li.product {
	width: 33.33333333333333%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-4 ul.products li.product {
	width: 25%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-5 ul.products li.product {
	width: 20%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-6 ul.products li.product {
	width: 16.66666666666667%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-7 ul.products li.product {
	width: 14.28571428571429%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-8 ul.products li.product {
	width: 12.5%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-9 ul.products li.product {
	width: 11.11111111111111%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-10 ul.products li.product {
	width: 10%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-11 ul.products li.product {
	width: 9.09090909090909%;
}
.tpvc-mini-product.woocommerce.tpvc-mini-product-col-md-12 ul.products li.product {
	width: 8.33333333333333%;
}

/* 11.11 VISUAL COMPOSER ELEMENT - WC PRODUCTS
-------------------------------------------------------------- */
.tpvc-product.woocommerce .tpvc-title {
	position: relative;
	padding: 36px 50px;
	background: #372926;
}
.tpvc-product.woocommerce .tpvc-title h1,
.tpvc-product.woocommerce .tpvc-title h2 {
	margin: 0;
	color: #9f9491;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.71429;
	text-transform: uppercase;
}
.tpvc-product.woocommerce .tpvc-title h1 i,
.tpvc-product.woocommerce .tpvc-title h2 i {
	margin-right: 15px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}
.tpvc-product.woocommerce .tpvc-title .button {
	position: absolute;
	top: 35%;
	right: 50px;
}

/* 11.12 VISUAL COMPOSER ELEMENT - WC PRODUCT SEARCH
-------------------------------------------------------------- */
.tpvc-product-search {
	background: #f8f2f0;
}
.tpvc-product-search .container {
	padding: 18px 50px;
}
.tpvc-product-search form {
	position: relative;
}
.tpvc-product-search form input[type="text"],
.tpvc-product-search form input[type="search"] {
	width: calc(100% - 45px);
	padding-left: 0;
	border: none;
	color: #77635f;
	background: none;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
}
.tpvc-product-search form input::-webkit-input-placeholder,
.tpvc-product-search form input::-moz-placeholder,
.tpvc-product-search form input:-moz-placeholder,
.tpvc-product-search form input:-ms-input-placeholder {
	color: #77635f !important;
}
.tpvc-product-search form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2px;
	border: none;
	color: #cb3818;
	background: none;
	font-size: 30px;
	line-height: 40px;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

/* 12.0 RESPONSIVE
-------------------------------------------------------------- */
@media only screen and (max-width: 1186px) {
	/* 1170 + 16px scrollbar = 1186 */
	body .container-wrap {
		width: 100%;
	}

	.footer-widgets-row {
		margin: 0;
	}
}
@media only screen and (max-width: 992px) {
	.layout-2c-l .content-area,
	.layout-2c-l .sidebar,
	.footer-widgets {
		float: none;
		width: 100% !important;
		min-height: 0 !important;
		border: none;
	}

	.footer-widgets {
		padding-bottom: 0 !important;
	}

	.footer-widgets:last-child {
		padding-bottom: 50px !important;
	}

	.site-header .quicknav-menu {
		display: block;
	}
	.site-header .header-menu {
		display: none;
	}

	.menu-slidebar-sitenav {
		display: none;
	}

	.section-user-detail {
		padding-bottom: 50px;
		border-bottom: 1px solid #f2f2f2;
		text-align: center;
	}
	.section-user-detail .user-social span {
		padding: 0 6px;
	}

	.woocommerce div.product div.summary,
	.woocommerce div.product div.woocommerce-tabs,
	.woocommerce #content div.product div.summary,
	.woocommerce #content div.product div.woocommerce-tabs,
	.woocommerce-page div.product div.summary,
	.woocommerce-page div.product div.woocommerce-tabs,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page #content div.product div.woocommerce-tabs {
		padding-right: 50px;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-1 ul.products li.product {
		width: 100% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-2 ul.products li.product {
		width: 50% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-3 ul.products li.product {
		width: 33.33333333333333% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-4 ul.products li.product {
		width: 33.33333333333333% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-5 ul.products li.product {
		width: 20% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-6 ul.products li.product {
		width: 16.66666666666667% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-7 ul.products li.product {
		width: 14.28571428571429% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-8 ul.products li.product {
		width: 12.5% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-9 ul.products li.product {
		width: 11.11111111111111% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-10 ul.products li.product {
		width: 10% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-11 ul.products li.product {
		width: 9.09090909090909% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-sm-12 ul.products li.product {
		width: 8.33333333333333% !important;
	}
}
@media only screen and (max-width: 768px) {
	.quicknav-cart .cart-subtotal {
		display: none;
	}

	.blog-list .entry-content,
	.blog-list .entry-meta {
		width: 100% !important;
	}
	.blog-list .entry-meta {
		padding: 30px 0 0;
	}

	.commentlist,
	#respond {
		width: 100% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-1 ul.products li.product {
		width: 100% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-2 ul.products li.product {
		width: 50% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-3 ul.products li.product {
		width: 33.33333333333333% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-4 ul.products li.product {
		width: 25% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-5 ul.products li.product {
		width: 20% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-6 ul.products li.product {
		width: 16.66666666666667% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-7 ul.products li.product {
		width: 14.28571428571429% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-8 ul.products li.product {
		width: 12.5% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-9 ul.products li.product {
		width: 11.11111111111111% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-10 ul.products li.product {
		width: 10% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-11 ul.products li.product {
		width: 9.09090909090909% !important;
	}

	.tpvc-mini-product.woocommerce.tpvc-mini-product-col-xs-12 ul.products li.product {
		width: 8.33333333333333% !important;
	}
}
@media only screen and (max-width: 767px) {
	.site-navigation-wrap {
		overflow: hidden;
		height: 0;
	}

	.menu-slidebar-sitenav {
		display: block;
	}

	.site-header .header-left,
	.site-header .header-right,
	.site-header .header-right-search {
		clear: both;
		position: relative;
		width: 100% !important;
	}
	.site-header .quicknav-menu {
		position: absolute;
		top: 0;
		left: 10px;
	}

	.header-small .site-header .header-left {
		display: none;
	}

	.header-h60.header-large .site-header .header-right,
	.header-h60.header-large .site-header .header-right-search,
	.header-h60.header-large .site-header .quicknav-icon,
	.header-h60.header-large .site-header .search-form .search-field,
	.header-h60.header-large .site-header .quicknav-cart,
	.header-h90.header-large .site-header .header-right,
	.header-h90.header-large .site-header .header-right-search,
	.header-h90.header-large .site-header .quicknav-icon,
	.header-h90.header-large .site-header .search-form .search-field,
	.header-h90.header-large .site-header .quicknav-cart {
		height: 52px;
	}
	.header-h60.header-large .site-header .quicknav-icon,
	.header-h60.header-large .site-header .search-form .search-field,
	.header-h90.header-large .site-header .quicknav-icon,
	.header-h90.header-large .site-header .search-form .search-field {
		line-height: 52px;
	}
	.header-h60.header-large .site-header .header-menu > li > a,
	.header-h90.header-large .site-header .header-menu > li > a {
		line-height: 51px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.page-header-inner,
	.page .page-content,
	.blogs .container,
	.sidebar,
	.footer-widgets,
	.section-user-detail,
	.section-user-biography {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

	.page.page-template-page-visualcomposer .page-content,
	.page.page-template-page-visualcomposer-notitle .page-content,
	.page.page-template-content-contact-form .page-content,
	.page.page-template-page-contact-form .page-content {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.woocommerce .shop-content-top .catalog-order-wrap,
	.woocommerce .shop-content-top .pagination,
	.woocommerce-page .shop-content-top .catalog-order-wrap,
	.woocommerce-page .shop-content-top .pagination {
		display: block !important;
		float: none !important;
		clear: both;
		width: 99% !important;
		margin-bottom: 10px !important;
	}
	.woocommerce .shop-content-top .catalog-order-wrap .woocommerce-ordering,
	.woocommerce-page .shop-content-top .catalog-order-wrap .woocommerce-ordering {
		float: right;
	}
	.woocommerce .shop-content-top .pagination,
	.woocommerce-page .shop-content-top .pagination {
		padding-top: 20px;
		text-align: center !important;
	}
	.woocommerce div.product div.summary div.summary-inner,
	.woocommerce div.product div.woocommerce-tabs,
	.woocommerce #content div.product div.summary div.summary-inner,
	.woocommerce #content div.product div.woocommerce-tabs,
	.woocommerce-page div.product div.summary div.summary-inner,
	.woocommerce-page div.product div.woocommerce-tabs,
	.woocommerce-page #content div.product div.summary div.summary-inner,
	.woocommerce-page #content div.product div.woocommerce-tabs {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	.woocommerce div.product div.woocommerce-tabs ul.tabs,
	.woocommerce div.product .view-store-link,
	.woocommerce #content div.product div.woocommerce-tabs ul.tabs,
	.woocommerce #content div.product .view-store-link,
	.woocommerce-page div.product div.woocommerce-tabs ul.tabs,
	.woocommerce-page div.product .view-store-link,
	.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs,
	.woocommerce-page #content div.product .view-store-link {
		display: block;
		float: none;
		width: 100%;
	}
	.woocommerce div.product div.woocommerce-tabs ul.tabs li,
	.woocommerce div.product .view-store-link .button,
	.woocommerce #content div.product div.woocommerce-tabs ul.tabs li,
	.woocommerce #content div.product .view-store-link .button,
	.woocommerce-page div.product div.woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .view-store-link .button,
	.woocommerce-page #content div.product div.woocommerce-tabs ul.tabs li,
	.woocommerce-page #content div.product .view-store-link .button {
		display: block !important;
		float: none !important;
		clear: both;
		margin-bottom: 10px !important;
	}
	.woocommerce table.cart td.actions,
	.woocommerce #content table.cart td.actions,
	.woocommerce-page table.cart td.actions,
	.woocommerce-page #content table.cart td.actions {
		padding: 20px 0 !important;
	}
	.woocommerce table.cart td.actions input,
	.woocommerce #content table.cart td.actions input,
	.woocommerce-page table.cart td.actions input,
	.woocommerce-page #content table.cart td.actions input {
		display: block !important;
		float: none !important;
		clear: both;
		width: 99% !important;
		margin-bottom: 10px !important;
	}
	.woocommerce table.cart td.actions .coupon,
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon {
		margin-bottom: 10px !important;
	}
	.woocommerce .form-row-first,
	.woocommerce .form-row-last,
	.woocommerce-page .form-row-first,
	.woocommerce-page .form-row-last {
		width: 100% !important;
		padding-right: 0;
		padding-left: 0;
	}
	.woocommerce .checkout .woocommerce-billing-fields p,
	.woocommerce-page .checkout .woocommerce-billing-fields p {
		width: 100% !important;
		padding-right: 0;
		padding-left: 0;
	}
	.woocommerce table.cart .product-remove,
	.woocommerce-page table.cart .product-remove {
		padding-right: 0;
		padding-left: 0;
	}

	.tpvc-title {
		text-align: center;
	}
	.tpvc-title .button {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		margin-top: 20px !important;
	}

	.tpvc-heading .heading-title {
		text-align: center;
	}

	.tpvc-plan-pricing .plan-head,
	.tpvc-plan-pricing .plan-content {
		padding-right: 25px;
		padding-left: 25px;
	}

	.tpvc-featured-product.woocommerce ul.products li.product .featured-price,
	.tpvc-featured-product.woocommerce ul.products li.product .featured-action,
	.tpvc-featured-product.woocommerce ul.products li.product .featured-title {
		clear: both;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.tpvc-featured-product.woocommerce ul.products li.product .featured-action .button {
		display: inline-block;
	}

	.tpvc-call-to-action .call-wrapper {
		padding: 50px;
	}
	.tpvc-call-to-action .call-wrapper .call-paragraf .call-title {
		text-align: center;
	}
	.tpvc-call-to-action .call-wrapper .call-paragraf .call-text {
		text-align: center;
	}
	.tpvc-call-to-action .call-wrapper .call-button {
		text-align: center;
	}

	.dokan-shipping-calculate-wrapper.dokan-form-inline .dokan-form-group {
		float: none;
		width: 100%;
	}

	.dokan-shipping-calculate-wrapper button.dokan-shipping-calculator {
		width: 100%;
		margin: 10px 0 20px;
	}
}
