/*!
 * 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;
}
/*
 *  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:#616161;
	background-color:white;
	font-family:"roboto";
	font-weight:normal;
	-webkit-font-smoothing:antialiased;
	line-height:1.7;
	word-break:break-word;
}
h1, h2, h3, h4, h5, h6 {
	color:#232323;
	font-family:"roboto";
	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;
}
.site-content:after {
	display:block;
	clear:both;
	content:" ";
}
.main-content {
	min-height:50vh;
}
.white-space {
	height:50px;
	border:none;
}
blockquote {
	font-family:"Merriweather";
}
blockquote p {
	font-family:inherit;
}
/*
 *  2. Form Styling
 */
input, select, textarea {
	display:inline-block;
	padding:8px 20px;
	border:none;
	background-color:white;
	background-color:white;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.04), 0 4px 7px rgba(0, 0, 0, 0.08);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.04), 0 4px 7px rgba(0, 0, 0, 0.08);
	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;
}
select {
	max-width:100%;
	padding-right:60px;
	-webkit-border-radius:0;
	border-radius:0;
	background-image:url(../img/select-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.button, button, input[type="submit"], input[type="reset"] {
	display:inline-block;
	padding:10px 30px;
	border:none;
	-webkit-border-radius:0;
	border-radius:0;
	color:white;
	background-color:#eb8367;
	-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:hover, button:hover, input:hover[type="submit"], input:hover[type="reset"] {
	color:white;
	background-color:#f7cdc2;
}
.button.no-ui, button.no-ui, input.no-ui[type="submit"], input.no-ui[type="reset"] {
	margin:0;
	padding:0;
	color:inherit;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.button--secondary, .product-grid .product__action .button.yith-wcqv-button, .product-grid .product__action button.yith-wcqv-button, .product-grid .product__action input.yith-wcqv-button[type="submit"], .product-grid .product__action input.yith-wcqv-button[type="reset"], .product-list .product__action .yith-wcqv-button {
	color:white;
	background-color:#b2dc71;
}
.button--secondary:hover, .product-grid .product__action .button.yith-wcqv-button:hover, .product-grid .product__action button.yith-wcqv-button:hover, .product-grid .product__action input.yith-wcqv-button:hover[type="submit"], .product-grid .product__action input.yith-wcqv-button:hover[type="reset"], .product-list .product__action .yith-wcqv-button:hover {
	color:white;
	background-color:#d0e1b7;
}
.button--special, .comment .reply a, .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, .comment .reply a: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;
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
}
th, td {
	padding:5px;
}
caption {
	padding:10px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
}
thead {
	background-color:#232323;
}
thead th {
	padding:10px 5px 5px;
	color:white;
}
tbody {
	background-color:white;
}
tbody tr:nth-child(odd) {
	background-color:#f1f4f6;
}
tfoot {
	color:white;
	background-color:#232323;
}
tfoot a {
	color:white;
}
/*
 *  5. Header Styling Styling
 */
.site-header {
	position:relative;
	z-index:999;
	max-width:100%;
	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 .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 .container-fluid {
	display:table;
	width:100%;
}
@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;
}
.hdr-widget {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	padding:30px 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 {
	position:relative;
	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-flex:1;
	-ms-flex:1;
	flex:1;
	-ms-flex-align:stretch;
}
.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-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;
	-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:#eb8367;
}
.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 {
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:5px;
	background-color:#eb8367;
	content:" ";
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.hdr-widget-dropdown-menu .menu > .menu-item:hover > a:before {
	width:100%;
}
.hdr-widget-dropdown-menu > .menu-item > .sub-menu {
	border:1px solid #e3e3e3;
}
.hdr-widget-dropdown-menu .sub-menu {
	position:absolute;
	top:100%;
	left: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:#eb8367;
	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;
	left: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--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:#999999;
	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:#eb8367;
	background-color:white;
	text-decoration:none;
}
.hdr-widget--site-logo a strong {
	font-weight:500;
}
.hdr-widget--site-logo a span {
	color:#eb8367;
}
.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:#eb8367;
	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:#999999;
	-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;
	-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-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;
	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;
}
@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 {
	border:none;
	background-color:transparent;
	font-size:inherit;
	font-weight:normal;
}
.hdr-widget--menu-cart .menu-cart-trigger .cart-count {
	position:relative;
	top:-5px;
	margin-left:-5px;
	padding:2px 5px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:white !important;
	background-color:#eb8367;
	font-size:11px;
	font-weight:700;
}
.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;
	}
}
.hdr-widget--menu-cart .widget_shopping_cart .cart_list.product_list_widget {
	max-height:300px;
}
@media screen and (max-height: 1024px) {
	.hdr-widget--menu-cart .widget_shopping_cart .cart_list.product_list_widget {
		overflow:auto;
		max-height:250px;
	}
}
@-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:40px 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 .woocommerce-error {
	width:100%;
	color:white;
}
.user-auth-box .user-auth-box-content .tokoo-popup__close {
	position:absolute;
	z-index:9;
	top:-24px;
	right:-24px;
	width:48px;
	height:48px;
	padding:0;
	border:3px solid #eb8367;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#eb8367;
	background-color:white;
	font-size:24px;
	font-size:1.5em;
	line-height:48px;
}
@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 .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 {
	margin-bottom:50px;
}
.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:50px;
}
@media screen and (max-width: 990px) {
	.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 a {
	color:#eb8367;
}
.site-footer__widget-area {
	padding:70px 0;
}
.site-footer__widget-area .grid-item:not(:last-child) {
	border-right:1px dashed #e0e0e0;
}
@media screen and (max-width: 768px) {
	.site-footer__widget-area .grid-item {
		width:100% !important;
		border-right:none !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, body .kc-container {
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px;
}
.container:after, body .kc-container:after {
	display:block;
	clear:both;
	content:" ";
}
@media (min-width: 768px) {
	.container, body .kc-container {
		max-width:750px;
	}
}
@media (min-width: 992px) {
	.container, body .kc-container {
		max-width:970px;
	}
}
@media (min-width: 1200px) {
	.container, body .kc-container {
		max-width:1170px;
	}
}
.container .container, body .kc-container .container {
	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, .container-fluid.no-gutter {
	padding:0;
}
.container.no-gutter .row, .container-fluid.no-gutter .row {
	margin:0;
}
.container.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:#eb8367;
	-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:#eb8367;
	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:#eb8367;
}
.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:#999999;
	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:#eb8367;
}
.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:#232323;
	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:#232323;
}
.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:#eb8367;
	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:#eb8367;
}
.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;
}
@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 .hdr-widget--product-search {
	padding:15px 0;
}
.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;
	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;
	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:#232323;
		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:#999999;
	}
}
.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 {
	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]:after, .post-masonry .post[data-sticky]:after {
	position:absolute;
	top:25px;
	right:15px;
	padding:3px 10px;
	color:white;
	background-color:#eb8367;
	font-size:80%;
	font-weight:700;
	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 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;
}
.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:#999999;
	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 img.\--square, .post-masonry .post__meta img.\--square {
	-webkit-border-radius:0;
	border-radius:0;
}
.post-grid .post__meta span, .post-masonry .post__meta span {
	display:inline-block;
	margin-right:10px;
	color:#999999;
}
.post-grid .post__meta span a:hover, .post-masonry .post__meta span a:hover {
	color:#eb8367;
}
.post-grid .post__more, .post-masonry .post__more {
	display:inline-block;
	margin-top:20px;
	color:#eb8367;
	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:#999999;
	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:#999999;
}
.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:#eb8367;
}
.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:100px;
}
.single-post .post {
	position:relative;
	margin-bottom:50px;
}
@media screen and (max-width: 480px) {
	.single-post .post {
		margin-bottom:30px;
		padding-bottom:30px;
	}
}
.single-post .post .gallery-slider {
	margin:-30px -30px 30px;
}
.single-post .post__header {
	position:relative;
	padding:0;
}
.single-post .post.has-post-thumbnail .post__header {
	z-index:1;
}
@media screen and (max-width: 768px) {
	.single-post .post.has-post-thumbnail .post__header {
		margin-bottom:30px;
	}
}
.single-post .post.has-post-thumbnail .post__header .post__image {
	margin-bottom:30px;
}
.single-post .post.has-post-thumbnail .post__header .post__meta {
	margin-bottom:0;
}
.single-post .post.has-post-thumbnail .post__header .post__meta:before {
	background-color:white;
}
.single-post .post__title {
	margin:0 0 20px;
	font-size:3.2em;
	line-height:1.3;
}
@media screen and (max-width: 768px) {
	.single-post .post__title {
		font-size:32px;
		font-size:2em;
	}
}
.single-post .post__meta {
	position:relative;
	margin-bottom:30px;
}
@media screen and (max-width: 480px) {
	.single-post .post__meta {
		padding-left:0;
		font-size:12px;
		font-size:0.75em;
	}
}
.single-post .post__meta span {
	display:inline-block;
	margin-right:10px;
}
.single-post .post__meta a {
	color:#eb8367;
}
.single-post .post__content {
	padding:30px 0;
}
@media screen and (max-width: 990px) {
	.single-post .post__content {
		padding:0;
	}
}
.single-post .post__footer {
	margin-top:50px;
	padding:20px 0;
}
.single-post .post__footer:after {
	display:block;
	clear:both;
	content:" ";
}
@media screen and (max-width: 640px) {
	.single-post .post__footer {
		padding:0;
	}
}
.single-post .post__tags strong {
	color:#999999;
	font-weight:normal;
}
.single-post .post__tags strong:before {
	display:inline-block;
	width:50px;
	height:1px;
	margin-right:10px;
	background-color:#bdbdbd;
	vertical-align:middle;
	content:" ";
}
.single-post .post__tags a {
	color:#232323;
}
.single-post .post__share {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	margin-top:30px;
	-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;
}
.single-post .post__share strong, .single-post .post__share a {
	text-align:center;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.single-post .post__share strong {
	text-align:left;
}
@media screen and (max-width: 990px) {
	.single-post .post__share strong {
		padding:15px;
		padding-left:0;
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-preferred-size:100%;
	}
}
.single-post .post__share a {
	padding:5px 15px;
	color:white;
	white-space:nowrap;
}
@media screen and (max-width: 990px) {
	.single-post .post__share a {
		padding:10px;
		font-size:16px;
		-webkit-flex-basis:50%;
		flex-basis:50%;
		-ms-flex-preferred-size:50%;
	}
}
.single-post .post__share i.fa {
	margin-right:15px;
	font-size:18px;
	font-size:1.125em;
}
.single-post .post__share .facebook {
	background-color:#3b5998;
}
.single-post .post__share .twitter {
	background-color:#55acee;
}
.single-post .post__share .google-plus {
	background-color:#e02f2f;
}
.single-post .post__share .linkedin {
	background-color:#007bb5;
}
.single-post .post__nav {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:0 0 50px;
	-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 {
	position:relative;
	margin:30px 0;
	padding:30px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1 0 50%;
	-ms-flex:1 0 50%;
	flex:1 0 50%;
}
@media screen and (max-width: 480px) {
	.single-post .post__nav--prev, .single-post .post__nav--next {
		margin:15px 0;
	}
}
.single-post .post__nav--prev:before, .single-post .post__nav--next:before {
	position:absolute;
	top:30px;
	font-family:"dripicons-v2";
	font-size:18px;
}
@media screen and (max-width: 480px) {
	.single-post .post__nav--prev, .single-post .post__nav--next {
		text-align:left !important;
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-preferred-size:100%;
	}
}
.single-post .post__nav--prev {
	text-align:left;
}
.single-post .post__nav--prev:before {
	left:0;
	content:"\55";
}
@media screen and (min-width: 481px) {
	.single-post .post__nav--prev + .post__nav--next {
		border-left:1px solid #e3e3e3;
	}
}
@media screen and (max-width: 480px) {
	.single-post .post__nav--prev + .post__nav--next {
		border-top:1px solid #e3e3e3;
	}
}
.single-post .post__nav--next {
	text-align:right;
}
.single-post .post__nav--next:before {
	right:0;
	content:"\56";
}
@media screen and (max-width: 480px) {
	.single-post .post__nav--next:before {
		right:auto;
		left:0;
	}
}
.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:#eb8367;
	font-style:italic;
}
.pingback + .comment {
	margin-top:50px;
}
.comment-list, .commentlist {
	margin:0 0 100px;
	padding:0;
	list-style:none;
}
.comments-area .section-header {
	margin-top:0;
}
.comment-body {
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	padding-left:80px;
	border-bottom:1px dashed #e0e0e0;
}
@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:80px;
	}
}
.comment-meta .avatar {
	position:absolute;
	top:0;
	left:0;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.comment-meta .avatar.\--square {
	-webkit-border-radius:0;
	border-radius:0;
}
.comment-meta .fn {
	color:#232323;
	font-size:18px;
	font-size:1.125em;
	font-style:normal;
}
.comment-meta .fn a {
	color:inherit;
}
.comment-metadata {
	color:#999999;
	font-size:14px;
}
.comment-content {
	margin-bottom:30px;
}
.comment .reply a {
	padding-right:20px;
}
.comment .reply a:after {
	background-color:#eb8367;
}
.comment .reply span {
	display:none;
}
.comment .children {
	margin-left:80px;
	padding-left:0;
	list-style:none;
}
@media screen and (max-width: 640px) {
	.comment .children {
		margin-left:0;
	}
}
.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;
	padding-top:15px;
	text-align:right;
}
.comment-respond .comment-form {
	margin:0 -15px;
}
.comment-respond .comment-form-rating, .comment-respond .comment-form .stars {
	padding:0 15px;
}
.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 #eb8367;
}
.bypostauthor .comment-body {
	border-bottom-color:#eb8367;
}
@-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;
}
.entry-content h2, .page-content h2, .comment-content h2 {
	font-size:2.8em;
}
.entry-content h3, .page-content h3, .comment-content h3 {
	font-size:36px;
	font-size:2.25em;
}
.entry-content h4, .page-content h4, .comment-content h4 {
	font-size:30px;
	font-size:1.875em;
}
.entry-content h5, .page-content h5, .comment-content h5 {
	font-size:24px;
	font-size:1.5em;
}
.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:"Merriweather";
	font-size:21px;
	font-size:1.3125em;
	line-height:1.7;
}
.entry-content blockquote, .page-content blockquote, .comment-content blockquote {
	margin-left:0;
	padding-left:50px;
	border-left:1px solid #bdbdbd;
	color:#232323;
	font-size:24px;
	font-size:1.5em;
	font-style:italic;
}
.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:"roboto";
	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;
}
.entry-content .alignright, .page-content .alignright, .comment-content .alignright {
	max-width:60%;
	margin:30px 0 30px 30px;
}
.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:#999999;
}
.gallery-caption {
	color:#999999;
	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 #eb8367;
	-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:#eb8367;
}
/*
 *  13. Page
 */
.page-header {
	position:relative;
	z-index:1;
	padding:100px 0;
}
.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;
	top:-100%;
	left:0;
	width:100%;
	height:200%;
	background-size:cover;
}
.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;
}
.breadcrumbs {
	padding:30px 0;
	border-bottom:1px dashed #bdbdbd;
}
.breadcrumbs a, .breadcrumbs span {
	display:inline-block;
}
.breadcrumbs a {
	color:#eb8367;
}
.breadcrumbs a:after {
	vertical-align:middle;
	content:" | ";
}
.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;
	}
}
/*
 *  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"], .button.medium:hover, button.medium:hover, input.medium:hover[type="submit"], input.medium:hover[type="reset"], .button.large:hover, button.large:hover, input.large:hover[type="submit"], input.large:hover[type="reset"] {
	color:white;
}
/*
 *  15. Comment Styling
 */
/*
 *  16. Product Styling
 */
.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;
	margin:0 0 20px !important;
	-webkit-box-shadow:0 5px 10px -3px rgba(0, 0, 0, 0.07);
	box-shadow:0 5px 10px -3px rgba(0, 0, 0, 0.07);
	-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__action {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background-color:rgba(255, 255, 255, 0.9);
	-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-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:center;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
.no-flexbox .product-grid .product__action {
	padding-top:10%;
	text-align:center;
}
.product-grid .product__action .button, .product-grid .product__action button, .product-grid .product__action input[type="submit"], .product-grid .product__action input[type="reset"] {
	position:relative;
	padding:10px;
	border:none;
	-webkit-border-radius:0;
	border-radius:0;
	color:#eb8367;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:30px;
	line-height:1;
}
.product-grid .product__action .button .dripicons-plus, .product-grid .product__action button .dripicons-plus, .product-grid .product__action input[type="submit"] .dripicons-plus, .product-grid .product__action input[type="reset"] .dripicons-plus {
	display:block;
	position:absolute;
	top:0;
	right:-10px;
	font-size:18px;
	line-height:1;
	-webkit-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
.product-grid .product__action .button.loading .dripicons-plus:before, .product-grid .product__action button.loading .dripicons-plus:before, .product-grid .product__action input.loading[type="submit"] .dripicons-plus:before, .product-grid .product__action input.loading[type="reset"] .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-grid .product__action .button.added .dripicons-plus, .product-grid .product__action button.added .dripicons-plus, .product-grid .product__action input.added[type="submit"] .dripicons-plus, .product-grid .product__action input.added[type="reset"] .dripicons-plus {
	color:#92dc34;
}
.product-grid .product__action .button.added .dripicons-plus:before, .product-grid .product__action button.added .dripicons-plus:before, .product-grid .product__action input.added[type="submit"] .dripicons-plus:before, .product-grid .product__action input.added[type="reset"] .dripicons-plus:before {
	content:"\53";
}
.product-grid .product__action .button .button-label, .product-grid .product__action button .button-label, .product-grid .product__action input[type="submit"] .button-label, .product-grid .product__action input[type="reset"] .button-label {
	display:none;
}
.product-grid .product__action .button.yith-wcqv-button, .product-grid .product__action button.yith-wcqv-button, .product-grid .product__action input.yith-wcqv-button[type="submit"], .product-grid .product__action input.yith-wcqv-button[type="reset"] {
	font-size:12px;
	font-size:0.75em;
}
.product-grid .product__action .added_to_cart.wc-forward, .product-grid .product__action .buy-now {
	padding:5px 15px;
	border:3px solid;
	-webkit-border-radius:40px;
	border-radius:40px;
	font-size:12px;
	font-size:0.75em;
	font-weight:700;
	line-height:1;
	letter-spacing:1px;
	text-transform:uppercase;
}
.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 > .yith-wcqv-button {
	display:none;
}
.product-grid .product__title {
	margin:0;
	font-size:18px;
	font-size:1.125em;
	line-height:1.3;
}
@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__meta {
	margin-bottom:10px;
}
.product-grid .product .author {
	color:#999999;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.product-grid .product__price {
	margin-bottom:5px;
	color:#eb8367;
	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__rating {
	font-size:18px;
	font-size:1.125em;
}
@media screen and (max-width: 480px) {
	.product-grid .product__rating {
		font-size:14px;
		font-size:0.875em;
	}
}
.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"] {
	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 {
	width:100%;
	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;
	font-size:19px;
}
.product-list .product__price {
	float:left;
	color:#eb8367;
	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 .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 .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 .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_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_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:#eb8367;
}
@-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);
	}
}
.product-overview {
	position:relative;
	padding:100px 0;
}
.product-overview:after {
	display:block;
	clear:both;
	content:" ";
}
@media screen and (max-width: 480px) {
	.product-overview {
		padding:30px 0;
	}
}
.product-overview .product__title {
	display:inline-block;
	margin:0;
	font-family:inherit;
	font-size:36px;
	font-size:2.25em;
	font-weight:700;
	line-height:1.2;
}
@media screen and (max-width: 480px) {
	.product-overview .product__title {
		font-size:32px;
		font-size:2em;
	}
}
.product-overview .onsale {
	display:inline-block;
	padding:2px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	background-color:#eb8367;
	font-size:14px;
	font-size:0.875em;
	line-height:1.2;
	vertical-align:top;
}
.product-overview .author {
	color:#999999;
}
.product-overview .author a {
	color:inherit;
}
.product-overview .woocommerce-product-rating .star-rating {
	display:inline-block;
}
.product-overview .woocommerce-product-rating .woocommerce-review-link {
	color:rgba(0, 0, 0, 0.5);
	font-style:italic;
}
.product-overview .product-single-price {
	color:#232323;
	font-size:40px;
	font-size:2.5em;
	line-height:1;
}
.product-overview .product-single-price p {
	margin:0;
}
@media screen and (max-width: 480px) {
	.product-overview .product-single-price {
		margin-top:15px;
		text-align:left;
	}
}
.product-overview .product-single-price del {
	display:inline-block;
	color:#999999;
	font-size:24px;
	vertical-align:top;
}
.product-overview .product-single-price del span {
	text-decoration:inherit;
}
.product-overview .product-single-price ins {
	display:inline-block;
	text-decoration:none;
}
.product-overview__image {
	width:40%;
}
@media screen and (max-width: 768px) {
	.product-overview__image {
		margin-bottom:40px;
	}
}
.product-overview__image .images img {
	width:100%;
	height:auto;
}
.product-overview__image .images .thumbnails.columns-3 {
	margin:0 -5px;
}
.product-overview__image .images .thumbnails.columns-3:after {
	display:block;
	clear:both;
	content:" ";
}
.product-overview__image .images .thumbnails.columns-3 a {
	float:left;
	width:33.3333%;
	padding:5px;
}
.product-overview__summary {
	position:relative;
	width:60%;
	padding-left:50px;
}
@media screen and (max-width: 768px) {
	.product-overview__summary {
		padding-left:0;
	}
}
.product-overview__summary .onsale {
	position:absolute;
	right:0;
	padding:2px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	background-color:#eb8367;
}
.product-overview__summary .product__meta:after {
	display:block;
	clear:both;
	content:" ";
}
.product-overview__summary .product__meta .author {
	float:left;
	font-style:italic;
}
@media screen and (max-width: 480px) {
	.product-overview__summary .product__meta .author {
		float:none;
	}
}
.product-overview__summary .product__meta .woocommerce-product-rating {
	float:right;
	text-align:right;
}
@media screen and (max-width: 480px) {
	.product-overview__summary .product__meta .woocommerce-product-rating {
		float:none;
		margin-top:10px;
		text-align:left;
	}
}
.product-overview__summary .product__meta .woocommerce-product-rating .star-rating {
	display:inline-block;
	text-align:left;
}
.product-overview__summary .product__meta .woocommerce-product-rating .woocommerce-review-link {
	display:block;
	color:#999999;
	font-size:12px;
}
.product-overview__summary .product-bookmark:after {
	display:block;
	clear:both;
	content:" ";
}
.product-overview__summary .product-bookmark .yith-wcwl-add-to-wishlist, .product-overview__summary .product-bookmark .clear, .product-overview__summary .product-bookmark .post__share {
	display:inline-block;
	margin-top:0;
	vertical-align:middle;
}
.product-overview__summary .product-bookmark .post__share {
	margin-top:15px;
}
.product-overview__summary .product-bookmark .post__share a {
	display:inline-block;
	margin-bottom:3px;
	padding:5px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	font-size:14px;
	font-size:0.875em;
	line-height:1;
}
@media screen and (max-width: 480px) {
	.product-overview__summary .product-bookmark .post__share a {
		display:block;
		float:left;
		width:50%;
		margin:0;
		padding:10px;
		-webkit-border-radius:0;
		border-radius:0;
		text-align:center;
		white-space:nowrap;
	}
}
.product-overview__summary .product-bookmark .post__share a .fa {
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}
.product-overview__summary .product-bookmark .post__share a.facebook {
	background-color:#3b5998;
}
.product-overview__summary .product-bookmark .post__share a.facebook:hover {
	background-color:#4c70ba;
}
.product-overview__summary .product-bookmark .post__share a.twitter {
	background-color:#55acee;
}
.product-overview__summary .product-bookmark .post__share a.twitter:hover {
	background-color:#83c3f3;
}
.product-overview__summary .product-bookmark .post__share a.google-plus {
	background-color:#e02f2f;
}
.product-overview__summary .product-bookmark .post__share a.google-plus:hover {
	background-color:#e75b5b;
}
.product-overview__summary .product-bookmark .post__share a.linkedin {
	background-color:#007bb5;
}
.product-overview__summary .product-bookmark .post__share a.linkedin:hover {
	background-color:#009ee8;
}
.product-overview__summary .woocommerce-product-details__short-description {
	font-family:"Merriweather";
	font-size:18px;
	font-size:1.125em;
	line-height:1.6;
}
.product-overview__summary .cart {
	padding:30px;
	background-color:#f4f4f4;
}
.product-overview__summary .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);
}
.product-overview__summary .product-deals-info:after {
	display:block;
	clear:both;
	content:" ";
}
.product-overview__summary .product-deals-info .deal-countdown, .product-overview__summary .product-deals-info .deal-saving {
	float:left;
}
.product-overview__summary .product-deals-info .label {
	color:#a6a6a6;
	font-size:13px;
	font-size:0.8125em;
}
.product-overview__summary .product-deals-info .deal-countdown {
	padding:10px 20px;
	border-right:1px solid #e0e0e0;
}
@media screen and (max-width: 1200px) {
	.product-overview__summary .product-deals-info .deal-countdown {
		width:100%;
		border-right:none;
		border-bottom:1px solid #e3e3e3;
		text-align:center;
	}
}
.product-overview__summary .product-deals-info .deal-countdown .timer {
	display:inline-block;
	margin-right:5px;
	color:#232323;
	font-size:18px;
	font-size:1.125em;
	font-weight:700;
}
.product-overview__summary .product-deals-info .deal-countdown .count-num {
	display:inline-block;
	margin-right:10px;
}
.product-overview__summary .product-deals-info .deal-saving {
	display:table;
}
@media screen and (max-width: 1200px) {
	.product-overview__summary .product-deals-info .deal-saving {
		width:100%;
		table-layout:fixed;
	}
}
.product-overview__summary .product-deals-info .deal-saving .saving {
	display:table-cell;
	padding:10px 20px;
	text-align:center;
}
.product-overview__summary .product-deals-info .deal-saving .saving:not(:last-child) {
	border-right:1px solid #e0e0e0;
}
.product-overview__summary .product-deals-info .deal-saving .saving > span {
	display:block;
}
.product-overview__summary .product-deals-info .deal-saving .saving > span.value {
	color:#232323;
	font-size:18px;
	font-size:1.125em;
	font-weight:700;
}
.product-overview__image, .product-overview__summary {
	float:left;
}
@media screen and (max-width: 768px) {
	.product-overview__image, .product-overview__summary {
		display:block;
		float:none;
		width:100%;
	}
}
.product-overview .product-action .price {
	margin-bottom:20px;
	color:#eb8367;
	font-size:24px;
	font-size:1.5em;
	font-weight:700;
}
.product-overview .product-action .price del, .product-overview .product-action .price ins {
	display:inline-block;
}
.product-overview .product-action .price del {
	margin-right:10px;
	color:#999999;
	font-weight:300;
}
.product-overview .product-action .price ins {
	font-weight:700;
}
.product-overview .product-action .WooZone-price-info {
	display:block;
	margin-top:5px;
	color:#444444;
	font-size:14px;
	font-weight:400;
	font-style:normal;
}
.product-overview .cart:not(.variations_form) {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:30px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.product-overview .cart:not(.variations_form):after {
	display:block;
	clear:both;
	content:" ";
}
.product-overview .cart:not(.variations_form) .quantity {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.product-overview .cart:not(.variations_form) .input-text.qty {
	margin-right:20px;
}
.no-flexbox .product-overview .cart:not(.variations_form) .input-text.qty {
	float:left;
	min-width:150px;
	margin-right:0;
}
.product-overview .cart:not(.variations_form) .button, .product-overview .cart:not(.variations_form) button, .product-overview .cart:not(.variations_form) input[type="submit"], .product-overview .cart:not(.variations_form) input[type="reset"] {
	margin:0;
}
.product-overview .product_meta {
	padding-top:30px;
}
.product-overview .product_meta > span {
	display:block;
	margin-right:20px;
	padding:10px 0;
	border-bottom:1px solid #e3e3e3;
	color:#232323;
	color:#aaaaaa;
}
.product-overview .product_meta > span a {
	color:#232323;
}
.variations_form.cart {
	margin-bottom:30px;
}
.variations_form.cart .price-wrap {
	border-bottom:1px dashed #bdbdbd;
	color:#eb8367;
}
.variations_form.cart table.variations {
	margin-bottom:15px;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.variations_form.cart table.variations tr, .variations_form.cart table.variations tbody {
	background-color:transparent;
}
@media screen and (max-width: 480px) {
	.variations_form.cart table.variations td, .variations_form.cart table.variations th {
		display:block;
	}
}
.variations_form.cart table.variations .label {
	text-transform:capitalize;
}
.variations_form.cart table.variations .reset_variations {
	padding-left:20px;
	color:#999999;
}
.variations_form.cart table.variations .reset_variations:before {
	display:inline-block;
	margin-right:5px;
	color:#eb8367;
	font-family:"dripicons-v2";
	vertical-align:middle;
	content:"\5a";
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
	margin-bottom:15px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation:after {
	display:block;
	clear:both;
	content:" ";
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-description {
	width:100%;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
	float:left;
	padding:10px 0;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability {
	float:right;
	padding:10px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability .out-of-stock {
	color:red;
	font-style:italic;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability p {
	margin:0;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:30px;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
	display:block;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart:after {
	display:block;
	clear:both;
	content:" ";
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin-right:20px;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
	float:left;
	margin-right:0;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
	min-width:150px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
	margin:0;
}
.no-flex .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart button[type="submit"] {
	float:left;
}
.book-images {
	-webkit-perspective:2000px;
	perspective:2000px;
}
.book-images .book {
	position:relative;
	width:80%;
	max-width:100%;
	margin:0 auto;
	-webkit-transition:-webkit-transform 0.6s ease;
	-o-transition:-o-transform 0.6s ease;
	transition:-webkit-transform 0.6s ease;
	transition:transform 0.6s ease;
	transition:transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
	-webkit-transform:rotateY(0);
	transform:rotateY(0);
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.book-images .book.back-view {
	-webkit-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
}
.rtl .book-images .book.back-view {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.book-images .book:not(.back-view):hover {
	-webkit-transform:rotateY(-30deg);
	transform:rotateY(-30deg);
}
.rtl .book-images .book:not(.back-view):hover {
	-webkit-transform:rotateY(30deg);
	transform:rotateY(30deg);
}
.book-images .book:not(.back-view):hover .book__page--front {
	-webkit-transform:rotateY(-20deg);
	transform:rotateY(-20deg);
}
.rtl .book-images .book:not(.back-view):hover .book__page--front {
	-webkit-transform:rotateY(20deg);
	transform:rotateY(20deg);
}
.book-images .book:not(.back-view):hover .book__page--first-page {
	-webkit-transform:rotateY(-10deg);
	transform:rotateY(-10deg);
}
.rtl .book-images .book:not(.back-view):hover .book__page--first-page {
	-webkit-transform:rotateY(10deg);
	transform:rotateY(10deg);
}
.book-images .book img {
	display:block;
	width:100%;
	height:auto;
}
.book-images .book .placeholder {
	display:block;
	visibility:hidden;
	height:auto;
}
.book-images .book__page {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:-o-linear-gradient(45deg, white, #fafafa);
	background-image:linear-gradient(45deg, white, #fafafa);
	-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-origin:0;
	-ms-transform-origin:0;
	-o-transform-origin:0;
	transform-origin:0;
	will-change:transform;
}
.book-images .book__page img {
	display:block;
	width:100%;
	height:auto;
}
.book-images .book__page--side {
	bottom:0;
	width:50px;
	background-color:#333333;
	background-image:-o-linear-gradient(45deg, #333333, #111111);
	background-image:linear-gradient(45deg, #333333, #111111);
	-webkit-transform:rotateY(90deg);
	transform:rotateY(90deg);
}
.rtl .book-images .book__page--side {
	left:100%;
}
.book-images .book__page--side-paper {
	bottom:0;
	left:100%;
	width:50px;
	background-color:white;
	background-color:#f3f3f3;
	/* IE9, iOS 3.2+ */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAxMzAwMDAwMDAwMDAwMDAwMSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDMyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDMxOTU4NzYyODg2NTk3OTM2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDQ0OTU4NzYyODg2NTk3OTQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wNTE5NTg3NjI4ODY1OTc5MyIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjA2Mzk1ODc2Mjg4NjU5Nzk0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDYzOTE3NTI1NzczMTk1ODciLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wNzY5MTc1MjU3NzMxOTU4NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjA4MzkxNzUyNTc3MzE5NTg2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDk1OTE3NTI1NzczMTk1ODciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4wOTU4NzYyODg2NTk3OTM4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTA4ODc2Mjg4NjU5NzkzODIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4xMTU4NzYyODg2NTk3OTM4MSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjEyNzg3NjI4ODY1OTc5Mzg0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTI3ODM1MDUxNTQ2MzkxNzQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4xNDA4MzUwNTE1NDYzOTE3NSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE0NzgzNTA1MTU0NjM5MTczIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTU5ODM1MDUxNTQ2MzkxNzQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4xNTk3OTM4MTQ0MzI5ODk2OCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE3Mjc5MzgxNDQzMjk4OTY2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTc5NzkzODE0NDMyOTg5NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjE5MTc5MzgxNDQzMjk4OTY4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMTkxNzUyNTc3MzE5NTg3NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIwNDc1MjU3NzMxOTU4NzYzIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMjExNzUyNTc3MzE5NTg3NjMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yMjM3NTI1NzczMTk1ODc2MSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIyMzcxMTM0MDIwNjE4NTU1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMjM2NzExMzQwMjA2MTg1NTYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yNDM3MTEzNDAyMDYxODU1NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjI1NTcxMTM0MDIwNjE4NTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yNTU2NzAxMDMwOTI3ODM1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMjY4NjcwMTAzMDkyNzgzNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjI3NTY3MDEwMzA5Mjc4MzUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4yODc2NzAxMDMwOTI3ODM0NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjI4NzYyODg2NTk3OTM4MTQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zMDA2Mjg4NjU5NzkzODE0MyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjMwNzYyODg2NTk3OTM4MTQ0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzE5NjI4ODY1OTc5MzgxNCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjMxOTU4NzYyODg2NTk3OTM2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzMyNTg3NjI4ODY1OTc5MzciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zMzk1ODc2Mjg4NjU5Nzk0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzUxNTg3NjI4ODY1OTc5MzMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zNTE1NDYzOTE3NTI1NzczIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzY0NTQ2MzkxNzUyNTc3MjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zNzE1NDYzOTE3NTI1NzcyNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjM4MzU0NjM5MTc1MjU3NzMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zODM1MDUxNTQ2MzkxNzUyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMzk2NTA1MTU0NjM5MTc1MjQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40MDM1MDUxNTQ2MzkxNzUyNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQxNTUwNTE1NDYzOTE3NTI2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDE1NDYzOTE3NTI1NzczMTYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40Mjg0NjM5MTc1MjU3NzMxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDM1NDYzOTE3NTI1NzczMSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ0NzQ2MzkxNzUyNTc3MzIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40NDc0MjI2ODA0MTIzNzExIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDYwNDIyNjgwNDEyMzcxMDUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC40Njc0MjI2ODA0MTIzNzExIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNDc5NDIyNjgwNDEyMzcxMSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ3OTM4MTQ0MzI5ODk2OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5MjM4MTQ0MzI5ODk2OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQ5OTM4MTQ0MzI5ODk2OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxMTM4MTQ0MzI5ODk2OTEiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41MTEzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41MjQzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41MzEzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41NDMzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41NDMyOTg5NjkwNzIxNjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTU2Mjk4OTY5MDcyMTY0OSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjU2MzI5ODk2OTA3MjE2NDkiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41NzUyOTg5NjkwNzIxNjQ5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTc1MjU3NzMxOTU4NzYyOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjU4ODI1NzczMTk1ODc2MjkiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41OTUyNTc3MzE5NTg3NjI5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjA3MjU3NzMxOTU4NzYyOSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjYwNzIxNjQ5NDg0NTM2MDgiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42MjAyMTY0OTQ4NDUzNjA4Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjI3MjE2NDk0ODQ1MzYwOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjYzOTIxNjQ5NDg0NTM2MDgiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42MzkxNzUyNTc3MzE5NTg3Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjUyMTc1MjU3NzMxOTU4NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjY1OTE3NTI1NzczMTk1ODciLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42NzExNzUyNTc3MzE5NTg2Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjcxMTM0MDIwNjE4NTU2NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjY4NDEzNDAyMDYxODU1NjciLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42OTExMzQwMjA2MTg1NTY3Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzAzMTM0MDIwNjE4NTU2NyIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjcwMzA5Mjc4MzUwNTE1NDYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43MTYwOTI3ODM1MDUxNTQ1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzIzMDkyNzgzNTA1MTU0NiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjczNTA5Mjc4MzUwNTE1NDYiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43MzUwNTE1NDYzOTE3NTI0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzQ4MDUxNTQ2MzkxNzUyNCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjc1NTA1MTU0NjM5MTc1MjQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43NjcwNTE1NDYzOTE3NTI0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzY3MDEwMzA5Mjc4MzUwNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjc4MDAxMDMwOTI3ODM1MDUiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC43ODcwMTAzMDkyNzgzNTA1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNzk5MDEwMzA5Mjc4MzUwNSIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjc5ODk2OTA3MjE2NDk0ODQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44MTE5NjkwNzIxNjQ5NDg0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODE4OTY5MDcyMTY0OTQ4NCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjgzMDk2OTA3MjE2NDk0ODQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44MzA5Mjc4MzUwNTE1NDYzIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODQzOTI3ODM1MDUxNTQ2MiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjg1MDkyNzgzNTA1MTU0NjIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44NjI5Mjc4MzUwNTE1NDY0Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODYyODg2NTk3OTM4MTQ0NCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjg3NTg4NjU5NzkzODE0NDMiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44ODI4ODY1OTc5MzgxNDQzIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuODk0ODg2NTk3OTM4MTQ0NCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjg5NDg0NTM2MDgyNDc0MjIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45MDc4NDUzNjA4MjQ3NDIyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOTE0ODQ1MzYwODI0NzQyMiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjkyNjg0NTM2MDgyNDc0MjIiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45MjY4MDQxMjM3MTEzNDAxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOTM5ODA0MTIzNzExMzQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC45NDY4MDQxMjM3MTEzNDAyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOTU4ODA0MTIzNzExMzQwMiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk1ODc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk3MTc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk3ODc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk5MDc2Mjg4NjU5NzkzOCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjk5MDcyMTY0OTQ4NDUzNiIvPjxzdG9wIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
	/* Android 2.3 */
	background-image:-webkit-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
	/* IE10+ */
	background-image:-o-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
	background-image:repeating-linear-gradient(to right, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
	background-image:-ms-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
	-webkit-transform:rotateY(90deg);
	transform:rotateY(90deg);
	/* IE8- CSS hack */
}
@media \0screen\,screen\9 {
	.book-images .book__page--side-paper {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe2e2e2",GradientType=1);
	}
}
.rtl .book-images .book__page--side-paper {
	left:0;
}
.book-images .book__page--front {
	background-color:#333333;
	-webkit-transform:rotateY(-2deg);
	transform:rotateY(-2deg);
}
.rtl .book-images .book__page--front {
	-webkit-transform:rotateY(2deg);
	transform:rotateY(2deg);
	-webkit-transform-origin:100%;
	-ms-transform-origin:100%;
	-o-transform-origin:100%;
	transform-origin:100%;
}
.book-images .book__page--front:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:-o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 15px, transparent, 16px, transparent);
	background:linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 15px, transparent, 16px, transparent);
	content:" ";
}
.rtl .book-images .book__page--front:after {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.book-images .book__page--back {
	width:100%;
	height:100%;
	background:url("../img/pattern.png") !important;
	-webkit-box-shadow:15px 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow:15px 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform:translateZ(-50px) rotateY(180deg);
	transform:translateZ(-50px) rotateY(180deg);
	-webkit-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
}
.book-images .book__page--back:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.5) 15px, transparent, 16px, transparent);
	background:linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.5) 15px, transparent, 16px, transparent);
	content:" ";
}
.rtl .book-images .book__page--back:after {
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.book-images .book__page--first-page, .book-images .book__page--second-page {
	width:100%;
	height:100%;
	background-color:white;
}
.book-images .book__page--first-page {
	background-image:-o-linear-gradient(15deg, #aaaaaa, #cccccc);
	background-image:linear-gradient(75deg, #aaaaaa, #cccccc);
	-webkit-transform:rotateY(-1deg);
	transform:rotateY(-1deg);
}
.rtl .book-images .book__page--first-page {
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	-o-transform-origin:100% 0;
	transform-origin:100% 0;
}
.book-images .book__page--second-page {
	background-color:#fafafa;
	background-image:-o-linear-gradient(45deg, #f3f3f3, #fafafa);
	background-image:linear-gradient(45deg, #f3f3f3, #fafafa);
}
.no-preserve3d .book-images .book__page--back, .no-preserve3d .book-images .book__page--first-page, .no-preserve3d .book-images .book__page--side, .no-preserve3d .book-images .book__page--side-paper, .no-preserve3d .book-images .book__page--second-page {
	display:none;
}
.book-images .book__action {
	width:80%;
	margin:0 auto;
	padding-top:50px;
	text-align:center;
}
.no-preserve3d .book-images .book__action .see-back {
	display:none;
}
.book-images .book__action button, .book-images .book__action .see-inside {
	display:inline-block;
	margin:0 5px;
	padding:5px 15px;
	border:none;
	font-size:inherit;
	font-size:15px;
	line-height:1;
	cursor:pointer;
}
.book-images .book__action button [class*="ico"], .book-images .book__action .see-inside [class*="ico"] {
	display:inline-block;
	width:13px;
	height:13px;
	margin-right:10px;
	color:inherit;
	font-size:13px;
	line-height:1;
	vertical-align:middle;
}
.book-images .book__action button [class*="ico"]:before, .book-images .book__action .see-inside [class*="ico"]:before {
	line-height:1;
}
.movie-images {
	text-align:center;
}
.movie-images .see-gallery {
	display:inline-block;
	padding:3px 20px;
	border:2px solid #eb8367;
	-webkit-border-radius:40px;
	border-radius:40px;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.movie-case {
	position:relative;
	width:300px;
	max-width:100%;
	margin:0 auto 30px;
	pointer-events:none;
	-webkit-perspective:1000px;
	perspective:1000px;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
@media screen and (max-width: 480px) {
	.movie-case {
		overflow:hidden;
	}
}
@media screen and (min-width: 481px) {
	.movie-case.is-open .front-cover {
		-webkit-transform:rotateY(-45deg);
		transform:rotateY(-45deg);
	}
	.rtl .movie-case.is-open .front-cover {
		-webkit-transform:rotateY(45deg);
		transform:rotateY(45deg);
	}
	.movie-case.is-open .disc {
		-webkit-transform:translateX(100px) rotate(15deg);
		-ms-transform:translateX(100px) rotate(15deg);
		-o-transform:translateX(100px) rotate(15deg);
		transform:translateX(100px) rotate(15deg);
	}
	.rtl .movie-case.is-open .disc {
		-webkit-transform:translateX(-100px) rotate(-15deg);
		-ms-transform:translateX(-100px) rotate(-15deg);
		-o-transform:translateX(-100px) rotate(-15deg);
		transform:translateX(-100px) rotate(-15deg);
	}
	.movie-case.is-open .back-cover {
		-webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.4);
		box-shadow:0 10px 40px rgba(0, 0, 0, 0.4);
	}
}
.movie-case .cover-placeholder {
	display:block;
	visibility:hidden;
}
.movie-case .front-cover, .movie-case .back-cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.movie-case .front-cover {
	z-index:3;
	-webkit-transition:0.4s cubic-bezier(0.71, 0.02, 0.25, 1);
	-o-transition:0.4s cubic-bezier(0.71, 0.02, 0.25, 1);
	transition:0.4s cubic-bezier(0.71, 0.02, 0.25, 1);
	-webkit-transform-origin:0;
	-ms-transform-origin:0;
	-o-transform-origin:0;
	transform-origin:0;
}
.rtl .movie-case .front-cover {
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	-o-transform-origin:100% 0;
	transform-origin:100% 0;
}
.movie-case .front-cover:before {
	position:absolute;
	left:100%;
	width:15px;
	height:100%;
	background-color:#444444;
	background-image:-webkit-gradient(linear, left top, right top, from(#333333), color-stop(#444444), color-stop(50%, #444444), color-stop(50%, #111111), color-stop(50%, 51%), color-stop(52%, #111111), color-stop(53%, #333333), color-stop(53%, #333333));
	background-image:-o-linear-gradient(left, #333333, #444444, #444444 50%, #111111, 51%, #111111 52%, #333333 53%, #333333);
	background-image:linear-gradient(90deg, #333333, #444444, #444444 50%, #111111, 51%, #111111 52%, #333333 53%, #333333);
	content:" ";
	-webkit-transform:rotateY(90deg);
	transform:rotateY(90deg);
	-webkit-transform-origin:0;
	-ms-transform-origin:0;
	-o-transform-origin:0;
	transform-origin:0;
}
.rtl .movie-case .front-cover:before {
	left:0;
}
.no-preserve3d .movie-case .front-cover:before {
	display:none;
}
.movie-case .back-cover {
	border:2px solid #222222;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#222222;
	background-image:-o-linear-gradient(45deg, #111111, #555555);
	background-image:linear-gradient(45deg, #111111, #555555);
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:translateZ(-4px);
	transform:translateZ(-4px);
}
.no-preserve3d .movie-case .back-cover {
	display:none;
}
.movie-case .disc {
	overflow:hidden;
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	width:280px;
	height:280px;
	margin:auto;
	border:4px solid #aaaaaa;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:white;
	-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition:0.3s cubic-bezier(0.71, 0.02, 0.25, 1);
	-o-transition:0.3s cubic-bezier(0.71, 0.02, 0.25, 1);
	transition:0.3s cubic-bezier(0.71, 0.02, 0.25, 1);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
@media screen and (max-width: 480px) {
	.movie-case .disc {
		width:200px;
		height:200px;
	}
}
.no-preserve3d .movie-case .disc {
	display:none;
}
.movie-case .disc:before {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:50px;
	height:50px;
	margin:auto;
	border:4px solid #aaaaaa;
	-webkit-border-radius:50%;
	border-radius:50%;
	border-radius:50%;
	background-color:#222222;
	content:" ";
}
.movie-case img {
	display:block;
	height:auto;
	margin:0 auto;
}
.music-cover-wrap {
	text-align:center;
}
.music-cover-wrap .music-cover {
	position:relative;
	width:450px;
	max-width:100%;
	margin:0 auto 30px;
}
.music-cover-wrap .music-cover .cover-placeholder {
	display:block;
	visibility:hidden;
	width:300px;
	max-width:100%;
	height:auto;
}
.music-cover-wrap .music-cover.is-playing .disc {
	-webkit-animation:rotatingDisc 3s linear infinite;
	-o-animation:rotatingDisc 3s linear infinite;
	animation:rotatingDisc 3s linear infinite;
}
.music-cover-wrap .music-cover.is-playing .play i:before {
	content:"\e019";
}
.music-cover-wrap .music-cover .front-cover, .music-cover-wrap .music-cover .disc {
	position:absolute;
	top:0;
	left:0;
}
.music-cover-wrap .music-cover .front-cover {
	z-index:1;
	width:300px;
	max-width:100%;
	-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3);
	box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3);
}
.rtl .music-cover-wrap .music-cover .front-cover {
	right:0;
	left:auto;
}
.music-cover-wrap .music-cover .front-cover img {
	display:block;
	width:100%;
	height:auto;
}
.music-cover-wrap .music-cover .disc {
	display:block;
	top:0;
	right:0;
	bottom:0;
	left:auto;
	height:95%;
	margin:auto;
}
.rtl .music-cover-wrap .music-cover .disc {
	right:auto;
	left:0;
}
.music-cover-wrap .music-cover .play {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:64px;
	height:64px;
	margin:auto;
	padding:0;
	border:2px solid white;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#444444;
	background-color:white;
	background-image:-o-linear-gradient(75deg, #efefef, white);
	background-image:linear-gradient(15deg, #efefef, white);
	-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3), 0 0 70px 20px rgba(0, 0, 0, 0.3);
	box-shadow:0 2px 10px rgba(0, 0, 0, 0.3), 0 0 70px 20px rgba(0, 0, 0, 0.3);
	font-size:38px;
	line-height:0.8;
	text-align:center;
}
.product-overview .product-overview__summary .wp-playlist {
	margin-top:30px;
}
.product-overview .wp-playlist {
	padding:0;
	border:none;
	background-color:transparent;
	text-align:left;
}
.product-overview .wp-playlist-current-item {
	display:none;
}
.product-overview .wp-playlist .mejs-container {
	width:100%;
}
.product-overview .wp-playlist-item {
	overflow:hidden;
	padding:10px;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.product-overview .wp-playlist-item:before {
	display:block;
	position:absolute;
	left:10px;
	width:36px;
	height:36px;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:white;
	background-color:#eb8367;
	font-family:"dripicons-v2";
	font-size:24px;
	text-align:center;
	content:"\e01a";
	-webkit-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	transition:0.3s ease-in;
	-webkit-transform:translateX(-50px) rotate(-270deg);
	-ms-transform:translateX(-50px) rotate(-270deg);
	-o-transform:translateX(-50px) rotate(-270deg);
	transform:translateX(-50px) rotate(-270deg);
}
.product-overview .wp-playlist-item.wp-playlist-playing, .product-overview .wp-playlist-item:hover {
	padding-left:70px;
	background-color:transparent;
}
.product-overview .wp-playlist-item.wp-playlist-playing:before, .product-overview .wp-playlist-item:hover:before {
	-webkit-transform:translateX(0) rotate(0deg);
	-ms-transform:translateX(0) rotate(0deg);
	-o-transform:translateX(0) rotate(0deg);
	transform:translateX(0) rotate(0deg);
}
.product-overview .wp-playlist-item .wp-playlist-caption {
	color:transparent;
	line-height:0;
	text-indent:-999px;
}
.product-overview .wp-playlist-item-title, .product-overview .wp-playlist-item-artist {
	line-height:normal;
	text-indent:0;
}
.product-overview .wp-playlist-item-title {
	display:block;
	overflow:hidden;
	color:#333333;
	font-size:18px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.product-overview .wp-playlist-item-artist {
	display:block;
	color:#999999;
}
.product-overview .wp-playlist-item-length {
	top:10px;
	right:10px;
}
@-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);
	}
}
.woocommerce-tabs {
	position:relative;
}
.product__detail-nav {
	text-align:left;
}
@media screen and (max-width: 640px) {
	.product__detail-nav {
		text-align:center;
	}
}
.product__detail-nav ul {
	margin:0;
	padding-left:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	list-style:none;
}
.product__detail-nav li {
	display:inline-block;
}
.product__detail-nav li.active a, .product__detail-nav li:hover a {
	border-color:#eb8367;
	color:#eb8367;
}
.product__detail-nav a {
	display:block;
	padding:15px 30px;
	font-size:80%px;
	font-size:5%em;
}
.product__detail-content {
	padding:50px 0 100px;
}
.product__detail-content:after {
	display:block;
	clear:both;
	content:" ";
}
.product__detail-content .product-tab-title {
	display:none;
}
.product__detail-content .woocommerce-Tabs-panel {
	display:none;
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes {
	margin:0 auto;
	-webkit-box-shadow:none;
	box-shadow:none;
}
@media screen and (min-width: 991px) {
	.product__detail-content .woocommerce-Tabs-panel .shop_attributes {
		width:60%;
	}
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody {
	background:transparent;
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody tr {
	border-bottom:1px solid #e3e3e3;
	background:none !important;
}
.product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody th, .product__detail-content .woocommerce-Tabs-panel .shop_attributes tbody td {
	text-align:left;
}
.product.product-category a {
	display:block;
	position:relative;
}
.product.product-category img {
	width:100%;
	height:auto;
}
.product.product-category h3 {
	position:absolute;
	top:50%;
	width:100%;
	margin:0;
	font-size:18px;
	font-size:1.125em;
	font-weight:400;
	text-align:center;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.product.product-category .count {
	position:relative;
	top:-10px;
	padding:2px 10px;
	-webkit-border-radius:40px;
	border-radius:40px;
	color:white;
	background:#eb8367;
	font-size:12px;
	font-weight:700;
}
.single-book-author {
	padding:100px 0;
}
.author-area {
	text-align:center;
}
@media screen and (max-width: 990px) {
	.author-area.is_stuck {
		position:static !important;
		width:auto !important;
	}
	.author-area.is_stuck + div {
		display:none !important;
	}
}
.author-area .author-bio {
	padding:30px;
}
.author-area .author-bio__image {
	overflow:hidden;
	width:150px;
	height:150px;
	margin:0 auto 30px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:white;
	-webkit-box-shadow:0 0 0 10px rgba(255, 255, 255, 0.3);
	box-shadow:0 0 0 10px rgba(255, 255, 255, 0.3);
}
.author-area .author-bio__image img {
	display:block;
	width:150px;
	height:150px;
	-o-object-fit:cover;
	object-fit:cover;
}
.author-area .author-name {
	margin-top:0;
	margin-bottom:5px;
	font-size:36px;
	font-size:2.25em;
}
.author-area .author-birthday {
	display:block;
	margin-bottom:30px;
	color:#999999;
	font-style:italic;
}
.author-area .author-socials a {
	display:inline-block;
	padding:10px;
}
.browse-author-by-alphabet.filterable-nav {
	padding:50px 0;
	text-align:center;
}
.browse-author-by-alphabet.filterable-nav a {
	display:inline-block;
	padding:3px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#999999;
	line-height:1;
}
.browse-author-by-alphabet.filterable-nav a.current {
	color:white;
	background-color:#eb8367;
}
.browse-author-by-alphabet.filterable-nav .filter-separator {
	display:inline-block;
	width:1px;
	height:30px;
	margin:0 10px;
	background-color:#bdbdbd;
	vertical-align:middle;
}
.tokoo-look-inside {
	display:none;
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.tokoo-look-inside .overlay {
	position:fixed;
	z-index:1 !important;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
}
.tokoo-look-inside .look-inside-box {
	overflow:hidden;
	position:fixed;
	position:absolute;
	z-index:2;
	top:50px;
	right:50px;
	bottom:50px;
	left:50px;
	margin:auto;
	padding-top:50px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:white;
	-webkit-box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.6);
	box-shadow:0 10px 30px -5px rgba(0, 0, 0, 0.6);
}
.tokoo-look-inside .look-inside-box .look-inside-book-title {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	padding:10px 20px;
	border-bottom:1px solid #e3e3e3;
}
.tokoo-look-inside .look-inside-box .look-inside-book-title h2 {
	margin:0;
	font-size:16px;
	font-size:1em;
	font-weight:400;
}
.tokoo-look-inside .look-inside-box .look-inside-book-title h2 span {
	display:inline-block;
	margin-right:10px;
	color:#aaaaaa;
	font-weight:700;
	text-transform:uppercase;
}
.tokoo-look-inside .look-inside-box .look-inside-book-title button {
	position:absolute;
	top:0;
	right:10px;
	bottom:0;
	padding:10px;
	border:none;
	background-color:transparent;
	font-size:24px;
	font-size:1.5em;
}
.tokoo-look-inside .look-inside-box.tab-detail-active .look-inside-book-detail {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
}
.tokoo-look-inside .look-inside-box.tab-detail-active .toggle-detail-tab i {
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
}
@media screen and (min-width: 1201px) {
	.tokoo-look-inside .look-inside-box.tab-detail-active .book-preview-pages {
		left:300px;
	}
}
.tokoo-look-inside .look-inside-box.tab-related-active .look-inside-book-related {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
}
.tokoo-look-inside .look-inside-box.tab-related-active .toggle-related-tab i {
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	-o-transform:rotate(0);
	transform:rotate(0);
}
@media screen and (min-width: 1201px) {
	.tokoo-look-inside .look-inside-box.tab-related-active .book-preview-pages {
		right:300px;
	}
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail, .tokoo-look-inside .look-inside-box .look-inside-book-related {
	position:absolute;
	z-index:3;
	top:50px;
	bottom:0;
	width:300px;
	background-color:white;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
@media screen and (max-width: 640px) {
	.tokoo-look-inside .look-inside-box .look-inside-book-detail, .tokoo-look-inside .look-inside-box .look-inside-book-related {
		display:none;
	}
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail:before, .tokoo-look-inside .look-inside-box .look-inside-book-related:before {
	position:absolute;
	width:5px;
	height:100%;
	background-color:#f0f0f0;
	content:" ";
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .tab-content, .tokoo-look-inside .look-inside-box .look-inside-book-related .tab-content {
	overflow:auto;
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .section__title, .tokoo-look-inside .look-inside-box .look-inside-book-related .section__title {
	margin:0 0 10px;
	padding:10px 20px;
	border-bottom:1px solid #e3e3e3;
	font-size:16px;
	font-size:1em;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
}
.tokoo-look-inside .look-inside-box .toggle-detail-tab, .tokoo-look-inside .look-inside-box .toggle-related-tab {
	position:absolute;
	width:30px;
	height:40px;
	padding:5px 0;
	border:1px solid #f0f0f0;
	color:#888888;
	background-color:#f0f0f0;
	font-size:18px;
	line-height:30px;
}
.tokoo-look-inside .look-inside-box .toggle-detail-tab i, .tokoo-look-inside .look-inside-box .toggle-related-tab i {
	display:inline-block;
	position:relative;
	line-height:1;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.tokoo-look-inside .look-inside-box .look-inside-book-related {
	right:0;
	padding:0;
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	-o-transform:translateX(100%);
	transform:translateX(100%);
}
.tokoo-look-inside .look-inside-box .look-inside-book-related:before {
	right:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .toggle-related-tab {
	right:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget {
	margin:0;
	padding:10px 20px;
	border-bottom:1px solid #e3e3e3;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget img {
	width:50px;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget a {
	font-weight:700;
}
.tokoo-look-inside .look-inside-box .look-inside-book-related .product_list_widget .woocommerce-Price-amount.amount {
	margin-top:5px;
	font-size:14px;
	font-size:0.875em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail {
	left:0;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	transform:translateX(-100%);
}
@media screen and (min-height: 801px) {
	.tokoo-look-inside .look-inside-box .look-inside-book-detail .tab-content {
		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-flex-direction:column;
		-ms-flex-direction:column;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail:before {
	left:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .toggle-detail-tab {
	left:100%;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding:20px;
	border-bottom:1px solid #e3e3e3;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-image {
	width:80px;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-image img {
	display:block;
	height:auto;
	border:1px solid rgba(0, 0, 0, 0.1);
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail {
	padding-left:20px;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail h2 {
	margin:0;
	font-size:16px;
	font-size:1em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail > span {
	color:#999999;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-item .book-detail .woocommerce-review-link {
	font-size:12px;
	font-size:0.75em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-meta {
	padding:20px;
	border-bottom:1px solid #e3e3e3;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:13px;
	font-size:0.8125em;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes th, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes td, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes tr {
	background-color:transparent;
	text-align:left;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes th p, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes td p, .tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes tr p {
	margin:0;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .shop_attributes th {
	color:#232323;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review {
	overflow:auto;
	padding:20px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .comment {
	position:relative;
	margin-bottom:50px;
	padding:10px 10px 30px;
	border:1px solid #e3e3e3;
	text-align:center;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .meta {
	margin:0;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .description p {
	margin-top:0;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .avatar {
	display:block;
	width:48px;
	height:48px;
	margin:0 auto;
	margin-top:-30px;
	margin-bottom:0;
	border:5px solid white;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
}
.tokoo-look-inside .look-inside-box .look-inside-book-detail .book-review .star-rating {
	position:absolute;
	right:0;
	bottom:15px;
	left:0;
	margin:auto;
	text-align:left;
}
.tokoo-look-inside .look-inside-box .book-preview-pages {
	position:absolute;
	z-index:1;
	top:50px;
	right:0;
	bottom:0;
	left:0;
	border-right:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	background-color:#fafafa;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
@media screen and (max-width: 640px) {
	.tokoo-look-inside .look-inside-box .book-preview-pages {
		left:0 !important;
		left:0 !important;
	}
}
.tokoo-look-inside .look-inside-box .book-preview-pages:before, .tokoo-look-inside .look-inside-box .book-preview-pages:after {
	position:absolute;
	z-index:1;
	left:0;
	width:100%;
	height:60px;
	content:" ";
}
.tokoo-look-inside .look-inside-box .book-preview-pages:before {
	top:0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(rgba(255, 255, 255, 0)));
	background-image:-o-linear-gradient(#fafafa, rgba(255, 255, 255, 0));
	background-image:linear-gradient(#fafafa, rgba(255, 255, 255, 0));
}
.tokoo-look-inside .look-inside-box .book-preview-pages:after {
	bottom:0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fafafa));
	background-image:-o-linear-gradient(rgba(255, 255, 255, 0), #fafafa);
	background-image:linear-gradient(rgba(255, 255, 255, 0), #fafafa);
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-preview-tools {
	position:absolute;
	z-index:3;
	right:20px;
	bottom:20px;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-preview-tools button {
	width:48px;
	height:48px;
	margin:0 5px;
	padding-top:5px;
	border:none;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#666666;
	background:-webkit-gradient(linear, left top, left bottom, from(white), to(#fefefe));
	background:-o-linear-gradient(white, #fefefe);
	background:linear-gradient(white, #fefefe);
	background-color:transparent;
	background-color:white;
	-webkit-box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);
	font-size:24px;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-preview-tools button:active {
	-webkit-box-shadow:0 0 3px #6666ff;
	box-shadow:0 0 3px #6666ff;
}
.tokoo-look-inside .look-inside-box .book-preview-pages img {
	display:block;
	max-width:100%;
	margin:20px auto;
	border:1px solid rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.3);
	box-shadow:0 10px 20px -5px rgba(0, 0, 0, 0.3);
	text-align:center;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-pages-wrap {
	overflow:auto;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-height:100%;
	padding:50px 20px;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-pages {
	width:600px;
	max-width:100%;
	margin:0 auto;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.tokoo-look-inside .look-inside-box .book-preview-pages .book-pages img {
	width:100%;
	height:auto;
}
.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:#eb8367;
	font-size:36px;
	font-size:2.25em;
	font-weight:700;
}
.deal-end-soon .price .regular-price {
	color:#999999;
	font-size:14px;
	font-size:0.875em;
}
.deal-end-soon .price .regular-price del {
	-webkit-text-decoration-color:#eb8367;
	-moz-text-decoration-color:#eb8367;
	text-decoration-color:#eb8367;
}
.deal-end-soon .price .regular-price .amount {
	color:#eb8367;
}
.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:#a6a6a6;
	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:#232323;
	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:#232323;
	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:#232323;
	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:#eb8367;
	color:#eb8367;
}
.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;
}
.intrinsic-ratio {
	display:block;
	position:relative;
	background-color:#c3c3c3;
}
.intrinsic-ratio img {
	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 {
	opacity:1;
}
.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:3px;
	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 -25px;
	padding-top:50px;
}
.product-modern .product {
	margin-bottom:40px;
	padding-right:25px;
	padding-left:25px;
}
.product-modern .product__inner {
	padding:20px 20px 15px;
	background-color:white;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);
	-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__image {
	position:relative;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.04);
}
.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:#eb8367;
	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 .product__action {
	display:none;
}
.product-modern .product__image .onsale {
	position:absolute;
	z-index:1;
	top:50px;
	left:-20px;
	padding:2px 5px;
	color:white;
	background-color:#4f75f2;
	font-size:14px;
	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: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[class*="livre-type-"] .product__image:after {
	position:absolute;
	top:50px;
	right:auto;
	left:100%;
	padding:2px 10px;
	color:white;
	background-color:#b2dc71;
	font-family:"themify";
	font-size:14px;
	white-space:nowrap;
}
.product-modern .product.livre-type-book .product__image:after {
	content:"\e6b7";
}
.product-modern .product.livre-type-movie .product__image:after {
	content:"\e6ce";
}
.product-modern .product.livre-type-game .product__image:after {
	content:"\e6a1";
}
.product-modern .product.livre-type-audio .product__image:after {
	content:"\e689";
}
.product-modern .product__detail .product__title {
	overflow:hidden;
	max-height:2.5em;
	margin:15px 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"] {
	display:none;
}
.product-modern .product__detail .author {
	color:#999999;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.product-modern .product__action {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:row;
	position:relative;
	width:auto;
	height:auto;
	margin:0 -20px;
	padding:10px 20px;
	opacity:1;
	background-color:#fbfbfb;
	-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-orient:horizontal;
	-moz-box-orient:horizontal;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-align:center;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.product-modern .product__action .product__price {
	float:left;
}
.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 {
	float:right;
	position:relative;
	margin:5px 0;
	padding:0;
	color:#eb8367;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.product-modern .product__action .add_to_cart_button .simple-icon-bag, .product-modern .product__action .ajax_add_to_cart .simple-icon-bag, .product-modern .product__action .product_type_variable .simple-icon-bag, .product-modern .product__action .product_type_external .simple-icon-bag {
	margin-right:0;
	font-size:24px;
}
.product-modern .product__action .add_to_cart_button .dripicons-plus, .product-modern .product__action .ajax_add_to_cart .dripicons-plus, .product-modern .product__action .product_type_variable .dripicons-plus, .product-modern .product__action .product_type_external .dripicons-plus {
	position:absolute;
	top:-5px;
	left:-15px;
}
.product-modern .product__action .add_to_cart_button.loading .dripicons-plus:before, .product-modern .product__action .ajax_add_to_cart.loading .dripicons-plus:before, .product-modern .product__action .product_type_variable.loading .dripicons-plus:before, .product-modern .product__action .product_type_external.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-modern .product__action .add_to_cart_button.added .dripicons-plus, .product-modern .product__action .ajax_add_to_cart.added .dripicons-plus, .product-modern .product__action .product_type_variable.added .dripicons-plus, .product-modern .product__action .product_type_external.added .dripicons-plus {
	color:#92dc34;
}
.product-modern .product__action .add_to_cart_button.added .dripicons-plus:before, .product-modern .product__action .ajax_add_to_cart.added .dripicons-plus:before, .product-modern .product__action .product_type_variable.added .dripicons-plus:before, .product-modern .product__action .product_type_external.added .dripicons-plus:before {
	content:"\53";
}
.product-modern .product__action .added_to_cart.wc-forward {
	display:none;
}
.product-modern .product__action .button-label {
	display:none;
}
.product-modern .product .star-rating {
	margin-top:15px;
}
/*
 *  17. Woocommerce Elements Styling
 */
.woocommerce:after {
	display:block;
	clear:both;
	content:" ";
}
.star-rating {
	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:#999999;
	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:#eb8367;
	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:#eb8367;
}
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:#999999;
	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;
}
@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:#eb8367;
}
.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:#eb8367;
}
.woocommerce-pagination ul.page-numbers .page-numbers.dots {
	color:#999999;
}
.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-validated input.input-text {
	background-image:url(images/icons/valid.png);
	background-repeat:no-repeat;
	background-position:95% center;
}
form .form-row.woocommerce-invalid input.input-text {
	background-image:url(images/icons/invalid.png);
	background-repeat:no-repeat;
	background-position:95% center;
}
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"] {
	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"] {
		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;
	}
}
.cross-sells {
	clear:both;
}
.cart-collaterals {
	float:right;
	width:50%;
	margin-bottom:100px;
	padding-left:30px;
}
@media screen and (max-width: 768px) {
	.cart-collaterals {
		float:none;
		width:100%;
		padding-left:0;
	}
}
.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 #eb8367;
	-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:#eb8367;
	-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:30px 30px 30px 80px;
	color:#01263d;
	background-color:#15a3f9;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.woocommerce-info:after, .woocommerce-message:after {
	display:block;
	clear:both;
	content:" ";
}
.woocommerce-info .button, .woocommerce-info button, .woocommerce-info input[type="submit"], .woocommerce-info input[type="reset"], .woocommerce-message .button, .woocommerce-message button, .woocommerce-message input[type="submit"], .woocommerce-message input[type="reset"] {
	float:right;
	margin:0;
	padding:3px 20px;
}
@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-message .button, .woocommerce-message button, .woocommerce-message input[type="submit"], .woocommerce-message input[type="reset"] {
		display:inline-block;
		float:none;
		padding:5px 20px;
		color:white;
	}
}
.woocommerce-info:before, .woocommerce-message:before {
	position:absolute;
	top:30px;
	left:30px;
	color:rgba(255, 255, 255, 0.5);
	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:30px 30px 30px 80px;
	color:#01263d;
	background-color:#f6604c;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	list-style:none;
}
.woocommerce-error:before {
	position:absolute;
	top:30px;
	left:30px;
	color:rgba(255, 255, 255, 0.5);
	font-family:"themify";
	font-size:18px;
	font-size:1.125em;
	content:"\e646";
}
.woocommerce .login, .woocommerce .register, .woocommerce .checkout_coupon {
	margin-bottom:30px;
	padding:30px;
	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-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-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
	padding:20px;
}
.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:#232323;
	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 #eb8367;
	-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:#eb8367;
	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:#999999;
	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:#eb8367;
}
.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:#eb8367;
	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:#999999;
	font-style:italic;
}
.wcbs-fbt-section .wcbs-fbt-items .price {
	color:#eb8367;
	font-size:inherit;
}
.wcbs-fbt-section .wcbs-fbt-items .price del {
	display:inline-block;
	margin-right:10px;
}
.yith-wcqv-main {
	-webkit-box-shadow:0 10px 30px -4px rgba(0, 0, 0, 0.3) !important;
	box-shadow:0 10px 30px -4px rgba(0, 0, 0, 0.3) !important;
}
.yith-wcqv-main #yith-quick-view-close {
	overflow:hidden;
	width:32px;
	height:32px;
	border:3px solid #eb8367;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:inherit;
	text-indent:-9999px;
}
.yith-wcqv-main #yith-quick-view-close:before {
	display:block;
	position:absolute;
	left:0;
	width:100%;
	padding:0;
	font-family:"dripicons-v2";
	font-size:22px;
	line-height:28px;
	text-align:center !important;
	text-indent:0;
	content:"\39";
}
.yith-wcqv-main .single-product:after {
	display:block;
	clear:both;
	content:" ";
}
.yith-wcqv-main .product-overview {
	position:relative;
	padding:30px;
}
.yith-wcqv-main .images, .yith-wcqv-main .summary {
	float:left;
}
.yith-wcqv-main .onsale {
	position:absolute;
	top:10px;
	left:-10px;
	padding:3px 10px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:white;
	background-color:#eb8367;
	font-size:13px;
	font-size:0.8125em;
	text-transform:uppercase;
}
.yith-wcqv-main .images {
	width:40%;
	padding-right:30px;
}
.yith-wcqv-main .images img {
	width:100%;
	max-width:100%;
	height:auto;
}
.yith-wcqv-main .summary {
	width:60%;
	padding-left:40px;
}
.yith-wcqv-main .product_title {
	margin-top:0;
	margin-bottom:0;
}
.yith-wcqv-main .product_meta {
	padding-top:10px;
}
.yith-wcqv-main .product__excerpt {
	font-size:0.7em;
}
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-tabs .shop_attributes th {
	width:20%;
}
.woocommerce-tabs .shop_attributes td {
	width:80%;
}
.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;
}
.wcmp_vendor_banner_template + .description_data {
	margin-top:0;
	background-color:white;
}
.wcmp_vendor_banner_template + .description_data tr {
	background-color:white;
}
.wcmp_vendor_banner_template + .description_data td {
	padding:15px;
	border:none;
	vertical-align:top;
}
.wcmp_vendor_banner_template + .description_data td label {
	white-space:nowrap;
}
.entry-content .wcmp_main_page h3 {
	padding-top:0;
	font-size:22px;
}
.entry-content .wcmp_main_page h4 {
	font-size:18px;
}
.wcmp_tab .ui-widget-header {
	margin:0 1%;
	padding-right:0 !important;
	padding-left:0 !important;
}
.wcmp_black_headding {
	margin-top:30px;
	padding-left:1%;
}
.wcmp_table_holder {
	padding-left:1%;
}
img.one_third_part {
	padding:0 !important;
	-webkit-border-radius:10px !important;
	border-radius:10px !important;
}
#yith-wcwl-form .wishlist_table .product-add-to-cart a.button {
	width:70%;
	border:none;
	line-height:30px;
}
#yith-wcwl-form .wishlist_table .product-stock-status {
	text-align:center;
}
#yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details {
	vertical-align:bottom;
}
#yith-wcwl-form .wishlist_table.mobile li .item-wrapper .item-details h3 {
	display:inline-block;
	font-size:20px;
}
#yith-wcwl-form .wishlist_table.mobile li .item-wrapper tbody, #yith-wcwl-form .wishlist_table.mobile li .item-wrapper tr {
	background-color:transparent !important;
}
#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper {
	width:95.5%;
}
#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a.button {
	width:100%;
}
#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper tr {
	background-color:#f6f6f6;
}
#yith-wcwl-form .wishlist_table.mobile tr td, #yith-wcwl-form .wishlist_table.mobile tr th.product-checkbox, #yith-wcwl-form .wishlist_table.mobile .wishlist_table tr th.wishlist-delete {
	background:transparent;
}
#yith-wcwl-form .wishlist_table.mobile table {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
#yith-wcwl-form .yith-wcqv-button {
	color:white;
}
/*
 *  18. All Widget Styling
 */
.widget {
	margin-bottom:30px;
	padding:0 10px;
}
.widget-title {
	margin-bottom:30px;
	font-family:inherit;
	font-size:16px;
	font-size:1em;
	font-weight:700 !important;
	font-style:italic;
}
.widget ul, .widget ol {
	margin:0;
	padding:0;
	list-style:none;
}
.widget ul a, .widget ol a {
	color:inherit;
	text-decoration:none;
}
.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:#232323;
	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:#999999;
	font-style:italic;
}
.widget.tokoo-contact-info {
	text-align:center;
}
.widget.tokoo-contact-info .contact-phone {
	display:block;
	color:#eb8367;
	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:#eb8367;
}
.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:#eb8367;
}
.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:#999999;
	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:#eb8367;
}
.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:#eb8367;
}
.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"] {
	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:#eb8367;
	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:#eb8367;
}
.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:#232323;
	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:#232323;
}
.product_list_widget .product-detail > a {
	display:block;
	color:#232323;
	font-weight:700;
}
.product_list_widget .span-author {
	color:#999999;
	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:#eb8367;
	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 td, .calendar_wrap th {
	text-align:center;
}
.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:#232323;
	font-weight:600;
}
.widget_rss .rss-date {
	display:block;
	margin-bottom:10px;
	font-style:italic;
}
.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 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
/*
 *  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 .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 {
	padding:30px 0;
}
.category-icon.kc-elm {
	float:none;
	width:auto;
}
.category-icon .grid-item {
	padding:20px;
	background-color:#fbfbfb;
	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:15px;
}
.category-icon__wrap {
	padding:20px;
	background-color:white;
	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__title {
	position:relative;
	margin-bottom:30px;
	padding-bottom:5px;
	font-size:21px;
	font-size:1.3125em;
}
.category-icon__title:after {
	position:absolute;
	bottom:0;
	left:15px;
	width:20px;
	height:3px;
	background-color:#eb8367;
	content:" ";
}
.category-icon__cat {
	position:relative;
}
.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 15px;
	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:#eb8367;
	background-image:-o-linear-gradient(45deg, #eb8367, #eb8367);
	background-image:linear-gradient(45deg, #eb8367, #eb8367);
	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;
	max-width:48px;
}
.category-icon__cat-title {
	margin:5px 0 0;
	font-size:21px;
	font-size:1.3125em;
	line-height:1;
}
.category-icon__cat-count {
	color:#999999;
	font-size:15px;
	font-size:0.9375em;
}
.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;
}
.featured-author {
	margin-bottom:30px;
	text-align:center;
}
.featured-author__image {
	overflow:hidden;
	width:100px;
	height:100px;
	margin:0 auto 20px;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.featured-author__image.square {
	-webkit-border-radius:0;
	border-radius:0;
}
.featured-author__image img {
	display:block;
	width:100px;
	height:100px;
	-o-object-fit:cover;
	object-fit:cover;
}
.featured-author:hover .featured-author__image {
	-webkit-box-shadow:0 0 0 10px rgba(255, 255, 255, 0.9);
	box-shadow:0 0 0 10px rgba(255, 255, 255, 0.9);
}
.featured-author__name {
	margin:0;
	font-size:18px;
	font-size:1.125em;
	font-weight:600;
	line-height:1;
}
.featured-author__books {
	color:#999999;
	font-family:font-secondary;
	font-size:15px;
	font-style:italic;
}
.popular-series .series {
	text-align:center;
}
.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;
}
.pstk-custom-block {
	padding-top:100px;
	padding-bottom:100px;
}
@media screen and (max-width: 960px) {
	.pstk-custom-block {
		padding-top:55px;
		padding-bottom:55px;
	}
}
@media screen and (max-width: 480px) {
	.pstk-custom-block {
		padding-top:35px;
		padding-bottom:35px;
	}
}
@media screen and (min-width: 961px) {
	.pstk-custom-block .is-table-row {
		display:table;
		width:100%;
	}
	.pstk-custom-block .is-table-row [class*="col-"] {
		display:table-cell;
		float:none;
		vertical-align:middle;
	}
}
.pstk-custom-block .section-title {
	font-size:26px;
	font-weight:300;
	text-transform:uppercase;
}
.pstk-custom-block .book-title {
	margin-top:0;
	margin-bottom:16px;
	font-size:48px;
	font-weight:300;
}
.pstk-custom-block .book-price {
	font-size:32px;
	font-weight:300;
}
.pstk-custom-block .detail-img {
	text-align:center;
}
.pstk-custom-block .detail-img img {
	height:auto;
	-webkit-box-shadow:-1px 16px 111px -19px #999999;
	box-shadow:-1px 16px 111px -19px #999999;
}
@media screen and (max-width: 960px) {
	.pstk-custom-block .detail-img {
		margin-top:50px;
	}
}
.pstk-custom-block.detail-product-1 .detail-icon {
	font-size:58px;
}
.pstk-custom-block.detail-product-1 h2 {
	font-size:45px;
	line-height:48px;
}
.pstk-custom-block.detail-product-1 p {
	margin-bottom:50px;
}
.pstk-custom-block.detail-product-1 .detail-img {
	text-align:center;
}
.pstk-custom-block.detail-product-1 .detail-img img {
	-webkit-box-shadow:none;
	box-shadow:none;
}
@media screen and (max-width: 960px) {
	.pstk-custom-block.detail-product-1 .detail-img {
		margin-top:50px;
	}
}
.pstk-custom-block.detail-product-2 .left-col {
	text-align:right;
}
.pstk-custom-block.detail-product-2 .right-col {
	text-align:left;
}
.pstk-custom-block.detail-product-3 .left-col {
	text-align:right;
}
.pstk-custom-block.detail-product-3 .center-col {
	text-align:center;
}
.pstk-custom-block.detail-product-3 .right-col {
	text-align:left;
}
.pstk-custom-block.detail-product-4 {
	padding-bottom:0;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0.43)), to(rgba(61, 61, 61, 0.43))), transparent url(http://theme.dev/pustaka/wp-content/themes/pustaka/assets/img/dummy/blog_13.jpg) center center/cover no-repeat scroll;
	background:-o-linear-gradient(rgba(61, 61, 61, 0.43), rgba(61, 61, 61, 0.43)), transparent url(http://theme.dev/pustaka/wp-content/themes/pustaka/assets/img/dummy/blog_13.jpg) center center/cover no-repeat scroll;
	background:linear-gradient(rgba(61, 61, 61, 0.43), rgba(61, 61, 61, 0.43)), transparent url(http://theme.dev/pustaka/wp-content/themes/pustaka/assets/img/dummy/blog_13.jpg) center center/cover no-repeat scroll;
}
.pstk-custom-block.detail-product-4 .left-col {
	padding-top:200px;
	padding-bottom:50px;
	text-align:right;
}
@media screen and (max-width: 960px) {
	.pstk-custom-block.detail-product-4 .left-col {
		padding-top:50px;
	}
}
.pstk-custom-block.detail-product-4 .detail-img img {
	width:100%;
	max-width:500px;
	height:auto;
	margin-bottom:-120px;
	-webkit-box-shadow:-1px 16px 111px -19px black;
	box-shadow:-1px 16px 111px -19px black;
}
.pstk-custom-block.detail-product-4 .book-title, .pstk-custom-block.detail-product-4 .author-name, .pstk-custom-block.detail-product-4 p {
	color:white;
}
.pstk-custom-block.detail-product-4 .button, .pstk-custom-block.detail-product-4 button, .pstk-custom-block.detail-product-4 input[type="submit"], .pstk-custom-block.detail-product-4 input[type="reset"] {
	border-color:white;
	color:white;
	text-transform:uppercase;
}
.pstk-custom-block.detail-product-4 .button:hover, .pstk-custom-block.detail-product-4 button:hover, .pstk-custom-block.detail-product-4 input:hover[type="submit"], .pstk-custom-block.detail-product-4 input:hover[type="reset"] {
	border-color:#c017e0;
	background-color:#c017e0;
}
.pstk-custom-block.detail-product-5 {
	background-color:#ffffff;
}
.pstk-custom-block.detail-product-5 .row {
	margin-top:-150px;
}
.pstk-custom-block.detail-product-5 .detail-img img {
	width:100%;
	max-width:500px;
	height:auto;
}
@media screen and (max-width: 960px) {
	.pstk-custom-block.detail-product-5 .right-col {
		padding-top:50px;
	}
}
.pstk-custom-block.detail-product-6 {
	padding-top:50px;
	padding-bottom:50px;
}
.pstk-custom-block.detail-product-6 .left-col {
	text-align:left;
}
.pstk-custom-block.detail-product-6 .right-col {
	margin-top:-100px;
	text-align:center;
}
@media screen and (max-width: 960px) {
	.pstk-custom-block.detail-product-6 .right-col {
		margin-top:initial;
	}
}
.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;
}
.livre-product-search {
	margin:20px;
	-webkit-box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.1);
}
.livre-product-search form {
	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;
}
.livre-product-search .control {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.livre-product-search .control.\--input {
	position:relative;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
@media screen and (max-width: 720px) {
	.livre-product-search .control.\--input {
		width:100%;
		border-bottom:1px solid #f1f1f1;
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-preferred-size:100%;
	}
}
.livre-product-search .control.\--input input {
	width:100%;
}
@media screen and (max-width: 720px) {
	.livre-product-search .control.\--select, .livre-product-search .control.\--button {
		-webkit-flex-basis:50%;
		flex-basis:50%;
		-ms-flex-preferred-size:50%;
	}
}
@media screen and (max-width: 480px) {
	.livre-product-search .control.\--select, .livre-product-search .control.\--button {
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-preferred-size:100%;
	}
}
.livre-product-search .control input, .livre-product-search .control button, .livre-product-search .control select, .livre-product-search .control .placeholder {
	padding:30px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
@media screen and (max-width: 720px) {
	.livre-product-search .control input, .livre-product-search .control button, .livre-product-search .control select, .livre-product-search .control .placeholder {
		padding:20px;
	}
}
.livre-product-search .control select {
	width:100%;
	min-width:200px;
	background-color:#f3f3f3;
}
.livre-product-search .control button {
	width:100%;
	color:#eb8367;
	background-color:white;
	font-size:2em;
	text-align:center;
}
@media screen and (max-width: 720px) {
	.livre-product-search .control button {
		font-size:1em;
	}
}
.livre-reading-list .collection__image {
	margin-bottom:15px;
}
.livre-reading-list .collection__image a, .livre-reading-list .collection__image img {
	display:block;
}
.livre-reading-list .collection__detail {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.livre-reading-list .collection__detail .title, .livre-reading-list .collection__detail .desc {
	-webkit-flex-basis:50%;
	flex-basis:50%;
	-ms-flex-preferred-size:50%;
}
.livre-reading-list .collection__detail .title h2 {
	margin:0;
}
.livre-reading-list .collection__detail .title span {
	color:#999999;
}
.livre-reading-list .collection__detail .desc {
	color:#999999;
	font-size:90%;
	font-style:italic;
	line-height:1.3;
	text-align:right;
}
.livre-reading-list .collection__detail .desc p {
	margin-top:0;
}
.livre-reading-list.\--cover-style .grid-layout {
	margin:0;
}
.livre-reading-list.\--cover-style .collection {
	padding:0;
}
.livre-reading-list.\--cover-style .collection__inner {
	position:relative;
}
.livre-reading-list.\--cover-style .collection__image {
	overflow:hidden;
	margin-bottom:0;
}
.livre-reading-list.\--cover-style .collection__image img {
	-webkit-transition:1s ease-out;
	-o-transition:1s ease-out;
	transition:1s ease-out;
}
.livre-reading-list.\--cover-style .collection__image a {
	display:block;
	position:relative;
}
.livre-reading-list.\--cover-style .collection__image a:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
	content:" ";
}
.livre-reading-list.\--cover-style .collection:hover .collection__image img {
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.livre-reading-list.\--cover-style .collection__detail {
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px;
}
.livre-reading-list.\--cover-style .collection__detail .title h2 {
	color:white;
}
.livre-reading-list.\--cover-style .collection__detail .title span {
	color:rgba(255, 255, 255, 0.8);
}
.livre-reading-list.\--cover-style .collection__detail .desc {
	color:rgba(255, 255, 255, 0.8);
}
.livre-latest-post .post-item {
	margin-bottom:30px;
}
.livre-latest-post .post-item .inner-post-item {
	position:relative;
	padding-left:50px;
}
.livre-latest-post .post-item .inner-post-item:before {
	position:absolute;
	top:5px;
	left:0;
	width:20px;
	height:5px;
	background-color:#eb8367;
	content:" ";
}
.livre-latest-post .post-item h2 {
	margin:0;
	font-size:1.2em;
}
.livre-latest-post .post-item small {
	color:#999999;
	font-style:italic;
}
.livre-latest-post .post-item .excerpt {
	font-size:0.9em;
}
.livre-featured-book .section-header {
	float:left;
	width:60%;
}
@media screen and (max-width: 990px) {
	.livre-featured-book .section-header {
		float:none;
		width:100%;
	}
}
.livre-featured-book .book-image {
	float:right;
	width:40%;
}
@media screen and (max-width: 990px) {
	.livre-featured-book .book-image {
		float:none;
		width:100%;
	}
}
.livre-featured-book .book-detail {
	position:relative;
	padding-right:50px;
	padding-bottom:100px;
	padding-left:50px;
}
.livre-featured-book .book-detail:after {
	display:block;
	clear:both;
	content:" ";
}
@media screen and (max-width: 990px) {
	.livre-featured-book .book-detail {
		padding-right:0;
		padding-bottom:0;
		padding-left:0;
	}
}
.livre-featured-book .book-desc {
	width:50%;
	color:#333333;
	font-size:48px;
	font-weight:100;
}
@media screen and (max-width: 990px) {
	.livre-featured-book .book-desc {
		width:100%;
	}
}
.livre-featured-book .book-action {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	position:absolute;
	left:0;
	width:100%;
	padding-right:50px;
	padding-left:50px;
	background-color:rgba(255, 255, 255, 0.9);
	-webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.2);
	box-shadow:0 10px 40px rgba(0, 0, 0, 0.2);
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
@media screen and (max-width: 990px) {
	.livre-featured-book .book-action {
		position:relative;
		padding:20px;
	}
}
.livre-featured-book .book-action .book-title {
	padding-top:20px;
	padding-bottom:20px;
}
@media screen and (max-width: 990px) {
	.livre-featured-book .book-action .book-title {
		padding:0;
	}
}
.livre-featured-book .book-action h2 {
	margin:0;
	font-size:1.2em;
	font-weight:400;
}
.livre-featured-book .book-action .author {
	color:#999999;
	font-size:14px;
	font-size:0.875em;
	font-style:italic;
}
.livre-featured-book .book-action .book-price {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
@media screen and (max-width: 480px) {
	.livre-featured-book .book-action .book-price {
		padding-top:15px;
		-webkit-box-pack:justify;
		-moz-box-pack:justify;
		-webkit-flex-basis:100%;
		flex-basis:100%;
		-ms-flex-pack:justify;
		-ms-flex-preferred-size:100%;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
}
.livre-featured-book .book-action .book-price .price {
	padding-right:20px;
	font-weight:700;
	-webkit-align-self:center;
	align-self:center;
	-ms-flex-item-align:center;
	-ms-grid-row-align:center;
}
.livre-featured-book .book-action .book-button {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding-right:50px;
	padding-left:50px;
	background-color:#ffffff;
	-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: 990px) {
	.livre-featured-book .book-action .book-button {
		padding-right:0;
		padding-left:20px;
	}
}
.livre-featured-book .book-action .add_to_cart_button, .livre-featured-book .book-action .ajax_add_to_cart {
	float:right;
	position:relative;
	margin:0;
	padding:15px 20px 15px 0;
	color:#eb8367;
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
@media screen and (max-width: 990px) {
	.livre-featured-book .book-action .add_to_cart_button, .livre-featured-book .book-action .ajax_add_to_cart {
		padding-right:15px;
	}
}
.livre-featured-book .book-action .add_to_cart_button .simple-icon-bag, .livre-featured-book .book-action .ajax_add_to_cart .simple-icon-bag {
	margin-right:0;
	font-size:24px;
}
.livre-featured-book .book-action .add_to_cart_button .dripicons-plus, .livre-featured-book .book-action .ajax_add_to_cart .dripicons-plus {
	position:absolute;
	top:-5px;
	left:-15px;
}
.livre-featured-book .book-action .add_to_cart_button.loading .dripicons-plus:before, .livre-featured-book .book-action .ajax_add_to_cart.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;
}
.livre-featured-book .book-action .add_to_cart_button.added .dripicons-plus, .livre-featured-book .book-action .ajax_add_to_cart.added .dripicons-plus {
	color:#92dc34;
}
.livre-featured-book .book-action .add_to_cart_button.added .dripicons-plus:before, .livre-featured-book .book-action .ajax_add_to_cart.added .dripicons-plus:before {
	content:"\53";
}
.livre-featured-book .book-action .added_to_cart.wc-forward {
	display:none;
}
.livre-featured-book .book-action .button-label {
	display:none;
}
.livre-author-highlight .row {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-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;
}
.livre-author-highlight .row > div {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex-grow:1;
	flex-grow:1;
	-ms-flex-positive:1;
}
.livre-author-highlight img {
	width:100%;
	margin-bottom:30px;
}
.livre-author-highlight .award-title {
	margin-bottom:30px;
	font-size:18px;
	font-size:1.125em;
	font-style:italic;
	letter-spacing:1px;
	text-transform:uppercase;
}
.livre-author-highlight .award-list {
	margin:0 0 30px;
	padding:0;
	list-style:none;
}
.livre-author-highlight .award-list li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.livre-author-highlight .award-list h3 {
	margin:0;
	font-size:16px;
	font-size:1em;
	font-weight:400;
}
.livre-author-highlight .award-list small {
	color:#999999;
	font-size:12px;
	font-size:0.75em;
	text-transform:uppercase;
}
.livre-author-highlight .col-md-5 {
	position:relative;
}
.livre-author-highlight .author-name {
	margin:0;
	font-size:48px;
	font-size:3em;
	font-weight:300;
}
.livre-author-highlight .author-subtitle {
	margin-bottom:40px;
	color:#999999;
	text-transform:uppercase;
}
.livre-author-highlight .author-desc {
	margin:50px 0;
	color:#999999;
	font-style:italic;
}
.livre-author-highlight .author-social-links {
	position:absolute;
	top:0;
	right:0;
}
@media screen and (max-width: 990px) {
	.livre-author-highlight .author-social-links {
		position:relative;
		margin-bottom:40px;
	}
}
.livre-author-highlight .author-social-links a {
	display:block;
	padding:5px;
}
@media screen and (max-width: 990px) {
	.livre-author-highlight .author-social-links a {
		display:inline-block;
	}
}
.livre-author-highlight .more-author-info {
	position:relative;
	letter-spacing:2px;
	text-transform:uppercase;
}
.livre-author-highlight .more-author-info:hover {
	color:#eb8367;
}
.livre-author-highlight .more-author-info:after {
	position:absolute;
	top:0;
	bottom:0;
	left:100%;
	width:40px;
	height:3px;
	margin:auto;
	margin-left:15px;
	background-color:#eb8367;
	content:" ";
}
.tokoo-video-lightbox a, .tokoo-video-lightbox img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.livre-category-tile {
	overflow:hidden;
	position:relative;
}
.livre-category-tile .category-image {
	-webkit-transition:0.4s ease-out;
	-o-transition:0.4s ease-out;
	transition:0.4s ease-out;
}
.livre-category-tile .category-link, .livre-category-tile .category-overlay, .livre-category-tile .category-border {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.livre-category-tile .category-link {
	cursor:pointer;
}
.livre-category-tile .category-detail {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:15px;
	padding-bottom:30px;
	color:white;
	text-align:center;
}
.livre-category-tile .category-title {
	margin:0;
	color:inherit;
	font-size:22px;
	font-size:1.375em;
}
.livre-category-tile .category-border {
	border:2px solid white;
	opacity:0;
	-webkit-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.livre-category-tile:hover .category-image {
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.livre-category-tile:hover .category-border {
	top:15px;
	right:15px;
	bottom:15px;
	left:15px;
	opacity:1;
}
/*
 *  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;
}