/*!
 * Pustaka Theme
 * =============================================
 * Table of content
 * =============================================
 *  1. Global Styling
 *  2. Form Styling
 *  3. Structure Elements Styling
 *  4. Table Styling
 *  5. Header Styling Styling
 *  6. Layout Content Styling
 *  7. Layout Footer Styling
 *  8. Grid System
 *  9. Sidebar Styling
 * 10. Menu Styling
 * 11. Hero Component
 * 12. Post
 * 13. Page
 * 14. Tokoo Shortcode Style
 * 15. Comment Styling
 * 16. Product Styling
 * 17. Woocommerce Elements Styling
 * 18. All Widget Styling
 * 19. Social Links Styling
 * 20. Page Builder Component Styling
 * 21. Slick Slider Style
 * 22. Lightbox Style
 */
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.intrinsic-ratio {
	display:block;
	position:relative;
	background-color:#c3c3c3;
}
.intrinsic-ratio.ratio-1_1 {
	padding-bottom:100%;
}
.intrinsic-ratio img, .intrinsic-ratio iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	transition:0.5s ease-out;
}
.intrinsic-ratio img.lazy-loaded, .intrinsic-ratio iframe.lazy-loaded {
	opacity:1;
}
.intrinsic-ratio iframe {
	opacity:1;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.1);
}
/*
 *  1. Global Styling
 */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
:root {
	font-size:16px;
}
body {
	margin:0;
	color:#707281;
	background-color:white;
	font-family:"Open Sans";
	font-weight:normal;
	-webkit-font-smoothing:antialiased;
	line-height:1.7;
	word-break:break-word;
}
h1, h2, h3, h4, h5, h6 {
	color:#050a2c;
	font-family:"Open Sans";
	font-weight:700;
	line-height:normal;
}
a {
	color:inherit;
	text-decoration:none;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
figure, img, iframe {
	max-width:100%;
}
figure {
	margin:0;
}
.screen-reader-text {
	visibility:hidden;
	overflow:hidden;
	position:absolute;
	width:1px;
	height:1px;
}
.site-content {
	overflow-x:hidden;
	min-height:100vh;
}
.site-content:after {
	display:block;
	clear:both;
	content:" ";
}
.main-content {
	min-height:50vh;
}
.white-space {
	height:50px;
	border:none;
}
blockquote {
	font-family:"Playfair Display";
}
blockquote p {
	font-family:inherit;
}
.separator {
	border:none;
	border-top:1px solid rgba(0, 0, 0, 0.1);
}
.list-unstyled {
	padding:0;
	list-style:none;
}
.list-inline {
	padding:0;
}
.list-inline li {
	display:inline-block;
}
/*
 *  2. Form Styling
 */
fieldset {
	margin-bottom:30px;
	border:1px solid rgba(0, 0, 0, 0.07);
}
input, select, textarea {
	display:inline-block;
	max-width:100%;
	padding:10px 15px;
	border:1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:white;
	background-color:white;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.05);
	font-family:inherit;
	font-size:inherit;
	line-height:normal;
}
input:focus, select:focus, textarea:focus {
	outline:none;
}
input[type="number"] {
	width:100px;
}
textarea {
	min-height:200px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.5;
}
select {
	max-width:100%;
	padding-right:60px;
	background-image:url(../img/select-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.select2-container--default .select2-selection--single {
	height:40px;
	padding:5px 0;
	border:1px solid rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color:inherit;
}
.select2-dropdown, .select2-search__field {
	border-color:rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color:rgba(0, 0, 0, 0.1);
}
.select2-selection__arrow {
	top:5px !important;
}
.button, button, input[type="submit"], input[type="reset"], input.dokan-btn-theme[type="submit"], a.dokan-btn-theme, .dokan-btn-theme {
	display:inline-block;
	padding:7px 30px;
	border:none;
	-webkit-border-radius:1.5em;
	border-radius:1.5em;
	color:white;
	background-color:#4fc974;
	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
	font-size:inherit;
	font-weight:600;
	line-height:1.5;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.button [class*="ti-"], button [class*="ti-"], input[type="submit"] [class*="ti-"], input[type="reset"] [class*="ti-"], .dokan-btn-theme [class*="ti-"] {
	display:inline-block;
	margin-right:10px;
	line-height:1;
	vertical-align:middle;
}
.button:hover, button:hover, input:hover[type="submit"], input:hover[type="reset"], .dokan-btn-theme:hover {
	color:white;
	background-color:#4fc974;
}
.button.no-ui, button.no-ui, input.no-ui[type="submit"], input.no-ui[type="reset"], .no-ui.dokan-btn-theme {
	margin:0;
	padding:0;
	color:inherit;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.button--secondary, .product-list .product__action .yith-wcqv-button {
	color:white;
	background-color:#6777e5;
}
.button--secondary:hover, .product-list .product__action .yith-wcqv-button:hover {
	color:white;
	background-color:#6777e5;
}
.button--special, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="submit"] {
	overflow:hidden;
	position:relative;
	padding:10px 50px 10px 0;
	border:none;
	letter-spacing:1px;
	text-transform:uppercase;
}
.button--special:after, .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="submit"]:after {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:2px;
	margin:auto;
	margin-left:10px;
	content:" ";
}
.button--special-left {
	padding:10px 0 10px 50px;
}
.button--special-left:after {
	display:none;
}
.button--special-left:before {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:2px;
	margin:auto;
	margin-right:10px;
	content:" ";
}
.form-group {
	margin-bottom:30px;
}
.form-group input, .form-group select {
	width:100%;
}
/*
 *  3. Structure Elements Styling
 */
/*
 *  4. Table Styling
 */
table {
	width:100%;
	border-collapse:collapse;
}
th, td {
	padding:10px;
	text-align:left;
}
caption {
	padding:10px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
}
th {
	color:#050a2c;
}
thead {
	background-color:#050a2c;
}
thead th {
	padding:10px;
	color:white;
}
tbody {
	background-color:white;
}
tbody tr:nth-child(odd) {
	background-color:#f1f4f6;
}
tfoot {
	color:white;
	background-color:#050a2c;
}
tfoot th {
	color:inherit;
}
tfoot a {
	color:white;
}
/*
 *  5. Header Styling Styling
 */
.site-header {
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
}
@media screen and (max-width: 990px) {
	.site-header {
		background-color:white;
		-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.07);
		box-shadow:0 5px 10px rgba(0, 0, 0, 0.07);
	}
}
.admin-bar:not(.no-page-header) .site-header {
	top:32px;
}
@media screen and (max-width: 782px) {
	.admin-bar:not(.no-page-header) .site-header {
		top:46px;
	}
}
body.page-template-composer .site-header {
	position:absolute;
	background-color:transparent;
}
.admin-bar.page-template-composer .site-header {
	top:32px;
}
@media screen and (max-width: 782px) {
	.admin-bar.page-template-composer .site-header {
		top:46px;
	}
}
.page-template-composer.liveeditor-enabled .site-header {
	position:relative;
}
.no-page-header .site-header {
	position:relative;
	background-color:white;
}
.site-header-wrap.is-sticky .site-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.admin-bar .site-header-wrap.is-sticky .site-header {
	top:32px;
}
@media screen and (max-width: 640px) {
	.site-header-wrap.is-sticky .site-header {
		position:relative;
	}
	.admin-bar .site-header-wrap.is-sticky .site-header {
		top:0;
	}
}
@media screen and (max-width: 640px) {
	.site-header .site-header-wrap.is-sticky {
		height:auto;
	}
}
.site-header.sticky-enabled {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
.site-header .container, .site-header .dokan-dashboard .dokan-dashboard-content > article, .dokan-dashboard .site-header .dokan-dashboard-content > article, .site-header .container-fluid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.no-flexbox .site-header .container, .no-flexbox .site-header .dokan-dashboard .dokan-dashboard-content > article, .dokan-dashboard .no-flexbox .site-header .dokan-dashboard-content > article, .no-flexbox .site-header .container-fluid {
	display:table;
	width:100%;
}
.site-header--type-1 .container, .site-header--type-1 .dokan-dashboard .dokan-dashboard-content > article, .dokan-dashboard .site-header--type-1 .dokan-dashboard-content > article {
	position:relative;
}
@media screen and (min-width: 991px) {
	.site-header--type-1 .menu-main-toggle {
		display:none;
	}
}
.site-header--type-2 .hdr-widget--site-logo .site-logo {
	display:inline-block;
}
.site-header--type-2 .hdr-widget--product-search {
	-webkit-box-pack:end;
	-moz-box-pack:end;
	-ms-flex-pack:end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.site-header-wrap + .page-header {
	padding-top:170px;
}
.hdr-widget {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:15px  20px;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
.no-flexbox .hdr-widget {
	display:table-cell;
	vertical-align:middle;
}
.hdr-widget--menu-main {
	padding:0;
}
.hdr-widget--menu-main:after {
	display:none;
}
.hdr-widget--menu-main.open-onhover:hover .menu-main-wrapper {
	z-index:1;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.hdr-widget--menu-main .menu-main-toggle {
	padding:15px 20px 15px 0;
}
.hdr-widget-dropdown-menu {
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-box-align:stretch;
	-moz-box-align:stretch;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-box-pack:end;
	-moz-box-pack:end;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	-ms-flex-align:stretch;
	-ms-flex-pack:end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.hdr-widget-dropdown-menu .menu-main-dropdown {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:15px;
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-box-align:stretch;
	-moz-box-align:stretch;
	-ms-flex-align:stretch;
}
.hdr-widget-dropdown-menu .menu {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
}
.hdr-widget-dropdown-menu .menu:after {
	display:block;
	clear:both;
	content:" ";
}
@media screen and (max-width: 990px) {
	.hdr-widget-dropdown-menu .menu {
		display:none;
	}
}
.hdr-widget-dropdown-menu .menu > .menu-item > a {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
}
.hdr-widget-dropdown-menu .menu-item, .hdr-widget-dropdown-menu .menu .page_item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
}
.hdr-widget-dropdown-menu .menu-item a, .hdr-widget-dropdown-menu .menu .page_item a {
	display:block;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:10px 15px;
	font-size:90%;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
.hdr-widget-dropdown-menu .menu-item a i, .hdr-widget-dropdown-menu .menu .page_item a i {
	display:inline-block;
	margin-right:10px;
}
.hdr-widget-dropdown-menu .menu-item:hover > a, .hdr-widget-dropdown-menu .menu .page_item:hover > a {
	color:#6777e5;
}
.hdr-widget-dropdown-menu .menu-item:hover > .sub-menu, .hdr-widget-dropdown-menu .menu .page_item:hover > .sub-menu {
	visibility:visible;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.no-csspointerevents .hdr-widget-dropdown-menu .menu-item:hover > .sub-menu, .no-csspointerevents .hdr-widget-dropdown-menu .menu .page_item:hover > .sub-menu {
	display:block;
}
.hdr-widget-dropdown-menu .menu > .menu-item > a:before, .hdr-widget-dropdown-menu .menu > .page_item > a:before {
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:5px;
	background-color:#6777e5;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget-dropdown-menu > .menu-item > .sub-menu {
	border:1px solid #e3e3e3;
}
.hdr-widget-dropdown-menu .sub-menu {
	position:absolute;
	top:100%;
	right:0;
	min-width:250px;
	margin:0;
	padding:0;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	opacity:0;
	background-color:white;
	background-repeat:no-repeat;
	background-position:bottom right;
	-webkit-box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.1);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);
	transform:translateY(30px);
	pointer-events:none;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image {
	background-size:initial;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.top-left {
	background-position:top left;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.top-right {
	background-position:top right;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.bottom-left {
	background-position:bottom left;
}
.hdr-widget-dropdown-menu .sub-menu.with_bg_image.bottom-right {
	background-position:bottom right;
}
.no-csspointerevents .hdr-widget-dropdown-menu .sub-menu {
	display:none;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}
.hdr-widget-dropdown-menu .sub-menu .menu-item {
	display:block;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item a {
	display:block;
	position:relative;
	z-index:1;
	padding:10px 15px;
	font-size:90%;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item a:before {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	color:white;
	background-color:#6777e5;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item:hover > a {
	color:white;
}
.hdr-widget-dropdown-menu .sub-menu .menu-item:hover > a .menu-desc {
	color:rgba(255, 255, 255, 0.7);
}
.hdr-widget-dropdown-menu .sub-menu .menu-item:hover > a:before {
	opacity:1;
}
.hdr-widget-dropdown-menu .sub-menu .sub-menu {
	top:0;
	right:100%;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.hdr-widget-dropdown-menu .menu-desc {
	display:block;
	color:#999999;
	font-size:70%;
	line-height:1.3;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	visibility:hidden;
	pointer-events:none;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item {
	display:table-cell;
	width:200px;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item > a {
	font-weight:700;
	text-transform:uppercase;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item > a .menu-desc {
	color:inherit;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item:hover > a {
	color:inherit;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item:hover > a:before {
	display:none;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .sub-menu {
	position:static;
	min-width:auto;
	opacity:1;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .menu-item-has-children:hover > a {
	color:inherit;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .menu-item-has-children:hover > a:before {
	background-color:transparent;
}
.hdr-widget-dropdown-menu .mega-menu > .sub-menu > .menu-item .menu-item-has-children > a {
	font-weight:700;
	text-transform:uppercase;
}
.hdr-widget-dropdown-menu .mega-menu.mega-fullwidth {
	position:static;
}
.hdr-widget-dropdown-menu .mega-menu.mega-fullwidth > .sub-menu {
	width:100%;
}
.hdr-widget--site-logo {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	padding-right:20px;
	padding-left:0;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-box-align:start;
	-moz-box-align:start;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-align:start;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
@media screen and (max-width: 768px) {
	.hdr-widget--site-logo {
		padding-right:15px;
	}
	.hdr-widget--site-logo:after {
		display:none;
	}
}
@media screen and (max-width: 480px) {
	.hdr-widget--site-logo {
		max-width:150px;
	}
}
.hdr-widget--site-logo .site-logo {
	margin:0;
	color:black;
	font-size:24px;
	font-weight:300;
	line-height:1;
}
.hdr-widget--site-logo .site-logo a {
	color:black;
}
.hdr-widget--site-logo .site-description {
	display:block;
	margin-top:5px;
	color:#9c9ea6;
	font-size:12px;
	font-size:0.75em;
	line-height:normal;
}
.hdr-widget--site-logo a, .hdr-widget--site-logo img {
	display:block;
}
.hdr-widget--site-logo a {
	position:relative;
	color:black;
	color:#6777e5;
	text-decoration:none;
}
.hdr-widget--site-logo a strong {
	font-weight:500;
}
.hdr-widget--site-logo a span {
	color:#6777e5;
}
.hdr-widget--product-search {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
}
.hdr-widget--product-search form {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-bottom:0;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
@media screen and (max-width: 990px) {
	.hdr-widget--product-search {
		display:none !important;
	}
}
.hdr-widget--product-search select {
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.hdr-widget--product-search .product-search-category {
	position:relative;
	max-width:210px;
	padding-right:20px;
}
.hdr-widget--product-search .product-search-category select {
	background-image:none;
}
@media screen and (max-width: 1024px) {
	.hdr-widget--product-search .product-search-category {
		display:none;
	}
}
.hdr-widget--product-search .product-search-category .fa {
	position:absolute;
	top:0;
	right:20px;
	bottom:0;
	height:14px;
	margin:auto;
	pointer-events:none;
}
.hdr-widget--product-search .product-search-input {
	overflow:hidden;
	position:relative;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex-grow:1;
	flex-grow:1;
	-ms-flex-positive:1;
}
.hdr-widget--product-search .product-search-input .line {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	margin:auto;
	opacity:0;
	background-color:#6777e5;
	content:" ";
	-webkit-transition:0.2s cubic-bezier(1, -0.02, 0.15, 1.03);
	-o-transition:0.2s cubic-bezier(1, -0.02, 0.15, 1.03);
	transition:0.2s cubic-bezier(1, -0.02, 0.15, 1.03);
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
}
.hdr-widget--product-search .product-search-input input {
	width:100%;
	padding-right:40px;
	padding-left:0;
	border:none;
	-webkit-border-radius:0;
	border-radius:0;
	font-size:inherit;
	line-height:inherit;
}
.hdr-widget--product-search .product-search-input input:focus ~ .line, .hdr-widget--product-search .product-search-input input:active ~ .line {
	opacity:1;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-animation:line-animation 3s infinite;
	-o-animation:line-animation 3s infinite;
	animation:line-animation 3s infinite;
}
.hdr-widget--product-search .product-search-input input.dirty + label {
	opacity:0;
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	-o-transform:translateX(50px);
	transform:translateX(50px);
	pointer-events:none;
}
.hdr-widget--product-search .product-search-input label {
	display:block;
	position:absolute;
	top:10px;
	color:#9c9ea6;
	-webkit-transition:0.4s ease;
	-o-transition:0.4s ease;
	transition:0.4s ease;
	pointer-events:none;
}
.hdr-widget--product-search .product-search-input label em {
	font-weight:400;
}
.hdr-widget--product-search .search-icon {
	position:absolute;
	top:0 !important;
	right:10px;
	bottom:0;
	height:16px;
	margin:auto;
	border:none;
	background-color:transparent;
	font-size:inherit;
	line-height:1;
}
.rtl .hdr-widget--product-search .search-icon {
	right:auto;
	left:10px;
}
.hdr-widget--product-search.search-dropdown {
	-webkit-box-flex:0;
	-moz-box-flex:0;
	-webkit-flex:0;
	-ms-flex:0;
	flex:0;
}
.hdr-widget--product-search.search-dropdown .search-dropdown-toggle {
	position:relative;
	border:none;
	background-color:transparent;
	font-size:18px;
}
.hdr-widget--product-search.search-dropdown .search-dropdown-toggle:before {
	position:absolute;
	font-family:"themify";
	content:"\e646";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.hdr-widget--product-search.search-dropdown form {
	visibility:hidden;
	position:absolute;
	top:100%;
	right:0;
	width:300px;
	padding:15px;
	border:1px solid #e3e3e3;
	opacity:0;
	background-color:white;
	-webkit-box-shadow:0 10px 30px -3px rgba(0, 0, 0, 0.2);
	box-shadow:0 10px 30px -3px rgba(0, 0, 0, 0.2);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:translateX(30px);
	-ms-transform:translateX(30px);
	-o-transform:translateX(30px);
	transform:translateX(30px);
	pointer-events:none;
}
.hdr-widget--product-search.search-dropdown form:before, .hdr-widget--product-search.search-dropdown form:after {
	position:absolute;
	right:20px;
	bottom:100%;
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	content:" ";
}
.hdr-widget--product-search.search-dropdown form:before {
	z-index:1;
	border-color:transparent transparent white;
}
.hdr-widget--product-search.search-dropdown form:after {
	right:18px;
	border-width:12px;
	border-color:transparent transparent #e3e3e3;
}
.hdr-widget--product-search.search-dropdown form input {
	padding:5px;
	border:1px solid #e3e3e3;
}
.hdr-widget--product-search.search-dropdown form label, .hdr-widget--product-search.search-dropdown form .product-search-category, .hdr-widget--product-search.search-dropdown form .line {
	display:none;
}
.hdr-widget--product-search.search-dropdown form .search-icon {
	top:10px;
	right:10px;
}
.hdr-widget--product-search.search-dropdown .ti-search {
	display:inline-block;
	position:relative;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget--product-search.search-dropdown.search-open .search-dropdown-toggle:before {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.hdr-widget--product-search.search-dropdown.search-open .ti-search {
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.hdr-widget--product-search.search-dropdown.search-open .searchform {
	visibility:visible;
	opacity:1;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
	pointer-events:auto;
}
.hdr-widget--menu-user {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
@media screen and (max-width: 1024px) {
	.hdr-widget--menu-user {
		margin-left:auto;
	}
}
@media screen and (max-width: 990px) {
	.hdr-widget--menu-user {
		display:none !important;
	}
}
.hdr-widget--menu-user .menu-nologin-user-wrap {
	font-size:90%;
}
.hdr-widget--menu-user .menu-user-avatar {
	padding:0;
	border:none;
	background-color:transparent;
}
.hdr-widget--menu-user .menu-user-avatar img {
	display:block;
	width:32px;
	height:32px;
	border:3px solid white;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.1);
}
.hdr-widget--menu-user .menu-user-avatar span {
	display:none;
}
.hdr-widget--menu-user:hover .menu-user-wrap {
	z-index:1;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.hdr-widget--menu-user .menu-user-wrap {
	position:absolute;
	z-index:-1;
	top:100%;
	right:0;
	min-width:200px;
	margin:0;
	padding:10px 0;
	padding-left:0;
	border:1px solid #e3e3e3;
	-webkit-border-radius:3px;
	border-radius:3px;
	opacity:0;
	background-color:white;
	list-style:none;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);
	transform:translateY(30px);
	pointer-events:none;
}
.hdr-widget--menu-user .menu-user-wrap:before {
	position:absolute;
	right:35px;
	bottom:100%;
	width:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent white;
	content:" ";
	-webkit-filter:drop-shadow(0 -1px 0 #e3e3e3);
	filter:drop-shadow(0 -1px 0 #e3e3e3);
}
.hdr-widget--menu-user .menu-user-wrap .menu {
	margin:0;
	padding:0;
	list-style:none;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item {
	white-space:nowrap;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item a {
	display:block;
	position:relative;
	z-index:1;
	padding:10px 20px;
	color:inherit;
	font-size:90%;
	text-decoration:none;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item a:after {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item:hover > a {
	color:white;
}
.hdr-widget--menu-user .menu-user-wrap .menu-item:hover > a:after {
	opacity:1;
}
.hdr-widget--menu-cart {
	position:relative;
}
@media screen and (max-width: 1024px) {
	.hdr-widget--menu-cart {
		padding:0 20px;
	}
}
@media screen and (max-width: 768px) {
	.hdr-widget--menu-cart {
		margin-left:auto;
		padding:0;
		padding-left:15px;
	}
}
@media screen and (max-width: 480px) {
	.hdr-widget--menu-cart {
		position:static;
	}
}
.hdr-widget--menu-cart .menu-cart-trigger {
	display:block;
	border:none;
	background-color:transparent;
	font-weight:normal;
}
.hdr-widget--menu-cart .menu-cart-trigger .cart-count {
	color:#4fc974;
	font-size:90%;
	vertical-align:top;
}
.hdr-widget--menu-cart:hover .widget_shopping_cart {
	visibility:visible;
	opacity:1 !important;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.hdr-widget--menu-cart .widget_shopping_cart {
	visibility:hidden;
	position:absolute;
	z-index:2;
	top:100%;
	right:0;
	width:400px;
	padding:15px;
	border:1px solid #e3e3e3;
	opacity:0 !important;
	background-color:white;
	-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:translateY(40px);
	-ms-transform:translateY(40px);
	-o-transform:translateY(40px);
	transform:translateY(40px);
	pointer-events:none;
}
.hdr-widget--menu-cart .widget_shopping_cart:before, .hdr-widget--menu-cart .widget_shopping_cart:after {
	position:absolute;
	right:30px;
	bottom:100%;
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	content:" ";
}
.hdr-widget--menu-cart .widget_shopping_cart:before {
	z-index:1;
	border-color:transparent transparent white;
}
.hdr-widget--menu-cart .widget_shopping_cart:after {
	right:28px;
	border-width:12px;
	border-color:transparent transparent #e3e3e3;
}
@media screen and (max-width: 480px) {
	.hdr-widget--menu-cart .widget_shopping_cart {
		left:0;
		width:auto;
		padding:30px;
	}
}
@-webkit-keyframes line-animation {
	0% {
		opacity:0;
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
	}
	50% {
		opacity:1;
		-webkit-transform:scaleX(1.5);
		transform:scaleX(1.5);
	}
	100% {
		opacity:0;
		-webkit-transform:scaleX(1.5);
		transform:scaleX(1.5);
	}
}
@-o-keyframes line-animation {
	0% {
		opacity:0;
		-o-transform:scaleX(0);
		transform:scaleX(0);
	}
	50% {
		opacity:1;
		-o-transform:scaleX(1.5);
		transform:scaleX(1.5);
	}
	100% {
		opacity:0;
		-o-transform:scaleX(1.5);
		transform:scaleX(1.5);
	}
}
@keyframes line-animation {
	0% {
		opacity:0;
		-webkit-transform:scaleX(0);
		-o-transform:scaleX(0);
		transform:scaleX(0);
	}
	50% {
		opacity:1;
		-webkit-transform:scaleX(1.5);
		-o-transform:scaleX(1.5);
		transform:scaleX(1.5);
	}
	100% {
		opacity:0;
		-webkit-transform:scaleX(1.5);
		-o-transform:scaleX(1.5);
		transform:scaleX(1.5);
	}
}
.menu-main-overlay {
	position:fixed;
	z-index:98;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.5);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	pointer-events:none;
}
@media screen and (max-width: 640px) {
	.menu-main-overlay {
		display:none !important;
	}
}
.menu-main-overlay.is-active {
	opacity:1;
	pointer-events:auto;
}
.user-auth-box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	display:none;
	overflow:auto;
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-align:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.user-auth-box .user-auth-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.6);
}
.user-auth-box .user-auth-box-content {
	position:absolute;
	z-index:1;
	top:50%;
	right:20px;
	left:20px;
	min-width:480px;
	max-width:860px;
	margin:80px auto;
	padding:25px 20px 20px;
	background-color:white;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
@media screen and (max-width: 640px) {
	.user-auth-box .user-auth-box-content {
		top:30px;
		min-width:initial;
		max-width:100%;
		margin-top:0;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
	.user-auth-box .user-auth-box-content .grid-item {
		width:100%;
		padding:0;
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-preferred-size:100%;
	}
	.user-auth-box .user-auth-box-content .grid-item.register {
		margin-top:15px;
		padding-top:15px;
		border-top:1px dashed #e3e3e3;
		border-left:none;
	}
}
.user-auth-box .user-auth-box-content .tokoo-popup__close {
	position:absolute;
	z-index:9;
	top:10px;
	right:10px;
	width:36px;
	height:36px;
	padding:0;
	border:3px solid #6777e5;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#6777e5;
	background-color:white;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:24px;
	font-size:1.5em;
	line-height:36px;
}
@media screen and (max-width: 640px) {
	.user-auth-box .user-auth-box-content .tokoo-popup__close {
		top:15px;
		right:15px;
		width:32px;
		height:32px;
		padding:0;
		font-size:18px;
		font-size:1.125em;
		line-height:32px;
	}
}
.user-auth-box .user-auth-box-content:before {
	position:absolute;
	top:0;
	left:0;
	left:0;
	width:100%;
	height:5px;
	content:" ";
}
.user-auth-box .user-auth-box-content .login, .user-auth-box .user-auth-box-content .register {
	margin-bottom:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.user-auth-box .user-auth-box-content .grid-item {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex-grow:1;
	flex-grow:1;
	-ms-flex-positive:1;
}
.user-auth-box .user-auth-box-content .section-header {
	margin-top:0;
}
.user-auth-box .user-auth-box-content .form-row {
	margin-bottom:10px;
}
.user-auth-box .user-auth-box-content .form-row label {
	display:block;
	margin-bottom:5px;
	font-size:14px;
	font-size:0.875em;
	font-weight:700;
}
.user-auth-box .user-auth-box-content label.radio input {
	width:auto;
}
.user-auth-box .user-auth-box-content .login-action:after {
	display:block;
	clear:both;
	content:" ";
}
.user-auth-box .user-auth-box-content .login-action > label {
	float:left;
	margin-top:5px;
}
.user-auth-box .user-auth-box-content .login-action input[type="submit"] {
	float:right;
	margin-bottom:30px;
	padding:5px 40px;
}
.user-auth-box .user-auth-box-content .register {
	border-left:1px dashed #e3e3e3;
}
.user-auth-box .user-auth-box-content .lostpassword {
	display:block;
	font-size:12px;
	font-size:0.75em;
	text-align:right;
}
.user-auth-box .user-auth-box-content .register-action {
	text-align:right;
}
.user-auth-box .user-auth-box-content .register-action input[type="submit"] {
	padding:5px 40px;
}
.user-auth-box .user-auth-box-content .woocommerce-password-strength {
	margin:10px 0;
	font-size:14px;
	font-size:0.875em;
}
.user-auth-box .user-auth-box-content .woocommerce-password-hint {
	display:block;
	padding:10px;
	border:1px solid #e3e3e3;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*
 *  6. Layout Content Styling
 */
.main-content {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.main-content:after {
	display:block;
	clear:both;
	content:" ";
}
.main-content.layout-left-sidebar .content-area {
	float:right;
	padding-right:15px;
	padding-left:50px;
}
@media screen and (max-width: 990px) {
	.main-content.layout-left-sidebar .content-area {
		width:100%;
		padding-left:15px;
	}
}
.main-content.layout-left-sidebar .sidebar.widget-area {
	padding-right:0;
	padding-left:15px;
	border-left:none;
}
@media screen and (max-width: 990px) {
	.main-content.layout-left-sidebar .sidebar.widget-area {
		clear:both;
		padding-right:15px;
		border-right:none;
	}
}
.main-content.layout-left-sidebar .sidebar.widget-area .widget {
	padding-right:50px;
}
@media screen and (max-width: 990px) {
	.main-content.layout-left-sidebar .sidebar.widget-area .widget {
		padding-right:0;
	}
}
.content-area.col-md-8 {
	padding-right:15px;
}
/*
 *  7. Layout Footer Styling
 */
.footer-feature-list {
	padding:30px 0;
	text-align:center;
}
.footer-feature-list .feature__image {
	display:inline-block;
	margin-right:20px;
	font-size:36px;
	font-size:2.25em;
	line-height:1;
	vertical-align:middle;
}
.footer-feature-list .feature__image [class*="ti"], .footer-feature-list .feature__image [class*="ico"] {
	line-height:1;
}
.footer-feature-list .feature__image [class*="ti"]:before, .footer-feature-list .feature__image [class*="ico"]:before {
	line-height:inherit;
}
.footer-feature-list .feature__title {
	display:inline-block;
	margin:0;
	line-height:1;
	vertical-align:middle;
}
.site-footer {
	background-color:white;
}
.site-footer a {
	color:#6777e5;
}
.site-footer__widget-area {
	padding:70px 0;
}
@media screen and (max-width: 768px) {
	.site-footer__widget-area .grid-item {
		width:100% !important;
	}
}
.site-footer .widget .widget-title {
	margin-left:0;
}
.site-footer__colophon {
	padding:20px 0;
	background-color:white;
}
@media screen and (max-width: 480px) {
	.site-footer__colophon {
		font-size:14px;
		font-size:0.875em;
	}
}
@media screen and (max-width: 480px) {
	.site-footer__colophon .grid-item {
		width:100% !important;
		text-align:center !important;
	}
}
/*
 *  8. Grid System
 */
.container, .dokan-dashboard .dokan-dashboard-content > article, body .kc-container {
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px;
}
.container:after, .dokan-dashboard .dokan-dashboard-content > article:after, body .kc-container:after {
	display:block;
	clear:both;
	content:" ";
}
@media (min-width: 768px) {
	.container, .dokan-dashboard .dokan-dashboard-content > article, body .kc-container {
		max-width:750px;
	}
}
@media (min-width: 992px) {
	.container, .dokan-dashboard .dokan-dashboard-content > article, body .kc-container {
		max-width:970px;
	}
}
@media (min-width: 1200px) {
	.container, .dokan-dashboard .dokan-dashboard-content > article, body .kc-container {
		max-width:1170px;
	}
}
.container .container, .dokan-dashboard .dokan-dashboard-content > article .container, .container .dokan-dashboard .dokan-dashboard-content > article, .dokan-dashboard .container .dokan-dashboard-content > article, .dokan-dashboard .dokan-dashboard-content > article .dokan-dashboard-content > article, body .kc-container .container, body .kc-container .dokan-dashboard .dokan-dashboard-content > article, .dokan-dashboard body .kc-container .dokan-dashboard-content > article {
	width:100%;
}
.container-fluid {
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px;
}
.container-fluid:after {
	display:block;
	clear:both;
	content:" ";
}
.row {
	margin-right:-15px;
	margin-left:-15px;
}
.row:after {
	display:block;
	clear:both;
	content:" ";
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float:left;
}
.col-xs-1 {
	width:8.3333333333%;
}
.col-xs-2 {
	width:16.6666666667%;
}
.col-xs-3 {
	width:25%;
}
.col-xs-4 {
	width:33.3333333333%;
}
.col-xs-5 {
	width:41.6666666667%;
}
.col-xs-6 {
	width:50%;
}
.col-xs-7 {
	width:58.3333333333%;
}
.col-xs-8 {
	width:66.6666666667%;
}
.col-xs-9 {
	width:75%;
}
.col-xs-10 {
	width:83.3333333333%;
}
.col-xs-11 {
	width:91.6666666667%;
}
.col-xs-12 {
	width:100%;
}
.col-xs-pull-0 {
	right:auto;
}
.col-xs-pull-1 {
	right:8.3333333333%;
}
.col-xs-pull-2 {
	right:16.6666666667%;
}
.col-xs-pull-3 {
	right:25%;
}
.col-xs-pull-4 {
	right:33.3333333333%;
}
.col-xs-pull-5 {
	right:41.6666666667%;
}
.col-xs-pull-6 {
	right:50%;
}
.col-xs-pull-7 {
	right:58.3333333333%;
}
.col-xs-pull-8 {
	right:66.6666666667%;
}
.col-xs-pull-9 {
	right:75%;
}
.col-xs-pull-10 {
	right:83.3333333333%;
}
.col-xs-pull-11 {
	right:91.6666666667%;
}
.col-xs-pull-12 {
	right:100%;
}
.col-xs-push-0 {
	left:auto;
}
.col-xs-push-1 {
	left:8.3333333333%;
}
.col-xs-push-2 {
	left:16.6666666667%;
}
.col-xs-push-3 {
	left:25%;
}
.col-xs-push-4 {
	left:33.3333333333%;
}
.col-xs-push-5 {
	left:41.6666666667%;
}
.col-xs-push-6 {
	left:50%;
}
.col-xs-push-7 {
	left:58.3333333333%;
}
.col-xs-push-8 {
	left:66.6666666667%;
}
.col-xs-push-9 {
	left:75%;
}
.col-xs-push-10 {
	left:83.3333333333%;
}
.col-xs-push-11 {
	left:91.6666666667%;
}
.col-xs-push-12 {
	left:100%;
}
.col-xs-offset-0 {
	margin-left:0;
}
.col-xs-offset-1 {
	margin-left:8.3333333333%;
}
.col-xs-offset-2 {
	margin-left:16.6666666667%;
}
.col-xs-offset-3 {
	margin-left:25%;
}
.col-xs-offset-4 {
	margin-left:33.3333333333%;
}
.col-xs-offset-5 {
	margin-left:41.6666666667%;
}
.col-xs-offset-6 {
	margin-left:50%;
}
.col-xs-offset-7 {
	margin-left:58.3333333333%;
}
.col-xs-offset-8 {
	margin-left:66.6666666667%;
}
.col-xs-offset-9 {
	margin-left:75%;
}
.col-xs-offset-10 {
	margin-left:83.3333333333%;
}
.col-xs-offset-11 {
	margin-left:91.6666666667%;
}
.col-xs-offset-12 {
	margin-left:100%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float:left;
	}
	.col-sm-1 {
		width:8.3333333333%;
	}
	.col-sm-2 {
		width:16.6666666667%;
	}
	.col-sm-3 {
		width:25%;
	}
	.col-sm-4 {
		width:33.3333333333%;
	}
	.col-sm-5 {
		width:41.6666666667%;
	}
	.col-sm-6 {
		width:50%;
	}
	.col-sm-7 {
		width:58.3333333333%;
	}
	.col-sm-8 {
		width:66.6666666667%;
	}
	.col-sm-9 {
		width:75%;
	}
	.col-sm-10 {
		width:83.3333333333%;
	}
	.col-sm-11 {
		width:91.6666666667%;
	}
	.col-sm-12 {
		width:100%;
	}
	.col-sm-pull-0 {
		right:auto;
	}
	.col-sm-pull-1 {
		right:8.3333333333%;
	}
	.col-sm-pull-2 {
		right:16.6666666667%;
	}
	.col-sm-pull-3 {
		right:25%;
	}
	.col-sm-pull-4 {
		right:33.3333333333%;
	}
	.col-sm-pull-5 {
		right:41.6666666667%;
	}
	.col-sm-pull-6 {
		right:50%;
	}
	.col-sm-pull-7 {
		right:58.3333333333%;
	}
	.col-sm-pull-8 {
		right:66.6666666667%;
	}
	.col-sm-pull-9 {
		right:75%;
	}
	.col-sm-pull-10 {
		right:83.3333333333%;
	}
	.col-sm-pull-11 {
		right:91.6666666667%;
	}
	.col-sm-pull-12 {
		right:100%;
	}
	.col-sm-push-0 {
		left:auto;
	}
	.col-sm-push-1 {
		left:8.3333333333%;
	}
	.col-sm-push-2 {
		left:16.6666666667%;
	}
	.col-sm-push-3 {
		left:25%;
	}
	.col-sm-push-4 {
		left:33.3333333333%;
	}
	.col-sm-push-5 {
		left:41.6666666667%;
	}
	.col-sm-push-6 {
		left:50%;
	}
	.col-sm-push-7 {
		left:58.3333333333%;
	}
	.col-sm-push-8 {
		left:66.6666666667%;
	}
	.col-sm-push-9 {
		left:75%;
	}
	.col-sm-push-10 {
		left:83.3333333333%;
	}
	.col-sm-push-11 {
		left:91.6666666667%;
	}
	.col-sm-push-12 {
		left:100%;
	}
	.col-sm-offset-0 {
		margin-left:0;
	}
	.col-sm-offset-1 {
		margin-left:8.3333333333%;
	}
	.col-sm-offset-2 {
		margin-left:16.6666666667%;
	}
	.col-sm-offset-3 {
		margin-left:25%;
	}
	.col-sm-offset-4 {
		margin-left:33.3333333333%;
	}
	.col-sm-offset-5 {
		margin-left:41.6666666667%;
	}
	.col-sm-offset-6 {
		margin-left:50%;
	}
	.col-sm-offset-7 {
		margin-left:58.3333333333%;
	}
	.col-sm-offset-8 {
		margin-left:66.6666666667%;
	}
	.col-sm-offset-9 {
		margin-left:75%;
	}
	.col-sm-offset-10 {
		margin-left:83.3333333333%;
	}
	.col-sm-offset-11 {
		margin-left:91.6666666667%;
	}
	.col-sm-offset-12 {
		margin-left:100%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float:left;
	}
	.col-md-1 {
		width:8.3333333333%;
	}
	.col-md-2 {
		width:16.6666666667%;
	}
	.col-md-3 {
		width:25%;
	}
	.col-md-4 {
		width:33.3333333333%;
	}
	.col-md-5 {
		width:41.6666666667%;
	}
	.col-md-6 {
		width:50%;
	}
	.col-md-7 {
		width:58.3333333333%;
	}
	.col-md-8 {
		width:66.6666666667%;
	}
	.col-md-9 {
		width:75%;
	}
	.col-md-10 {
		width:83.3333333333%;
	}
	.col-md-11 {
		width:91.6666666667%;
	}
	.col-md-12 {
		width:100%;
	}
	.col-md-pull-0 {
		right:auto;
	}
	.col-md-pull-1 {
		right:8.3333333333%;
	}
	.col-md-pull-2 {
		right:16.6666666667%;
	}
	.col-md-pull-3 {
		right:25%;
	}
	.col-md-pull-4 {
		right:33.3333333333%;
	}
	.col-md-pull-5 {
		right:41.6666666667%;
	}
	.col-md-pull-6 {
		right:50%;
	}
	.col-md-pull-7 {
		right:58.3333333333%;
	}
	.col-md-pull-8 {
		right:66.6666666667%;
	}
	.col-md-pull-9 {
		right:75%;
	}
	.col-md-pull-10 {
		right:83.3333333333%;
	}
	.col-md-pull-11 {
		right:91.6666666667%;
	}
	.col-md-pull-12 {
		right:100%;
	}
	.col-md-push-0 {
		left:auto;
	}
	.col-md-push-1 {
		left:8.3333333333%;
	}
	.col-md-push-2 {
		left:16.6666666667%;
	}
	.col-md-push-3 {
		left:25%;
	}
	.col-md-push-4 {
		left:33.3333333333%;
	}
	.col-md-push-5 {
		left:41.6666666667%;
	}
	.col-md-push-6 {
		left:50%;
	}
	.col-md-push-7 {
		left:58.3333333333%;
	}
	.col-md-push-8 {
		left:66.6666666667%;
	}
	.col-md-push-9 {
		left:75%;
	}
	.col-md-push-10 {
		left:83.3333333333%;
	}
	.col-md-push-11 {
		left:91.6666666667%;
	}
	.col-md-push-12 {
		left:100%;
	}
	.col-md-offset-0 {
		margin-left:0;
	}
	.col-md-offset-1 {
		margin-left:8.3333333333%;
	}
	.col-md-offset-2 {
		margin-left:16.6666666667%;
	}
	.col-md-offset-3 {
		margin-left:25%;
	}
	.col-md-offset-4 {
		margin-left:33.3333333333%;
	}
	.col-md-offset-5 {
		margin-left:41.6666666667%;
	}
	.col-md-offset-6 {
		margin-left:50%;
	}
	.col-md-offset-7 {
		margin-left:58.3333333333%;
	}
	.col-md-offset-8 {
		margin-left:66.6666666667%;
	}
	.col-md-offset-9 {
		margin-left:75%;
	}
	.col-md-offset-10 {
		margin-left:83.3333333333%;
	}
	.col-md-offset-11 {
		margin-left:91.6666666667%;
	}
	.col-md-offset-12 {
		margin-left:100%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float:left;
	}
	.col-lg-1 {
		width:8.3333333333%;
	}
	.col-lg-2 {
		width:16.6666666667%;
	}
	.col-lg-3 {
		width:25%;
	}
	.col-lg-4 {
		width:33.3333333333%;
	}
	.col-lg-5 {
		width:41.6666666667%;
	}
	.col-lg-6 {
		width:50%;
	}
	.col-lg-7 {
		width:58.3333333333%;
	}
	.col-lg-8 {
		width:66.6666666667%;
	}
	.col-lg-9 {
		width:75%;
	}
	.col-lg-10 {
		width:83.3333333333%;
	}
	.col-lg-11 {
		width:91.6666666667%;
	}
	.col-lg-12 {
		width:100%;
	}
	.col-lg-pull-0 {
		right:auto;
	}
	.col-lg-pull-1 {
		right:8.3333333333%;
	}
	.col-lg-pull-2 {
		right:16.6666666667%;
	}
	.col-lg-pull-3 {
		right:25%;
	}
	.col-lg-pull-4 {
		right:33.3333333333%;
	}
	.col-lg-pull-5 {
		right:41.6666666667%;
	}
	.col-lg-pull-6 {
		right:50%;
	}
	.col-lg-pull-7 {
		right:58.3333333333%;
	}
	.col-lg-pull-8 {
		right:66.6666666667%;
	}
	.col-lg-pull-9 {
		right:75%;
	}
	.col-lg-pull-10 {
		right:83.3333333333%;
	}
	.col-lg-pull-11 {
		right:91.6666666667%;
	}
	.col-lg-pull-12 {
		right:100%;
	}
	.col-lg-push-0 {
		left:auto;
	}
	.col-lg-push-1 {
		left:8.3333333333%;
	}
	.col-lg-push-2 {
		left:16.6666666667%;
	}
	.col-lg-push-3 {
		left:25%;
	}
	.col-lg-push-4 {
		left:33.3333333333%;
	}
	.col-lg-push-5 {
		left:41.6666666667%;
	}
	.col-lg-push-6 {
		left:50%;
	}
	.col-lg-push-7 {
		left:58.3333333333%;
	}
	.col-lg-push-8 {
		left:66.6666666667%;
	}
	.col-lg-push-9 {
		left:75%;
	}
	.col-lg-push-10 {
		left:83.3333333333%;
	}
	.col-lg-push-11 {
		left:91.6666666667%;
	}
	.col-lg-push-12 {
		left:100%;
	}
	.col-lg-offset-0 {
		margin-left:0;
	}
	.col-lg-offset-1 {
		margin-left:8.3333333333%;
	}
	.col-lg-offset-2 {
		margin-left:16.6666666667%;
	}
	.col-lg-offset-3 {
		margin-left:25%;
	}
	.col-lg-offset-4 {
		margin-left:33.3333333333%;
	}
	.col-lg-offset-5 {
		margin-left:41.6666666667%;
	}
	.col-lg-offset-6 {
		margin-left:50%;
	}
	.col-lg-offset-7 {
		margin-left:58.3333333333%;
	}
	.col-lg-offset-8 {
		margin-left:66.6666666667%;
	}
	.col-lg-offset-9 {
		margin-left:75%;
	}
	.col-lg-offset-10 {
		margin-left:83.3333333333%;
	}
	.col-lg-offset-11 {
		margin-left:91.6666666667%;
	}
	.col-lg-offset-12 {
		margin-left:100%;
	}
}
@-ms-viewport {
	width:device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display:none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display:none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display:block !important;
	}
	table.visible-xs {
		display:table;
	}
	tr.visible-xs {
		display:table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display:table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display:block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display:inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display:inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display:block !important;
	}
	table.visible-sm {
		display:table;
	}
	tr.visible-sm {
		display:table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display:table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display:block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display:inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display:inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display:block !important;
	}
	table.visible-md {
		display:table;
	}
	tr.visible-md {
		display:table-row !important;
	}
	th.visible-md, td.visible-md {
		display:table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display:block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display:inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display:inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display:block !important;
	}
	table.visible-lg {
		display:table;
	}
	tr.visible-lg {
		display:table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display:table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display:block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display:inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display:inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display:none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display:none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display:none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display:none !important;
	}
}
.visible-print {
	display:none !important;
}
@media print {
	.visible-print {
		display:block !important;
	}
	table.visible-print {
		display:table;
	}
	tr.visible-print {
		display:table-row !important;
	}
	th.visible-print, td.visible-print {
		display:table-cell !important;
	}
}
.visible-print-block {
	display:none !important;
}
@media print {
	.visible-print-block {
		display:block !important;
	}
}
.visible-print-inline {
	display:none !important;
}
@media print {
	.visible-print-inline {
		display:inline !important;
	}
}
.visible-print-inline-block {
	display:none !important;
}
@media print {
	.visible-print-inline-block {
		display:inline-block !important;
	}
}
@media print {
	.hidden-print {
		display:none !important;
	}
}
.container.no-gutter, .dokan-dashboard .dokan-dashboard-content > article.no-gutter, .container-fluid.no-gutter {
	padding:0;
}
.container.no-gutter .row, .dokan-dashboard .dokan-dashboard-content > article.no-gutter .row, .container-fluid.no-gutter .row {
	margin:0;
}
.container.no-gutter [class*="col-"], .dokan-dashboard .dokan-dashboard-content > article.no-gutter [class*="col-"], .container-fluid.no-gutter [class*="col-"] {
	padding:0;
}
.equal-height {
	display:table;
	width:100%;
}
.equal-height [class^="col-"] {
	display:table-cell;
	float:none;
}
@media screen and (max-width: 768px) {
	.equal-height [class^="col-sm-"] {
		display:block;
		width:100%;
	}
}
@media screen and (max-width: 992px) {
	.equal-height [class^="col-md-"] {
		display:block;
		width:100%;
	}
}
@media screen and (max-width: 1200px) {
	.equal-height [class^="col-lg-"] {
		display:block;
		width:100%;
	}
}
.grid-layout {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	clear:both;
	margin:0 -15px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
@media screen and (max-width: 480px) {
	.grid-layout {
		margin:0 -10px;
	}
}
.no-flexbox .grid-layout:after {
	display:block;
	clear:both;
	content:" ";
}
.grid-layout.v-align {
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
.grid-layout.b-align {
	-webkit-align-items:flex-end;
	align-items:flex-end;
	-webkit-box-align:end;
	-moz-box-align:end;
	-ms-flex-align:end;
}
.grid-layout .grid-item {
	padding:15px 15px;
}
@media screen and (max-width: 480px) {
	.grid-layout .grid-item {
		padding:10px;
	}
}
.no-flexbox .grid-layout .grid-item {
	float:left;
}
.grid-layout.columns-1 .grid-item {
	width:100%;
}
.grid-layout.columns-2 .grid-item {
	width:50%;
}
.no-flexbox .grid-layout.columns-2 .grid-item:nth-child(2n+1) {
	clear:both;
}
@media screen and (max-width: 480px) {
	.grid-layout.columns-2 .grid-item {
		width:100%;
	}
}
.grid-layout.columns-3 .grid-item {
	width:33.3333%;
}
.no-flexbox .grid-layout.columns-3 .grid-item:nth-child(3n+1) {
	clear:both;
}
@media screen and (max-width: 640px) {
	.grid-layout.columns-3 .grid-item {
		width:50%;
	}
	.no-flexbox .grid-layout.columns-3 .grid-item:nth-child(3n+1) {
		clear:none;
	}
	.no-flexbox .grid-layout.columns-3 .grid-item:nth-child(2n+1) {
		clear:both;
	}
}
@media screen and (max-width: 480px) {
	.grid-layout.columns-3 .grid-item {
		width:100%;
	}
}
.grid-layout.columns-4 .grid-item {
	width:25%;
}
.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(4n+1) {
	clear:both;
}
@media screen and (max-width: 1020px) {
	.grid-layout.columns-4 .grid-item {
		width:33.3333%;
	}
	.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(4n+1) {
		clear:none;
	}
	.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(3n+1) {
		clear:both;
	}
}
@media screen and (max-width: 640px) {
	.grid-layout.columns-4 .grid-item {
		width:50%;
	}
	.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(3n+1) {
		clear:none;
	}
	.no-flexbox .grid-layout.columns-4 .grid-item:nth-child(2n+1) {
		clear:both;
	}
}
@media screen and (max-width: 480px) {
	.grid-layout.columns-4 .grid-item {
		width:100%;
	}
}
.grid-layout.columns-5 .grid-item {
	width:20%;
}
.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(5n+1) {
	clear:both;
}
@media screen and (max-width: 1020px) {
	.grid-layout.columns-5 .grid-item {
		width:33.3333%;
	}
	.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(4n+1) {
		clear:none;
	}
	.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(3n+1) {
		clear:both;
	}
}
@media screen and (max-width: 640px) {
	.grid-layout.columns-5 .grid-item {
		width:50%;
	}
	.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(3n+1) {
		clear:none;
	}
	.no-flexbox .grid-layout.columns-5 .grid-item:nth-child(2n+1) {
		clear:both;
	}
}
@media screen and (max-width: 480px) {
	.grid-layout.columns-5 .grid-item {
		width:100%;
	}
}
.grid-layout.columns-6 .grid-item {
	width:16.6667%;
}
.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(6n+1) {
	clear:both;
}
@media screen and (max-width: 1020px) {
	.grid-layout.columns-6 .grid-item {
		width:33.3333% !important;
	}
	.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(4n+1) {
		clear:none;
	}
	.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(3n+1) {
		clear:both;
	}
}
@media screen and (max-width: 640px) {
	.grid-layout.columns-6 .grid-item {
		width:50% !important;
	}
	.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(3n+1) {
		clear:none;
	}
	.no-flexbox .grid-layout.columns-6 .grid-item:nth-child(2n+1) {
		clear:both;
	}
}
@media screen and (max-width: 480px) {
	.grid-layout.columns-6 .grid-item {
		width:100% !important;
	}
}
/*
 *  9. Sidebar Styling
 */
.sidebar.widget-area {
	padding-left:0;
}
@media screen and (max-width: 990px) {
	.sidebar.widget-area {
		padding-left:15px;
		border-left:none;
	}
}
.sidebar.widget-area .widget {
	padding-bottom:30px;
	padding-left:50px;
}
@media screen and (max-width: 990px) {
	.sidebar.widget-area .widget {
		padding-left:15px;
	}
}
@media screen and (max-width: 990px) {
	.sidebar.widget-area .widget {
		padding:0 0 30px;
	}
}
/*
 *  10. Menu Styling
 */
.menu-main-toggle {
	border:none;
	outline:none;
	background-color:transparent;
	-webkit-tap-highlight-color:transparent;
}
.hamburger {
	display:inline-block;
	overflow:visible;
	margin:0;
	padding:15px 30px;
	border:0;
	outline:none;
	color:inherit;
	background-color:transparent;
	font:inherit;
	text-transform:none;
	cursor:pointer;
	-webkit-transition-timing-function:linear;
	-o-transition-timing-function:linear;
	transition-timing-function:linear;
	-webkit-transition-duration:0.15s;
	-o-transition-duration:0.15s;
	transition-duration:0.15s;
	-webkit-transition-property:opacity, -webkit-filter;
	-o-transition-property:opacity, filter;
	transition-property:opacity, -webkit-filter;
	transition-property:opacity, filter;
	transition-property:opacity, filter, -webkit-filter;
	/*
	 * Elastic
	 */
}
.hamburger:hover {
	opacity:0.7;
	background-color:transparent;
}
.hamburger-box {
	display:block;
	position:relative;
	width:20px;
	height:18px;
}
.hamburger-inner {
	display:block;
	position:absolute;
	top:50%;
	width:20px;
	height:2px;
	margin-top:-2px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#6777e5;
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-duration:0.15s;
	-o-transition-duration:0.15s;
	transition-duration:0.15s;
	-webkit-transition-property:-webkit-transform;
	-o-transition-property:-o-transform;
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform, -o-transform;
	transition-property:transform, -webkit-transform;
}
.hamburger-inner::before, .hamburger-inner::after {
	display:block;
	position:absolute;
	width:20px;
	height:2px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#6777e5;
	content:"";
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-duration:0.15s;
	-o-transition-duration:0.15s;
	transition-duration:0.15s;
	-webkit-transition-property:-webkit-transform;
	-o-transition-property:-o-transform;
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform, -o-transform;
	transition-property:transform, -webkit-transform;
}
.hamburger-inner::before {
	top:-6px;
}
.hamburger-inner::after {
	bottom:-6px;
}
.hamburger--elastic .hamburger-inner {
	-webkit-transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition-duration:0.4s;
	-o-transition-duration:0.4s;
	transition-duration:0.4s;
}
.hamburger--elastic .hamburger-inner::before {
	top:-6px;
	-webkit-transition:opacity 0.15s 0.4s ease;
	-o-transition:opacity 0.15s 0.4s ease;
	transition:opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
	top:6px;
	-webkit-transition:-webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:-o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:-webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
	-webkit-transition-delay:0.1s;
	-o-transition-delay:0.1s;
	transition-delay:0.1s;
	-webkit-transform:translate3d(0, 0, 0) rotate(135deg);
	transform:translate3d(0, 0, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner::before {
	opacity:0;
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
.hamburger--elastic.is-active .hamburger-inner::after {
	-webkit-transition-delay:0.1s;
	-o-transition-delay:0.1s;
	transition-delay:0.1s;
	-webkit-transform:translate3d(0, -6px, 0) rotate(-270deg);
	transform:translate3d(0, -6px, 0) rotate(-270deg);
}
.menu-main-wrapper {
	display:none;
	position:absolute;
	z-index:1;
	z-index:-1;
	top:100%;
	left:0;
	padding:20px 0;
	-webkit-border-radius:3px;
	border-radius:3px;
	opacity:0;
	background-color:white;
	-webkit-box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
	box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
	-webkit-transition:0.3s ease;
	-webkit-transition:0.3s cubic-bezier(0.87, 0.04, 0.25, 1);
	-o-transition:0.3s ease;
	-o-transition:0.3s cubic-bezier(0.87, 0.04, 0.25, 1);
	transition:0.3s ease;
	transition:0.3s cubic-bezier(0.87, 0.04, 0.25, 1);
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);
	transform:translateY(30px);
	pointer-events:none;
}
@media screen and (max-width: 990px) {
	.menu-main-wrapper {
		display:none !important;
	}
}
.menu-main-wrapper:after {
	position:absolute;
	bottom:100%;
	left:11px;
	width:0;
	margin-bottom:-1px;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent white;
	content:" ";
	-webkit-filter:drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.1));
	filter:drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.1));
}
.menu-main-wrapper.is-active {
	display:block;
	z-index:1;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.menu-main-wrapper.mega-open {
	overflow:hidden;
}
.menu-main-wrapper .menu, .menu-main-wrapper .sub-menu {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.menu-main-wrapper .menu {
	display:inline-block;
	position:relative;
	font-size:90%;
	-webkit-transition:-webkit-box-shadow 0.5s ease;
	-o-transition:box-shadow 0.5s ease;
	transition:-webkit-box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.menu-main-wrapper .menu.sub-open {
	-webkit-box-shadow:1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow:1px 0 0 rgba(0, 0, 0, 0.1);
}
.menu-main-wrapper .menu > .menu-item {
	min-width:200px;
}
.menu-main-wrapper .menu > .menu-item.menu-item-has-children > a:after {
	position:absolute;
	z-index:2;
	top:10px;
	right:10px;
	font-family:"dripicons-v2";
	content:"\56";
}
.menu-main-wrapper .menu > .menu-item a {
	display:block;
	position:relative;
	z-index:1;
	padding:10px 20px;
	color:inherit;
	line-height:1;
	text-decoration:none;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.menu-main-wrapper .menu > .menu-item a:before {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.menu-main-wrapper .menu > .menu-item:hover > a {
	color:#6777e5;
}
.menu-main-wrapper .menu > .menu-item.sub-open > .sub-menu {
	visibility:visible;
	z-index:1;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.menu-main-wrapper .menu-desc {
	display:block;
	padding-bottom:5px;
	color:#9c9ea6;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.menu-main-wrapper .menu-item .fa, .menu-main-wrapper .menu-item [class*="ico"] {
	width:16px;
	margin-right:10px;
}
.menu-main-wrapper .menu-item .fa:before, .menu-main-wrapper .menu-item [class*="ico"]:before {
	line-height:1;
}
.menu-main-wrapper .menu-item a {
	display:block;
	padding:10px 20px;
}
.menu-main-wrapper .menu-item:not(.mega-menu) {
	position:relative;
}
.menu-main-wrapper .menu-item:not(.mega-menu):hover > .sub-menu {
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.menu-main-wrapper .menu-item:not(.mega-menu) .sub-menu {
	position:absolute;
	top:0;
	left:100%;
	min-width:200px;
	opacity:0;
	background-color:white;
	-webkit-box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
	box-shadow:0 5px 20px -10px rgba(0, 0, 0, 0.3);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);
	transform:translateY(30px);
	pointer-events:none;
}
.menu-main-wrapper .menu-item:not(.mega-menu) .sub-menu a {
	display:block;
	position:relative;
	padding:10px 20px;
	line-height:1.8;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.menu-main-wrapper .menu-item:not(.mega-menu) .sub-menu li:hover > a {
	color:#6777e5;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	visibility:hidden;
	position:absolute;
	top:0;
	left:100%;
	padding:0 20px;
	opacity:0;
	background-image:none !important;
	-webkit-transition:opacity 0.15s ease, -webkit-transform 0.15s ease;
	-o-transition:opacity 0.15s ease, -o-transform 0.15s ease;
	transition:opacity 0.15s ease, -webkit-transform 0.15s ease;
	transition:opacity 0.15s ease, transform 0.15s ease;
	transition:opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease, -o-transform 0.15s ease;
	-webkit-transform:translateY(20px);
	-ms-transform:translateY(20px);
	-o-transform:translateY(20px);
	transform:translateY(20px);
	pointer-events:none;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu:after {
	display:block;
	clear:both;
	content:" ";
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu > .menu-item {
	min-width:200px;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu > .menu-item:not(:last-child) {
	padding-right:30px;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .menu-item-has-children > a {
	color:#050a2c;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .menu-item-has-children > a .menu-desc {
	padding-top:3px;
	font-size:13px;
	font-weight:400;
	font-style:normal;
	line-height:1.5;
	text-transform:initial;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu {
	display:block;
	position:relative;
	left:0;
	opacity:1;
	background:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	pointer-events:auto;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu .menu-item-has-children {
	margin-top:20px;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a {
	position:relative;
	padding:5px 20px;
	color:#050a2c;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a:before {
	top:auto;
	bottom:0;
	height:1px;
	background-color:rgba(0, 0, 0, 0.1);
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a:after {
	position:absolute;
	right:0;
	bottom:0;
	width:0;
	height:1px;
	background-color:#6777e5;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a:hover:after {
	right:auto;
	left:0;
	width:100%;
}
.menu-main-wrapper .menu-item.mega-menu > .sub-menu .sub-menu a .menu-desc {
	font-weight:400;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) {
	position:relative;
	white-space:nowrap;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) a {
	padding:10px 15px;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) a:hover {
	color:#6777e5;
}
.menu-main-wrapper .menu .page_item:not(.menu-item) .children {
	position:absolute;
	top:0;
	left:100%;
}
.menu-main-wrapper .hover-area {
	position:absolute;
	top:0;
}
.menu-background {
	overflow-x:hidden;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px solid #e3e3e3;
	background-color:white;
	-webkit-transition:width 0.3s ease;
	-o-transition:width 0.3s ease;
	transition:width 0.3s ease;
}
.menu-background .menu-main-background {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background-color:inherit;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.menu-background .menu-main-background.sub-open {
	-webkit-box-shadow:4px 0 5px -4px rgba(0, 0, 0, 0.1);
	box-shadow:4px 0 5px -4px rgba(0, 0, 0, 0.1);
}
.menu-background .sub-bg-container {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background-repeat:no-repeat;
	background-position:bottom right;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.mobile-menu-wrap {
	display:none;
	position:relative;
	padding:15px;
	border-top:1px solid #e3e3e3;
	background-color:white;
}
@media screen and (min-width: 991px) {
	.mobile-menu-wrap {
		display:none !important;
	}
}
.mobile-menu-wrap .hdr-widget--product-search, .mobile-menu-wrap .hdr-widget--menu-user {
	display:block !important;
	padding:15px;
}
.mobile-menu-wrap .product-search-input {
	margin:0;
	padding-top:0;
}
.mobile-menu-wrap .hdr-widget--product-search {
	padding:0 0 15px;
}
.mobile-menu-wrap .hdr-widget--product-search .search-icon {
	right:0;
}
.mobile-menu-wrap .hdr-widget--menu-user {
	margin-top:15px;
	padding:0;
	border:1px solid #e3e3e3;
}
.mobile-menu-wrap .hdr-widget--menu-user a {
	display:block;
	color:inherit;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-nologin-user-wrap a {
	padding:10px;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-nologin-user-wrap a:before {
	display:inline-block;
	margin-right:10px;
	font-family:"Dripicons-v2";
	vertical-align:middle;
	content:"\e013";
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar {
	display:block;
	position:relative;
	width:100%;
	padding:10px 15px;
	font-size:inherit;
	text-align:left;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar:after {
	position:absolute;
	top:0;
	right:20px;
	bottom:0;
	height:24px;
	margin:auto;
	font-family:"Dripicons-v2";
	content:"\54";
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar img {
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-avatar span {
	display:inline-block;
	text-transform:capitalize;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap {
	display:none;
	position:relative;
	z-index:1;
	padding:0;
	border:none;
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap:before, .mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap:after {
	display:none;
}
.mobile-menu-wrap .hdr-widget--menu-user .menu-user-wrap .menu-item {
	border-top:1px solid #e3e3e3;
}
.mobile-menu .menu {
	margin:0;
	padding:0;
	border:1px solid #e3e3e3;
	border-bottom:none;
	list-style:none;
}
.mobile-menu .menu-item {
	border-bottom:1px solid #e3e3e3;
}
.mobile-menu .menu-item a {
	display:block;
	position:relative;
	padding:10px 20px;
}
.mobile-menu .menu-item a .fa, .mobile-menu .menu-item a [class*="ico"], .mobile-menu .menu-item a [class*="ti-"] {
	width:16px;
	margin-right:10px;
}
.mobile-menu .menu-desc {
	display:none;
}
.mobile-menu .menu .sub-menu {
	display:none;
	margin:0;
	padding-right:0;
	padding-left:0;
	padding-left:30px;
	border-top:1px solid #e3e3e3;
	background-image:none !important;
	list-style:none;
}
.mobile-menu .menu .sub-menu .menu-item {
	border-left:1px solid #e3e3e3;
}
.mobile-menu .menu .sub-menu .menu-item:last-child {
	border-bottom:none;
}
.mobile-menu .open-sub {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	min-width:48px;
	border:none;
	background:none;
	font-size:16px;
	text-align:center;
}
.mobile-menu .open-sub .dripicons-chevron-down {
	display:inline-block;
	position:relative;
	margin-right:0 !important;
	-webkit-transition:-webkit-transform 0.3s ease;
	-o-transition:-o-transform 0.3s ease;
	transition:-webkit-transform 0.3s ease;
	transition:transform 0.3s ease;
	transition:transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.mobile-menu .open-sub.active .dripicons-chevron-down {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
/*
 *  11. Hero Component
 */
.hero-carousel-wrap {
	position:relative;
	background-color:#efefef;
}
.hero-carousel-wrap .uil-ripple {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	-webkit-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}
.hero-carousel-wrap .slick-initialized + .uil-ripple {
	z-index:-1;
	opacity:none;
}
.hero-carousel-wrap.style-1 .hero-carousel {
	overflow:hidden;
	position:relative;
	white-space:nowrap;
}
.hero-carousel-wrap.style-1 .hero-carousel:after {
	display:block;
	clear:both;
	content:" ";
}
.hero-carousel-wrap.style-1 .hero-carousel [tabindex]:focus {
	outline:none;
}
.hero-carousel-wrap.style-1 .hero-carousel.slick-initialized .hero-item {
	opacity:1;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item {
	display:inline-block;
	position:relative;
	padding:50px 25px;
	outline:none !important;
	opacity:0;
	white-space:normal;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__inner {
	position:relative;
	-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
	box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 990px) {
	.hero-carousel-wrap.style-1 .hero-carousel .hero-item__inner {
		-webkit-box-shadow:none;
		box-shadow:none;
	}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item .block-link {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image {
	position:relative;
	margin:0;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
	background:-o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
	background:linear-gradient(transparent, rgba(0, 0, 0, 0.4));
	content:" ";
}
@media screen and (max-width: 990px) {
	.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image {
		margin-bottom:30px;
		-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
		box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.6);
	}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__image img {
	display:block;
	width:100%;
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item.slick-current .hero-item__detail {
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail {
	position:absolute;
	z-index:1;
	bottom:50px;
	left:50px;
	width:40%;
	opacity:0;
	-webkit-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	transition-delay:0.3s;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	-o-transform:translateY(50px);
	transform:translateY(50px);
}
@media screen and (max-width: 1300px) {
	.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail {
		bottom:30px;
		left:30px;
		width:50%;
	}
}
@media screen and (max-width: 990px) {
	.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail {
		position:relative;
		right:0 !important;
		bottom:0;
		left:0;
		width:100%;
		color:inherit !important;
		text-align:center !important;
	}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail--right {
	right:50px;
	left:auto;
	text-align:right;
}
@media screen and (max-width: 1300px) {
	.hero-carousel-wrap.style-1 .hero-carousel .hero-item__detail--right {
		right:30px;
	}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__title {
	margin:0 0 10px;
	color:white;
	font-size:48px;
	font-size:3em;
	font-weight:900;
	line-height:1;
}
@media screen and (max-width: 1300px) {
	.hero-carousel-wrap.style-1 .hero-carousel .hero-item__title {
		color:#050a2c;
		font-size:32px;
		font-size:2em;
	}
}
.hero-carousel-wrap.style-1 .hero-carousel .hero-item__desc {
	margin:0;
	color:rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 990px) {
	.hero-carousel-wrap.style-1 .hero-carousel .hero-item__desc {
		color:#9c9ea6;
	}
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item {
	position:relative;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background, .hero-carousel-wrap.style-2 .hero-carousel .hero-item .bg {
	position:absolute;
	width:100%;
	height:100%;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background {
	overflow:hidden;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background .bg {
	background-position:center;
	background-size:cover;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-background .bg:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
	background:-o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
	background:linear-gradient(transparent, rgba(0, 0, 0, 0.4));
	content:" ";
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-content {
	position:relative;
	z-index:1;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-content .container, .hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-content .dokan-dashboard .dokan-dashboard-content > article, .dokan-dashboard .hero-carousel-wrap.style-2 .hero-carousel .hero-item .hero-content .dokan-dashboard-content > article {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:100px 40px;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__inner {
	width:100%;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__inner:after {
	display:block;
	clear:both;
	content:" ";
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item .block-link {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__title {
	margin:0;
	opacity:0;
	color:white;
	font-size:64px;
	font-size:4em;
	line-height:1;
	-webkit-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
	-o-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
	transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	transition-delay:0.3s;
	-webkit-transform:translateY(100px);
	-ms-transform:translateY(100px);
	-o-transform:translateY(100px);
	transform:translateY(100px);
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__desc {
	opacity:0;
	color:rgba(255, 255, 255, 0.8);
	font-size:18px;
	font-size:1.125em;
	font-weight:300;
	-webkit-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
	-o-transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
	transition:0.6s cubic-bezier(0.79, 0.03, 0.25, 1);
	-webkit-transition-delay:0.4s;
	-o-transition-delay:0.4s;
	transition-delay:0.4s;
	-webkit-transform:translateY(100px);
	-ms-transform:translateY(100px);
	-o-transform:translateY(100px);
	transform:translateY(100px);
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item.slick-current .hero-item__title, .hero-carousel-wrap.style-2 .hero-carousel .hero-item.slick-current .hero-item__desc {
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--right {
	float:right;
	text-align:right;
}
@media screen and (min-width: 991px) {
	.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--right {
		width:50%;
	}
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--left {
	float:left;
	text-align:left;
}
@media screen and (min-width: 991px) {
	.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--left {
		width:50%;
	}
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--center {
	text-align:center;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--light .hero-background .bg:before {
	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));
	background:-o-linear-gradient(transparent, rgba(255, 255, 255, 0.4));
	background:linear-gradient(transparent, rgba(255, 255, 255, 0.4));
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--light .hero-item__title {
	color:#333333;
}
.hero-carousel-wrap.style-2 .hero-carousel .hero-item__detail--light .hero-item__desc {
	color:rgba(0, 0, 0, 0.7);
}
.hero-carousel-wrap.style-2 .slick-prev, .hero-carousel-wrap.style-2 .slick-next {
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	width:36px;
	height:36px;
	margin:auto;
	border:none;
	color:white;
	background:none;
	font-size:36px;
	font-size:2.25em;
	line-height:1;
}
.hero-carousel-wrap.style-2 .slick-prev {
	left:0;
}
.hero-carousel-wrap.style-2 .slick-next {
	right:0;
}
.hero-carousel-wrap.style-2 .slick-dots {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:20px 0;
	text-align:center;
	list-style:none;
}
.hero-carousel-wrap.style-2 .slick-dots li {
	display:inline-block;
	padding:0 5px;
}
.hero-carousel-wrap.style-2 .slick-dots li button {
	overflow:hidden;
	width:8px;
	height:8px;
	padding:0;
	border:none;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:white;
	text-indent:-9999px;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hero-carousel-wrap.style-2 .slick-dots li.slick-active button {
	width:30px;
}
/*
 *  12. Post
 */
.post-grid .post[data-sticky], .post-masonry .post[data-sticky] {
	position:relative;
}
.post-grid .post[data-sticky]:before, .post-masonry .post[data-sticky]:before {
	position:absolute;
	z-index:1;
	top:15px;
	left:30px;
	padding:2px 10px;
	color:white;
	background-color:#6777e5;
	font-size:12px;
	font-size:0.75em;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	content:attr(data-sticky);
}
.post-grid .post__inner, .post-masonry .post__inner {
	overflow:hidden;
	position:relative;
	width:100%;
	background-color:white;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.post-grid .post:hover .post__inner, .post-masonry .post:hover .post__inner {
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
}
.post-grid .post__image a, .post-grid .post__image img, .post-masonry .post__image a, .post-masonry .post__image img {
	display:block;
}
.post-grid .post__image img, .post-masonry .post__image img {
	width:100%;
	height:auto;
}
.post-grid .post:not(.has-post-thumbnail) .post__inner, .post-masonry .post:not(.has-post-thumbnail) .post__inner {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	min-height:15em;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
}
.post-grid .post:not(.has-post-thumbnail) .post__detail, .post-masonry .post:not(.has-post-thumbnail) .post__detail {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
}
.post-grid .post:not(.has-post-thumbnail) .post__header, .post-masonry .post:not(.has-post-thumbnail) .post__header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.post-grid .post__detail, .post-masonry .post__detail {
	padding:20px;
}
@media screen and (max-width: 480px) {
	.post-grid .post__detail, .post-masonry .post__detail {
		padding:15px;
	}
}
.post-grid .post__detail .categories, .post-masonry .post__detail .categories {
	display:block;
	color:#9c9ea6;
	font-size:14px;
	font-size:0.875em;
}
.post-grid .post__header, .post-masonry .post__header {
	margin-bottom:20px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.post-grid .post__title, .post-masonry .post__title {
	margin:0 0 10px;
	font-size:26px;
	font-size:1.625em;
}
@media screen and (max-width: 480px) {
	.post-grid .post__title, .post-masonry .post__title {
		font-size:16px;
		font-size:1em;
	}
}
.post-grid .post__meta, .post-masonry .post__meta {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 -20px -20px;
	padding:15px;
	border-top:1px solid #f0f0f0;
	background-color:#fbfbfb;
	font-size:14px;
	font-size:0.875em;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
@media screen and (max-width: 480px) {
	.post-grid .post__meta, .post-masonry .post__meta {
		font-size:10px;
		font-size:0.625em;
		line-height:1.3;
	}
}
.post-grid .post__meta .post__author, .post-masonry .post__meta .post__author {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.post-grid .post__meta img, .post-masonry .post__meta img {
	display:inline-block;
	margin-right:10px;
	border:2px solid white;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 10px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
}
.post-grid .post__meta .date i, .post-masonry .post__meta .date i {
	margin-right:5px;
}
.post-grid .post__more, .post-masonry .post__more {
	display:inline-block;
	margin-top:20px;
	color:#6777e5;
	font-weight:700;
}
.post-grid .post {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.post-grid .post .post__image {
	overflow:hidden;
	max-height:300px;
}
.post-grid .post .post__image img {
	max-height:300px;
	-o-object-fit:cover;
	object-fit:cover;
}
.post-list .post {
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
	padding:30px 30px 35px;
	background-color:white;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.05);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
@media screen and (max-width: 640px) {
	.post-list .post {
		padding:15px;
	}
}
.post-list .post:hover {
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
}
.post-list .post__inner {
	display:table;
	width:100%;
}
.post-list .post__image, .post-list .post__detail {
	display:table-cell;
	vertical-align:top;
}
@media screen and (max-width: 640px) {
	.post-list .post__image, .post-list .post__detail {
		display:block;
	}
}
.post-list .post .categories {
	color:#9c9ea6;
	font-size:14px;
	font-size:0.875em;
}
.post-list .post__image {
	width:200px;
}
@media screen and (max-width: 640px) {
	.post-list .post__image {
		width:100%;
		text-align:center;
	}
	.post-list .post__image img {
		width:100%;
	}
}
.post-list .post.has-post-thumbnail .post__detail {
	padding-left:30px;
}
@media screen and (max-width: 640px) {
	.post-list .post.has-post-thumbnail .post__detail {
		padding-left:0;
	}
}
.post-list .post__title {
	margin:0 0 10px;
	font-size:32px;
	font-size:2em;
	line-height:1.3;
}
.post-list .post__meta {
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
	color:#9c9ea6;
}
.post-list .post__meta .post__author {
	display:inline-block;
}
.post-list .post__meta img {
	display:inline-block;
	margin-right:10px;
	border:3px solid white;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 10px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
}
.post-list .post__meta span {
	margin-right:10px;
}
.post-list .post__meta a:hover {
	color:#6777e5;
}
.post-list .post__more {
	margin:20px 0 0;
}
.gallery-slider {
	position:relative;
}
.gallery-slider .slides {
	overflow:hidden;
	margin:0;
	padding-left:0;
	white-space:nowrap;
	list-style:none;
}
.gallery-slider .slides li {
	display:inline-block;
	white-space:normal;
}
.gallery-slider .flex-viewport img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
.gallery-slider .flex-direction-nav {
	margin:0;
	padding-left:0;
	list-style:none;
}
.gallery-slider .flex-direction-nav .flex-next, .gallery-slider .flex-direction-nav .flex-prev {
	position:absolute;
	z-index:8;
	top:0;
	bottom:0;
	width:40px;
	height:50px;
	margin:auto;
	color:white;
	background-color:rgba(0, 0, 0, 0.5);
	font-size:24px;
	font-size:1.5em;
	line-height:50px;
	text-align:center;
}
.gallery-slider .flex-direction-nav .flex-prev {
	left:0;
}
.gallery-slider .flex-direction-nav .flex-next {
	right:0;
}
.gallery-slider .flex-direction-nav .flex-disabled {
	opacity:0;
	pointer-events:none;
}
.posts-navigation {
	padding:50px 0;
}
.posts-navigation:after {
	display:block;
	clear:both;
	content:" ";
}
.posts-navigation .next-link, .posts-navigation .prev-link {
	padding:5px 40px;
}
.posts-navigation .next-link {
	float:right;
}
.posts-navigation .prev-link {
	float:left;
}
.single-post .site-header {
	margin-bottom:50px;
}
@media screen and (max-width: 990px) {
	.single-post .site-header {
		margin-bottom:15px !important;
	}
}
.single-post .post {
	position:relative;
	margin-bottom:50px;
	background-color:white;
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.06);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 480px) {
	.single-post .post {
		margin-bottom:30px;
	}
}
.single-post .post__image img {
	width:100%;
}
.single-post .post .gallery-slider {
	margin:-30px -30px 30px;
}
.single-post .post .categories {
	display:block;
	margin-bottom:15px;
}
.single-post .post .categories a {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	padding:2px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	background-color:#6777e5;
	font-size:12px;
	font-size:0.75em;
}
.single-post .post__title {
	margin:0 0 15px;
	font-size:36px;
	font-size:2.25em;
	line-height:1.3;
}
@media screen and (max-width: 768px) {
	.single-post .post__title {
		font-size:32px;
		font-size:2em;
	}
}
.single-post .post__meta {
	margin-bottom:50px;
}
.single-post .post__meta span {
	position:relative;
	font-size:14px;
	font-size:0.875em;
}
.single-post .post__meta span i {
	display:inline-block;
	position:absolute;
	top:5px;
	left:0;
	width:32px;
	margin-right:10px;
	color:#050a2c;
	text-align:center;
}
.single-post .post__meta .post__author {
	display:inline-block;
	position:relative;
	margin-right:5px;
	padding-right:40px;
}
.single-post .post__meta .post__author:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:30px;
	height:1px;
	margin:auto;
	background-color:rgba(0, 0, 0, 0.4);
	content:" ";
}
.single-post .post__meta .post__author img {
	display:inline-block;
	margin-right:10px;
	border:2px solid white;
	-webkit-border-radius:50%;
	border-radius:50%;
	vertical-align:middle;
}
.single-post .post__meta .byline {
	display:inline-block;
	padding-left:0;
}
.single-post .post__meta .byline a {
	color:#050a2c;
}
.single-post .post__meta .byline a:hover {
	color:#6777e5;
}
.single-post .post__content {
	padding:50px 50px 30px;
}
@media screen and (max-width: 990px) {
	.single-post .post__content {
		padding:15px;
	}
}
.single-post .post__footer {
	margin-top:50px;
	padding:30px 50px;
	border-top:1px solid rgba(0, 0, 0, 0.05);
	background-color:rgba(0, 0, 0, 0.02);
}
.single-post .post__footer:after {
	display:block;
	clear:both;
	content:" ";
}
@media screen and (max-width: 640px) {
	.single-post .post__footer {
		padding-right:15px;
		padding-left:15px;
	}
}
.single-post .post .post__categories, .single-post .post .post__tags {
	position:relative;
	margin-bottom:15px;
	padding-left:32px;
}
.single-post .post .post__categories [class*="ti"], .single-post .post .post__tags [class*="ti"] {
	display:inline-block;
	position:absolute;
	top:5px;
	left:0;
	margin-right:10px;
}
.single-post .post .post__categories a:hover, .single-post .post .post__tags a:hover {
	color:#6777e5;
}
.single-post .post__share {
	position:relative;
	padding-left:32px;
}
.single-post .post__share:before {
	display:inline-block;
	position:absolute;
	left:0;
	margin-right:10px;
	font-family:themify;
	content:"\e72e";
}
.single-post .post__share a {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	line-height:1;
}
.single-post .post__share a.facebook {
	background-color:#3b5998;
}
.single-post .post__share a.twitter {
	background-color:#55acee;
}
.single-post .post__share a.google-plus {
	background-color:#e02f2f;
}
.single-post .post__share a.linkedin {
	background-color:#007bb5;
}
.single-post .post__share .fa {
	margin-right:10px;
}
.single-post .post__share .label {
	font-size:90%;
}
.single-post .post__nav {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:30px 0 70px;
	text-align:center;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-box-align:start;
	-moz-box-align:start;
	-ms-flex-align:start;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.single-post .post__nav--prev, .single-post .post__nav--next {
	padding:0 15px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.single-post .post__nav strong {
	font-size:90%;
	letter-spacing:1px;
	text-transform:uppercase;
}
.single-post .post__nav h2 {
	margin-top:0;
	margin-bottom:5px;
	line-height:1.3;
}
.single-post .post__comment {
	margin-bottom:100px;
}
.pingback .comment-body {
	margin-bottom:0;
	padding:30px;
	font-weight:700;
}
.pingback .comment-body a {
	font-weight:normal;
}
.pingback .comment-body .edit-link {
	float:right;
	color:#6777e5;
	font-style:italic;
}
.pingback + .comment {
	margin-top:50px;
}
.comment {
	margin-bottom:30px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.comment-list, .commentlist {
	margin:0 0 100px;
	padding:0;
	list-style:none;
}
.comments-title {
	position:relative;
	padding-left:64px;
}
.comments-title i {
	position:absolute;
	top:10px;
	left:0;
	margin-bottom:15px;
	color:#6777e5;
	font-size:36px;
	font-size:2.25em;
}
.comments-area .section-header {
	margin-top:0;
}
.comment-body {
	position:relative;
	margin-bottom:30px;
	padding:20px 20px 20px 100px;
	padding-bottom:30px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:white;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 640px) {
	.comment-body {
		padding-left:0;
	}
}
@media screen and (max-width: 640px) {
	.comment-meta {
		position:relative;
		min-height:50px;
		margin-bottom:30px;
		padding-left:72px;
	}
}
.comment-meta .comment-author {
	display:inline-block;
}
.comment-meta .avatar {
	position:absolute;
	top:20px;
	left:20px;
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
@media screen and (max-width: 640px) {
	.comment-meta .avatar {
		top:0;
		width:36px;
		height:36px;
	}
}
.comment-meta .fn {
	display:inline-block;
	margin-top:5px;
	color:#050a2c;
	font-size:18px;
	font-size:1.125em;
	font-weight:700;
	font-style:normal;
	line-height:1;
}
.comment-meta .fn a {
	color:inherit;
}
.comment-metadata {
	display:inline-block;
	margin-left:10px;
	color:#9c9ea6;
	font-size:14px;
	font-style:italic;
}
@media screen and (max-width: 640px) {
	.comment-content {
		padding-left:20px;
	}
}
.comment .reply {
	margin-top:30px;
}
.comment .reply a {
	display:block;
	padding-right:20px;
	color:#050a2c;
	font-size:14px;
	font-size:0.875em;
	font-weight:700;
	text-align:right;
	letter-spacing:1px;
	text-transform:uppercase;
}
.comment .reply a:after {
	background-color:#6777e5;
}
.comment .reply span {
	display:none;
}
.comment .children {
	position:relative;
	list-style:none;
}
.comment .children:before {
	position:absolute;
	left:10px;
	color:rgba(0, 0, 0, 0.2);
	font-family:"fontawesome";
	content:"\f112";
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.comment-respond .section-header {
	margin-top:0;
}
.comment-respond .comment-notes, .comment-respond .form-submit, .comment-respond .logged-in-as {
	clear:both;
	padding:0 15px;
}
.comment-respond .form-submit {
	display:block;
	text-align:right;
}
.comment-respond .comment-form {
	margin:0 -15px;
}
.comment-respond .comment-form label {
	display:inline-block;
	margin-bottom:15px;
	color:#050a2c;
	font-weight:700;
}
.comment-respond .comment-form-rating, .comment-respond .comment-form .stars {
	padding:0 15px;
}
.comment-respond .comment-form-rating .stars {
	margin-top:0;
}
.comment-respond .comment-form-comment {
	width:100%;
	margin:0 0 30px;
	padding:0 15px;
}
.comment-respond .comment-form-comment textarea {
	display:block;
	width:100%;
	padding:20px 15px;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
	float:left;
	width:33.3333%;
	margin:0 0 10px;
	padding:0 15px;
}
@media screen and (max-width: 640px) {
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
		width:100%;
	}
}
.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
	display:block;
	width:100%;
}
.bypostauthor .avatar {
	border:2px solid #6777e5;
}
.bypostauthor .comment-body {
	border-bottom-color:#6777e5;
}
.comment-respond {
	margin-bottom:30px;
	padding:30px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:white;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.06);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.06);
}
.comment-respond .section-header {
	padding-bottom:0;
}
.comment-respond .section-header small {
	float:right;
	color:#9c9ea6;
	font-size:16px;
}
@-webkit-keyframes shakeShare {
	0% {
		-webkit-transform:rotateX(0);
		transform:rotateX(0);
	}
	15% {
		-webkit-transform:rotateX(40deg);
		transform:rotateX(40deg);
	}
	30% {
		-webkit-transform:rotateX(-30deg);
		transform:rotateX(-30deg);
	}
	50% {
		-webkit-transform:rotateX(20deg);
		transform:rotateX(20deg);
	}
	60% {
		-webkit-transform:rotateX(-15deg);
		transform:rotateX(-15deg);
	}
	75% {
		-webkit-transform:rotateX(10deg);
		transform:rotateX(10deg);
	}
	100% {
		-webkit-transform:rotateX(0);
		transform:rotateX(0);
	}
}
@-o-keyframes shakeShare {
	0% {
		transform:rotateX(0);
	}
	15% {
		transform:rotateX(40deg);
	}
	30% {
		transform:rotateX(-30deg);
	}
	50% {
		transform:rotateX(20deg);
	}
	60% {
		transform:rotateX(-15deg);
	}
	75% {
		transform:rotateX(10deg);
	}
	100% {
		transform:rotateX(0);
	}
}
@keyframes shakeShare {
	0% {
		-webkit-transform:rotateX(0);
		transform:rotateX(0);
	}
	15% {
		-webkit-transform:rotateX(40deg);
		transform:rotateX(40deg);
	}
	30% {
		-webkit-transform:rotateX(-30deg);
		transform:rotateX(-30deg);
	}
	50% {
		-webkit-transform:rotateX(20deg);
		transform:rotateX(20deg);
	}
	60% {
		-webkit-transform:rotateX(-15deg);
		transform:rotateX(-15deg);
	}
	75% {
		-webkit-transform:rotateX(10deg);
		transform:rotateX(10deg);
	}
	100% {
		-webkit-transform:rotateX(0);
		transform:rotateX(0);
	}
}
.type-page .entry-content, .type-page
.page-content, .type-page
.comment-content {
	margin-bottom:50px;
}
.entry-content h1, .page-content h1, .comment-content h1 {
	font-size:3.5em;
}
@media screen and (max-width: 480px) {
	.entry-content h1, .page-content h1, .comment-content h1 {
		font-size:3em;
	}
}
.entry-content h2, .page-content h2, .comment-content h2 {
	font-size:2.8em;
}
@media screen and (max-width: 480px) {
	.entry-content h2, .page-content h2, .comment-content h2 {
		font-size:2.5em;
	}
}
.entry-content h3, .page-content h3, .comment-content h3 {
	font-size:36px;
	font-size:2.25em;
}
@media screen and (max-width: 480px) {
	.entry-content h3, .page-content h3, .comment-content h3 {
		font-size:24px;
		font-size:1.5em;
	}
}
.entry-content h4, .page-content h4, .comment-content h4 {
	font-size:30px;
	font-size:1.875em;
}
@media screen and (max-width: 480px) {
	.entry-content h4, .page-content h4, .comment-content h4 {
		font-size:22px;
		font-size:1.375em;
	}
}
.entry-content h5, .page-content h5, .comment-content h5 {
	font-size:24px;
	font-size:1.5em;
}
@media screen and (max-width: 480px) {
	.entry-content h5, .page-content h5, .comment-content h5 {
		font-size:20px;
		font-size:1.25em;
	}
}
.entry-content h6, .page-content h6, .comment-content h6 {
	font-size:18px;
	font-size:1.125em;
}
@media screen and (max-width: 480px) {
	.entry-content h6, .page-content h6, .comment-content h6 {
		font-size:18px;
		font-size:1.125em;
	}
}
.entry-content .leading, .page-content .leading, .comment-content .leading {
	font-family:"Playfair Display";
	font-size:21px;
	font-size:1.3125em;
	line-height:1.7;
}
.entry-content blockquote, .page-content blockquote, .comment-content blockquote {
	min-height:100px;
	margin-left:0;
	padding-top:30px;
	padding-left:30px;
	color:#050a2c;
	background-image:url(../img/quote.png);
	background-repeat:no-repeat;
	font-size:24px;
	font-size:1.5em;
}
.entry-content blockquote p, .page-content blockquote p, .comment-content blockquote p {
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	line-height:inherit;
}
.entry-content blockquote cite, .page-content blockquote cite, .comment-content blockquote cite {
	display:block;
	padding:40px 0 0;
	font-family:"Open Sans";
	font-size:14px;
	font-size:0.5833333333em;
	font-style:normal;
}
.entry-content blockquote cite:before, .page-content blockquote cite:before, .comment-content blockquote cite:before {
	display:inline-block;
	width:40px;
	height:1px;
	margin-right:10px;
	background-color:#bdbdbd;
	vertical-align:middle;
	content:" ";
}
.entry-content img, .page-content img, .comment-content img {
	height:auto;
}
.entry-content .alignleft, .page-content .alignleft, .comment-content .alignleft {
	max-width:60%;
	margin:30px 30px 30px 0;
}
@media screen and (max-width: 480px) {
	.entry-content .alignleft, .page-content .alignleft, .comment-content .alignleft {
		float:none;
		max-width:100%;
		margin:30px 0;
	}
}
.entry-content .alignright, .page-content .alignright, .comment-content .alignright {
	max-width:60%;
	margin:30px 0 30px 30px;
}
@media screen and (max-width: 480px) {
	.entry-content .alignright, .page-content .alignright, .comment-content .alignright {
		float:none;
		max-width:100%;
		margin:30px 0;
	}
}
.entry-content pre, .page-content pre, .comment-content pre {
	overflow:auto;
	max-width:100%;
	word-break:break-word;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.wp-caption {
	margin:30px 0;
}
.wp-caption img {
	height:auto;
}
.wp-caption.alignleft {
	margin-right:30px;
}
.wp-caption.alignright {
	margin-left:30px;
}
.wp-caption.aligncenter {
	margin:30px auto;
}
.wp-caption-text {
	color:#9c9ea6;
}
.gallery-caption {
	color:#9c9ea6;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.comments-nav {
	position:relative;
	z-index:1;
	margin-bottom:30px;
	padding:30px 0;
}
.comments-nav .page-numbers {
	position:absolute;
	z-index:-1;
	left:0;
	width:100%;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.comments-nav .page-numbers {
		display:none;
	}
}
.comments-nav .comment-navigation:after {
	display:block;
	clear:both;
	content:" ";
}
.comments-nav .comment-navigation .nav-previous a, .comments-nav .comment-navigation .nav-next a {
	display:block;
	padding:5px 30px;
	border:2px solid #6777e5;
	-webkit-border-radius:40px;
	border-radius:40px;
}
.comments-nav .comment-navigation .nav-previous {
	float:left;
}
.comments-nav .comment-navigation .nav-next {
	float:right;
}
.post-password-form p:last-child {
	position:relative;
}
.post-password-form input[type="submit"] {
	line-height:1;
}
.page-links {
	margin-top:50px;
}
.page-links .page-links-title {
	padding-left:0;
	font-weight:700;
}
.page-links span {
	display:inline-block;
	padding:0 10px;
}
.page-links a {
	color:#6777e5;
}
.wp-playlist.wp-audio-playlist {
	margin:0;
	padding:30px;
	border:1px solid #efefef;
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.06);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.06);
}
.wp-playlist.wp-audio-playlist .wp-playlist-current-item {
	height:auto;
}
.wp-playlist.wp-audio-playlist .wp-playlist-current-item img {
	max-width:72px;
}
.wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-title {
	display:block;
	font-size:18px;
	font-size:1.125em;
	font-weight:700;
}
.wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-album, .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-artist {
	display:inline-block;
	margin-right:15px;
	font-style:normal;
}
.wp-playlist.wp-audio-playlist .wp-playlist-tracks .wp-playlist-item {
	padding:15px 0;
	text-transform:capitalize;
}
.wp-playlist.wp-audio-playlist .wp-playlist-tracks .wp-playlist-item-length {
	top:15px;
}
.gallery:after {
	display:block;
	clear:both;
	content:" ";
}
.gallery.gallery-columns-4 .gallery-item {
	width:25%;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
	clear:both;
}
.gallery.gallery-columns-3 .gallery-item {
	width:33.3333%;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear:both;
}
.gallery-item {
	float:left;
	padding:5px;
}
.gallery-item img {
	display:block;
	width:100%;
	max-width:100%;
}
.gallery-caption {
	font-style:italic;
}
/*
 *  13. Page
 */
.page-header {
	position:relative;
	z-index:1;
	margin-bottom:50px;
	padding:100px 0;
	background-color:white;
}
.page-header--center {
	text-align:center;
}
.page-header--right {
	text-align:right;
}
.page-header-bg {
	overflow:hidden;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.page-header-bg .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/pattern-2.png);
	background-position:center;
	background-size:cover;
}
.page-header-bg .bg[style] {
	background-size:cover !important;
}
.page-header .page-title {
	margin:0 0 20px;
	font-size:40px;
	font-size:2.5em;
	line-height:1;
}
@media screen and (max-width: 480px) {
	.page-header .page-title {
		font-size:48px;
		font-size:3em;
	}
}
.page-header .page-subtitle {
	font-size:18px;
	font-size:1.125em;
	font-weight:300;
}
.page-header .product-search-input, .page-header .dokan-seller-search-form {
	width:768px;
	max-width:100%;
}
.breadcrumbs {
	font-family:"Playfair Display";
}
.breadcrumbs a, .breadcrumbs span {
	display:inline-block;
}
.breadcrumbs a {
	color:#6777e5;
}
.error404 .site-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	min-height:100vh;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
}
.error404 .site-content .main-content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	position:relative;
	z-index:1;
	margin-bottom:0;
	padding:100px 0;
	background-image:url(../img/dummy/outer-space.jpg);
	background-size:cover;
	text-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-align:center;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	-webkit-flex-grow:1;
	flex-grow:1;
	-ms-flex-pack:center;
	-ms-flex-positive:1;
	-webkit-justify-content:center;
	justify-content:center;
}
.error404 .site-content .main-content:before {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	content:" ";
}
.error404 .site-content .type-page {
	height:100%;
}
.error404 .site-content .fourohfour {
	display:block;
	margin-bottom:50px;
	color:white;
	font-size:200px;
	font-size:12.5em;
	font-weight:900;
	line-height:1;
	letter-spacing:-20px;
}
.error404 .site-content .fourohfour .char-2 {
	position:relative;
	top:50px;
	left:-20px;
}
@media screen and (max-width: 640px) {
	.error404 .site-content .fourohfour .char-2 {
		top:0.2em;
		left:0;
	}
}
@media screen and (max-width: 640px) {
	.error404 .site-content .fourohfour {
		font-size:70px;
		font-size:4.375em;
		letter-spacing:0;
	}
}
.error404 .site-content .entry-title {
	color:rgba(255, 255, 255, 0.9);
	font-weight:300;
}
@media screen and (max-width: 640px) {
	.error404 .site-content .entry-title {
		font-size:32px;
		font-size:2em;
	}
}
.error404 .site-content .widget_search input {
	color:white;
}
.no-content-wrap {
	padding:100px 0;
}
.no-content-wrap .no-content-icon {
	margin-bottom:50px;
	color:rgba(0, 0, 0, 0.2);
	font-size:100px;
	font-size:6.25em;
	text-align:center;
}
@media screen and (min-width: 768px) {
	.no-content-wrap .no-content-desc {
		width:85%;
		margin:0 auto;
		text-align:center;
	}
}
.no-content-wrap .no-content-desc p {
	font-size:24px;
	font-size:1.5em;
	font-weight:300;
	line-height:1.5;
}
.icon-grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 -10px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.icon-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	width:25%;
	padding:10px;
	padding:10px;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
@media screen and (max-width: 768px) {
	.icon-item {
		width:50%;
	}
}
@media screen and (max-width: 480px) {
	.icon-item {
		flex-direction:column;
		-webkit-box-direction:normal;
		-moz-box-direction:normal;
		-webkit-box-orient:vertical;
		-moz-box-orient:vertical;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
	}
}
.icon-sample {
	display:inline-block;
	width:48px;
	margin-right:15px;
	font-size:36px;
}
@media screen and (max-width: 480px) {
	.icon-sample {
		width:100%;
		margin-right:0;
		margin-bottom:10px;
		text-align:center;
	}
}
.contact-map {
	margin-bottom:50px;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-map button {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.tokoo-info-window h2 {
	margin:0 0 10px;
	font-size:18px;
}
.contact-detail .address, .contact-detail .phone {
	position:relative;
	padding-left:40px;
}
.contact-detail .address .fa, .contact-detail .phone .fa {
	position:absolute;
	top:5px;
	left:0;
}
.contact-detail .address {
	font-style:normal;
}
.page-contact-form input[type="text"], .page-contact-form input[type="email"], .page-contact-form textarea {
	width:100%;
}
/*
 *  14. Tokoo Shortcode Style
 */
.koo-dropcap {
	margin-top:0;
	margin-bottom:0;
}
.button.small:hover, button.small:hover, input.small:hover[type="submit"], input.small:hover[type="reset"], .small.dokan-btn-theme:hover, .button.medium:hover, button.medium:hover, input.medium:hover[type="submit"], input.medium:hover[type="reset"], .medium.dokan-btn-theme:hover, .button.large:hover, button.large:hover, input.large:hover[type="submit"], input.large:hover[type="reset"], .large.dokan-btn-theme:hover {
	color:white;
}
/*
 *  15. Comment Styling
 */
/*
 *  16. Product Styling
 */
.post-type-archive-product .main-content .row > .content-area {
	padding:0 15px;
}
.product-grid .product {
	margin-bottom:50px;
}
@media screen and (max-width: 480px) {
	.product-grid .product {
		margin-bottom:30px;
	}
}
.product-grid .product:hover .product__action {
	opacity:1;
}
.product-grid .product__image {
	position:relative;
	-webkit-transition:-webkit-transform 0.3s ease;
	-o-transition:-o-transform 0.3s ease;
	transition:-webkit-transform 0.3s ease;
	transition:transform 0.3s ease;
	transition:transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.product-grid .product__image > a {
	display:block;
	overflow:hidden;
}
.product-grid .product__image img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.product-grid .product .onsale {
	position:absolute;
	z-index:2;
	top:20px;
	right:-10px;
	padding:8px 10px;
	color:white;
	background-color:#4f75f2;
	font-size:14px;
	font-size:0.875em;
	line-height:1;
}
.product-grid .product__detail {
	position:relative;
	z-index:1;
	padding:20px;
	padding-bottom:0;
	text-align:center;
}
.product-grid .product__detail > .yith-wcqv-button {
	display:none;
}
.product-grid .product__title {
	overflow:hidden;
	margin:0 0 10px;
	font-size:16px;
	font-size:1em;
	line-height:1.3;
	white-space:nowrap;
	text-overflow:ellipsis;
}
@media screen and (max-width: 480px) {
	.product-grid .product__title {
		font-size:16px;
		font-size:1em;
	}
}
.product-grid .product__title a {
	color:inherit;
	text-decoration:none;
}
.product-grid .product__category {
	overflow:hidden;
	margin-bottom:10px;
	font-size:12px;
	font-size:0.75em;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.product-grid .product__action {
	padding:20px;
	padding-top:0;
}
.product-grid .product .author {
	color:#9c9ea6;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.product-grid .product__price {
	color:#050a2c;
	font-size:16px;
	font-size:1em;
}
@media screen and (max-width: 480px) {
	.product-grid .product__price {
		font-size:14px;
		font-size:0.875em;
	}
}
.product-grid .product .star-rating {
	display:inline-block;
	text-align:left;
}
.product-grid .product .add_to_cart_button, .product-grid .product .ajax_add_to_cart, .product-grid .product .product_type_variable, .product-grid .product .product_type_external {
	position:relative;
	margin:5px 0;
	color:white;
	background-color:#d8dcec;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.product-grid .product .add_to_cart_button .mdi, .product-grid .product .ajax_add_to_cart .mdi, .product-grid .product .product_type_variable .mdi, .product-grid .product .product_type_external .mdi {
	display:inline-block;
	position:relative;
	margin-right:15px;
	vertical-align:middle;
}
.product-grid .product .add_to_cart_button.loading .mdi:before, .product-grid .product .ajax_add_to_cart.loading .mdi:before, .product-grid .product .product_type_variable.loading .mdi:before, .product-grid .product .product_type_external.loading .mdi:before {
	display:block;
	position:relative;
	font-family:"dripicons-v2";
	content:"\e011";
	-webkit-animation:rotating 2s linear infinite;
	-o-animation:rotating 2s linear infinite;
	animation:rotating 2s linear infinite;
}
.product-grid .product .add_to_cart_button.added, .product-grid .product .ajax_add_to_cart.added, .product-grid .product .product_type_variable.added, .product-grid .product .product_type_external.added {
	background-color:#4fc974;
}
.product-grid .product .add_to_cart_button.added .mdi, .product-grid .product .ajax_add_to_cart.added .mdi, .product-grid .product .product_type_variable.added .mdi, .product-grid .product .product_type_external.added .mdi {
	color:white;
}
.product-grid .product .add_to_cart_button.added .mdi:before, .product-grid .product .ajax_add_to_cart.added .mdi:before, .product-grid .product .product_type_variable.added .mdi:before, .product-grid .product .product_type_external.added .mdi:before {
	font-family:"dripicons-v2";
	content:"\53";
}
.product-grid .product .added_to_cart.wc-forward {
	display:none;
}
.product-grid .product .button-label {
	color:white;
}
.product-grid + .view-all {
	margin-bottom:100px;
	padding-top:30px;
}
.product-grid + .view-all .button, .product-grid + .view-all button, .product-grid + .view-all input[type="submit"], .product-grid + .view-all input[type="reset"], .product-grid + .view-all .dokan-btn-theme {
	margin:0;
}
.product-list .product {
	margin-bottom:100px;
}
@media screen and (max-width: 640px) {
	.product-list .product {
		clear:both;
	}
}
.product-list .product__inner {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-moz-box-pack:start;
	-ms-flex-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
@media screen and (max-width: 640px) {
	.product-list .product__inner {
		display:block;
	}
	.product-list .product__inner:after {
		display:block;
		clear:both;
		content:" ";
	}
}
.product-list .product__image {
	position:relative;
	width:200px;
	margin:0;
	-ms-flex-negative:0;
	-webkit-flex-shrink:0;
	flex-shrink:0;
}
@media screen and (max-width: 640px) {
	.product-list .product__image {
		width:100%;
		margin-bottom:30px;
	}
}
.product-list .product__image img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	-webkit-box-shadow:0 10px 20px -3px rgba(0, 0, 0, 0.2);
	box-shadow:0 10px 20px -3px rgba(0, 0, 0, 0.2);
}
.product-list .product__image .onsale {
	position:absolute;
	z-index:2;
	top:20px;
	right:-10px;
	padding:7px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	font-size:14px;
	font-size:0.875em;
	line-height:1;
	text-transform:uppercase;
}
.product-list .product__detail {
	padding-left:40px;
}
@media screen and (max-width: 640px) {
	.product-list .product__detail {
		padding-left:0;
	}
}
.product-list .product__detail > .yith-wcqv-button {
	display:none;
}
.product-list .product__meta .author {
	font-style:italic;
}
.product-list .product__title {
	margin:0;
}
.product-list .product .avatar {
	display:none;
}
.product-list .product__price {
	float:left;
	color:#6777e5;
	font-size:18px;
	font-weight:700;
}
.product-list .product__action {
	float:right;
}
.product-list .product__action .button, .product-list .product__action button, .product-list .product__action input[type="submit"], .product-list .product__action input[type="reset"], .product-list .product__action .dokan-btn-theme, .product-list .product__action .added_to_cart.wc-forward {
	position:relative;
	font-size:12px;
	font-size:0.75em;
	font-weight:700;
	line-height:1;
	letter-spacing:1px;
	text-transform:uppercase;
}
.product-list .product__action .button .dripicons-plus, .product-list .product__action button .dripicons-plus, .product-list .product__action input[type="submit"] .dripicons-plus, .product-list .product__action input[type="reset"] .dripicons-plus, .product-list .product__action .dokan-btn-theme .dripicons-plus, .product-list .product__action .added_to_cart.wc-forward .dripicons-plus {
	display:inline-block;
	position:relative;
	top:-3px;
	line-height:0.7;
	-webkit-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
.product-list .product__action .button.loading .dripicons-plus:before, .product-list .product__action button.loading .dripicons-plus:before, .product-list .product__action input.loading[type="submit"] .dripicons-plus:before, .product-list .product__action input.loading[type="reset"] .dripicons-plus:before, .product-list .product__action .loading.dokan-btn-theme .dripicons-plus:before, .product-list .product__action .added_to_cart.wc-forward.loading .dripicons-plus:before {
	display:block;
	position:relative;
	content:"\e011";
	-webkit-animation:rotating 2s linear infinite;
	-o-animation:rotating 2s linear infinite;
	animation:rotating 2s linear infinite;
}
.product-list .product__action .button.added .dripicons-plus, .product-list .product__action button.added .dripicons-plus, .product-list .product__action input.added[type="submit"] .dripicons-plus, .product-list .product__action input.added[type="reset"] .dripicons-plus, .product-list .product__action .added.dokan-btn-theme .dripicons-plus, .product-list .product__action .added_to_cart.wc-forward.added .dripicons-plus {
	color:#92dc34;
}
.product-list .product__action .button.added .dripicons-plus:before, .product-list .product__action button.added .dripicons-plus:before, .product-list .product__action input.added[type="submit"] .dripicons-plus:before, .product-list .product__action input.added[type="reset"] .dripicons-plus:before, .product-list .product__action .added.dokan-btn-theme .dripicons-plus:before, .product-list .product__action .added_to_cart.wc-forward.added .dripicons-plus:before {
	content:"\53";
}
.added_to_cart.wc-forward {
	display:inline-block;
	border:3px solid;
	-webkit-border-radius:40px;
	border-radius:40px;
	color:#6777e5;
}
@-webkit-keyframes rotating {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@-o-keyframes rotating {
	0% {
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes rotating {
	0% {
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
.mm-product-title {
	margin-bottom:50px;
}
.mm-product-title-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.mm-product-title .title-wrap {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
@media screen and (max-width: 768px) {
	.mm-product-title .title-wrap {
		width:100%;
		margin-bottom:30px;
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-preferred-size:100%;
	}
}
.mm-product-title .title-wrap .product-title {
	display:inline-block;
	margin:0;
	font-size:32px;
	font-size:2em;
	font-weight:700;
}
.mm-product-title .title-wrap .onsale {
	display:inline-block;
	padding:5px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	background-color:#e60000;
	font-size:14px;
	font-weight:900;
	line-height:1;
	vertical-align:top;
	letter-spacing:1px;
	text-transform:uppercase;
}
.mm-product-title .post__share strong, .mm-product-title .post__share .label {
	display:none;
}
.mm-product-title .post__share a {
	padding:10px;
	color:#9c9ea6;
	font-size:22px;
	font-size:1.375em;
}
.mm-product-title .post__share a.facebook:hover {
	color:#3b5998;
}
.mm-product-title .post__share a.twitter:hover {
	color:#55acee;
}
.mm-product-title .post__share a.google-plus:hover {
	color:#e02f2f;
}
.mm-product-title .post__share a.linkedin:hover {
	color:#007bb5;
}
.mm-product-single {
	position:relative;
	z-index:1;
	padding:50px 0 0;
	background-color:white;
}
.mm-product-single:after {
	display:block;
	clear:both;
	content:" ";
}
.mm-product-single .mm-top-bg {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100px;
	opacity:0;
	-webkit-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}
.mm-product-single .mm-top-bg.loaded {
	opacity:1;
}
@media screen and (max-width: 990px) {
	.mm-product-single .mm-top-bg.loaded {
		display:none;
	}
}
.mm-product-single .mm-product-action {
	margin-bottom:30px;
	padding-bottom:30px;
}
.mm-product-single .mm-product-action + form.cart .quantity input {
	width:100%;
}
.mm-product-single .mm-product-action + form.cart input {
	border:none;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#f5f6fa;
}
.mm-product-single .mm-product-action + form .button, .mm-product-single .mm-product-action + form button, .mm-product-single .mm-product-action + form input[type="submit"], .mm-product-single .mm-product-action + form input[type="reset"], .mm-product-single .mm-product-action + form .dokan-btn-theme {
	width:100%;
	margin:20px 0 0;
}
.mm-product-single .variations_form.cart {
	margin-bottom:50px;
	@includ clearfix;
}
.mm-product-single .variations_form.cart .variations {
	margin-bottom:15px;
}
.mm-product-single .variations_form.cart table {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.mm-product-single .variations_form.cart tr {
	display:block;
	margin-bottom:10px;
	background-color:transparent;
}
.mm-product-single .variations_form.cart td {
	display:block;
	padding:5px 0;
}
.mm-product-single .variations_form.cart .label {
	color:#050a2c;
	font-weight:700;
	text-transform:capitalize;
}
.mm-product-single .variations_form.cart select {
	display:block;
	width:100%;
	margin-bottom:10px;
	border:none;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#f5f6fa;
}
.mm-product-single .variations_form.cart .reset_variations {
	float:right;
	font-size:80%;
	font-style:italic;
	text-decoration:underline;
}
.mm-product-single .single_variation_wrap input, .mm-product-single .single_variation_wrap .button, .mm-product-single .single_variation_wrap button, .mm-product-single .single_variation_wrap input[type="submit"], .mm-product-single .single_variation_wrap input[type="reset"], .mm-product-single .single_variation_wrap .dokan-btn-theme {
	width:100%;
	margin:0;
}
.mm-product-single .single_variation_wrap .button, .mm-product-single .single_variation_wrap button, .mm-product-single .single_variation_wrap input[type="submit"], .mm-product-single .single_variation_wrap input[type="reset"], .mm-product-single .single_variation_wrap .dokan-btn-theme {
	margin-top:15px;
}
.mm-product-single .product-bookmark {
	margin:20px 0 50px;
	text-align:center;
}
.mm-product-single .product-bookmark .fa.fa-heart-o {
	color:red;
}
.mm-product-single .product_additional_info table {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.mm-product-single .product_additional_info table tr {
	display:block;
	padding:10px 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
	background-color:transparent;
}
.mm-product-single .product_additional_info table th, .mm-product-single .product_additional_info table td {
	display:block;
	padding:0;
	background-color:transparent;
	font-size:14px;
	font-size:0.875em;
	text-align:left;
}
.mm-product-single .product_additional_info table th {
	color:#050a2c;
	text-transform:capitalize;
}
.mm-product-single .product_additional_info table p {
	margin:0;
}
.mm-product-single .mm-s-product-wdgt {
	margin-bottom:50px;
}
.mm-product-single .mm-s-product-wdgt-title {
	margin-bottom:0;
	font-size:18px;
	font-size:1.125em;
}
.mm-product-single .product-price {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0, 0, 0, 0.08);
	color:#050a2c;
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	font-size:36px;
	font-size:2.25em;
	line-height:1;
}
.mm-product-single .product-price .price {
	margin:0;
}
.mm-product-single .product-price .price del {
	display:inline-block;
	color:rgba(0, 0, 0, 0.4);
	font-size:16px;
	font-size:0.4444444444em;
	font-weight:700;
	vertical-align:top;
}
.mm-product-single .product-price .price ins {
	display:inline-block;
	font-weight:700;
	vertical-align:top;
	text-decoration:none;
}
.mm-product-single .woocommerce-product-rating:after {
	display:block;
	clear:both;
	content:" ";
}
.mm-product-single .woocommerce-product-rating .star-rating {
	float:left;
	font-size:90%;
}
.mm-product-single .woocommerce-product-rating .woocommerce-review-link {
	float:right;
	margin:0;
	font-size:14px;
	font-size:0.875em;
	line-height:1;
}
.mm-product-single .product_author_box {
	margin-top:30px;
	padding:40px 30px 20px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:white;
	-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px rgba(0, 0, 0, 0.04);
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px rgba(0, 0, 0, 0.04);
	text-align:center;
}
.mm-product-single .product_author_box .author_avatar {
	display:block;
	margin:0 auto 20px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.mm-product-single .product_author_box .author_name {
	margin:0;
	font-size:18px;
	font-size:1.125em;
	line-height:1;
}
.mm-product-single .product_author_box .author_desc {
	color:#9c9ea6;
}
.mm-product-single .product_author_box .author_minfo {
	margin:30px 0 0;
	padding:0;
	text-align:left;
	list-style:none;
}
.mm-product-single .product_author_box .author_minfo li {
	position:relative;
	padding:10px 0 10px 32px;
	border-top:1px solid rgba(0, 0, 0, 0.1);
}
.mm-product-single .product_author_box .author_minfo li i[class*="ti-"] {
	position:absolute;
	top:15px;
	left:0;
	color:#6777e5;
	font-size:18px;
	font-size:1.125em;
}
.mm-product-single .product_tags .tags {
	font-size:14px;
	font-size:0.875em;
}
.mm-product-single .mm-product-details {
	padding-bottom:100px;
}
.mm-product-single .mm-product-details .col-md-9 {
	padding-right:50px;
}
@media screen and (max-width: 990px) {
	.mm-product-single .mm-product-details .col-md-9 {
		padding-right:15px;
	}
}
.mm-product-single .product-images .woocommerce-product-gallery__image img {
	display:block;
	width:100%;
}
.mm-product-single .product-images .flex-control-thumbs img {
	display:block;
	width:100%;
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.05);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.05);
}
.mm-product-single .product-images .flex-control-thumbs .flex-active {
	-webkit-box-shadow:0;
	box-shadow:0;
}
.mm-product-single .product-short-description {
	margin:50px 0;
}
.mm-product-single .product-content {
	padding:0 50px;
}
@media screen and (max-width: 768px) {
	.mm-product-single .product-content {
		padding:0;
	}
}
.mm-product-single .product-tab-header {
	margin-bottom:50px;
}
.mm-product-single .product-tab-icon {
	color:#6777e5;
	font-size:36px;
	font-size:2.25em;
}
.mm-product-single .product-tab-title {
	margin-top:0;
	margin-bottom:0;
	font-size:28px;
	font-size:1.75em;
	font-weight:700;
}
.mm-product-single .product-tab-subtitle {
	margin-bottom:50px;
	color:#9c9ea6;
	font-size:16px;
	font-size:1em;
	font-weight:normal;
}
.mm-product-single .vendor-details {
	margin:0;
	padding:0;
	list-style:none;
}
.mm-product-single .vendor-details .seller-rating {
	display:inline-block;
}
.mm-product-single .vendor-details li {
	position:relative;
	padding:10px 0 10px 150px;
}
.mm-product-single .vendor-details li:not(:last-child) {
	border-bottom:1px solid rgba(0, 0, 0, 0.05);
}
.mm-product-single .vendor-details li .label {
	position:absolute;
	top:10px;
	left:0;
	color:#050a2c;
	font-weight:700;
}
.mm-product-single .woocommerce-tabs {
	margin-top:50px;
}
.mm-product-single .woocommerce-tabs .wc-tabs {
	margin:0 0 30px;
	padding:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
	list-style:none;
}
.mm-product-single .woocommerce-tabs .wc-tabs li {
	display:inline-block;
	margin-right:15px;
	padding:20px;
	color:#9c9ea6;
	font-size:22px;
	font-size:1.375em;
}
.mm-product-single .woocommerce-tabs .wc-tabs li:first-child {
	padding-left:0;
}
.mm-product-single .woocommerce-tabs .wc-tabs li.active {
	color:#050a2c;
}
.mm-product-single .woocommerce-tabs .wc-tabs li.active a {
	color:inherit;
}
.mm-product-single .woocommerce-Tabs-panel--reviews .product-tab-title {
	margin-bottom:0;
}
.mm-product-single .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	margin-bottom:50px;
	color:#9c9ea6;
	font-size:16px;
	font-size:1em;
	font-weight:normal;
}
.mm-product-single .woocommerce-Tabs-panel--reviews .woocommerce-review__author {
	color:#050a2c;
}
.mm-related-products {
	padding:70px 0;
	background-color:#f5f6fa;
}
.mm-related-products .section-header {
	margin:0;
}
@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	50% {
		-webkit-transform:rotateY(-30deg);
		transform:rotateY(-30deg);
	}
	70% {
		-webkit-transform:rotateY(360deg);
		transform:rotateY(360deg);
	}
	100% {
		-webkit-transform:rotateY(0);
		transform:rotateY(0);
	}
}
@-o-keyframes rotate3d {
	0% {
		transform:rotateY(0deg);
	}
	50% {
		transform:rotateY(-30deg);
	}
	70% {
		transform:rotateY(360deg);
	}
	100% {
		transform:rotateY(0);
	}
}
@keyframes rotate3d {
	0% {
		-webkit-transform:rotateY(0deg);
		transform:rotateY(0deg);
	}
	50% {
		-webkit-transform:rotateY(-30deg);
		transform:rotateY(-30deg);
	}
	70% {
		-webkit-transform:rotateY(360deg);
		transform:rotateY(360deg);
	}
	100% {
		-webkit-transform:rotateY(0);
		transform:rotateY(0);
	}
}
@-webkit-keyframes rotatingDisc {
	from {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@-o-keyframes rotatingDisc {
	from {
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to {
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes rotatingDisc {
	from {
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
.deal-end-soon {
	padding:50px 0;
}
.deal-end-soon:after {
	display:block;
	clear:both;
	content:" ";
}
.deal-end-soon .product-overview__image img {
	display:block;
	margin:0 auto;
}
.deal-end-soon .price {
	margin:20px 0;
}
.deal-end-soon .price .sale-price {
	color:#6777e5;
	font-size:36px;
	font-size:2.25em;
	font-weight:700;
}
.deal-end-soon .price .regular-price {
	color:#9c9ea6;
	font-size:14px;
	font-size:0.875em;
}
.deal-end-soon .price .regular-price del {
	-webkit-text-decoration-color:#6777e5;
	-moz-text-decoration-color:#6777e5;
	text-decoration-color:#6777e5;
}
.deal-end-soon .price .regular-price .amount {
	color:#6777e5;
}
.deal-end-soon .product-deals-info {
	display:table;
	margin-bottom:20px;
	border:1px solid #e0e0e0;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:white;
	-webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 40px rgba(0, 0, 0, 0.1);
}
.deal-end-soon .product-deals-info:after {
	display:block;
	clear:both;
	content:" ";
}
.deal-end-soon .product-deals-info .deal-countdown, .deal-end-soon .product-deals-info .deal-saving {
	float:left;
}
.deal-end-soon .product-deals-info .label {
	color:#aaabb2;
	font-size:13px;
	font-size:0.8125em;
}
.deal-end-soon .product-deals-info .deal-countdown {
	padding:10px 20px;
	border-right:1px solid #e0e0e0;
}
@media screen and (max-width: 1200px) {
	.deal-end-soon .product-deals-info .deal-countdown {
		width:100%;
		border-right:none;
		border-bottom:1px solid #e3e3e3;
		text-align:center;
	}
}
.deal-end-soon .product-deals-info .deal-countdown .timer {
	display:inline-block;
	margin-right:5px;
	color:#050a2c;
	font-size:18px;
	font-size:1.125em;
	font-weight:700;
}
.deal-end-soon .product-deals-info .deal-countdown .count-num {
	display:inline-block;
	margin-right:10px;
}
.deal-end-soon .product-deals-info .deal-saving {
	display:table;
}
@media screen and (max-width: 1200px) {
	.deal-end-soon .product-deals-info .deal-saving {
		width:100%;
		table-layout:fixed;
	}
}
.deal-end-soon .product-deals-info .deal-saving .saving {
	display:table-cell;
	padding:10px 20px;
	text-align:center;
}
.deal-end-soon .product-deals-info .deal-saving .saving:not(:last-child) {
	border-right:1px solid #e0e0e0;
}
.deal-end-soon .product-deals-info .deal-saving .saving > span {
	display:block;
}
.deal-end-soon .product-deals-info .deal-saving .saving > span.value {
	color:#050a2c;
	font-size:18px;
	font-size:1.125em;
	font-weight:700;
}
.deal-countdown {
	padding-top:10px;
}
.deal-countdown .timer {
	display:inline-block;
	display:inline-block;
	margin-right:2px;
	color:#050a2c;
	font-size:16px;
	font-size:1em;
	font-weight:700;
}
.deal-countdown .label {
	font-size:14px;
	font-size:0.875em;
	text-transform:capitalize;
}
.deal-countdown .count-num {
	display:inline-block;
	margin-right:3px;
}
.deal-tab-grid .deal-tab-nav {
	margin:50px 0;
	padding-left:0;
	text-align:center;
	list-style:none;
}
.deal-tab-grid .deal-tab-nav li {
	display:inline-block;
}
.deal-tab-grid .deal-tab-nav li.active a {
	border-color:#6777e5;
	color:#6777e5;
}
.deal-tab-grid .deal-tab-nav a {
	display:block;
	padding:5px 20px;
	border:3px solid transparent;
	-webkit-border-radius:40px;
	border-radius:40px;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.deal-tab-grid .deal-tab-content:after {
	display:block;
	clear:both;
	content:" ";
}
.deal-tab-grid .deal-tab-pane {
	display:none;
}
.deal-tab-grid .deal-tab-pane.active {
	display:block;
}
.deal-tab-grid .all-deals {
	padding:50px 0;
	text-align:center;
}
.woocommerce-product-gallery {
	position:relative;
	padding-right:0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	max-width:none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper:after {
	display:block;
	clear:both;
	content:" ";
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a, .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	display:block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	height:auto;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display:block;
	position:absolute;
	z-index:99;
	top:15px;
	right:15px;
	width:2em;
	height:2em;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display:none !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	display:block;
	font:normal normal normal 1em/1 FontAwesome;
	font-size:inherit;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	line-height:2;
	text-indent:0;
	content:"\f00e";
	text-rendering:auto;
}
.woocommerce-product-gallery .flex-control-thumbs {
	margin-top:15px;
	margin-right:-15px;
	margin-left:-15px;
	padding:0;
}
.woocommerce-product-gallery .flex-control-thumbs:after {
	display:block;
	clear:both;
	content:" ";
}
.woocommerce-product-gallery .flex-control-thumbs li {
	float:left;
	padding:15px;
	list-style:none;
	cursor:pointer;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	display:block;
	max-width:100%;
	opacity:0.5;
	-webkit-transition:all,ease,0.2s;
	-o-transition:all,ease,0.2s;
	transition:all,ease,0.2s;
}
.woocommerce-product-gallery .flex-control-thumbs li .flex-active, .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity:1;
}
.woocommerce-product-gallery .flex-control-thumbs:after, .woocommerce-product-gallery .flex-control-thumbs:before {
	display:table;
	content:"";
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width:50%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear:both;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width:33.3333%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear:both;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width:25%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear:both;
}
.product-modern {
	margin:0 -15px;
}
.product-modern .product__inner {
	background-color:white;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.product-modern .product__inner:hover {
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.09);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.09);
}
.product-modern .product__detail {
	position:relative;
	padding:20px;
	background-color:#fafbfd;
}
.product-modern .product__detail .product__title {
	overflow:hidden;
	margin:0;
	font-size:16px;
	font-size:1em;
	font-weight:400;
}
.product-modern .product__detail .button.yith-wcqv-button, .product-modern .product__detail button.yith-wcqv-button, .product-modern .product__detail input.yith-wcqv-button[type="submit"], .product-modern .product__detail input.yith-wcqv-button[type="reset"], .product-modern .product__detail .yith-wcqv-button.dokan-btn-theme {
	display:none;
}
.product-modern .product__detail .author {
	color:#9c9ea6;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.product-modern .product__detail .product__category {
	margin-bottom:10px;
	font-size:12px;
	font-size:0.75em;
}
.product-modern .product__detail .avatar {
	display:block;
	position:absolute;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.1);
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.1);
}
.product-modern .product__image {
	position:relative;
	padding:20px;
}
.product-modern .product__image a {
	display:block;
	position:relative;
}
.product-modern .product__image a:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	background-color:#6777e5;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.product-modern .product__image img {
	display:block;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.product-modern .product__image .onsale {
	position:absolute;
	z-index:1;
	top:50px;
	right:-10px;
	padding:1px 20px;
	-webkit-border-radius:40px;
	border-radius:40px;
	color:white;
	background-color:#4f75f2;
	font-size:12px;
	white-space:nowrap;
}
.product-modern .product__image .yith-wcqv-button {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:32px;
	height:32px;
	margin:auto;
	padding:0;
	opacity:0;
	color:white;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:24px;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.product-modern .product__image .yith-wcqv-button:before {
	font-family:Themify;
	content:"\e63d";
}
.product-modern .product__image .yith-wcqv-button span {
	display:none;
}
.product-modern .product__action {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	width:auto;
	height:auto;
	padding:20px;
	border-top:1px solid #e3e3e3;
	opacity:1;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
.product-modern .product__action .price_wrap {
	color:#050a2c;
	font-size:15px;
	font-size:0.9375em;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.product-modern .product__action .price_wrap del {
	display:inline-block;
	font-size:80%;
	vertical-align:top;
}
.product-modern .product__action .price_wrap ins {
	font-weight:700;
	text-decoration:none;
}
.product-modern .product__action .add_to_cart_button, .product-modern .product__action .ajax_add_to_cart, .product-modern .product__action .product_type_variable, .product-modern .product__action .product_type_external {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	width:48px;
	height:48px;
	margin:5px 0;
	padding:0;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:white;
	background-color:#d8dcec;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-align:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.product-modern .product__action .add_to_cart_button .button-label, .product-modern .product__action .ajax_add_to_cart .button-label, .product-modern .product__action .product_type_variable .button-label, .product-modern .product__action .product_type_external .button-label {
	display:none;
}
.product-modern .product__action .add_to_cart_button.loading .mdi:before, .product-modern .product__action .ajax_add_to_cart.loading .mdi:before, .product-modern .product__action .product_type_variable.loading .mdi:before, .product-modern .product__action .product_type_external.loading .mdi:before {
	display:block;
	position:relative;
	font-family:"dripicons-v2";
	content:"\e011";
	-webkit-animation:rotating 2s linear infinite;
	-o-animation:rotating 2s linear infinite;
	animation:rotating 2s linear infinite;
}
.product-modern .product__action .add_to_cart_button.added, .product-modern .product__action .ajax_add_to_cart.added, .product-modern .product__action .product_type_variable.added, .product-modern .product__action .product_type_external.added {
	background-color:#4fc974;
}
.product-modern .product__action .add_to_cart_button.added .mdi, .product-modern .product__action .ajax_add_to_cart.added .mdi, .product-modern .product__action .product_type_variable.added .mdi, .product-modern .product__action .product_type_external.added .mdi {
	color:white;
}
.product-modern .product__action .add_to_cart_button.added .mdi:before, .product-modern .product__action .ajax_add_to_cart.added .mdi:before, .product-modern .product__action .product_type_variable.added .mdi:before, .product-modern .product__action .product_type_external.added .mdi:before {
	font-family:"dripicons-v2";
	content:"\53";
}
.product-modern .product__action .added_to_cart.wc-forward {
	display:none;
}
.product-modern .product__action .button-label {
	display:none;
}
.product-modern .product:hover .product__image a:after {
	opacity:0.7;
}
.product-modern .product:hover .product__image img {
	opacity:0.5;
}
.product-modern .product:hover .product__image .yith-wcqv-button {
	opacity:1;
}
.product-modern .product:hover add_to_cart_button, .product-modern .product:hover .ajax_add_to_cart, .product-modern .product:hover .product_type_variable, .product-modern .product:hover .product_type_external {
	background:#4fc974;
	-webkit-box-shadow:0 5px 10px rgba(79, 201, 116, 0.6);
	box-shadow:0 5px 10px rgba(79, 201, 116, 0.6);
}
/*
 *  17. Woocommerce Elements Styling
 */
.woocommerce:after {
	display:block;
	clear:both;
	content:" ";
}
.star-rating {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:5.4em;
	height:1em;
	font-family:themify;
	font-size:1em;
	line-height:1;
}
.star-rating:before {
	float:left;
	position:absolute;
	top:0;
	left:0;
	color:#d3ced2;
	color:#9c9ea6;
	content:"\e60a\e60a\e60a\e60a\e60a";
}
.star-rating span {
	float:left;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	padding-top:1.5em;
}
.star-rating span:before {
	position:absolute;
	top:0;
	left:0;
	color:#6777e5;
	content:"\e60a\e60a\e60a\e60a\e60a";
}
p.stars {
	position:relative;
	font-size:1em;
}
p.stars a {
	display:inline-block;
	position:relative;
	margin-right:1em;
	border-bottom:0 !important;
	outline:0;
	font-weight:700;
	text-indent:-9999px;
}
p.stars a:last-child {
	border-right:0;
}
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
	border-right:1px solid #cccccc;
}
p.stars a.star-1.active:after, p.stars a.star-2.active:after, p.stars a.star-3.active:after, p.stars a.star-4.active:after, p.stars a.star-5.active:after {
	color:#6777e5;
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
	position:absolute;
	top:0;
	left:0;
	color:#9c9ea6;
	font-family:"themify";
	text-indent:0;
}
p.stars a.star-1 {
	width:2em;
}
p.stars a.star-1:after {
	content:"\e60a";
}
p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
	content:"\e60a";
}
p.stars a.star-2 {
	width:3em;
}
p.stars a.star-2:after {
	content:"\e60a\e60a";
}
p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
	content:"\e60a\e60a";
}
p.stars a.star-3 {
	width:4em;
}
p.stars a.star-3:after {
	content:"\e60a\e60a\e60a";
}
p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
	content:"\e60a\e60a\e60a";
}
p.stars a.star-4 {
	width:5em;
}
p.stars a.star-4:after {
	content:"\e60a\e60a\e60a\e60a";
}
p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
	content:"\e60a\e60a\e60a\e60a";
}
p.stars a.star-5 {
	width:6em;
	border:0;
}
p.stars a.star-5:after {
	content:"\e60a\e60a\e60a\e60a\e60a";
}
p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
	content:"\e60a\e60a\e60a\e60a\e60a";
}
.product-sorting {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:0 0 30px;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-align:center;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.product-sorting.no-flexbox .product-sorting {
	margin-bottom:50px;
}
.product-sorting.no-flexbox .product-sorting:after {
	display:block;
	clear:both;
	content:" ";
}
.no-flexbox .product-sorting .woocommerce-ordering {
	float:right;
}
.product-sorting .woocommerce-ordering select {
	border:none;
	background-color:transparent;
}
@media screen and (max-width: 480px) {
	.product-sorting .woocommerce-ordering select {
		width:200px;
	}
}
.no-flexbox .product-layout-view {
	float:left;
}
.product-layout-view a {
	display:inline-block;
	margin-right:10px;
	padding:10px;
	-webkit-box-shadow:0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow:0 3px 5px rgba(0, 0, 0, 0.1);
	font-size:24px;
	line-height:0.5;
}
.product-layout-view a:hover, .product-layout-view a.active {
	border-color:inherit;
	color:#6777e5;
}
.woocommerce-pagination {
	padding:50px 0;
}
.woocommerce-pagination ul.page-numbers {
	display:block;
	padding:0;
	list-style:none;
}
.woocommerce-pagination ul.page-numbers li {
	display:inline-block;
}
.woocommerce-pagination ul.page-numbers .page-numbers {
	display:block;
	margin-right:10px;
	padding:13px 15px 10px;
	background-color:white;
	font-weight:700;
	line-height:1;
}
.woocommerce-pagination ul.page-numbers .page-numbers.current {
	color:white;
	background-color:#6777e5;
}
.woocommerce-pagination ul.page-numbers .page-numbers.dots {
	color:#9c9ea6;
}
.woocommerce-Reviews:after {
	display:block;
	clear:both;
	content:" ";
}
.woocommerce-Reviews .woocommerce-Reviews-title, .woocommerce-Reviews .comment-reply-title {
	margin:0 0 30px;
	font-size:1.5em;
}
.woocommerce-Reviews .row > .col-md-6:first-child {
	padding-right:30px;
}
@media screen and (max-width: 990px) {
	.woocommerce-Reviews .row > .col-md-6:first-child {
		padding:0 15px !important;
	}
}
.woocommerce-Reviews .row .editorial-review {
	padding-left:30px;
}
@media screen and (max-width: 990px) {
	.woocommerce-Reviews .row .editorial-review {
		padding:0 15px !important;
	}
}
.woocommerce-Reviews .comment-respond {
	margin-top:0;
}
.woocommerce-Reviews .comment {
	min-height:80px;
	margin-bottom:30px;
}
.woocommerce-Reviews .comment_container {
	position:relative;
	padding-left:80px;
}
.woocommerce-Reviews .comment .avatar {
	position:absolute;
	left:0;
	-webkit-border-radius:50%;
	border-radius:50%;
}
@media screen and (min-width: 640px) {
	.woocommerce-Reviews .comment .star-rating {
		position:absolute;
		top:0;
		right:0;
	}
}
.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
	width:50%;
}
.col2-set {
	clear:both;
	width:100%;
}
.col2-set:after {
	display:block;
	clear:both;
	content:"";
}
.col2-set .col-1 {
	float:left;
	width:50%;
	padding-right:15px;
}
.col2-set .col-2 {
	float:right;
	width:50%;
	padding-left:15px;
}
@media screen and (max-width: 990px) {
	.col2-set .col-1, .col2-set .col-2 {
		float:none;
		width:100%;
		padding:0;
	}
}
form .form-row {
	margin:0 0 15px;
	padding:3px;
}
form .form-row:after {
	display:block;
	clear:both;
	content:"";
}
form .form-row label {
	display:block;
	margin-bottom:10px;
}
form .form-row label.hidden {
	visibility:hidden;
}
form .form-row select {
	width:100%;
	margin:0;
	cursor:pointer;
}
form .form-row .required {
	border:0;
	color:red;
	font-weight:bold;
}
form .form-row .input-checkbox {
	display:inline;
	margin:-2px 8px 0 0;
	text-align:center;
	vertical-align:middle;
}
form .form-row .inline {
	display:inline-block;
	margin-left:30px;
}
form .form-row label.checkbox {
	display:inline;
}
form .form-row input.input-text, form .form-row textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	outline:0;
	line-height:1em;
}
form .form-row textarea {
	display:block;
	height:3.5em;
	line-height:1.5em;
}
form .form-row.woocommerce-invalid .chzn-single, form .form-row.woocommerce-invalid .chzn-drop, form .form-row.woocommerce-invalid input.input-text, form .form-row.woocommerce-invalid select {
	border-color:#fb7f88;
}
form .form-row ::-webkit-input-placeholder {
	padding-top:2px;
	line-height:1em;
}
form .form-row :-moz-placeholder {
	padding-top:2px;
	line-height:1em;
}
form .form-row :-ms-input-placeholder {
	padding-top:2px;
	line-height:1em;
}
form .form-row-first, form .form-row-last {
	float:left;
	overflow:visible;
	width:50%;
}
@media screen and (max-width: 758px) {
	form .form-row-first, form .form-row-last {
		float:none;
		width:100%;
		padding-left:0 !important;
	}
}
form .form-row-last {
	float:right;
	padding-left:30px;
}
form .form-row-wide {
	clear:both;
}
form .select2-container .select2-choice {
	padding:5px 20px;
	border-width:3px !important;
	border-color:#bdbdbd;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-color:transparent;
}
form .select2-dropdown-open .select2-choice {
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
}
.select2-drop-active {
	padding-top:10px;
	border:3px solid #bdbdbd;
	border-top:none;
}
dl.variation {
	margin:0;
}
dl.variation:after {
	display:block;
	clear:both;
	content:" ";
}
dl.variation dt, dl.variation dd {
	float:left;
	margin:0;
}
dl.variation dt {
	clear:both;
	margin-right:10px;
	text-transform:capitalize;
}
dl.variation p {
	margin:0;
}
.shop_table.cart {
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
	.shop_table.cart thead {
		display:none;
	}
}
.shop_table.cart thead th {
	padding:30px 10px;
}
.shop_table.cart tbody th, .shop_table.cart tbody td {
	padding:15px 20px;
}
.shop_table.cart .remove {
	display:inline-block;
	overflow:hidden;
	position:relative;
	width:16px;
	height:16px;
	text-indent:-9999px;
}
.shop_table.cart .remove:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-family:"dripicons-v2";
	font-size:16px;
	line-height:1;
	text-indent:0;
	content:"\e053";
}
.shop_table.cart .product-remove {
	width:50px;
	padding:10px;
	text-align:center;
}
@media screen and (max-width: 768px) {
	.shop_table.cart .product-remove {
		position:absolute;
		top:10px;
		right:10px;
	}
}
.shop_table.cart .product-thumbnail {
	width:100px;
	text-align:center;
}
.shop_table.cart .product-thumbnail img {
	width:70px;
	height:auto;
}
@media screen and (max-width: 768px) {
	.shop_table.cart .product-thumbnail img {
		width:auto;
	}
}
.shop_table.cart th.product-name {
	text-align:left;
}
.shop_table.cart .product-name {
	text-align:left;
}
.shop_table.cart .product-name a {
	font-weight:700;
}
.shop_table.cart .product-price {
	text-align:right;
}
.shop_table.cart .product-quantity {
	width:100px;
}
.shop_table.cart .product-quantity input {
	max-width:100px;
}
.shop_table.cart .product-subtotal {
	padding-right:20px;
	text-align:right;
}
.shop_table.cart .actions .coupon {
	float:left;
}
@media screen and (max-width: 768px) {
	.shop_table.cart .actions .coupon {
		float:none;
		margin-bottom:10px;
	}
	.shop_table.cart .actions .coupon input {
		width:100%;
		margin-bottom:10px;
	}
}
.shop_table.cart .actions > .button, .shop_table.cart .actions > button, .shop_table.cart .actions > input[type="submit"], .shop_table.cart .actions > input[type="reset"], .shop_table.cart .actions > .dokan-btn-theme {
	float:right;
}
@media screen and (max-width: 768px) {
	.shop_table.cart .actions > .button, .shop_table.cart .actions > button, .shop_table.cart .actions > input[type="submit"], .shop_table.cart .actions > input[type="reset"], .shop_table.cart .actions > .dokan-btn-theme {
		float:none;
		width:100%;
	}
}
.shop_table.cart .cart_item {
	position:relative;
}
@media screen and (max-width: 768px) {
	.shop_table.cart .cart_item {
		display:block;
		padding:20px 15px;
	}
}
@media screen and (max-width: 768px) {
	.shop_table.cart .cart_item td {
		display:block;
		padding:5px 10px;
	}
}
@media screen and (max-width: 768px) {
	.shop_table.cart .cart_item [data-title] {
		width:100%;
		text-align:left;
	}
	.shop_table.cart .cart_item [data-title]:before {
		display:inline-block;
		width:100px;
		font-weight:700;
		vertical-align:middle;
		white-space:nowrap;
		content:attr(data-title);
	}
	.shop_table.cart .cart_item [data-title] .quantity {
		display:inline-block;
	}
}
.woocommerce p.cart-empty {
	text-align:center;
}
.woocommerce p.cart-empty:before {
	display:block;
	margin:0 auto;
	color:#6777e5;
	font-family:themify;
	font-size:64px;
	font-size:4em;
	content:"\e655";
}
.woocommerce p.cart-empty + .return-to-shop {
	text-align:center;
}
.cross-sells {
	clear:both;
}
.cart-collaterals {
	float:right;
	width:70%;
	margin-bottom:100px;
	padding-left:30px;
}
@media screen and (max-width: 768px) {
	.cart-collaterals {
		float:none;
		width:100%;
		padding-left:0;
	}
}
.cart-collaterals .section-header {
	margin-bottom:0;
}
.cart-collaterals .section-title {
	font-size:24px;
	font-size:1.5em;
}
.cart-collaterals .shop_table {
	margin-bottom:30px;
	table-layout:fixed;
}
.cart-collaterals .shop_table td {
	padding:20px;
	text-align:right;
}
#shipping_method {
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
}
#shipping_method input[type="radio"] {
	display:none;
}
#shipping_method input[type="radio"]:checked + label:after {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
#shipping_method label {
	display:block;
	position:relative;
	padding-left:40px;
}
#shipping_method label:before, #shipping_method label:after {
	position:absolute;
	top:0;
	left:0;
	content:" ";
}
#shipping_method label:before {
	top:3px;
	width:20px;
	height:20px;
	border:2px solid #6777e5;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.woocommerce-checkout-review-order-table #shipping_method label:before {
	border-color:white;
}
#shipping_method label:after {
	top:7px;
	left:4px;
	width:12px;
	height:12px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#6777e5;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.woocommerce-checkout-review-order-table #shipping_method label:after {
	background-color:white;
}
.woocommerce-info, .woocommerce-message {
	position:relative;
	margin-bottom:30px;
	padding:20px 20px 20px 80px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	background-color:#15a3f9;
	-webkit-box-shadow:0 10px 30px rgba(21, 163, 249, 0.3);
	box-shadow:0 10px 30px rgba(21, 163, 249, 0.3);
}
.woocommerce-info:after, .woocommerce-message:after {
	display:block;
	clear:both;
	content:" ";
}
.woocommerce-info a, .woocommerce-message a {
	font-weight:700;
	text-decoration:underline;
}
.woocommerce-info .button, .woocommerce-info button, .woocommerce-info input[type="submit"], .woocommerce-info input[type="reset"], .woocommerce-info .dokan-btn-theme, .woocommerce-message .button, .woocommerce-message button, .woocommerce-message input[type="submit"], .woocommerce-message input[type="reset"], .woocommerce-message .dokan-btn-theme {
	float:right;
	margin:0;
	padding:3px 20px;
	text-decoration:none;
}
@media screen and (max-width: 480px) {
	.woocommerce-info, .woocommerce-message {
		padding:15px;
		text-align:center;
	}
	.woocommerce-info span, .woocommerce-message span {
		display:block;
		margin-bottom:15px;
	}
	.woocommerce-info .button, .woocommerce-info button, .woocommerce-info input[type="submit"], .woocommerce-info input[type="reset"], .woocommerce-info .dokan-btn-theme, .woocommerce-message .button, .woocommerce-message button, .woocommerce-message input[type="submit"], .woocommerce-message input[type="reset"], .woocommerce-message .dokan-btn-theme {
		display:inline-block;
		float:none;
		padding:5px 20px;
		color:white;
	}
}
.woocommerce-info:before, .woocommerce-message:before {
	position:absolute;
	top:15px;
	left:30px;
	color:rgba(255, 255, 255, 0.8);
	font-family:"themify";
	font-size:18px;
	font-size:1.125em;
	content:"\e61c";
}
@media screen and (max-width: 480px) {
	.woocommerce-info:before, .woocommerce-message:before {
		display:block;
		position:relative;
		top:0;
		right:0;
		left:0;
		color:white;
		font-size:32px;
		font-weight:300;
		text-align:center;
	}
}
.woocommerce-error {
	position:relative;
	margin-bottom:30px;
	padding:20px 20px 20px 80px;
	color:white;
	background-color:#f6604c;
	-webkit-box-shadow:0 10px 30px rgba(246, 96, 76, 0.3);
	box-shadow:0 10px 30px rgba(246, 96, 76, 0.3);
	list-style:none;
}
.woocommerce-error:before {
	position:absolute;
	top:20px;
	left:30px;
	color:rgba(255, 255, 255, 0.5);
	font-family:"themify";
	font-size:18px;
	font-size:1.125em;
	content:"\e646";
}
.woocommerce-NoticeGroup-checkout {
	margin:0 15px;
}
.woocommerce .login.woocommerce-form-login {
	position:relative;
	padding-bottom:50px;
}
.woocommerce .login.woocommerce-form-login p:first-child {
	margin-bottom:30px !important;
}
.woocommerce .login.woocommerce-form-login .lost_password {
	position:absolute;
	bottom:0;
	left:0;
	padding:5px 10px;
	color:#9c9ea6;
	background-color:rgba(0, 0, 0, 0.03);
	font-size:14px;
	font-size:0.875em;
}
.woocommerce .login.woocommerce-form-login .woocommerce-form__label.woocommerce-form__label-for-checkbox {
	margin:20px 0 10px;
}
.woocommerce .login.woocommerce-form-login input[type="submit"] {
	float:right;
	margin-top:15px;
	padding:10px 40px;
}
.woocommerce .login, .woocommerce .register, .woocommerce .checkout_coupon {
	margin-bottom:30px;
	padding:20px;
	background-color:white;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce .login:after, .woocommerce .register:after, .woocommerce .checkout_coupon:after {
	display:block;
	clear:both;
	content:" ";
}
.woocommerce .login .section-header, .woocommerce .register .section-header, .woocommerce .checkout_coupon .section-header {
	margin-top:0;
}
.woocommerce .login p, .woocommerce .register p, .woocommerce .checkout_coupon p {
	margin:0;
}
.woocommerce .checkout_coupon {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.woocommerce .checkout_coupon .form-row {
	float:none;
	width:auto;
	padding:0;
}
.woocommerce .checkout_coupon .form-row-first {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.woocommerce .checkout_coupon .form-row-first input {
	width:100%;
}
.woocommerce .checkout_coupon .form-row-last {
	padding-left:15px;
}
.woocommerce .checkout_coupon input[type="submit"] {
	margin:0;
}
.woocommerce-password-strength {
	margin:10px 0;
	font-size:14px;
	font-size:0.875em;
}
.woocommerce-password-hint {
	display:block;
	padding:10px;
	border:1px solid #e3e3e3;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.woocommerce .woocommerce-checkout {
	margin:0 -15px;
}
.woocommerce .woocommerce-checkout .col2-set {
	float:left;
	width:50%;
	padding:0 15px;
}
@media screen and (max-width: 990px) {
	.woocommerce .woocommerce-checkout .col2-set {
		float:none;
		width:100%;
	}
}
.woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 {
	width:100%;
}
.woocommerce .woocommerce-checkout .col2-set .col-1 {
	padding-right:0;
}
.woocommerce .woocommerce-checkout .col2-set .col-2 {
	padding-left:0;
}
.woocommerce .woocommerce-checkout > h3, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
	float:right;
	width:50%;
	padding:0 15px;
}
@media screen and (max-width: 990px) {
	.woocommerce .woocommerce-checkout > h3, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
		float:none;
		width:100%;
	}
}
.woocommerce .woocommerce-checkout .section-title, .woocommerce .woocommerce-checkout h3 {
	font-size:24px;
	font-size:1.5em;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	padding:20px;
}
.woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table tfoot td {
	white-space:nowrap;
}
.woocommerce-checkout-payment {
	background-color:white;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-payment .place-order {
	padding:20px;
	text-align:right;
}
.wc_payment_methods.payment_methods {
	margin:0;
	padding:0;
	list-style:none;
}
.wc_payment_methods.payment_methods li:not(.wc_payment_method) {
	padding:20px;
}
.wc_payment_methods.payment_methods .wc_payment_method input {
	display:none;
}
.wc_payment_methods.payment_methods .wc_payment_method input:checked + label:after {
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.wc_payment_methods.payment_methods .wc_payment_method label {
	display:block;
	position:relative;
	padding:20px 20px 20px 60px;
	color:#050a2c;
	background-color:#f1f4f6;
	font-weight:700;
}
.wc_payment_methods.payment_methods .wc_payment_method label:after {
	display:block;
	clear:both;
	content:" ";
}
.wc_payment_methods.payment_methods .wc_payment_method label:before {
	position:absolute;
	top:0;
	bottom:0;
	left:20px;
	width:24px;
	height:24px;
	margin:auto 0;
	border:2px solid #6777e5;
	-webkit-border-radius:50%;
	border-radius:50%;
	content:" ";
}
.wc_payment_methods.payment_methods .wc_payment_method label:after {
	position:absolute;
	top:0;
	bottom:0;
	left:25px;
	width:14px;
	height:14px;
	margin:auto 0;
	-webkit-border-radius:50%;
	border-radius:50%;
	opacity:0;
	background-color:#6777e5;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.wc_payment_methods.payment_methods .wc_payment_method label img {
	float:right;
	max-width:100px;
}
.wc_payment_methods.payment_methods .wc_payment_method label a {
	display:inline-block;
	margin-left:10px;
	color:#9c9ea6;
	font-size:80%;
	font-style:italic;
}
.wc_payment_methods.payment_methods .wc_payment_method .payment_box {
	padding:20px;
}
.woocommerce-MyAccount-navigation ul {
	margin-bottom:50px;
	margin-left:0;
	padding:0;
	border-bottom:3px solid #eaeaea;
	list-style:none;
}
@media screen and (max-width: 640px) {
	.woocommerce-MyAccount-navigation ul {
		display:-webkit-box;
		display:-webkit-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
}
.woocommerce-MyAccount-navigation-link {
	display:inline-block;
	position:relative;
	bottom:-2px;
}
@media screen and (max-width: 640px) {
	.woocommerce-MyAccount-navigation-link {
		display:-webkit-box;
		display:-webkit-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-basis:50%;
		flex-basis:50%;
		-ms-flex-preferred-size:50%;
	}
}
@media screen and (max-width: 320px) {
	.woocommerce-MyAccount-navigation-link {
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-preferred-size:100%;
	}
}
.woocommerce-MyAccount-navigation-link a {
	display:block;
	padding:15px 30px;
	border-bottom:2px solid transparent;
	color:inherit;
	font-size:14px;
	font-size:0.875em;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
@media screen and (max-width: 640px) {
	.woocommerce-MyAccount-navigation-link a {
		padding:10px;
		background-color:white;
		-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
		box-shadow:0 0 1px rgba(0, 0, 0, 0.3);
	}
}
.woocommerce-MyAccount-navigation-link a:before {
	display:inline-block;
	margin-right:10px;
	font-family:"themify";
}
.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content:"\e6aa";
}
.woocommerce-MyAccount-navigation-link--orders a:before {
	content:"\e687";
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content:"\e61c";
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content:"\e61d";
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
	content:"\e6a7";
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content:"\e732";
}
.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation-link:hover a {
	border-color:inherit;
	color:#6777e5;
}
.woocommerce-MyAccount-orders {
	width:100%;
}
.woocommerce-MyAccount-orders thead {
	border-bottom:2px solid #666666;
}
.woocommerce-MyAccount-orders th {
	text-align:left;
}
.woocommerce-MyAccount-orders tbody tr {
	border-bottom:1px solid #e3e3e3;
}
mark {
	display:inline-block;
	padding:4px 10px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#cdf2ff;
}
.woocommerce-EditAccountForm.edit-account fieldset {
	margin-bottom:30px;
	border:1px solid #e3e3e3;
}
.wcbs-fbt-section {
	margin-bottom:50px;
}
.wcbs-fbt-section .wcbs-fbt-images {
	display:inline-table;
	float:left;
	width:auto;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.wcbs-fbt-section .wcbs-fbt-images img {
	width:100px;
	height:auto;
}
.wcbs-fbt-section .wcbs-fbt-images tbody {
	background-color:transparent;
}
.wcbs-fbt-section .wcbs-fbt-images tr {
	background-color:transparent;
}
.wcbs-fbt-section .wcbs-fbt-submit-block {
	float:left;
	padding-left:20px;
}
.wcbs-fbt-section .wcbs-fbt-submit-block .total_price_label {
	display:block;
	font-size:18px;
	font-size:1.125em;
}
.wcbs-fbt-section .wcbs-fbt-submit-block .total_price {
	display:block;
	margin-bottom:10px;
	color:#6777e5;
	font-size:18px;
	font-size:1.125em;
	font-weight:700;
}
.wcbs-fbt-section .wcbs-fbt-items {
	clear:both;
	padding-left:0;
	font-weight:700;
	list-style:none;
}
.wcbs-fbt-section .wcbs-fbt-items li:before {
	display:inline-block;
	margin-right:10px;
	color:green;
	font-family:"dripicons-v2";
	content:"\53";
}
.wcbs-fbt-section .wcbs-fbt-items .current_item {
	color:#9c9ea6;
	font-style:italic;
}
.wcbs-fbt-section .wcbs-fbt-items .price {
	color:#6777e5;
	font-size:inherit;
}
.wcbs-fbt-section .wcbs-fbt-items .price del {
	display:inline-block;
	margin-right:10px;
}
.yith-wcqv-main {
	overflow:hidden;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.5) !important;
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.5) !important;
}
#yith-quick-view-close {
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	border:3px solid;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:red;
	text-indent:-999px;
}
#yith-quick-view-close:before {
	position:absolute;
	top:-2px;
	left:-2px;
	width:32px;
	height:32px;
	padding:0;
	color:inherit;
	font-family:themify;
	font-size:14px;
	line-height:32px;
	text-indent:0;
	content:"\e646";
}
#yith-quick-view-content .product:after {
	display:block;
	clear:both;
	content:" ";
}
#yith-quick-view-content .product .product-images {
	position:absolute;
	left:0;
	width:40%;
	height:100%;
}
#yith-quick-view-content .product .product-images .images {
	float:none;
	width:100%;
}
#yith-quick-view-content .product .product-images .images img {
	display:block;
}
#yith-quick-view-content .product .onsale {
	position:absolute;
	z-index:2;
	top:20px;
	left:0;
	padding:3px 10px;
	color:white;
	background-color:red;
	font-weight:700;
}
#yith-quick-view-content .product input, #yith-quick-view-content .product select {
	border:none;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#f5f6fa;
}
#yith-quick-view-content .product .cart {
	margin-bottom:30px;
}
#yith-quick-view-content .product .cart .quantity {
	display:inline-block;
}
#yith-quick-view-content .product .product_title {
	margin:0;
}
#yith-quick-view-content .product .price {
	margin:20px 0;
	color:#050a2c;
	font-size:28px;
	font-size:1.75em;
}
#yith-quick-view-content .product .summary {
	float:right;
	width:60%;
	padding-left:30px;
}
#yith-quick-view-content .product .product_meta {
	color:#9c9ea6;
}
#yith-quick-view-content .product .variations {
	-webkit-box-shadow:none;
	box-shadow:none;
}
#yith-quick-view-content .product .variations tr {
	background-color:transparent !important;
}
#yith-quick-view-content .product .variations th, #yith-quick-view-content .product .variations td {
	display:block;
	padding:5px 0;
}
#yith-quick-view-content .product .variations .label {
	color:#050a2c;
	font-weight:700;
	text-transform:capitalize;
}
#yith-quick-view-content .product .variations .reset_variations {
	margin-left:15px;
}
p.demo_store {
	position:relative;
	margin:0;
	padding:20px;
	color:white;
	font-weight:normal;
	text-align:center;
}
p.demo_store:before {
	display:inline-block;
	margin-right:10px;
	font-family:"dripicons-v2";
	font-size:24px;
	font-size:1.5em;
	font-weight:300;
	vertical-align:middle;
	content:"\e009";
}
.woocommerce-Tabs-panel--wcbs_book_author_info .grid-layout {
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.woocommerce-tabs .featured-author__name {
	margin-top:30px;
	margin-bottom:50px;
	font-weight:400;
}
.woocommerce-noreviews {
	padding:50px 0 100px;
	text-align:center;
}
.woocommerce-noreviews .ti-pencil-alt {
	color:#6777e5;
	font-size:64px;
	font-size:4em;
}
.woocommerce-noreviews p {
	font-size:22px;
	font-size:1.375em;
}
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search input[type="search"], .woocommerce-product-search input[type="text"] {
	margin-bottom:0 !important;
	padding-right:100px;
}
.woocommerce-product-search input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	border:none !important;
}
.wishlist_table tfoot .yith-wcwl-share {
	margin-bottom:0;
	padding:20px;
}
.wishlist_table tfoot .yith-wcwl-share h4 {
	display:inline-block;
	margin:0;
	margin-right:20px;
	color:white;
	vertical-align:middle;
}
.wishlist_table tfoot .yith-wcwl-share ul {
	display:inline-block;
	margin:0;
	vertical-align:middle;
}
.pswp__button {
	background-color:transparent;
}
.pswp__button:hover {
	background-color:inherit;
}
.woocommerce-thankyou-order-details {
	position:relative;
	margin:50px 0;
	padding:0;
	background-color:#ffffff;
	list-style:none;
	-webkit-filter:drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05));
	filter:drop-shadow(0 5px 10px rgba(0, 0, 0, 0.05));
}
.woocommerce-thankyou-order-details:before, .woocommerce-thankyou-order-details:after {
	position:absolute;
	width:100%;
	height:16px;
	background-image:-webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #ffffff 33.33%, transparent 33.33%);
	background-size:0 100%,16px 16px,16px 16px;
	content:" ";
}
.woocommerce-thankyou-order-details:before {
	bottom:100%;
}
.woocommerce-thankyou-order-details:after {
	top:100%;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.woocommerce-thankyou-order-details li {
	padding:10px 15px;
	font-size:14px;
}
.woocommerce-thankyou-order-details li:not(:last-child) {
	border-bottom:1px solid #e3e3e3;
}
.woocommerce-thankyou-order-details strong {
	display:block;
	font-size:16px;
}
.woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details h2, .woocommerce .woocommerce-column__title {
	margin-top:50px;
	font-size:24px;
	font-size:1.5em;
}
.woocommerce address {
	font-style:normal;
}
.woocommerce-account .form-group.user-role input[type="radio"] {
	width:auto;
	border:none;
}
.dokan-dashboard .page-header, .dokan-dashboard .type-page .entry-content {
	margin-bottom:0;
}
.dokan-dashboard .main-content > .container, .dokan-dashboard .dokan-dashboard-content.main-content > article {
	width:100%;
	max-width:100%;
	padding:0;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
	right:0;
	left:auto;
}
.dokan-dashboard .dokan-dash-sidebar {
	padding-top:50px;
}
.dokan-dashboard .dokan-dashboard-content {
	padding-top:50px;
	padding-bottom:50px;
}
.dokan-dashboard .dashboard-widget.sells-graph .chart-container {
	overflow:hidden;
}
.dokan-dashboard .dashboard-widget.sells-graph .chart-container table {
	width:auto;
}
.dokan-dashboard ul.subsubsub {
	font-size:inherit;
}
.dokan-dashboard ul.subsubsub a {
	color:inherit;
}
.dokan-dashboard .dokan-table .diviader {
	display:none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
	display:block;
}
.dokan-single-store .profile-frame .profile-info-summery {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.dokan-category-menu {
	border:none;
}
.dokan-category-menu h3.widget-title {
	margin-bottom:20px;
	padding:0;
	border:none;
	background-color:transparent;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
	background-color:transparent;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul {
	background-color:transparent !important;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
	margin:0;
}
.dokan-category-menu #cat-drop-stack > ul li a {
	font-size:inherit;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
	padding-left:0;
	color:inherit;
	font-size:inherit;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
	color:#6777e5;
}
.dokan-settings-content .dokan-settings-area .dokan-address-fields label {
	font-size:inherit;
}
.dokan-alert p:first-child {
	margin-top:0;
}
.dokan-alert p:last-child {
	margin-bottom:0;
}
.dokan-dashboard-header .entry-title {
	font-size:24px;
	font-size:1.5em;
}
.dokan-dashboard-header .entry-title small {
	color:#6777e5;
}
.dokan-form-control {
	font-size:inherit;
}
.widget .seller-form {
	padding:20px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:white;
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.07);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.07);
}
.widget .seller-form:after {
	display:block;
	clear:both;
	content:" ";
}
.page-header .dokan-seller-search-form {
	margin:30px auto 0;
}
.page-header .dokan-seller-search-form #search {
	width:100%;
	padding:20px 40px 20px 60px !important;
	border:none !important;
	border:none !important;
	-webkit-border-radius:40px !important;
	border-radius:40px !important;
	background-position:30px center !important;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) !important;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
/*
 *  18. All Widget Styling
 */
.widget {
	margin-bottom:50px;
	padding:0 10px;
}
.widget-title {
	margin-bottom:20px;
	font-family:inherit;
	font-size:18px;
	font-size:1.125em;
	font-weight:700 !important;
}
.widget ul, .widget ol {
	margin:0;
	padding:0;
	list-style:none;
}
.widget ul a, .widget ol a {
	color:inherit;
	text-decoration:none;
}
.widget ul a:hover, .widget ol a:hover {
	color:#6777e5;
}
.widget-top-products ol {
	counter-reset:top-list;
}
.widget-top-products ol li {
	position:relative;
	margin-bottom:15px;
	padding-left:20px;
	counter-increment:top-list;
}
.widget-top-products ol li:before {
	position:absolute;
	top:0;
	left:0;
	color:#050a2c;
	font-weight:700;
	font-style:italic;
	line-height:1;
	content:counter(top-list) ".";
}
.widget-top-products h4 {
	margin:0;
	font-weight:400;
	line-height:1;
}
.widget-top-products .author {
	color:#9c9ea6;
	font-style:italic;
}
.widget.tokoo-contact-info {
	text-align:center;
}
.widget.tokoo-contact-info .contact-phone {
	display:block;
	color:#6777e5;
	font-size:24px;
	font-size:1.5em;
	line-height:1;
	text-align:center;
}
.widget.tokoo-contact-info .contact-email {
	display:block;
	text-align:center;
}
.widget.social-network {
	text-align:center;
}
.widget.tokoo-mailchimp-subscribe-form {
	text-align:center;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields {
	position:relative;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields label {
	display:none;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="email"], .widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="text"] {
	width:100%;
	padding-right:100px;
}
.widget.tokoo-mailchimp-subscribe-form .mc4wp-form-fields input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	padding-right:20px;
	border:none;
	color:#6777e5;
}
.widget_mc4wp_form_widget label {
	display:none;
}
.mc4wp-form-fields {
	position:relative;
}
.mc4wp-form-fields label {
	display:none;
}
.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"] {
	width:100%;
	padding-right:100px;
}
.mc4wp-form-fields input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	border:none;
}
/* Login Widget */
.widget.tokoo-login-form input:not([type="checkbox"]) {
	width:100%;
}
.widget.tokoo-login-form .remember-me {
	float:left;
}
.widget.tokoo-login-form .login-submit {
	float:right;
}
.widget.tokoo-login-form .forget-link {
	clear:both;
	margin-bottom:0;
	padding-top:20px;
	font-weight:300;
	text-align:center;
}
.widget.tokoo-recent-comments-with-avatar .post-list li > a {
	float:left;
	margin-right:15px;
}
.widget.tokoo_themeforest_widget_ul {
	margin:0 -5px 20px;
	list-style:none;
}
.widget.tokoo_themeforest_widget_ul:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.tokoo_themeforest_widget_ul li {
	float:left;
	width:33.3333%;
	padding:0 5px;
}
.widget.tokoo_themeforest_widget_ul li img {
	width:100%;
	max-width:100%;
	height:auto;
}
.widget.tokoo_themeforest_widget_ul .tokoo_read_more {
	font-style:italic;
	text-align:center;
}
.widget.tokoo-contact-info [class*="contact"] {
	display:block;
}
.widget.tokoo-contact-info {
	text-align:center;
}
.widget.tokoo-contact-info .contact-phone {
	font-size:24px;
	font-size:1.5em;
}
.widget.tokoo-recent-tweets .twitter-tweets-list {
	list-style-type:none;
}
.widget.tokoo-recent-tweets .twitter-tweets-list li {
	margin-bottom:30px;
}
.widget.tokoo-recent-tweets .tweet {
	position:relative;
}
.widget.tokoo-recent-tweets .tweet:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.tokoo-recent-tweets .tweet .tweet-avatar {
	float:left;
	margin-right:20px;
}
.widget.tokoo-recent-tweets .tweet .tweet-content {
	display:table;
}
.widget.tokoo-recent-tweets .tweet .timespan {
	float:right;
}
.widget.tokoo-testimonials blockquote {
	margin:0;
}
.widget.tokoo-themeforest-item ul {
	margin:0;
	list-style:none;
}
.widget.tokoo-themeforest-item ul:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.tokoo-themeforest-item li {
	float:left;
	width:25%;
}
.widget.tokoo-themeforest-item li img {
	display:block;
}
.widget.tokoo-themeforest-item .Tokoo_read_more {
	display:block;
	padding:20px 0;
	text-align:center;
}
.widget.tokoo-post-type-list .post-list {
	margin:10px 0;
	list-style:none;
}
.widget.tokoo-post-type-list .post-list:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.tokoo-post-type-list .post-list li {
	margin:0 0 20px;
}
.widget.tokoo-post-type-list .post-list li:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.tokoo-post-type-list .post-list li > a {
	float:left;
	margin-right:10px;
}
.widget.tokoo-post-type-list .post-list li .post-detail {
	display:table;
}
.widget.tokoo-post-type-list .post-list .entry-title {
	margin:0;
}
.widget.tokoo-post-type-list .post-list .date {
	display:block;
}
.widget.tokoo-recent-comments-with-avatar .post-list {
	margin:10px 0;
	list-style:none;
}
.widget.tokoo-recent-comments-with-avatar .post-list:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.tokoo-recent-comments-with-avatar .post-list li {
	margin:0 0 20px;
}
.widget.tokoo-recent-comments-with-avatar .post-list li:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.tokoo-recent-comments-with-avatar .post-list li > a {
	float:left;
	margin-right:10px;
}
.widget.tokoo-recent-comments-with-avatar .post-list li .post-detail {
	display:table;
}
.widget.tokoo-recent-comments-with-avatar .post-list .entry-title {
	display:inline;
	margin:0;
}
.widget.tokoo-recent-comments-with-avatar .post-list .date {
	display:block;
}
.widget .koo-photogrid {
	list-style:none;
}
.widget .koo-photogrid:after {
	display:block;
	clear:both;
	content:" ";
}
.widget .koo-photogrid li {
	float:left;
	width:25%;
}
.widget .koo-photogrid img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
.widget .koo-image-slider {
	position:relative;
}
.widget .koo-image-slider .slides {
	margin:0;
	list-style:none;
}
.widget .koo-image-slider .slides:after {
	display:block;
	clear:both;
	content:" ";
}
.widget .koo-image-slider .slides img {
	width:100%;
	max-width:100%;
	height:auto;
}
.widget .koo-image-slider .flex-direction-nav {
	margin:0;
	padding-left:0;
	list-style:none;
}
.widget .koo-image-slider .flex-direction-nav .flex-next, .widget .koo-image-slider .flex-direction-nav .flex-prev {
	position:absolute;
	top:0;
	bottom:0;
	width:32px;
	height:32px;
	margin:auto;
	color:white;
	background-color:rgba(0, 0, 0, 0.4);
	line-height:32px;
	text-align:center;
}
.widget .koo-image-slider .flex-direction-nav .flex-prev {
	left:0;
}
.widget .koo-image-slider .flex-direction-nav .flex-next {
	right:0;
}
.widget .testimonials-list, .widget .testimonial-slider .slides {
	margin-left:0;
	list-style-type:none;
}
.widget .testimonials-list li, .widget .testimonial-slider .slides li {
	margin-bottom:30px;
}
.widget .testimonials-list blockquote, .widget .testimonial-slider .slides blockquote {
	font-size:24px;
	line-height:1.5;
}
.widget .testimonials-list .testimonial-detail, .widget .testimonial-slider .slides .testimonial-detail {
	position:relative;
	min-height:70px;
	padding-left:70px;
}
.widget .testimonials-list .testimonial-detail figure, .widget .testimonial-slider .slides .testimonial-detail figure {
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.widget .testimonials-list .testimonial-detail cite, .widget .testimonial-slider .slides .testimonial-detail cite {
	display:block;
	font-style:normal;
}
.widget.tokoo-testimonials .flex-control-nav {
	margin-left:0;
	text-align:center;
	list-style:none;
}
.widget.tokoo-testimonials .flex-control-nav li {
	display:inline-block;
	margin:0 4px;
}
.widget.tokoo-testimonials .flex-control-nav a {
	display:block;
	overflow:hidden;
	width:10px;
	height:10px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:rgba(227, 227, 227, 0.5);
	text-indent:-9999px;
}
.widget.tokoo-testimonials .flex-control-nav a.flex-active {
	background-color:white;
}
.tokoo-advanced-categories select {
	width:100%;
}
.tokoo_themeforest_widget_ul {
	list-style:none;
}
.tokoo_themeforest_widget_ul:after {
	display:block;
	clear:both;
	content:" ";
}
.tokoo_themeforest_widget_ul li {
	float:left;
	width:25%;
	padding:5px;
}
.tokoo_themeforest_widget_ul li img {
	display:block;
	width:100%;
	height:auto;
}
.widget.widget_shopping_cart li {
	padding-right:40px;
}
.widget.widget_shopping_cart .quantity {
	display:block;
	color:#6777e5;
}
.widget.widget_shopping_cart .quantity .amount {
	display:inline-block;
}
.widget.widget_shopping_cart .empty {
	display:block;
	margin-bottom:0;
	padding-right:0;
	text-align:center;
}
.widget.widget_shopping_cart .empty .simple-icon-bag {
	display:block;
	margin-bottom:30px;
	color:#e3e3e3;
	font-family:"dripicons-v2";
	font-size:64px;
	font-size:4em;
	line-height:1;
	content:"\e042";
}
.widget.widget_shopping_cart .remove {
	overflow:hidden;
	position:absolute;
	top:5px;
	right:0;
	width:14px;
	height:14px;
	color:#9c9ea6;
	font-size:14px;
	text-indent:-9999px;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.widget.widget_shopping_cart .remove:hover {
	color:#990000;
}
.widget.widget_shopping_cart .remove:before {
	position:absolute;
	top:0;
	left:0;
	font-family:"dripicons-v2";
	line-height:1;
	text-indent:0;
	content:"\e053";
}
.widget.widget_shopping_cart .total {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:20px 0;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	font-weight:700;
	line-height:1;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.widget.widget_shopping_cart .total .amount {
	color:#6777e5;
}
.widget.widget_shopping_cart .buttons a {
	display:block;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0;
	text-align:center;
}
.widget.widget_rating_filter ul {
	text-align:right;
}
.widget.widget_rating_filter ul li:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.widget_rating_filter ul .star-rating {
	float:left;
	text-align:left;
}
.widget.widget_layered_nav li:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.widget_layered_nav .count {
	float:right;
}
.widget.widget_price_filter .price_slider.ui-slider {
	position:relative;
	width:100%;
	height:5px;
	margin-bottom:20px;
	background-color:#f1f4f6;
	background-color:white;
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
}
.widget.widget_price_filter .price_slider.ui-slider .ui-slider-range {
	position:absolute;
	top:0;
	height:100%;
	background-color:#6777e5;
}
.widget.widget_price_filter .price_slider.ui-slider .ui-slider-handle {
	position:absolute;
	top:-5px;
	width:15px;
	height:15px;
	background-color:white;
	-webkit-box-shadow:0 2px 10px rgba(192, 221, 238, 0.7);
	box-shadow:0 2px 10px rgba(192, 221, 238, 0.7);
	cursor:pointer;
}
.widget.widget_price_filter .price_slider_amount:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.widget_price_filter .price_slider_amount .button, .widget.widget_price_filter .price_slider_amount button, .widget.widget_price_filter .price_slider_amount input[type="submit"], .widget.widget_price_filter .price_slider_amount input[type="reset"], .widget.widget_price_filter .price_slider_amount .dokan-btn-theme {
	padding:5px 20px;
}
.widget.widget_price_filter .price_slider_amount .price_label {
	float:right;
	padding-top:10px;
}
.widget.widget_price_filter .price_slider_amount .price_label span {
	color:#6777e5;
	font-weight:700;
}
.widget.widget_price_filter .price_slider_amount .clear {
	display:none;
}
.widget.widget_product_search .woocommerce-product-search {
	position:relative;
}
.widget.widget_product_search .woocommerce-product-search:after {
	display:block;
	clear:both;
	content:" ";
}
.widget.widget_product_search .search-field {
	width:100%;
	margin-bottom:10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.widget.widget_product_search input[type="search"], .widget.widget_product_search input[type="text"] {
	width:100%;
}
.widget.widget_product_search input[type="submit"] {
	position:absolute;
	right:0;
	-webkit-border-top-left-radius:0;
	border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
	color:white;
	background-color:#6777e5;
}
.widget.widget_product_categories select {
	width:100%;
}
.widget.woocommerce-best-selling-product .product_list_widget {
	counter-reset:best;
}
.widget.woocommerce-best-selling-product .product_list_widget li {
	position:relative;
	counter-increment:best;
}
.widget.woocommerce-best-selling-product .product_list_widget li:before {
	position:absolute;
	top:10px;
	left:-20px;
	width:48px;
	height:48px;
	padding-top:2px;
	border:4px solid #bd8e1f;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:white;
	background-color:#e2a71c;
	font-size:20px;
	text-align:center;
	content:"#" counter(best);
}
.widget.woocommerce-top-product .product_list_widget {
	counter-reset:top;
}
.widget.woocommerce-top-product .product_list_widget li {
	position:relative;
	padding-left:20px;
	counter-increment:top;
}
.widget.woocommerce-top-product .product_list_widget li:before {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	font-weight:700;
	font-style:italic;
	content:counter(top) ".";
}
.widget.woocommerce-top-product .product_list_widget.has_image {
	counter-reset:topbook;
}
.widget.woocommerce-top-product .product_list_widget.has_image li {
	padding-left:0;
	counter-increment:topbook;
}
.widget.woocommerce-top-product .product_list_widget.has_image li:before {
	position:absolute;
	top:10px;
	left:-20px;
	width:48px;
	height:48px;
	padding-top:4px;
	border:4px solid #bd8e1f;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:white;
	background-color:#e2a71c;
	font-size:20px;
	text-align:center;
	content:"#" counter(topbook);
}
.widget.widget_recent_reviews .product_list_widget li {
	display:block;
	position:relative;
	min-height:70px;
	padding-left:70px;
}
.widget.widget_recent_reviews .product_list_widget img {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:auto;
	-webkit-box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
	box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
}
.widget.widget_recent_reviews .product_list_widget a {
	display:block !important;
	color:#050a2c;
	font-weight:700;
}
.product_list_widget {
	padding-left:0;
	list-style:none;
}
.product_list_widget li {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	margin-bottom:20px;
}
.product_list_widget li:after {
	display:block;
	clear:both;
	content:" ";
}
.product_list_widget .product-image {
	width:60px;
	margin-right:10px;
	-ms-flex-negative:0;
	-webkit-flex-shrink:0;
	flex-shrink:0;
}
.product_list_widget .product-image img {
	-webkit-box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
	box-shadow:2px 3px 9px rgba(0, 0, 0, 0.2);
}
.product_list_widget .product-title {
	display:block;
	color:#050a2c;
}
.product_list_widget .product-detail > a {
	display:block;
	color:#050a2c;
	font-weight:700;
}
.product_list_widget .span-author {
	color:#9c9ea6;
	font-style:italic;
}
.product_list_widget del, .product_list_widget ins {
	display:inline-block;
}
.product_list_widget .woocommerce-Price-amount amount {
	font-size:14pxpx;
	font-size:0.875pxem;
}
.product_list_widget img {
	width:100%;
	height:auto;
}
.product_list_widget.cart_list li {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.product_list_widget.cart_list li .product-image:after {
	display:block;
	clear:both;
	content:" ";
}
.product_list_widget.cart_list li img {
	float:left;
	width:60px;
	height:auto;
	margin-right:10px;
}
.koo-image-slider .slides {
	overflow:hidden;
	white-space:nowrap;
}
.koo-image-slider .slides li {
	display:inline-block;
	opacity:0;
	-webkit-transition:opacity 0.3s ease;
	-o-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease;
}
.koo-image-slider .flex-viewport li {
	opacity:1;
}
.tagcloud a {
	display:inline-block;
	position:relative;
	margin:0 10px 10px 0;
	padding:5px 10px;
	color:white !important;
	background-color:#6777e5;
	font-size:inherit !important;
	line-height:1;
}
.tagcloud a:before {
	position:absolute;
	top:100%;
	left:0;
	width:0;
	border-width:2px 5px;
	border-style:solid;
	border-color:rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6) transparent transparent;
	content:" ";
}
.calendar_wrap caption {
	color:#050a2c;
	font-weight:700;
}
.calendar_wrap td, .calendar_wrap th {
	padding:5px;
	font-weight:700;
	text-align:center;
}
.calendar_wrap tfoot a {
	color:white;
}
.widget_rss .widget-title a {
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
.widget_rss li {
	margin-bottom:30px;
}
.widget_rss .rsswidget {
	display:block;
	color:#050a2c;
	font-weight:600;
}
.widget_rss .rss-date {
	display:block;
	margin-bottom:20px;
	font-size:14px;
	font-size:0.875em;
}
.widget_rss .rssSummary {
	font-size:14px;
	font-size:0.875em;
}
.widget_rss cite {
	display:block;
	font-size:14px;
	font-size:0.875em;
	text-align:right;
}
.widget_archive select {
	width:100%;
}
.widget_search form {
	text-align:right;
}
.widget_search form input[type="text"] {
	width:100%;
	margin-bottom:10px;
}
.widget_search form input[type="submit"] {
	width:100%;
	margin-bottom:10px;
}
.widget_categories li {
	padding-top:5px;
	padding-bottom:5px;
}
.widget_categories .children {
	margin-left:10px;
	border-left:1px solid #e3e3e3;
}
.widget_categories .children li {
	position:relative;
	padding-left:20px;
}
.widget_categories .children li:before {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:10px;
	height:1px;
	margin:auto;
	background-color:#e3e3e3;
	content:" ";
}
/*
 *  19. Social Links Styling
 */
.social-links a {
	display:inline-block;
	padding:5px !important;
	line-height:1;
}
.social-links.small {
	font-size:16px;
}
.social-links.medium {
	font-size:20px;
}
.social-links.large {
	font-size:32px;
}
.social-links.boxed.small a, .social-links.rounded.small a {
	width:32px;
	height:32px;
	line-height:1.4;
}
.social-links.boxed.medium a, .social-links.rounded.medium a {
	width:48px;
	height:48px;
	line-height:1.8;
}
.social-links.boxed.large a, .social-links.rounded.large a {
	width:64px;
	height:64px;
	line-height:1.6;
}
.social-links.boxed a, .social-links.rounded a {
	display:inline-block;
	color:white;
	text-align:center;
}
.social-links.boxed a.facebook, .social-links.rounded a.facebook {
	background-color:#3b5998;
}
.social-links.boxed a.facebook:hover, .social-links.rounded a.facebook:hover {
	background-color:#4c70ba;
}
.social-links.boxed a.twitter, .social-links.rounded a.twitter {
	background-color:#55acee;
}
.social-links.boxed a.twitter:hover, .social-links.rounded a.twitter:hover {
	background-color:#83c3f3;
}
.social-links.boxed a.google-plus, .social-links.rounded a.google-plus {
	background-color:#e02f2f;
}
.social-links.boxed a.google-plus:hover, .social-links.rounded a.google-plus:hover {
	background-color:#e75b5b;
}
.social-links.boxed a.linkedin, .social-links.rounded a.linkedin {
	background-color:#007bb5;
}
.social-links.boxed a.linkedin:hover, .social-links.rounded a.linkedin:hover {
	background-color:#009ee8;
}
.social-links.boxed a.spotify, .social-links.rounded a.spotify {
	background-color:#78b842;
}
.social-links.boxed a.spotify:hover, .social-links.rounded a.spotify:hover {
	background-color:#92c865;
}
.social-links.boxed a.codepen, .social-links.rounded a.codepen {
	background-color:#000000;
}
.social-links.boxed a.codepen:hover, .social-links.rounded a.codepen:hover {
	background-color:#1a1919;
}
.social-links.boxed a.digg, .social-links.rounded a.digg {
	background-color:#115c83;
}
.social-links.boxed a.digg:hover, .social-links.rounded a.digg:hover {
	background-color:#177cb0;
}
.social-links.boxed a.foursquare, .social-links.rounded a.foursquare {
	background-color:#f84777;
}
.social-links.boxed a.foursquare:hover, .social-links.rounded a.foursquare:hover {
	background-color:#fa789b;
}
.social-links.boxed a.github, .social-links.rounded a.github {
	background-color:#000000;
}
.social-links.boxed a.github:hover, .social-links.rounded a.github:hover {
	background-color:#1a1919;
}
.social-links.boxed a.reddit, .social-links.rounded a.reddit {
	background-color:#ef4623;
}
.social-links.boxed a.reddit:hover, .social-links.rounded a.reddit:hover {
	background-color:#f26e53;
}
.social-links.boxed a.skype, .social-links.rounded a.skype {
	background-color:#00aff0;
}
.social-links.boxed a.skype:hover, .social-links.rounded a.skype:hover {
	background-color:#24c4ff;
}
.social-links.boxed a.behance, .social-links.rounded a.behance {
	background-color:#111111;
}
.social-links.boxed a.behance:hover, .social-links.rounded a.behance:hover {
	background-color:#2b2a2a;
}
.social-links.boxed a.youtube, .social-links.rounded a.youtube {
	background-color:#e02b28;
}
.social-links.boxed a.youtube:hover, .social-links.rounded a.youtube:hover {
	background-color:#e65755;
}
.social-links.boxed a.steam, .social-links.rounded a.steam {
	background-color:#000000;
}
.social-links.boxed a.steam:hover, .social-links.rounded a.steam:hover {
	background-color:#1a1919;
}
.social-links.boxed a.dribbble, .social-links.rounded a.dribbble {
	background-color:#e94c89;
}
.social-links.boxed a.dribbble:hover, .social-links.rounded a.dribbble:hover {
	background-color:#ef79a7;
}
.social-links.boxed a.tumblr, .social-links.rounded a.tumblr {
	background-color:#44546a;
}
.social-links.boxed a.tumblr:hover, .social-links.rounded a.tumblr:hover {
	background-color:#586d89;
}
.social-links.boxed a.wordpress, .social-links.rounded a.wordpress {
	background-color:#21759b;
}
.social-links.boxed a.wordpress:hover, .social-links.rounded a.wordpress:hover {
	background-color:#2a95c5;
}
.social-links.boxed a.instagram, .social-links.rounded a.instagram {
	background-color:#974518;
}
.social-links.boxed a.instagram:hover, .social-links.rounded a.instagram:hover {
	background-color:#c3591f;
}
.social-links.boxed a.pinterest, .social-links.rounded a.pinterest {
	background-color:#cc2127;
}
.social-links.boxed a.pinterest:hover, .social-links.rounded a.pinterest:hover {
	background-color:#e04046;
}
.social-links.boxed a.flickr, .social-links.rounded a.flickr {
	background-color:#0063db;
}
.social-links.boxed a.flickr:hover, .social-links.rounded a.flickr:hover {
	background-color:#0f7bff;
}
.social-links.boxed a.vimeo, .social-links.rounded a.vimeo {
	background-color:#1ab7ea;
}
.social-links.boxed a.vimeo:hover, .social-links.rounded a.vimeo:hover {
	background-color:#49c6ee;
}
.social-links.boxed a.vine, .social-links.rounded a.vine {
	background-color:#00b489;
}
.social-links.boxed a.vine:hover, .social-links.rounded a.vine:hover {
	background-color:#00e7b0;
}
.social-links.boxed a.deviantart, .social-links.rounded a.deviantart {
	background-color:#536551;
}
.social-links.boxed a.deviantart:hover, .social-links.rounded a.deviantart:hover {
	background-color:#6a8168;
}
.social-links.boxed a.lastfm, .social-links.rounded a.lastfm {
	background-color:#da001c;
}
.social-links.boxed a.lastfm:hover, .social-links.rounded a.lastfm:hover {
	background-color:#ff0e2d;
}
.social-links.boxed a.soundcloud, .social-links.rounded a.soundcloud {
	background-color:#ff4700;
}
.social-links.boxed a.soundcloud:hover, .social-links.rounded a.soundcloud:hover {
	background-color:#ff6c33;
}
.social-links.rounded a {
	-webkit-border-radius:50%;
	border-radius:50%;
}
/*
 *  20. Page Builder Component Styling
 */
.section-header {
	position:relative;
	margin:30px 0;
	padding-bottom:20px;
}
.section-header.\--has-icon {
	position:relative;
	padding-left:48px;
}
.section-header .section-icon {
	display:inline-block;
	position:absolute;
	top:10px;
	left:0;
	margin-bottom:10px;
	color:#6777e5;
	font-size:36px;
	font-size:2.25em;
}
.section-header .section-title {
	margin:0;
}
.section-header .section-subtitle {
	font-size:15px;
	font-size:0.9375em;
}
.section-header--left {
	text-align:left;
}
.section-header--left:after {
	left:0;
	margin:0 auto;
}
.section-header--center {
	text-align:center;
}
.section-header--center:after {
	right:0;
	margin:0 auto;
}
.section-header--right {
	text-align:right;
}
.section-header--right:after {
	right:0;
	left:auto;
}
.category-icon {
	margin:0;
}
.category-icon.kc-elm {
	float:none;
	width:auto;
}
.category-icon .grid-item {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.category-icon .grid-item.category-icon__title {
	padding:10px 15px 10px 15px;
}
.category-icon .grid-item.category-icon__cat {
	padding:100px 15px;
}
.category-icon__wrap {
	padding:20px;
	text-align:center;
}
.category-icon__title, .category-icon__cat {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
}
@media screen and (max-width: 1200px) {
	.category-icon__title, .category-icon__cat {
		width:33.3333%;
	}
}
@media screen and (max-width: 768px) {
	.category-icon__title, .category-icon__cat {
		width:50%;
	}
}
@media screen and (max-width: 480px) {
	.category-icon__title, .category-icon__cat {
		width:100%;
	}
}
.category-icon__cat {
	overflow:hidden;
	position:relative;
	z-index:1;
}
.category-icon__cat:before {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:inherit;
	content:" ";
	-webkit-transition:0.3s ease-out;
	-o-transition:0.3s ease-out;
	transition:0.3s ease-out;
}
.category-icon__cat:hover:before {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.category-icon__cat:after {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:inherit;
	content:" ";
}
.category-icon__cat-image {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	z-index:1;
	width:60px;
	height:60px;
	margin:0 auto 10px;
	color:white;
	font-size:40px;
	font-size:2.5em;
	text-align:center;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-align:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
@media screen and (max-width: 480px) {
	.category-icon__cat-image {
		font-size:32px;
		font-size:2em;
	}
}
.no-flex .category-icon__cat-image {
	left:0;
	padding-top:15%;
}
.category-icon__cat-image:after {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#6777e5;
	background-image:-o-linear-gradient(45deg, #6777e5, #6777e5);
	background-image:linear-gradient(45deg, #6777e5, #6777e5);
	content:" ";
	-webkit-transition:-webkit-transform 0.3s ease;
	-o-transition:-o-transform 0.3s ease;
	transition:-webkit-transform 0.3s ease;
	transition:transform 0.3s ease;
	transition:transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.category-icon__cat-image img {
	display:block;
	position:relative;
	max-width:48px;
}
.category-icon__cat-title {
	margin:5px 0 0;
	color:white;
	font-size:32px;
	font-size:2em;
	line-height:1;
}
.category-icon__cat-count {
	color:white;
}
.tokoo-separator {
	border-style:solid;
	border-top:none;
	color:#bdbdbd;
}
.tokoo-separator--dotted {
	border-width:2px;
	border-style:dotted;
	border-top:none;
}
.tokoo-separator--dashed {
	border-style:dashed;
	border-top:none;
}
.tokoo-map {
	min-height:400px;
}
.tokoo-contact-form .row {
	margin-bottom:30px;
}
.tokoo-contact-form input:not([type="submit"]), .tokoo-contact-form textarea {
	width:100%;
	max-width:100%;
}
.tokoo-contact-form textarea {
	width:100%;
	height:120px;
}
.kc-elm.mailchimp-form .mc4wp-form-fields input[type="email"], .kc-elm.mailchimp-form .mc4wp-form-fields input[type="text"] {
	padding:20px;
}
.kc-elm.mailchimp-form .mc4wp-form-fields p {
	margin:0;
}
.tokoo-video-lightbox a, .tokoo-video-lightbox img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.mm-products-carousel {
	position:relative;
	margin-bottom:100px;
}
.mm-products-carousel .grid-layout {
	margin:0;
}
.mm-products-carousel .grid-item {
	margin-bottom:30px;
	outline:none;
}
.mm-products-carousel .slick-current .product__inner {
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.mm-products-carousel .slick-prev, .mm-products-carousel .slick-next {
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	width:100px;
	border:none;
	-webkit-border-radius:0;
	border-radius:0;
	outline:none;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-indent:-99999px;
}
.mm-products-carousel .slick-prev {
	left:0;
}
.mm-products-carousel .slick-next {
	right:0;
}
.mm-products-carousel .slick-dots {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
.mm-products-carousel .slick-dots li {
	display:inline-block;
	overflow:hidden;
	margin:5px;
}
.mm-products-carousel .slick-dots button {
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	-webkit-border-radius:50%;
	border-radius:50%;
	outline:none;
	background-color:rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:none;
	box-shadow:none;
	text-indent:-999px;
}
.mm-products-carousel .slick-dots .slick-active button {
	background-color:#4fc974;
}
.mm-products-thumbnail-grid .grid-item a {
	display:block;
	position:relative;
	padding:15px;
	background-color:white;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
}
.mm-products-thumbnail-grid .grid-item a .intrinsic-ratio {
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.mm-products-thumbnail-grid .grid-item a:hover {
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
}
.mm-products-thumbnail-grid .grid-item a:hover .intrinsic-ratio {
	-webkit-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}
.product-search-input {
	position:relative;
	max-width:100%;
	margin:50px auto;
}
.product-search-input input {
	width:100%;
	padding:20px;
	border:none;
	-webkit-border-radius:40px;
	border-radius:40px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-search-input button {
	position:absolute;
	top:8px;
	right:10px;
	bottom:8px;
}
.mm-author-highlight {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.mm-author-highlight .author-info {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin-right:30px;
	margin-bottom:10px;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
.mm-author-highlight .author-avatar {
	display:block;
	overflow:hidden;
	width:100px;
	height:100px;
	margin-right:20px;
}
.mm-author-highlight .author-avatar .intrinsic-ratio {
	background-color:transparent;
}
.mm-author-highlight .author-avatar img {
	-webkit-border-radius:50%;
	border-radius:50%;
}
.mm-author-highlight .author-name {
	margin:0;
	font-size:22px;
	font-size:1.375em;
	line-height:1;
}
.mm-author-highlight .author-desc {
	display:block;
	margin-bottom:5px;
	color:#9c9ea6;
	font-size:15px;
	font-size:0.9375em;
}
.mm-author-highlight .author-detail a {
	color:#4fc974;
	font-size:14px;
	font-size:0.875em;
}
.mm-author-highlight .author-items {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:20px;
	text-align:right;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-box-pack:start;
	-moz-box-pack:start;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	-ms-flex-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.mm-author-highlight .author-items a {
	display:inline-block;
	width:70px;
	height:70px;
	margin:10px;
	border:5px solid white;
}
.mm-blog-grid .style-plain .post .post-image {
	margin-bottom:30px;
}
.mm-blog-grid .style-plain .post .post-title, .mm-blog-grid .style-plain .post h2 {
	margin:0;
	font-size:18px;
	font-size:1.125em;
}
.mm-blog-grid .style-plain .post .post-date {
	color:#9c9ea6;
	font-family:"Playfair Display";
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.mm-blog-grid .style-plain .post .post-excerpt {
	font-size:14px;
	font-size:0.875em;
}
.mm-pricing-box {
	margin-bottom:30px;
	padding:40px;
	background-color:white;
}
.mm-pricing-box.\--highlight {
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.07);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.07);
}
.mm-pricing-box .pricing_header {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	-webkit-box-align:end;
	-moz-box-align:end;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-align:end;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.mm-pricing-box .pricing_header .product_name {
	margin:0;
	font-size:22px;
	font-size:1.375em;
	font-weight:400;
	line-height:1;
}
.mm-pricing-box .pricing_header .product_desc {
	color:#aaaaaa;
}
.mm-pricing-box .pricing_header .product_price {
	text-align:right;
	-ms-flex-negative:0;
	-webkit-flex-shrink:0;
	flex-shrink:0;
}
.mm-pricing-box .pricing_header .product_price .price, .mm-pricing-box .pricing_header .product_price .unit {
	display:block;
}
.mm-pricing-box .pricing_header .product_price .price {
	color:#050a2c;
	font-size:32px;
	font-size:2em;
	font-weight:400;
	line-height:1;
}
.mm-pricing-box .pricing_header .product_price .unit {
	color:#aaaaaa;
	font-size:13px;
	font-size:0.8125em;
	font-style:italic;
}
.mm-pricing-box .pricing_image {
	padding:20px 0;
}
.mm-pricing-box .pricing_image img {
	display:block;
	margin:0 auto;
}
.mm-pricing-box .pricing_features {
	margin-bottom:30px;
	padding:0;
	list-style-type:none;
}
.mm-pricing-box .pricing_features li {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:10px 0 0;
}
.mm-pricing-box .pricing_features .feature_icon {
	padding:10px 15px 10px 0;
	opacity:0.7;
	color:#4fc974;
	font-size:24px;
	font-size:1.5em;
}
.mm-pricing-box .pricing_features .feature_detail {
	padding-bottom:15px;
	border-bottom:1px solid #eeeeee;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.mm-pricing-box .pricing_features .feature_detail span {
	color:#aaaaaa;
	font-size:13px;
	font-size:0.8125em;
}
.mm-pricing-box .pricing_features .feature_detail h3 {
	margin:0;
	color:rgba(0, 0, 0, 0.8);
	font-size:15px;
	font-size:0.9375em;
	font-weight:500;
	line-height:1;
}
.mm-pricing-box .pricing_action {
	text-align:center;
}
.mm-pricing-box .pricing_action .button, .mm-pricing-box .pricing_action button, .mm-pricing-box .pricing_action input[type="submit"], .mm-pricing-box .pricing_action input[type="reset"], .mm-pricing-box .pricing_action .dokan-btn-theme {
	width:100%;
}
.testimonial-slider {
	overflow:hidden;
	position:relative;
	padding:30px 0;
	white-space:nowrap;
}
.testimonial-slider:after {
	display:block;
	clear:both;
	content:" ";
}
.testimonial-slider .slick-dots {
	margin:30px 0;
	padding:0;
	text-align:center;
	list-style:none;
}
.testimonial-slider .slick-dots li {
	display:inline-block;
	margin:3px;
}
.testimonial-slider .slick-dots button {
	overflow:hidden;
	width:8px;
	height:8px;
	padding:0;
	border:none;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:rgba(0, 0, 0, 0.1);
	text-indent:-999px;
}
.testimonial-slider .slick-dots .slick-active button {
	background-color:rgba(0, 0, 0, 0.4);
}
.testimonial-slider .testimonial-slide {
	display:inline-block;
	width:100%;
	padding:0 100px;
	outline:none;
	text-align:center;
	white-space:normal;
}
@media screen and (max-width: 1200px) {
	.testimonial-slider .testimonial-slide {
		padding:0 150px;
	}
}
@media screen and (max-width: 640px) {
	.testimonial-slider .testimonial-slide {
		padding:0 80px;
	}
}
@media screen and (max-width: 480px) {
	.testimonial-slider .testimonial-slide {
		padding:0;
	}
}
.testimonial-slider .testimonial-slide img {
	display:inline-block;
	width:64px;
	height:64px;
	margin-bottom:10px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.testimonial-slider .testimonial-slide blockquote {
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 40px;
	border:none;
	color:#050a2c;
	font-family:"Open Sans";
	font-size:36px;
	font-weight:700;
	font-style:normal;
	line-height:1.4;
}
.testimonial-slider .testimonial-slide blockquote:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size:14px;
	content:".....";
}
.testimonial-slider .testimonial-slide blockquote p {
	font-size:inherit;
	font-weight:inherit;
}
.testimonial-slider .testimonial-slide cite span {
	display:block;
	line-height:1.2;
}
.testimonial-slider .testimonial-slide cite span.fn {
	color:#050a2c;
	font-style:normal;
}
.testimonial-slider .testimonial-slide cite span.fn-title {
	font-size:14px;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	width:48px;
	height:48px;
	margin:auto;
	border:none;
	-webkit-border-radius:50%;
	border-radius:50%;
	outline:none;
	color:inherit;
	background-color:white;
	-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);
	font-size:24px;
}
.testimonial-slider .slick-prev {
	left:15px;
}
.testimonial-slider .slick-next {
	right:15px;
}
/*
 *  21. Slick Slider Style
 */
/* Slider */
.slick-slider {
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-khtml-user-select:none;
	direction:ltr;
	-webkit-tap-highlight-color:transparent;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-touch-callout:none;
}
.slick-list {
	display:block;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
.slick-list:focus {
	outline:none;
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track {
	display:block;
	position:relative;
	top:0;
	left:0;
}
.slick-track:before, .slick-track:after {
	display:table;
	content:"";
}
.slick-track:after {
	clear:both;
}
.slick-loading .slick-track {
	visibility:hidden;
}
.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}
.slick-slide img {
	display:block;
}
.slick-slide.slick-loading img {
	display:none;
}
.slick-slide.dragging img {
	pointer-events:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-loading .slick-slide {
	visibility:hidden;
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-arrow.slick-hidden {
	display:none;
}
/*
 *  22. Lightbox Style
 */
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
	overflow-x:hidden;
	overflow-y:auto;
	position:fixed;
	z-index:9999;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	opacity:0;
	background:#fdfdfd;
	background:rgba(0, 0, 0, 0.85);
}
/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
	overflow:hidden;
	position:fixed;
	top:50%;
	left:50%;
	width:32px;
	height:32px;
	margin-top:-16px;
	margin-left:-16px;
	background-image:url(../img/preload-circle.png);
	text-indent:-100px;
	-webkit-animation:playload 1.4s steps(18) infinite;
	-o-animation:playload 1.4s steps(18) infinite;
	animation:playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
	from {
		background-position:0;
	}
	to {
		background-position:-576px;
	}
}
@-o-keyframes playload {
	from {
		background-position:0;
	}
	to {
		background-position:-576px;
	}
}
@keyframes playload {
	from {
		background-position:0;
	}
	to {
		background-position:-576px;
	}
}
/* IOS preloader */
/*.vbox-preloader{
	position:fixed; 
	width:32px; 
	height:32px;
	left:50%; 
	top:50%; 
	margin-left:-16px; 
	margin-top:-16px;
	background-image: url(../img/preload-ios.png);
	text-indent: -100px;
	overflow: hidden;
	-webkit-animation: playload 1.4s steps(12) infinite;
	   -moz-animation: playload 1.4s steps(12) infinite;
		-ms-animation: playload 1.4s steps(12) infinite;
		 -o-animation: playload 1.4s steps(12) infinite;
			animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
	position:fixed; 
	width:32px; 
	height:11px;
	left:50%; 
	top:50%; 
	margin-left:-16px; 
	margin-top:-16px;
	background-image: url(../img/preload-dots.png);
	text-indent: -100px;
	overflow: hidden;
	-webkit-animation: playload 1.4s steps(24) infinite;
	   -moz-animation: playload 1.4s steps(24) infinite;
		-ms-animation: playload 1.4s steps(24) infinite;
		 -o-animation: playload 1.4s steps(24) infinite;
			animation: playload 1.4s steps(24) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
	position:fixed; 
	width:32px; 
	height:10px;
	left:50%; 
	top:50%; 
	margin-left:-16px; 
	margin-top:-16px;
	background-image: url(../img/preload-quads.png);
	text-indent: -100px;
	overflow: hidden;
	-webkit-animation: playload 1.4s steps(12) infinite;
	   -moz-animation: playload 1.4s steps(12) infinite;
		-ms-animation: playload 1.4s steps(12) infinite;
		 -o-animation: playload 1.4s steps(12) infinite;
			animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
	 to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close {
	display:block;
	overflow:hidden;
	position:fixed;
	top:-1px;
	right:0;
	width:46px;
	height:40px;
	padding:10px 20px 10px 0;
	color:#ffffff;
	background:url(../img/close.gif) no-repeat #161617;
	background-position:10px center;
	text-indent:-100px;
	cursor:pointer;
}
.vbox-next, .vbox-prev {
	/* Using border instead of padding to keep bg image in place */
	overflow:hidden;
	position:fixed;
	top:50%;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	width:30px;
	height:170px;
	margin-top:-85px;
	border:solid transparent;
	color:#ffffff;
	text-indent:-100px;
	cursor:pointer;
}
.vbox-prev {
	left:0;
	border-width:0 30px 0 10px;
	background:url(../img/prev.gif) center center no-repeat;
}
.vbox-next {
	right:0;
	border-width:0 10px 0 30px;
	background:url(../img/next.gif) center center no-repeat;
}
.vbox-title {
	display:none;
	float:left;
	overflow:hidden;
	position:fixed;
	top:-1px;
	left:0;
	width:100%;
	height:40px;
	padding:6px 40px;
	color:#ffffff;
	background:#161617;
	font-size:12px;
	line-height:28px;
	text-align:center;
}
.vbox-num {
	display:block;
	display:none;
	overflow:hidden;
	position:fixed;
	top:-1px;
	left:0;
	height:40px;
	padding:6px 10px;
	color:#ffffff;
	background:#161617;
	font-size:12px;
	line-height:28px;
	cursor:pointer;
}
/* ------- inline window ------ */
.vbox-inline {
	overflow:auto;
	width:420px;
	height:315px;
	margin:0 auto;
	padding:10px;
	background:#ffffff;
	text-align:left;
}
/* ------- Video & iFrames window ------ */
.venoframe {
	width:960px;
	height:720px;
	border:none;
}
@media (max-width: 992px) {
	.venoframe {
		width:640px;
		height:480px;
	}
}
@media (max-width: 767px) {
	.venoframe {
		width:420px;
		height:315px;
	}
}
@media (max-width: 460px) {
	.vbox-inline {
		width:100%;
	}
	.venoframe {
		width:100%;
		height:260px;
	}
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
	overflow:hidden;
}
.vbox-container {
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 15px;
	background:#000000;
}
.vbox-content {
	float:left;
	overflow:hidden;
	position:relative;
	width:100%;
	text-align:center;
}
.vbox-container img {
	max-width:100%;
	height:auto;
}