/*
Theme Name: BKNS
Theme URI: https://www.bkns.vn/
Author: TrungNQ
Author URI: http://www.bkweb.vn/
Description:
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bkns, bkweb
Text Domain: bkweb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Garenal */
body {
	font-size: 16px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #2a2b2a;
}

p {
	font-size: 16px;
	margin-bottom: 15px;
}

/*.page p {
	font-size: 18px;
	margin-bottom: 20px;
}*/
a {
	color: #f58310;
}

a:hover {
	color: #ec1a39;
}

.site {
	position: relative;
	width: 100%;
	padding: 0;
}

.site-container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.site-container:before, .site-container:after {
	display: table;
	content: " ";
}

.site-container:after {
	clear: both;
}

.site-right {
	width: 25%;
	float: right;
	padding-left: 10px;
}

.site-left {
	width: 75%;
	float: left;
	padding-right: 10px;
}

.contact-container {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.hover-up {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-up:hover, .hover-up:focus, .hover-up:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.site-col-3, .site-col-2 {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	width: 100%;
}

.site-col-3 li, .site-col-2 li {
	float: left;
	width: 100%;
	padding: 0 15px;
}

.slider-news .owl-nav {
	display: none;
}

.slider-news .owl-dots {
	margin-top: 20px;
}

.post-item-3 {
	position: relative;
    width: 100%;
    border: 1px solid #ccc;
}

.post-item-3 .post-thumbnail {
	display: block;
	width: 100%;
}

.post-item-3 .post-thumbnail img {
	width: 100%;
}
.post-item-3 .caption {
	background: rgba(85, 85, 85, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
}

.post-item-3 h3 {
	text-align: left;
	margin: 0 0 10px 0;
}

.post-item-3 h3 a {
	color: #fff;
	font-size: 20px;
}

.post-item-3 p {
	margin-bottom: 10px;
}

.post-item-2 {
	width: 100%;
}

.post-item-2 .post-thumbnail {
	float: left;
	width: 40%;
	padding-right: 15px;
}

.post-item-2 h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.post-item-2 .post-sum {
	color: #939598;
	font-size: 18px;
}

@media (min-width:992px) {
	.site-col-3 li {
		width: 33.33333333%;
	}

	.site-col-3 li:ntn-child(3n+1) {
		clear: both;
	}

	.site-col-2 li {
		width: 50%;
	}

	.site-col-2 li:ntn-child(2n+1) {
		clear: both;
	}

	.post-item-hori .post-thumbnail img {
		width: 100%;
	}

}

@media(max-width:991px) {
	.site-left, .site-right {
		width: 100%;
		padding: 0;
	}

}

/* Genericons */
.social-navigation a:before, .secondary-toggle:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .image-navigation a:before, .image-navigation a:after, .format-link .entry-title a:after, .entry-content .more-link:after, .entry-summary .more-link:after, .author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/* Elements */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/* post-navigation */
.post-navigation {
	width: 100%;
}

.post-navigation .screen-reader-text {
	font-size: 16px;
	text-transform: uppercase;
}

@media (max-width:991px) {
	.hide-on-mobile {
		display: none;
	}

}

@media (max-width:1300px) {
}

/* Header */
.top-banner {
	background: url(images/bg-top.jpg) repeat;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.top-banner p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.top-banner a {
	display: inline-block;
	background: #f58310;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.header-line {
	background: #2a2b2a;
	padding: 8px 0;
	color: #fff;
}

.top-holine {
	text-align: center;
}

.top-holine span {
	padding: 0 5px;
}

.header-line ul {
	list-style: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.header-line ul li {
	display: inline-block;
	padding: 0 5px;
}

/* site-header */
.site-header {
	position: relative;
	background: #e2e2e2;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.masthead-inner {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

.site-branding {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	position: relative;
}

.logo {
	display: inline-block;
	text-align: left;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 0;
}

.site-description {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.logo {
	padding: 5px 0;
}

.header-search {
	flex-basis: 0%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.quick-search {
	width: 100%;
	position: relative;
}

.quick-search .quick-search-field {
	width: 100%;
	height: 54px;
	border: 1px solid #ccc;
	padding-left: 50px;
}

.quick-search .quick-search-submit {
	position: absolute;
	top: 17px;
	left: 12px;
	background: transparent;
	border: none;
	background: url(images/icon-search.png) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}

.user-top {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
	color: #2a2b2a;
	line-height: 25px;
	height: 25px;
	margin-right: 20px;
	font-size: 18px
}

.user-top i {
	background: url(images/icon-user.png) no-repeat center;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	display: inline-block;
}

@media (max-width:991px) {
	.logo {
		text-align: center;
		display: inline-block;
		width: 100%;
		padding-left: 40px;
	}

	.logo img {
		height: 50px;
	}

	.user-top {
		border-left: none;
	}

	.user-top span {
		display: none;
	}

	.user-top i {
		margin-right: 0;
	}

}

@media (min-width:992px) {
	.top-banner {
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
	}

	.site.has-top {
		margin-top: 80px;
	}
}

/* Nav */
.main-nav-container {
	width: 100%;
	margin: 0 auto;
}

.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.nav-menu>li {
	display: inline-block;
	border-left: 1px solid #868686;
	height: 18px;
	position: relative;
}

.nav-menu>li:first-child {
	border-left: unset;
}

.nav-menu>li>a {
	color: #2a2b2a;
	padding: 0 12px;
	line-height: 25px;
	font-size: 18px;
}

.nav-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	z-index: 99999;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
}

.nav-menu>li:hover >.sub-menu {
	display: block;
}

.nav-menu .sub-menu li {
	list-style: none;
	padding: 5px 0;
}

.nav-menu-mobile {
	display: none;
}

@media (max-width:991px) {
	.main-nav {
	}

	.nav-menu-mobile {
		display: block;
		color: #fff;
		padding: 0;
		font-size: 30px;
		color: #f58310;
		line-height: 45px;
		text-transform: uppercase;
		font-weight: bold;
		cursor: pointer;
		position: absolute;
		top: 50%;
		left: 0;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
	}

	.nav-menu {
		display: none;
	    width: 100%;
	    float: none;
	    height: auto;
	    padding: 0;
	    position: absolute;
	    top: 100%;
	    left: 0;
	    z-index: 999;
	    background: #e2e2e2;
	    padding: 15px;
	    border-bottom: 3px solid #f58310;
	}

	.nav-menu li {
		width: 100%;
		border: none;
		height: auto;
		border-bottom: 1px dotted #868686;
	}

	.nav-menu>li>a {
		padding: 5px 0;
		display: inline-block;
	}

	.category-nav-menu li i.fa-caret-right {
		display: none;
	}

	.category-nav-menu li i.toggle-sub-menu {
		display: block;
		float: right;
		color: #ffffff;
		cursor: pointer;
	}

	.header-line {
		text-align: center;
	}

	.top-nav-menu {
		float: none;
		display: inline-block;
	}

}

@media (min-width:992px) {
	.category-nav:hover .category-nav-menu-wrap {
		display: block;
	}

	.category-nav-menu .sub-menu {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		display: none;
	}

	.category-nav-menu li.menu-item-has-children:hover>.sub-menu {
		display: block;
	}

}

/* Content */
.site-content {
	width: 100%;
	padding: 0;
}

.site-main {
	width: 100%;
	padding: 0;
}

.gallery-sc-container {
	background: #f05223;
	padding: 30px 50px;
	margin-bottom: 30px;
}

.gallery-sc-container h3 {
	text-align: center;
	font-size: 28px !important;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 30px 0 !important;
	padding-bottom: 10px;
	background: url(images/gallery-line.png) no-repeat bottom center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-sc-wrap {
	display: none;
}

.gallery-sc {
	text-align: center;
	padding: 0 15px;
}

.gallery-sc a {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: none !important;
}

.gallery-sc a img {
	display: inline-block !important;
}

/*  Posts and pages */
.page-thumbnail {
	text-align: center;
}

.hentry {
	background-color: #fff;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.hentry .post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover, a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	margin: 15px 0;
	background: url(images/home-title-line.png) no-repeat bottom left;
	border-bottom: 1px solid rgba(254, 91, 16, 0.2);
	padding-bottom: 15px;
}

.entry-title {
	color: #f58310;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
}

.entry-content, .entry-summary {
	padding: 0 0 15px 0;
	text-align: justify;
}

.entry-content >:last-child, .entry-summary >:last-child {
	margin-bottom: 0;
}

.entry-content, .entry-summary, .page-content, .comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
	font-size: 36px;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	font-size: 32px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
	font-size: 28px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .page-content h4, .page-content h5, .page-content h6, .comment-content h4, .comment-content h5, .comment-content h6 {
	font-size: 20px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child, .entry-summary > h1:first-child, .entry-summary > h2:first-child, .entry-summary > h3:first-child, .entry-summary > h4:first-child, .entry-summary > h5:first-child, .entry-summary > h6:first-child, .page-content > h1:first-child, .page-content > h2:first-child, .page-content > h3:first-child, .page-content > h4:first-child, .page-content > h5:first-child, .page-content > h6:first-child, .comment-content > h1:first-child, .comment-content > h2:first-child, .comment-content > h3:first-child, .comment-content > h4:first-child, .comment-content > h5:first-child, .comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
}

.entry-content a:hover, .entry-content a:focus, .entry-summary a:hover, .entry-summary a:focus, .page-content a:hover, .page-content a:focus, .comment-content a:hover, .comment-content a:focus, .pingback .comment-body > a:hover, .pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img, .entry-summary a img, .page-content a img, .comment-content a img {
	display: block;
}

.entry-content .more-link, .entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after, .entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding: 15px;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover, .entry-footer a:focus {
	color: #333;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link, .edit-link {
	white-space: nowrap;
}

.page-header {
	margin: 15px 0 30px 0;
	text-align: center;
	background: url(images/home-title-line.png) no-repeat bottom center;
	border-bottom: 1px solid rgba(254, 91, 16, 0.2);
}

.page-title {
    color: #f58310;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 15px 0;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover, .taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description >:last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 0;
}

.entry-content .wpcf7 {
	margin-top: 15px;
}

.entry-content .wpcf7 label {
	width: 100%;
}

.entry-content .wpcf7 input[type="text"], .entry-content .wpcf7 input[type="number"], .entry-content .wpcf7 input[type="tel"], .entry-content .wpcf7 input[type="email"], .entry-content .wpcf7 textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

.entry-content .wpcf7 .wpcf7-submit {
	background: #f58310;
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 5px 20px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: inline;
	margin: 0;
	border-radius: 5px;
	text-transform: uppercase;
}

/* List post */
.post-item {
	width: 100%;
	margin-bottom: 30px;
	background: #f4f4f4;
}

.post-item .post-thumbnail {
	margin-bottom: 0;
	float: left;
	margin-right: 30px;
}

.post-item-caption {
	padding: 0 15px 0 0;
}

.post-item h3 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
}

.post-item h3 a {
	color: #454545;
}

.post-item h3 a:hover {
	color: #2290cc;
}

.post-item p {
	color: #878787;
	text-align: justify;
}

.post-item a.view-detail {
	font-size: 13px;
	font-style: italic;
}

@media (max-width:991px) {
	.post-item {
		padding: 15px;
	}

	.post-item .post-thumbnail {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.post-item-caption {
		padding: 0;
	}

}

/* Related posts */
.related-posts-wrap {
	width: 100%;
	margin: 30px 0;
}

.related-posts-title {
	padding: 0;
	margin-bottom: 15px;
}

.related-posts-title h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background: #ececec;
	padding: 8px 10px;
	margin: 0;
}

.related-posts {
	width: 100%;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #9f9f9f;
}

.related-posts ul li a {
	color: #333;
}

.related-posts ul li a i {
	color: #333;
}

/* Footer */
.site-footer {
	padding: 25px 0;
	margin: 0;
	background: #f5f5f5;
}

.site-footer-top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.footer-company-info .footer-logo {
	float: left;
	margin-right: 20px;
}

.footer-company-info h4 {
	font-weight: bold;
	font-size: 24px;
}

.footer-social-link h4 {
	font-weight: bold;
	font-size: 20px;
}

.widget-footer {
	margin-bottom: 20px;
}

.widget-footer-title h4 {
	font-size: 22px;
	color: #2e2e2e;
	margin-bottom: 20px;
}

.widget-footer ul {
	margin: 0;
	padding: 0;
}

.widget-footer ul li {
	padding: 5px 0 5px 20px;
	list-style: none;
	background: url(images/dot.png) no-repeat left 12px;
}

.widget-footer ul li a {
	color: #2e2e2e;
	font-weight: bold;
}

.line-footer {
	padding: 10px 0;
	background: #f5f5f5;
	text-align: center;
	font-size: 16px;
	border-top: 1px solid #ccc;
}

.backtotop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
	background: #ddd;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
}

/* home */
.widget-home {
	margin: 50px 0;
}

.widget-home-title {
	margin-bottom: 20px;
}

.widget-home-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
}

.call-now {
	background: #ededed;
	padding: 20px;
	text-align: center;
}

.call-now h3 {
	font-size: 28px;
}

.call-now .desc {
	font-size: 18px;
	margin-bottom: 30px;
}

.call-now a {
	display: inline-block;
	background: #f17800 url(images/icon-call.png) no-repeat 30px center;
	color: #fff;
	padding: 10px 20px 10px 60px;
	text-transform: uppercase;
	font-size: 24px;
}

.list-features {
	padding: 50px 0;
    overflow: auto;
}

.list-features ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    overflow: auto;
}

.list-features ul li {
    margin: 10px;
}

.list-features ul li span {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

@media (min-width:768px) {

}

@media (min-width:991px) {
	.list-features ul {
		overflow: unset;
		-webkit-box-pack: space-evenly;
    	justify-content: space-evenly;
	}
	.list-features ul li {
		display: flex;
	}
	.list-features ul li span {
		float: left;
		margin-right: 5px;
		margin-bottom: 0;
		text-align: left;
		width: auto;
	}
}

@media(max-width: 991px) and (min-width: 768px) {
	.list-features ul li {
		max-width: 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		text-align: center;
		margin: 20px;
	}
}

@media(max-width: 767.98px) {
	.list-features ul li {
		max-width: 40%;
	    -webkit-box-flex: 0;
	    flex: 0 0 40%;
	    text-align: center;
	    margin: 20px;
	}
}

/* single image home */
.single-image {
	position: relative;
}

.single-image .single-image-title {
	text-transform: uppercase;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.single-image .single-image-title.style-up {
	top: 0;
}

.widget-home .single-image-title.style-down {
	background: rgba(19, 86, 181, 0.8);
	color: #ffffff;
	bottom: 0;
	margin: 0;
	padding: 10px 0;
}

.widget-home .single-image-title.style-down a {
	color: #ffffff;
}

.single-image .thumbnail-image {
	width: 100%;
	display: inline-block;
}

.single-image img {
	width: 100%;
}

.list-terms {
	padding: 10px;
}

.list-terms .term-item {
	margin-bottom: 10px;
}

.list-terms a.thumbnail-image {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.list-terms a.thumbnail-image img {
	width: 100%;
}

.list-terms h3 {
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
}

.list-terms h3 a {
	color: #454545;
}

.list-terms h3 a:hover {
	color: #2290cc;
}

.list-terms a.view-detail {
	display: inline-block;
}

.why-choose-us {
	background: #ececec;
}

.wcu-item {
	padding: 20px;
}

.wcu-item .thumb {
	float: left;
	width: 135px;
	height: 135px;
	text-align: center;
	line-height: 135px;
	background: #efefef;
	border-radius: 200px;
	-webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
	margin-right: 30px;
}

.wcu-item h4 {
	color: #f05223;
	font-size: 30px;
	font-weight: bold;
}

.wcu-item p {
	font-size: 21px;
	color: #6a6a6c;
}

/* Sidebar */
.sidebar-area {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.sidebar-area .widget {
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
}

.sidebar-area .widget:last-child {
	margin-bottom: 0;
}

.sidebar-area .widget h3.widget-title {
	padding: 0;
	color: #333;
	font-size: 22px;
	margin: 0;
	font-weight: bold;
	margin-bottom: 20px;
}

.sidebar-area .sidebar-content {
	padding: 5px;
	border-top: unset;
	background: #f7f7f7;
}

.sidebar-area .widget a {
	color: #454545;
}

.sidebar-area .widget a:hover {
	color: #2290cc;
}

/* gallery widget */
.gallery-wrap {
	background: #f05223;
	padding: 40px 0;
}

.gallery-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.gallery-widget-container {
	padding: 0 40px;
}

.gallery-widget {
	padding: 0;
	display: none;
}

.gallery-widget a {
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

/* list supporter */
.list-supporter {
	padding: 15px;
}

.list-supporter .supporter {
	padding: 10px 0;
	border-bottom: 1px dotted #848893;
}

.list-supporter .supporter label.name {
	color: red;
}

.sidebar-content .supporter {
	padding: 0 0 15px 0;
	border-top: 1px solid #eaeaea;
}

.sidebar-content .supporter:first-child {
	border-top: none;
}

.list-table-supporter {
	margin-top: 15px;
	background: #ffffff;
}

.list-table-supporter table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.list-table-supporter table th, .list-table-supporter table td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.popup-map {
	padding: 20px 20px 20px 180px;
	background: url(images/map-bg.jpg) left top no-repeat #ffffff;
}

/* -------------------------------------------------------------
--- Libs -------------------------------------------------------
---------------------------------------------------------------- */

/* Breadcrumbs */
.breadcrumbs {
	background: #f4f4f4;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #f05223;
	font-style: italic;
}

.breadcrumbs a {
	position: relative;
	display: inline-block;
	color: #f05223;
	padding: 5px 0;
}

.breadcrumbs a:hover {
	color: #e67817;
}

/* Social share */
.social-share {
	padding: 0;
	margin-bottom: 30px;
}

.social-share span {
	float: left;
	margin-right: 5px;
}

/* Comments */
.comments-area {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 30px;
}

.fb-comments-title {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
}

.comments-area >:last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-bottom: 1px solid #eaeaea;
}

.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title-wrap, .comment-reply-title {
	background: url(images/cmt-title.jpg) repeat-x center;
}

.comments-title-wrap .comments-title, .comment-reply-title span {
	display: inline-block;
	background: #fff;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 15px;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 0px;
	left: 3px;
}

.comment-metadata, .pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a, .pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover, .pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover, .comment-metadata a:focus, .pingback .edit-link a:hover, .pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul, .comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}

.comment-content >:last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover, .comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 15px;
}

.comment-respond .comment-form-author {
	width: 48%;
	float: left;
}

.comment-respond .comment-form-email {
	width: 48%;
	float: right;
}

.comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-comment label {
	font-weight: normal;
}

.comment-respond .comment-form-comment {
	margin-top: 5px;
}

.comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-comment textarea {
	width: 100%;
	background: #f8f8f8;
	border: #e3e3e3 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	padding: 5px;
}

.comment-respond .comment-form-comment textarea {
	max-height: 80px;
}

.comment-respond .form-submit {
	margin: 10px 0;
}

.comment-respond .form-submit #submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: red;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.search-form {
	text-align: left;
	background: #dcdcdc;
	padding: 10px;
}

.search-form .search-submit {
	background: #ec1a39;
}

.search-field {
	background: #f8f8f8;
	border: #e3e3e3 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	padding: 5px;
}

::-webkit-input-placeholder {
	font-weight: normal;
}

:-moz-placeholder {

	/* Firefox 18- */
	font-weight: normal;
}

::-moz-placeholder {

	/* Firefox 19+ */
	font-weight: normal;
}

:-ms-input-placeholder {
	font-weight: normal;
}

.search-submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

/* footer social */
.social-link {
	padding: 5px 0;
}

.social-link-label {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.social-link a {
	margin: 0 3px;
	background: #ffffff;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	padding: 0;
	border-radius: 100px;
}

.social-link a:hover {
	color: #454545;
	background: #ddd;
}

.social-link a i {
	font-size: 20px;
}

.social-link .btn-facebook {
	background: #3a589b;
}

.social-link .btn-rss {
	background: #fd9f13;
}

.social-link .btn-twitter {
	background: #28aae0;
}

.social-link .btn-youtube {
	background: #cf3427;
}

.social-link .btn-google-plus {
	background: #da6245;
}

.social-link .btn-flickr {
	background: #025FE0;
}

.social-link .btn-linkedin {
	background: #0085AF;
}

.top-social a {
	color: #fff;
	float: left;
	padding: 0 5px;
	font-size: 16px;
}

/* Contact page */
.contact-map {
	padding: 5px;
	border: 1px solid #ddd;
}

.contact-map-label {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.office {
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.office h3 {
	font-size: 15px;
	text-transform: uppercase;
}

.office ul {
	margin: 0;
	padding: 0;
}

.office ul li {
	list-style: none;
	font-size: 13px;
	padding: 5px 0;
}

.office ul li i {
	margin-right: 10px;
}

.office ul li a {
}

.contact-form textarea, .contact-form input[type="text"], .contact-form input[type="email"] {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
}

.contact-form input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

/**
 * Widgets
 */
.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button, .widget input, .widget select, .widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button, .widget input {
	line-height: normal;
}

.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea {
	padding: 0.375em;
}

.widget-title {
}


.product-categories {
	padding: 0;
	list-style: none;
}

.product_list_widget ins {
	text-decoration: none;
	color: #f58310;
	font-weight: bold;
}
.widget >:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td, .widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a {
	border: 0;
}

.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child, .widget_categories li:last-child, .widget_links li:last-child, .widget_meta li:last-child, .widget_nav_menu li:last-child, .widget_pages li:last-child, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries li {
	width: 100%;
	float: left;
}

.widget_recent_entries .post-date {
	font-style: italic;
}

.widget_recent_entries .post-thumbnail {
	float: left;
	width: 100px;
	margin-right: 20px;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child, .widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date, .widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget >:last-child {
	margin-bottom: 0;
}

.textwidget a {
	text-decoration: none;
}

.textwidget a:hover, .textwidget a:focus {
	border-bottom: 0;
}

/* Pagination */
.bk-pagination {
	margin: 15px 0 !important;
	text-align: right;
}

.bk-pagination span, .bk-pagination a {
	background: #e3e3e3;
	padding: 5px 10px;
	color: #666;
	display: inline-block;
}

.bk-pagination span.current {
	background: #FF0000;
	color: #fff;
}

/* Woo */
.site-header-cart {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.site-header-cart>li {
	float: left;
}

.cart-contents {
	position: relative;
	background: url(images/icon-cart.png) no-repeat;
	width: 29px;
	height: 23px;
	display: inline-block;
}

.cart-contents .count {
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 9999;
	background: #555655;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}
.woocommerce .products .product .button {
	width: 100%;
	background: #f17800;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
@media (min-width:768px) {
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 300px;
		z-index: 999999;
		font-size: .875em;
		right: -999em;
		background-color: #fff;
		color: #212529;
		box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .1);
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 15px 30px;
	}

	.site-header-cart .widget_shopping_cart:before {
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    right: 20px;
	    bottom: 100%;
	    border: solid transparent;
	}

	.site-header-cart .widget_shopping_cart:after {
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    right: 20px;
	    bottom: 100%;
	    border: solid transparent;
	    border-bottom-color: #fff;
	    border-width: 6px;
	    margin-right: -6px;
	}

	.site-header-cart .header-cart:hover .widget_shopping_cart {
		right: 0;
		display: block;
	}

	.site-header-cart .woocommerce.widget_shopping_cart .cart_list li {
		padding-left: 0;
		padding-right: 2em;
	}

	.site-header-cart .woocommerce.widget_shopping_cart ul.cart_list li img,
	.site-header-cart .woocommerce.widget_shopping_cart ul.product_list_widget li img {
		width: 50px;
		float: left;
	}

	.woocommerce.widget_shopping_cart .cart_list li a.remove {
		left: auto;
		right: 0;
	}

}

/* .single-product */

.single-product-feature-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.single-product-feature-list ul .feature-inner {
    padding: 12px 10px;
    border: 1px solid #e6e6e6;
    background: 0 0;
    display: flex;
    align-items: center;
}

.single-product-feature-list ul li+li {
    margin-top: 8px;
}

.single-product-feature-list ul .feature-inner .feature-thumbnail {
    min-width: 25%;
    text-align: center;
}

.single-product-feature-list ul .feature-inner .feature-thumbnail i {
    font-size: 25px;
    color: #f58310;
}

.single-product-feature-list ul .feature-inner .feature-info {
    align-self: center;
    z-index: 1;
}

.single-product-feature-list ul .feature-inner .feature-info h3 {
    font-weight: 500;
    font-size: 18px;
    color: #252525;
    margin-bottom: 0;
    margin-top: 0;
}

.single-product-feature-list ul .feature-inner .feature-info span {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    display: block;
    font-weight: 300;
    color: #757575;
    word-break: break-word;
}


.single-product .single-product-inner {
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
    position: relative;
}

.woocommerce span.onsale {
	position: absolute;
    left: 100px;
    top: 10px;
    background-color: #f58310;
    color: #fff;
    height: 44px;
    width: 44px;
}

.single-product .summary {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.single-product .summary .single-product-info {
    border: 1px solid #ebebeb;
    padding: 0;
}

.single-product-summary-inner {
	display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 45px;
}

.woocommerce div.product .single-product-info p.price {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.single-product div.product .single-product-summary-inner .price del {
	display: block;
	color: #b4b4b4;
	font-size: 18px;
}

.single-product div.product .single-product-summary-inner .price ins {
    font-size: 28px;
    color: #f58310;
    display: block;
	text-decoration: none;
}

.woocommerce-product-details__short-description {
	font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #757575;
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding: 15px 20px;
    position: relative;
}

.woocommerce div.product form.cart .button {
	background: #f58310;
    padding: 15px 20px;
}

.woocommerce .quantity .qty {
	height: 46px;
}

.single-product-info .product_meta  {
	padding: 15px 20px;
}

.yith-wcwl-add-to-wishlist {
	padding: 0 20px;
}

.woocommerce div.product {
	border: none;
}

.single-product-feature-list {
	width: 100%;
	margin-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	float: left;
	width: 20%;
    padding-right: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	border: 1px solid #e6e6e6;
	margin-bottom: 3px;
}

.woocommerce-product-gallery .flex-viewport {
	float: right;
	width: 80%;
	border: 1px solid #e6e6e6;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    border: 1px solid #ccc;
    padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 30px;
}

.archive.woocommerce .content-area {
	width: 100%;
	padding-top: 50px;

}

.content-area {
	padding-top: 50px;
	padding-bottom: 50px;
}

.archive.woocommerce .sidebar-shop {
	width: 100%;
}

ul.products {
	padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

ul.products>.product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 6px !important;
    padding-left: 6px !important;
    flex: 0 0 50%;
    max-width: 50%;
   	margin: 0 0 12px 0 !important;
}

.product-outer {
    height: 100%;
    position: relative;
    min-height: 368px;
}
.product-inner {
	border: 1px solid #ccc;
	height: 100%;
}

.product-header {
	border-bottom: 1px solid #ccc;
}

.product-body {
	padding: 10px;
}

.product-body h2 {
	color: #333;
}

.woocommerce ul.products li.product .price ins {
	color: #f58310;
	text-decoration: none;
	font-size: 20px;
}

.products>.product:hover .product-inner,
.products>.product:focus .product-inner {
	position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #fff;
    box-shadow: 0 7px 17px 0 rgba(23,84,116,.18);
    z-index: 9999;
}

.products>.product .product-footer {
	padding: 5px 20px 20px;
}

.products>.product:hover .product-footer,
.products>.product:focus .product-footer {
	display: block;
}


.home-product .product {
	padding-left: 6px;
	padding-right: 6px;
}

.home-product .product .product-body h2 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.home-product .product span.price ins {
	color: #f58310;
    text-decoration: none;
    font-size: 16px;
}

.home-product .product span.price del {
	color: inherit;
    opacity: .5;
    display: inline-block;
    font-size: 14px;
}

.home-product .product .product-footer {
    padding: 5px 20px 20px;
}


.home-product .onsale {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    margin: -.5em -.5em 0 0;
}


.home-product .product:hover .product-inner,
.home-product .product:focus .product-inner {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #fff;
    box-shadow: 0 7px 17px 0 rgba(23,84,116,.18);
}

.home-product .product:hover .product-footer {
	display: block;
}

.home-product.owl-carousel .owl-stage-outer {
	padding-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #f58310;
    color: #f58310;
    background: #fff;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    top: 100px;
    left: -30px;
    font-size: 40px;
    line-height: 60px;
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-next {
	width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #f58310;
    color: #f58310;
    background: #fff;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    top: 100px;
    right: -30px;
    font-size: 40px;
    line-height: 60px;
    opacity: 1;
} 

@media (min-width: 992px) {
	ul.products.columns-4>.product {
	    flex: 0 0 25%;
	    max-width: 25%;
	}

	.products>.product .product-footer {
		display: none;
	}

	.slider-product .product .product-footer {
		display: none;
	}
}

.woocommerce-MyAccount-navigation li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 5px;
	border: 1px solid #ccc;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: normal;
}

@media (min-width: 768px) {

	.woocommerce div.product div.images.woocommerce-product-gallery {
		flex: 0 0 40%;
	    max-width: 40%;
	}

	.single-product .summary {
	    flex: 0 0 60%;
	    max-width: 60%;
	}

	.single-product .summary .single-product-info {
        flex: 0 0 60%;
    	max-width: 60%;
	}

	.single-product-feature-list {
		flex: 0 0 40%;
	    max-width: 40%;
        padding-left: 15px;
        margin-top: 0;
	}

	.archive.woocommerce .content-area {
		float: right;
		width: 75%;
	}

	.archive.woocommerce .sidebar-shop {
		float: left;
		width: 25%;
		padding-right: 15px;
	    margin-top: 40px;
	}

}