/*
	Theme Name: Kopi Online
	Theme URI: https://bangflo.com
	Description: Custom WP Themes for Kopi Online
	Version: 1.0.08.2025
	Author: @harmonicnoise
	Author URI: http://www.deusain.com
	Tags: coffee
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 18px/1.6 'Poppins', arial, sans-serif;
	color: #333;
	background-color: #fff;
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
blockquote {
	background-color: #fff;
    color: #000;
    padding: 20px 20px 2px 20px;
    margin: 0;
    font-size: 16px;
    display: block;
	font-style: italic;
	border-left: 4px solid #55a738;
}
img {
	max-width:100%;
	height: auto;
}
a {
	color: #55a738;
	text-decoration:none;
	transition: all .2s ease-in-out;
}
a:hover {
	color:#000;
	transition: all .2s ease-in-out;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

strong {
	font-weight: 700;
}
h1, h2, h3 {font-weight: 600; color: #000; line-height: 1.1; margin: 0;}
h4, h5, h6 {font-weight: 400; color: #000; line-height: 1.1; margin: 0;}
.first-line {
	text-indent: 80px;
}

#primary-btn {
	color: #55a738;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	border-radius: 50px;
	letter-spacing: -.5px;
	border: 1px solid #55a738;
	background-color: transparent;
	align-items: center;
}
#primary-btn i {
	margin-right: 5px;
	position: relative;
}
#primary-btn:hover {
	color: #fff;
	background-color: #55a738;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

.topbar {
	width: 100%;
	margin: 0 auto;
    position: relative;
	top: 0;
	z-index: 9;
    background-color: #0b3d2c;
    height: 40px;
}
.topbar .container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	height: 40px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.topbar .container ul#menu-topbar-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topbar .container ul#menu-topbar-menu li {
	display: inline-block;
	margin-right: 25px;
}
.topbar .container ul#menu-topbar-menu li a {
	color: #fff;
	font-size: 12px;
}
.topbar .container ul#menu-topbar-menu li a i {
	font-size: 12px;
	margin-right: 5px;
}
.topbar .container ul#menu-topbar-menu li a span {
	font-size: 12px;
}
.topbar .container ul#menu-social-media {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topbar .container ul#menu-social-media li {
	display: inline-block;
	margin-left: 20px;
}
.topbar .container ul#menu-social-media li a {
	color: #fff;
}
.topbar .container ul#menu-social-media li a i {
	font-size: 16px;
}

/* header */
.header {
	width: 100%;
	margin: 0 auto;
    position: relative;
	top: 0;
	z-index: 9;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 3px 5px rgba(0,0,0, .1);
}
.header .container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header .container .logo {
    width: 80px;
    position: relative;
    line-height: 0;
    display: block;
}
.header .container .logo a {
	line-height: 0;
}
.header .container .logo img {
	width: 100%;
	height: auto;
}

.header .container .shopping {
	position: relative;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header .container .shopping .woo-cart-button {
	position: relative;
}
.header .container .shopping .woo-cart-button a img {
	width: 20px;
	position: relative;
	top: 3px;
}
.header .container .shopping .woo-cart-button a span {
	color: #fff;
	font-size: 11px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 40px;
	background-color: #55a738;
	position: absolute;
	top: -5px;
	right: -9px;
	text-align: center;
}
.header .container .shopping .user-acc {
	position: relative;
	margin-left: 40px;
	background-color: #f0f0f0;
    padding: 5px;
    border-radius: 4px;
    line-height: 1;
}
.header .container .shopping .user-acc a img {
	width: 18px;
	position: relative;
	top: 2px;
}
.header .container .shopping .user-acc a span {
	font-size: 12px;
    padding: 0 !important;
    position: relative;
    top: -2px;
}
.header .container .shopping ul li {
	display: inline-block;
	margin: 0;
	position: relative;
}
.header .container .shopping ul li a {
	display: block;
    font-size: 18px;
	color: #55a738;
	font-weight: 500;
	padding: 4px 25px;
	border: 2px solid #55a738;
	border-radius: 4px;
}
.header .container .shopping ul li a:hover {
	color: #fff;
	background-color: #55a738;
}

.header .container .categories {
	margin-left: 50px;
}
.header .container .categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .container .categories ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 80px;
}
.header .container .categories ul li a {
	font-size: 14px;
	display: block;
	line-height: 1;
	font-weight: 500;
	color: #7e847c;
}
.header .container .categories ul li a img {
	width: 20px;
	margin-right: 6px;
	position: relative;
	top: 4px;
}
.header .container .categories ul li ul.sub-menu {
	display: none;
}
.header .container .categories ul li:hover ul.sub-menu {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 4px rgba(0,0,0, .1);
	padding: 20px;
	overflow: hidden;
}
.header .container .categories ul li ul.sub-menu li {
	position: relative;
	height: auto;
	width: 25%;
	float: left;
}
.header .container .categories ul li ul.sub-menu li a {
	padding: 15px 20px;
	display: block;
	width: 100%;
	font-size: 18px;
	border-bottom: 2px solid #55a738;
}
.header .container .categories ul li ul.sub-menu li ul.sub-menu {
	display: block;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: none;
	padding: 0;
}
.header .container .categories ul li ul.sub-menu li ul.sub-menu li {
	display: block;
	float: none;
	width: 100%;
}
.header .container .categories ul li ul.sub-menu li ul.sub-menu li a {
	background-color: #fff;
	font-size: 14px;
	border-bottom: 0;
	border-radius: 5px;
}
.header .container .categories ul li ul.sub-menu li ul.sub-menu li a:hover {
	background-color: #eee;
}

.header .container .main-search {
	margin-left: 50px;
}
.header .container .main-search form.woocommerce-product-search {
	position: relative;
	background-color: #f0f0f0;
	border-radius: 5px;
	width: 400px;
	overflow: hidden;
}
.header .container .main-search form.woocommerce-product-search input[type="search"] {
	border: 0;
	outline: 0;
	background-color: transparent;
    padding: 11px 15px;
    font-size: 12px;
}
.header .container .main-search form.woocommerce-product-search button[type="submit"] {
	border: 0;
	outline: 0;
	background-color: #55a738;
    padding: 11px 15px;
    font-size: 12px;
    color: #fff;
    float: right;
}

.nav {
	position: relative;
}
.nav ul {
	-webkit-font-smoothing:antialiased;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 0 25px;
}
.nav ul li a {
	display: block;
    font-size: 16px;
	color: #333;
	font-weight: 500;
}
.nav ul li a:hover {
	color: #55a738;
}
.nav ul li.current_page_item {
	position: relative;
}
.nav ul li.current_page_item a {
	color: #55a738;
	font-weight: 600;
}
.nav ul li.current_page_item a:hover {
	color: #55a738;
}

.header.light .nav ul li a {
	color: #55a738;
}
.header.light .nav ul li a:hover {
	color: #55a738;
}
.header.light .nav ul li.current_page_item {
	position: relative;
}
.header.light .nav ul li.current_page_item a {
	color: #55a738;
	font-weight: 600;
}
.header.light .nav ul li.current_page_item a:hover {
	color: #55a738;
}

.header.scrolled {
	position: fixed;
	width: 100%;
    max-width: inherit;
	height: 80px;
	top: 0;
}
.header.scrolled .container {background-color: transparent; top: 0;}
.header.scrolled .container .logo {
	display: inline-block;
}
.header.scrolled .container .nav ul li.current_page_item a {
	color: #55a738;
}

.headline {
	border-radius: 20px;
	background: rgb(112,208,78);
	background: linear-gradient(135deg, rgba(112,208,78,0.8463760504201681) 0%, rgba(31,85,12,0.8239670868347339) 100%);
	padding: 40px 40px 80px 40px;
}
.headline h4 {
	line-height: 1.5;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
}
.home-slide .elementor-swiper-button {
	background-color: #fff;
	border-radius: 100px;
	border-radius: 5px;
	padding: 4px;
}
.home-slide .swiper-pagination {
	background-color: #fff;
	border-radius: 50px;
	width: auto !important;
	line-height: 0;
	padding: 5px;
	bottom: 20px !important;
	left: 10px !important;
}

.business {
	position: relative;
}
.business .elementor-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business .elementor-container .elementor-column.elementor-col-33 {
	width: 31%;
	background-color: #fff;
	padding-bottom: 30px;
	border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0, .1);
}
.business .elementor-container .elementor-column.elementor-col-33 h2 {
	padding-left: 30px;
	padding-right: 30px;
}
.business .elementor-container .elementor-column.elementor-col-33 p {
	padding-left: 30px;
	padding-right: 30px;
}
.business .elementor-container .elementor-column.elementor-col-33 .elementor-button {
	margin-left: 30px;
}

#featured-news {
	position: relative;
	z-index: 9;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#featured-news .inner {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	padding: 80px 0;
}
#featured-news .inner h3 {
	font-size: 54px;
    font-weight: 500;
    margin: 0 0 50px 0;
    line-height: 1;
}
#featured-news .col {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #C2CFC4;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
#featured-news .col:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#featured-news .col h5 {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	width: 40%;
	float: right;
	line-height: 1.5;
}
#featured-news .col a .news-title {
	float: left;
	width: 20%;
	margin-right: 2%;
	height: 260px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#featured-news .col a .news-title h3 {
	color: #55a738;
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
}
#featured-news .col a .news-title h3:hover {
	color: #000;
}
#featured-news .col a .news-title h6 {
	font-size: 14px;
}
#featured-news .col a .thumb {
	width: 30%;
	height: 260px;
	float: left;
	overflow: hidden;
	position: relative;
	display: block;
	margin-right: 2%;
	border-radius: 15px;
}
#featured-news .col a .thumb img {
	width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
#featured-news.list {
	margin-top: 50px;
}

.footer-menu {
	position: relative;
	text-align: center;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.footer-menu ul li {
	display: inline-block;
	padding: 0 10px;
}
.footer-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.footer-menu ul li a:hover {
	color: #55a738;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
#big-title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	background-color: #fff;
	top: 0;
}
#big-title .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1340px;
	padding: 250px 0;
	position: relative;
}
#big-title .container h1 {
	font-size: 64px;
	margin: 0;
    color: #fff;
    background: rgb(112,208,78);
	background: linear-gradient(135deg, rgba(112,208,78,0.8463760504201681) 0%, rgba(31,85,12,0.8239670868347339) 100%);
    line-height: 1;
    position: relative;
    font-weight: 500;
    display: inline-block;
    padding: 30px 70px;
    z-index: 3;
    border-radius: 10px 10px 0 0;
}
#big-title .thumb {
	position: fixed;
	top: 80px;
	width: 100%;
	overflow: hidden;
}
#big-title .thumb img {
	object-fit: cover;
	width: 100%;
}
#big-title.dark {
	background-color: #55a738;
}
#big-title.dark .container {
	padding: 100px 0;
}
#big-title.dark .container h1 {
	color: #fff;
	padding: 0;
	background: none;
}

/*.post-thumb {
	width: 100%;
	height: 560px;
	float: left;
	overflow: hidden;
	position: relative;
	display: block;
	margin-right: 2%;
}
.post-thumb img {
	width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}*/
#main-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	background-color: #fff;
}
#main-wrapper .container {
	width: 100%;
	margin: 0 auto;
	max-width: 1340px;
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}
#main-wrapper .container.pt0 {
	padding-top: 0;
}
#main-wrapper .container.news-list {
	position: relative;
}
#main-wrapper .container.news-list article {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #C2CFC4;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
#main-wrapper .container.news-list article:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#main-wrapper .container.news-list article p {
	font-size: 18px;
    margin: 0;
    font-weight: 400;
    width: 40%;
    float: right;
    line-height: 1.5;
}
#main-wrapper .container.news-list article .news-title {
	float: left;
	width: 20%;
	margin-right: 2%;
	height: 260px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#main-wrapper .container.news-list article .news-title h3 {
	color: #55a738;
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
}
#main-wrapper .container.news-list article .news-title h3 a:hover {
	color: #000;
}
#main-wrapper .container.news-list article .news-title h6 {
	font-size: 14px;
}
#main-wrapper .container.news-list article .thumb {
	width: 30%;
	height: 260px;
	float: left;
	overflow: hidden;
	position: relative;
	display: block;
	margin-right: 2%;
	border-radius: 15px;
}
#main-wrapper .container.news-list article .thumb img {
	width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
#main-wrapper .container.news-list article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#main-wrapper .container .content {
	width: 60%;
	float: left;
	overflow: hidden;
	position: relative;
}

#main-wrapper .container .metadata {
	width: 30%;
	float: left;
	font-weight: 600;
}
#main-wrapper .container .metadata i {
	font-size: 5px;
	position: relative;
	top: -2px;
	padding: 0 5px;
}
#main-wrapper .container .content.news {
	width: 65%;
	float: right;
}
#main-wrapper .container .content.news article.full {
	position: relative;
}
#main-wrapper .container .content.news article.full img {
	width: 100%;
	margin-bottom: 0;
}
#main-wrapper .container .content.news article.full h3 {
	font-size: 24px;
	line-height: 1.4;
}
#main-wrapper .container .content.news article.full p.tag-cat {
	font-size: 13px;
	margin: 0 0 3px 0;
}
#main-wrapper .container .content.news article.full p strong {
	color: #333;
	font-weight: 600;
}
#main-wrapper .container .content.news article.full p {
	font-size: 20px;
	line-height: 1.4;
	color: #333;
	font-weight: 400;
	margin: 0 0 40px 0;
}
#main-wrapper .container .content.news article.full ul li {
	font-size: 20px;
}

#main-wrapper .container .row {
	position: relative;
}
#main-wrapper .container .row .view-all {
	position: absolute;
	top: 20px;
	right: 0;
}
#main-wrapper .container .row .view-all a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 15px;
	border-radius: 50px;
	letter-spacing: -.5px;
	border: 0;
	background-color: #55a738;
	align-items: center;
}
#main-wrapper .container .row .view-all a i {
	margin-right: 5px;
	position: relative;
}
#main-wrapper .container .row .view-all a:hover {
	color: #55a738;
	background-color: #fff;
}
#main-wrapper .container .row h3 {
	font-size: 54px;
	margin-top: 80px;
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 1;
}
#main-wrapper .container .row .product-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main-wrapper .container .row .product-list {
	width: 100%;
	text-align: left;
	border-top: 1px solid #C2CFC4;
	border-bottom: 1px solid #C2CFC4;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main-wrapper .container .row .product-list .item {
	width: 22%;
	padding: 0;
}
#main-wrapper .container .row .product-list .item a {
	display: block;
}
#main-wrapper .container .row .product-list a h5 {
	color: #55a738;
	font-size: 14px;
	margin: 20px 0 0 0;
	font-weight: 700;
}
#main-wrapper .container .row .product-list a h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0;
}
#main-wrapper .container .row .product-list a:hover h3 {
	color: #55a738;
}
#main-wrapper .container .row .product-list a .thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	display: block;
}
#main-wrapper .container .row .product-list a .thumb img {
	width: 100%;
    height: 180px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
#main-wrapper .container .row .product-list .item a.view-product {
	display: block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 700;
}
#main-wrapper .container .row .product-list .item a.view-product span i {
	font-size: 8px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	color: #55a738;
}
#main-wrapper .container .row .product-list .item a.view-product:hover {
	color: #55a738;
}
#main-wrapper .container .row .product-list .view-all {
	margin-top: 20px;
	display: block;
}
#main-wrapper .container .row .product-list .view-all a {
	color: #ffffff70;
	font-size: 12px;
	font-weight: 400;
}
#main-wrapper .container .row .product-list .view-all a i {
	font-size: 8px;
	margin-right: 8px;
}
#main-wrapper .container .row .product-list .view-all a:hover {
	color: #55a738;
}
#main-wrapper .container.product-detail {
	padding: 50px 40px;
}

#main-wrapper .container .product-thumb {
	float: right;
	width: 50%;
	height: 630px;
	position: relative;
	overflow: hidden;
	display: block;
	right: -40px;
}
#main-wrapper .container .product-thumb img {
	width: auto;
    height: 630px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
#main-wrapper .container .content.product {
	width: 50%;
	float: left;
}
#main-wrapper .container .content.product article.full {
	position: relative;
}
#main-wrapper .container .content.product article.full .metadata {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
#main-wrapper .container .content.product article.full .metadata span {
	font-size: 24px;
	font-weight: 500;
}
#main-wrapper .container .content.product article.full .metadata span ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-wrapper .container .content.product article.full .metadata span ul li {display: inline-block; margin-right: 20px; border-right: 1px solid rgba(0,0,0, .3); padding-right: 20px;}
#main-wrapper .container .content.product article.full .metadata span ul li:last-child {border: 0; padding-right: 0;}
#main-wrapper .container .content.product article.full .metadata span ul li a:hover {
	color: #55a738;
}
#main-wrapper .container .content.product article.full .metadata i {
	font-size: 6px;
}
#main-wrapper .container .content.product article.full img {
	width: 100%;
	margin-bottom: 0;
}
#main-wrapper .container .content.product article.full h1 {
	font-size: 96px;
	line-height: .8;
	font-weight: 500;
	margin: 0 0 80px 0;
}
#main-wrapper .container .content.product article.full h3 {
	font-size: 24px;
	line-height: 1.4;
}
#main-wrapper .container .content.product article.full p strong {
	color: #55a738;
	font-weight: 600;
}
#main-wrapper .container .content.product article.full p {
	font-size: 20px;
	line-height: 1.4;
	color: #55a738;
	font-weight: 500;
	margin: 0 0 40px 0;
}
#main-wrapper .container .content.product article.full ul li {
	font-size: 20px;
}
#main-wrapper .container .content.product article.full .price-contact {
	width: 100%;
	float: left;
	margin: 0;
	border-top: 1px solid #55a73830;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
#main-wrapper .container .content.product article.full .price-contact .price {
	width: 40%;
}
#main-wrapper .container .content.product article.full .price-contact .price h6 {
	font-size: 18px;
}
#main-wrapper .container .content.product article.full .price-contact .price h5 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 60px;
}
#main-wrapper .container .content.product article.full .price-contact .contact {
	width: 40%;
}
#main-wrapper .container .content.product article.full .price-contact .contact h6 {
	font-size: 18px;
}
#main-wrapper .container .content.product article.full .price-contact .contact h5 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 60px;
}
#main-wrapper .container table {
	border: 0;
	width: 100%;
}
#main-wrapper .container table tr {
	position: relative;
}
#main-wrapper .container table tr td:first-child {
	width: 30%;
	font-weight: 700;
	text-align: left;
	padding: 0;
	vertical-align: top;
}
#main-wrapper .container table tr td:last-child {
	text-align: right;
	vertical-align: top;
}
#main-wrapper .container .elementor-accordion-item {
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
#main-wrapper .container .elementor-accordion-item:last-child {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
#main-wrapper .container .elementor-accordion .elementor-tab-title .elementor-accordion-icon span i {
	font-size: 24px;
}

.general-tab .elementor-accordion-item {
	border-bottom: 1px solid #C2CFC4 !important;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.general-tab .elementor-accordion-item:last-child {
	padding: 0;
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.general-tab .elementor-accordion .elementor-tab-title .elementor-accordion-icon span i {
	font-size: 24px;
}

#related {
	position: relative;
	margin-top: 80px;
	width: 100%;
	float: left;
}
#related h3 {
	margin: 0;
	font-size: 54px;
	font-weight: 500;
}
#related ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
#related ul li {
	width: 100%;
    text-align: left;
    border-top: 1px solid #C2CFC4;
    padding: 30px 0 0 0;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
#related ul li .related-thumb {
	width: 30%;
    height: 260px;
    float: left;
    overflow: hidden;
    position: relative;
    display: block;
    margin-right: 2%;
    border-radius: 15px;
}
#related ul li .related-thumb img {
	width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
#related ul li .news-title {
	float: left;
    width: 20%;
    margin-right: 2%;
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#related ul li .news-title h4 a {
	color: #55a738;
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}
#related ul li .news-title h4 a:hover {
	color: #000;
}
#related ul li .news-title h6 {
	font-size: 14px;
}
#related ul li p {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    width: 40%;
    float: right;
    line-height: 1.5;
}

#related.product {
	position: relative;
	margin-top: 80px;
	width: 100%;
	float: left;
}
#related.product h3 {
	margin: 0;
	font-size: 54px;
	font-weight: 500;
}
#related.product ul {
	margin: 30px 0 0 0;
	border-top: 1px solid #C2CFC4;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#related.product ul li {
	width: 22%;
	float: left;
	padding: 30px 0;
	overflow: hidden;
	display: block;
	border-top: 0;
	border-bottom: 1px solid #C2CFC4;
}
#related.product ul li .metadata {
	color: #55a738;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	float: left;
	margin-bottom: 4px;
	display: block;
}
#related.product ul li h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
    line-height: 1.4;
}
#related.product ul li h4 a {
	color: #55a738;
}
#related.product ul li h4 a:hover {
	color: #55a738;
}
#related.product ul li .the-thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	display: block;
	margin-right: 0;
}
#related.product ul li .the-thumb img {
	width: 100%;
    height: 180px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
#related.product ul li a.view-product {
	display: block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 700;
}
#related.product ul li a.view-product span i {
	font-size: 8px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	color: #55a738;
}
#related.product ul li a.view-product:hover {
	color: #55a738;
}

h3.category-title {
	margin: 50px 0 0 0;
	font-size: 54px;
	font-weight: 500;
	padding-bottom: 30px;
	border-bottom: 1px solid #C2CFC4;
	display: block;
}
#category-loop.product {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
#category-loop.product article {
	width: 22%;
	border-bottom: 1px solid #C2CFC4;
	padding: 30px 0 20px 0;
	overflow: hidden;
	display: block;
}
#category-loop.product article .metadata {
	color: #55a738;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	float: left;
	margin-bottom: 4px;
	display: block;
}
#category-loop.product article .the-thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	display: block;
}
#category-loop.product article .the-thumb img {
	width: 100%;
    height: 180px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
#category-loop.product article h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	float: left;
	display: block;
}
#category-loop.product article h4 a {
	color: #55a738;
}
#category-loop.product article h4 a:hover {
	color: #55a738;
}
#category-loop.product article a.view-product {
	display: block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 700;
}
#category-loop.product article a.view-product span i {
	font-size: 8px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	color: #55a738;
}
#category-loop.product article a.view-product:hover {
	color: #55a738;
}
#category-loop.product ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#category-loop.product ul li {
	width: 22%;
	border-bottom: 1px solid #C2CFC4;
	padding: 30px 0;
	overflow: hidden;
	display: block;
}
#category-loop.product ul li .metadata {
	color: #55a738;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	float: left;
	margin-bottom: 4px;
	display: block;
}
#category-loop.product ul li h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	float: left;
	display: block;
}
#category-loop.product ul li h4 a {
	color: #55a738;
}
#category-loop.product ul li h4 a:hover {
	color: #55a738;
}
#category-loop.product ul li .the-thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	display: block;
}
#category-loop.product ul li .the-thumb img {
	width: 100%;
    height: 180px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
#category-loop.product ul li a.view-product {
	display: block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 700;
}
#category-loop.product ul li a.view-product span i {
	font-size: 8px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	color: #55a738;
}
#category-loop.product ul li a.view-product:hover {
	color: #55a738;
}

.pagination {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.pagination span.page-numbers.current {
    color: #55a738;
    font-size: 24px;
    font-weight: 500;
}
.pagination a.page-numbers {
    color: #a9aaaa;
    font-size: 24px;
    font-weight: 500;
    padding: 0 10px;
}
.pagination a.page-numbers:hover {
    color: #55a738;
    font-size: 24px;
    font-weight: 500;
}

/* sidebar */
#main-wrapper .container .sidebar {
	float: right;
	width: 35%;
}
#main-wrapper .container .sidebar h2 {
	font-size: 30px;
	line-height: 1.3;
}
#main-wrapper .container .sidebar form.search {
	width: 100%;
	margin-bottom: 30px;
}
#main-wrapper .container .sidebar form.search input[type="search"] {
	border: 0;
	padding: 0;
	text-indent: 15px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	float: left;
	width: 65%;
	font-size: 11px;
	background-color: #fff;
}
#main-wrapper .container .sidebar form.search button[type="submit"] {
	background-color: #bdaea4;
	color: #fff;
	outline: none;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 35%;
	padding: 0;
}
#main-wrapper .container .sidebar form.search button[type="submit"]:hover {
	background-color: #483e38;
}
#main-wrapper .container .sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}
#main-wrapper .container .sidebar.dokter {
	position: relative;
}
#main-wrapper .container .sidebar.dokter img {
	border-radius: 10px;
}
#main-wrapper .container .sidebar .cta {
	background-color: #f5f5f5;
	padding: 30px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}
#main-wrapper .container .sidebar a.primary-btn {
	display: block;
	background-color: #55a738;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 5px;
	margin-top: 20px;
}
#main-wrapper .container .sidebar a.green-btn {
	display: block;
	background-color: #28b73b;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 5px;
	margin-top: 20px;
}
#main-wrapper .container .sidebar .sidebar-widget h3 {
    font-size: 27px;
    color: #55a738;
    margin: 0 0 30px 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #55a738;
}
#main-wrapper .container .sidebar .sidebar-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-wrapper .container .sidebar .sidebar-widget ul li {
	padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0, .1);
    vertical-align: top;
}
#main-wrapper .container .sidebar .sidebar-widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
#main-wrapper .container .sidebar .sidebar-widget ul li a {
	color: #222;
	display: block;
	font-weight: 600;
	font-size: 18px;
}
#main-wrapper .container .sidebar .sidebar-widget ul li a:hover {
	text-decoration: underline;
	color: #55a738;
}
#main-wrapper .container .sidebar .sidebar-widget .widget_recent_entries,
#main-wrapper .container .sidebar .sidebar-widget .widget_nav_menu,
#main-wrapper .container .sidebar .sidebar-widget .widget_text {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
}

#slickbox {
	position: relative;
    display: none;
}

.breadcrumb {
	position: relative;
	overflow: hidden;
	margin: 0;
	font-size: 24px;
	color: #A9AAAA;
}
.breadcrumb a {
	color: #55a738;
}

div.wpcf7 {position: relative;}
div.wpcf7 .wpcf7-form {position: relative; text-align: left;}
div.wpcf7 .wpcf7-form strong {margin-bottom: 5px; display: block; width: 100%; overflow: hidden;}
div.wpcf7 .wpcf7-form > div {display: flex; flex-wrap: wrap;}
div.wpcf7 .wpcf7-form p br {display: none;}
div.wpcf7 .wpcf7-form p {margin: 0 !important; padding: 0;}
div.wpcf7 .wpcf7-form h4 {font-weight: 600; margin: 0; padding: 0; font-size: 14px; width: 30%; position: relative; top: 23px;}
div.wpcf7 .wpcf7-form span {font-size: 14px;}
div.wpcf7 .wpcf7-form input {
	width: 100%;
	outline: 0;
	border: 0;
	padding: 10px 0;
	display: block;
	border-radius: 0;
	font-size: 16px;
	margin-top: 10px;
	background-color: transparent;
	border-bottom: 1px solid #55a73830;
}
div.wpcf7 .wpcf7-form input:hover,
div.wpcf7 .wpcf7-form input:focus {
	background-color: #fff;
}
div.wpcf7 .wpcf7-form > div.productselected input {
	pointer-events: none;
	font-weight: 600;
	border-bottom: 0;
}
div.wpcf7 .wpcf7-form select,
div.wpcf7 .wpcf7-form textarea {
	width: 100%;
	outline: 0;
	border: 0;
	padding: 10px 0;
	display: block;
	height: 100px;
	border-radius: 0;
	font-size: 16px;
	margin-top: 10px;
	background-color: transparent;
	border-bottom: 1px solid #55a73830;
}
div.wpcf7 .wpcf7-form select {
	height: auto;
	border-radius: 0;
	font-size: 16px;
	margin-top: 10px;
}
div.wpcf7 .wpcf7-form select:focus,
div.wpcf7 .wpcf7-form select:hover,
div.wpcf7 .wpcf7-form textarea:focus,
div.wpcf7 .wpcf7-form textarea:hover {
	background-color: #fff;
}
div.wpcf7 .wpcf7-form input[type="radio"] {
	margin-top: 20px;
	display: inline-block;
	width: auto;
	font-size: 16px;
}
div.wpcf7 .wpcf7-form input[type="submit"] {
	width: auto;
	outline: 0;
	border: 0;
	background-color: #55a738;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
div.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background-color: #55a738;
	color: #222;
	outline: 0;
}
div.wpcf7-response-output {margin: 0 !important; padding: 14px 0 0 0 !important; font-size: 13px !important; line-height: 1.2 !important; border: 0 !important;}
div.wpcf7 img.ajax-loader {position: absolute; bottom: 0; right: 0;}
.wpcf7-spinner {bottom: 0; right: 0;}
img.ajax-loader {width: auto;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	margin: 0 !important;
    padding: 10px !important;
    font-size: 13px !important;
    display: inline-block;
    float: none;
    padding: 14px 0 0 0 !important;
    color: #f00 !important;
}

.header #megamenu {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  float: right;
  cursor: pointer;
  top: 18px;
  right: 56px;
  display: none;
}
.header #megamenu i {
  font-size: 24px;
}
#nav-toggle { position: absolute; left: 50%; top: 50%; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #55a738;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: #55a738;
}
.menu-dropdown {
  position: fixed;
  width: 100%;
	height: 500px;
  background-color: #fff;
  top: 70px;
  z-index: 999;
  overflow: hidden;
  padding: 20px;
	overflow-y: scroll;
  box-shadow: 0 3px 5px rgba(0,0,0, .1);
}
.menu-dropdown form.woocommerce-product-search {
	position: relative;
	background-color: #f0f0f0;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.menu-dropdown form.woocommerce-product-search input[type="search"] {
	border: 0;
	outline: 0;
	background-color: transparent;
    padding: 11px 15px;
    font-size: 12px;
}
.menu-dropdown form.woocommerce-product-search button[type="submit"] {
	border: 0;
	outline: 0;
	background-color: #55a738;
    padding: 11px 15px;
    font-size: 12px;
    color: #fff;
    float: right;
}
.menu-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-dropdown ul li {
	position: relative;
}
.menu-dropdown ul li a {
	font-size: 14px;
	color: #4D5756;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 5px 0;
}
.menu-dropdown ul li a img {
	width: 16px;
}
.menu-dropdown ul li ul.sub-menu {
	margin-left: 20px;
}

#slickbox {
  display: none;
	width: 100%;
	z-index: 999;
	position: relative;
	clear: both;
	margin-top: 30px;
	background-color: #fff;
	padding: 20px;
}

/* --- custom css --- */
.category-box {
	position: relative;
	border: 1px solid #E4E8E3;
	padding: 5px;
	border-radius: 7px;
	background-color: #fff;
}
.category-box:hover {
	border: 1px solid #55a738;
}
.category-box .elementor-image-box-img {
	background-color: #E4E8E3;
	border-radius: 70px;
	height: 40px !important;
    width: 40px !important;
	overflow: hidden;
}
.category-box .elementor-image-box-img img {
	height: 40px;
    width: 100%;
	border-radius: 70px;
    object-fit: cover;
}
.category-box .elementor-image-box-title {
	position: relative;
	top: 8px;
}

ul.display-posts-listing {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.display-posts-listing li {
	width: 31.33333%;
	border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0 0 15px 0;
    position: relative;
}
ul.display-posts-listing li a.image img {
	border-radius: 8px 8px 0 0;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
ul.display-posts-listing li a.title {
	display: block;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
}
ul.display-posts-listing li span.date {
	display: block;
	font-size: 12px;
	padding: 6px 10px;
	color: #000;
	position: absolute;
	background-color: #fff;
	right: 10px;
	top: 10px;
	border-radius: 5px;
	line-height: 1;
}
ul.display-posts-listing li span.excerpt {
	display: block;
	font-size: 13px;
	padding: 0 20px;
	color: #555;
}

/* --- woocommerce custom --- */

#primary {
	max-width: 1340px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products, .woocommerce-page ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 23%;
	margin: 0;
	text-align: center;
	margin-bottom: 2%;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0, .1);
	padding: 0 0 15px 0;
	background-color: #fff;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	border-radius: 5px 5px 0 0;
	margin: 0;
}
.woocommerce ul.products li.product a h2, .woocommerce-page ul.products li.product a h2 {
	padding: 20px 0 10px 0 !important;
	line-height: 1.2;
	font-weight: 500;
	font-size: 14px !important;
}
.woocommerce ul.products li.product .price {
	font-size: 15px;
    display: block;
    color: #958e09;
}
.woocommerce ul.products li.product .price del {
	color: #999;
	font-size: 11px;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: 400;
}
.woocommerce span.onsale {
	margin: 20px;
    height: auto;
    line-height: 1;
    min-height: 0;
    padding: 5px !important;
    border-radius: 3px;
    font-weight: 400;
    font-size: 13px;
    background-color: #f00;
    display: none;
}
.woocommerce ul.products li.product .onsale {
	margin: 10px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
	font-weight: 600;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	color: #999;
	font-size: 11px;
	font-weight: 400;
	display: block;
}
.woocommerce ul.products li.product .button {
	position: relative;
	margin-top: 5px;
	background-color: #55a738;
	border: 0;
	border-radius: 5px;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
	bottom: 0;
}
.woocommerce ul.products li.product .button:hover {
	opacity: .9;
	color: #fff;
}
.woocommerce .woocommerce-products-header img {
	margin: 20px 0;
	border-radius: 10px;
}
.woocommerce .woocommerce-result-count {
	margin: 5px 0 0 0;
	font-size: 12px;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering select {
	border-radius: 5px;
	border: 0;
	background-color: #f0f0f0;
	font-size: 12px;
	padding: 5px;
	outline: none;
}
.recent-products .woocommerce ul.products li.product, .recent-products .woocommerce-page ul.products li.product {
	width: 15%;
	margin: 0;
	text-align: center;
	margin-bottom: 2%;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0, .1);
	padding: 0 0 15px 0;
}
.woocommerce ul.products li.featured:after, .woocommerce-page ul.products li.featured:after {
	content: "BEST SELLER";
	background-color: #ffcb00e0;
	color: #f00;
	font-weight: 700;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	font-size: 10px;
	line-height: 1;
	padding: 5px;
	border-radius: 4px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	display: none;
}
.woocommerce div.product div.images {
	overflow: hidden;
}
.woocommerce div.product .product_title {font-size: 30px;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	margin: 20px 0;
	font-size: 16px;
	font-weight: 600;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	font-size: 14px;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	-webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #55a738);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #55a738);
    color: var(--wvs-selected-item-text-color, #55a738);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	color: #55a738;
	background-color: #fff;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	font-weight: 400;
}
.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	font-weight: 600;
	font-size: 14px;
}
.woocommerce div.product form.cart .variations label {font-size: 14px; font-weight: 400;}
.woocommerce div.product form.cart .reset_variations {
	float: left;
	font-weight: 400;
	color: #f00;
	font-size: 12px;
}
.woocommerce div.product .value.woo-variation-items-wrapper {
	margin-bottom: 15px;
}
.woocommerce-variation-price .price {
	font-size: 26px !important;
	font-weight: 600;
	color: #958e09 !important;
}
.woocommerce-variation-add-to-cart {
	margin-top: 30px;
}
.woocommerce .quantity .qty {
    text-align: center;
	border: 1px solid #eee;
	width: 50px;
	font-size: 14px;
	border-radius: 5px;
}
.woocommerce div.product form.cart .button {
	border-radius: 70px;
	background-color: #55a738;
	padding: 14px 30px;
	font-weight: 500;
	font-size: 14px;
}
.woocommerce div.product .product_meta {
	font-size: 12px;
	font-weight: 400;
}
.woocommerce div.product .product_meta span.sku_wrapper {
	display: block;
}
.woocommerce div.product .product_meta span.posted_in {
	display: block;
}
.woocommerce div.product .a2a_kit {
	display: none;
	visibility: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
	border-bottom: 2px solid  #55a738;
	color: #55a738;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	font-size: 14px;
}
.woocommerce div.product div.images .flex-viewport {
	float: right;
	width: 80%;
}
.woocommerce div.product div.images .flex-viewport img {
	border-radius: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	float: left;
	width: 12%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.woocommerce div.product form.cart div.quantity {
	position: relative;
	margin-right: 20px;
}
.quantity button.plus, .quantity button.minus {
	background: #e9f0e6 !important;
    border: 0 !important;
    height: 40px !important;
    width: 40px;
    border-radius: 70px;
    font-weight: 600;
    font-size: 17px;
}
.quantity button.plus {
	position: relative;
}

/* Chrome, Safari, Edge, Opera */
.woocommerce-page div.product div.summary .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.product div.summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce-page div.product div.summary .quantity input[type="number"] {
  -moz-appearance: textfield;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 10px;
    margin: 0 0 20px 0;
    border: 0;
    font-size: 14px;
}
.woocommerce-message a {
	font-size: 12px !important;
	font-weight: 500 !important;
	background-color: #7e847c !important;
	color: #fff !important;
}
.woocommerce-message::before {
	display: none;
}
.related.products {
	position: relative;
}
.related.products h2 {
	margin-bottom: 20px;
}
.related.products ul.products li.product .price {
	margin: 0 !important;
}

body.home .woocommerce .products ul,
body.home .woocommerce ul.products {
	margin-bottom: 0;
}

body.home .woocommerce ul.products li.product,
body.home .woocommerce-page ul.products li.product {
	margin-bottom: 0;
}
.offset-product .woocommerce ul.products li.product,
.offset-product .woocommerce-page ul.products li.product {
	margin-bottom: 0;
	width: 15%;
}

body.single-product #related {
	display: none;
	visibility: hidden;
}
body.woocommerce-cart {
	font-size: 15px;
}
body.woocommerce-cart #big-title {
	display: none;
	visibility: hidden;
}
body.woocommerce-cart #main-wrapper .container {
	max-width: 1140px;
	margin: 0 auto;
}
body.woocommerce-cart #main-wrapper .container .woocommerce-cart-form {
	width: 70%;
	float: left;
}
body.woocommerce-cart #main-wrapper .container table thead {
	background-color: #f0f0f0;
}
body.woocommerce-cart #main-wrapper .container table thead tr th {
	padding: 5px 0;
	font-size: 14px;
    font-weight: 600;
}
body.woocommerce-cart #main-wrapper .container table tbody tr td {
	padding: 5px 0;
	vertical-align: top;
}
body.woocommerce-cart #main-wrapper .container table tr td:first-child {
	width: auto;
}
body.woocommerce-cart #main-wrapper .container table tr td.product-thumbnail {
	padding: 10px 0;
}
body.woocommerce-cart #main-wrapper .container table tr td.product-thumbnail img {
	width: 60px;
	border-radius: 5px;
}
body.woocommerce-cart #main-wrapper .container table tr td.product-name dl.variation {
	font-size: 11px;
	line-height: 1;
}
body.woocommerce-cart #main-wrapper .container table tr td.product-name dl.variation p {
	margin: 0;
}
body.woocommerce-cart #main-wrapper .container .woocommerce .cart-collaterals {
	width: 27%;
	float: right;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals, body.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
	background-color: #f0f0f0;
	padding: 20px;
	border-radius: 5px;
	width: 100%;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2, body.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
body.woocommerce-cart .woocommerce table.shop_table {
	font-size: 14px;
}
body.woocommerce-cart .woocommerce table.shop_table th {
	padding: 5px 0;
	font-weight: 500;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background-color: #55a738;
    padding: 12px 20px !important;
    font-size: 15px !important;
    font-weight: 500;
	margin-bottom: 0 !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	opacity: .9;
	background-color: #55a738;
}

body.woocommerce-checkout  {
	font-size: 15px;
}
body.woocommerce-checkout #big-title {
	display: none;
	visibility: hidden;
}
body.woocommerce-checkout #main-wrapper .container {
	max-width: 1140px;
	margin: 0 auto;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 60%;
	float: left;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 100%;
	float: left;
}
.woocommerce .col2-set .col-1 .woocommerce-billing-fields {
	font-size: 12px;
}
.woocommerce .col2-set .col-1 .woocommerce-billing-fields h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.woocommerce .col2-set .col-2 .woocommerce-additional-fields {
	font-size: 12px;
}
.woocommerce .col2-set .col-2 .woocommerce-additional-fields h3 {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	float: left;
}
#order_review {
	float: right;
	width: 37%;
}
#order_review table.shop_table {
	font-size: 14px;
	font-weight: 400 !important;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
#order_review table.shop_table thead tr th {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 2px solid #55a738;
	border-right: 1px solid #ddd;
}
#order_review table.shop_table tbody tr td {
	padding: 5px 10px !important;
	font-size: 14px;
	font-weight: 400 !important;
	width: auto !important;
	border-right: 1px solid #ddd;
}
#order_review table.shop_table tbody tr td dl.variation {
	font-size: 11px;
	line-height: 1;
}
#order_review table.shop_table tbody tr td dl.variation p {
	margin: 0;
}
h3#order_review_heading {
	float: right;
	width: 37%;
	text-align: left;
	margin-bottom: 10px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #f0f0f0;
	font-size: 12px;
}
#order_review .woocommerce-error, #order_review .woocommerce-info, #order_review .woocommerce-message {
	font-size: 10px;
	line-height: 1.2;
	background-color: #ffd8d8;
}
#order_review .woocommerce-info::before {
	display: none !important;
}
#order_review button#place_order {
	padding: 12px 20px;
	font-weight: 500;
	background-color: #55A738;
}
#order_review button#place_order:hover {
	color: #fff;
	opacity: .9;
	background-color: #55A738;
}
.wp-block-woocommerce-checkout {
	padding-top: 0 !important;
	font-size: 14px;
}
.wc-block-components-totals-wrapper {
	padding: 10px 0;
}
.wc-block-components-sidebar .wc-block-components-totals-item {
	padding: 0;
	font-size: 14px;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding: 0;
}
.wc-block-components-radio-control-accordion-content {
	font-size: 12px;
}
.wc-block-components-checkbox__label {
	font-size: 12px;
}
.wc-block-cart__submit-button {
	background-color: #55a738;
	border-radius: 5px;
	color: #fff;
	min-height: 0 !important;
    padding: 8px 0;
    font-size: 15px;
}
.wc-block-cart__submit-button:hover {
	opacity: .9;
	color: #fff;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	background-color: #55a738;
	border-radius: 5px;
	color: #fff;
	border: 0;
	padding: 10px !important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
	opacity: .9;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1280px) {
	.topbar .container,
	.header .container,
	.navbar .nav,
	#featured-news .inner,
	#main-wrapper .container,
	#big-title .container,
	#primary,
	#foot .container {padding-left: 20px; padding-right: 20px;}
}
@media only screen and (max-width:1024px) {
	.topbar .container ul#menu-topbar-menu li {margin-right: 10px;}
	.topbar .container ul#menu-topbar-menu li a i {font-size: 16px;}
	.topbar .container ul#menu-topbar-menu li a span {display: none;}
	.topbar .container ul#menu-social-media li {margin-left: 10px;}
	.header {display: block; z-index: 99; height: 80px; top: 0;}
	.header .container {position: relative; background-color: transparent;}
	.header .container .logo {width: 60px; padding: 0; background: transparent;}
	.header .container .categories {display: none;}
	.header .container .main-search {display: none;}
	.nav {display: none;}
	.header .container .shopping {position: relative; right: 70px; top: 3px;}
	.header .container .shopping .user-acc {margin-left: 25px;}
	.header .container .shopping .user-acc a span {display: none;}
	.header.scrolled {height: 80px;}
	.menu-dropdown {display: block; top: 119px; height: 400px;}
	.header #megamenu {display: block !important; top: -50px; z-index: 99999;}
	.header.scrolled .menu-dropdown {display: block; top: 79px; height: 400px;}
	#big-title .container {
		padding-top: 250px;
	}
	#big-title .container h1 {font-size: 36px; padding: 20px 30px;}

	#primary {padding: 50px 20px;}
	.woocommerce .woocommerce-products-header h1 {font-size: 21px;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {margin-bottom: 20px !important;}
	.offset-product .woocommerce ul.products li.product, .offset-product .woocommerce-page ul.products li.product {width: 48%; margin-bottom: 20px !important;}
	.recent-products .woocommerce ul.products li.product, .recent-products .woocommerce-page ul.products li.product {width: 48%; margin-bottom: 20px !important;}
	.woocommerce div.product div.images {margin-bottom: 15px;}
	.woocommerce div.product div.images .flex-viewport {float: left; width: 100%;}
	.woocommerce div.product div.images .flex-control-thumbs {width: 100%; display: flex;flex-wrap: wrap; justify-content: space-between; margin-top: 1%;}
	.woocommerce div.product div.images .flex-control-thumbs li {width: 24%;}
	.woocommerce div.product .product_title {font-size: 24px;}
	.woocommerce-variation-price .price {font-size: 20px !important;}
}
@media only screen and (max-width:768px) {
	html {padding-top: 0 !important;}

  	.headline {
		border-radius: 15px;
		padding: 30px 30px 60px 30px;
	}
	.headline h4 {
		font-size: 16px;
	}

  	.business .elementor-container {display: block;}
	.business .elementor-container .elementor-column.elementor-col-33 {width: 100%; margin: 20px 0;}
	.business .elementor-container .elementor-column.elementor-col-33 h2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.business .elementor-container .elementor-column.elementor-col-33 p {
		padding-left: 30px;
		padding-right: 30px;
	}
	.business .elementor-container .elementor-column.elementor-col-33 .elementor-button {
		margin-left: 30px;
	}

	.home-slide {
		position: relative;
	}
	.home-slide .swiper-slide-inner {
		height: 200px;
	}
	.home-slide .swiper-slide-inner img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.home-slide .swiper-pagination {bottom: 10px !important;}
	.home-slide .elementor-swiper-button {display: none !important;}

	.home-category {
		display: block !important;
		white-space: nowrap !important;
		height: 70px !important;
		overflow-y: hidden !important;
		overflow-x: scroll !important;
	}
	.category-box {
		padding: 5px;
		display: inline-block;
		margin-right: 7px;
		vertical-align: middle;
	}
	.category-box:hover {
		border: 1px solid #55a738;
	}
	.category-box .elementor-image-box-wrapper {
		display: flex;
	}
	.category-box .elementor-image-box-img {
		background-color: #E4E8E3;
		float: left;
		width: 40px !important;
	}
	.category-box .elementor-image-box-title {
		position: relative;
		top: 4px;
		padding-right: 10px;
		left: 10px !important;
		font-size: 14px !important;
		text-align: left !important;
	}
	body.woocommerce-cart #main-wrapper .container .woocommerce-cart-form {
		width: 100%;
	}
	body.woocommerce-cart #main-wrapper .container .woocommerce .cart-collaterals {
		width: 100%;
		float: left;
	}
	body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals, body.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
		max-width: 100%;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: 500 !important;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set {width: 100%;}
	#order_review {width: 100%; float: left;}
	h3#order_review_heading {width: 100%; float: left; margin-top: 20px;}

	ul.display-posts-listing {display: block;}
	ul.display-posts-listing li {width: 100%; margin-bottom: 20px; padding-bottom: 0;}
	ul.display-posts-listing li a.image img {border-radius: 8px 0 0 8px; width: 120px; height: 140px; object-fit: cover; float: left; margin-right: 20px;}
	ul.display-posts-listing li a.title {font-size: 15px;font-weight: 600;line-height: 1.2; padding: 10px 20px 0 0;}
	ul.display-posts-listing li span.date { left: 10px; right: unset; font-size: 10px; padding: 5px;}
	ul.display-posts-listing li span.excerpt {font-size: 12px; padding: 10px 20px 0 0; line-height: 1.2;}

  	#featured-news .inner {padding: 60px 20px;}
  	#featured-news .inner h3 {font-size: 32px; margin-bottom: 30px;}
  	#featured-news .col a .thumb {width: 100%; margin-right: 0; height: 180px; margin-bottom: 20px;}
  	#featured-news .col a .news-title {width: 100%; height: auto; display: block; margin-right: 0;}
  	#featured-news .col a .news-title h6 {margin-top: 20px;}
  	#featured-news .col h5 {width: 100%; float: left; margin-top: 30px; font-size: 16px; line-height: 1.3;}

  	#big-title .container {padding: 180px 20px 0 20px;}
  	#big-title .container h1 {font-size: 32px; padding: 20px 30px;}
  	#big-title .thumb img {height: 300px;}
  	#big-title.dark .container {padding: 50px 20px;}

  	#main-wrapper .container .row h3 {margin-top: 50px; margin-bottom: 20px; font-size: 32px; display: block;}
  	#main-wrapper .container .row .view-all {top: 0;}
  	#main-wrapper .container .row .view-all a {font-size: 12px; padding: 10px;}
  	#main-wrapper .container .row .product-list {display: block; border-bottom: 0;}
  	#main-wrapper .container .row .product-list .item {width: 100%; padding: 0; border-right: 0; border-bottom: 1px solid #C2CFC4; padding: 25px 0; margin-bottom: 0;}
  	#main-wrapper .container .row .product-list a .thumb {height: 180px;}
  	#main-wrapper .container .row .product-list a h5 {margin-top: 5px;}
  	#main-wrapper .container .row .product-list a h3 {margin-bottom: 30px; letter-spacing: 0; font-size: 20px; height: auto;}

	#main-wrapper .container {padding: 50px 20px;}
	#main-wrapper .container.news-list article {display: block;}
	#main-wrapper .container.news-list article .thumb {width: 100%; margin-right: 0; height: 180px; margin-bottom: 20px;}
	#main-wrapper .container.news-list article .news-title {width: 100%; height: auto; display: block; margin-right: 0;}
	#main-wrapper .container.news-list article .news-title h6 {margin-top: 20px;}
	#main-wrapper .container.news-list article p {width: 100%; left; margin-top: 30px; font-size: 16px; line-height: 1.3;}

	.post-thumb {height: 260px; margin-top: 20px;}
	#main-wrapper .container .metadata {width: 100%;}
	#main-wrapper .container .content.news {width: 100%; float: left; margin-top: 30px;}
	#main-wrapper .container .content.news article.full p {font-size: 18px;}
	#main-wrapper .container .content.news article.full ul li {line-height: 1.3;}

	#main-wrapper .container .elementor-accordion-item {padding: 0 0 20px 0;margin-bottom: 20px;}
	#main-wrapper .container table tr td {padding: 10px 0 !important;}
	#related h3 {font-size: 32px;}
	#related ul li .related-thumb {width: 100%; margin-right: 0; height: 180px; margin-bottom: 20px;}
	#related ul li .news-title {width: 100%; height: auto; display: block; margin-right: 0;}
	#related ul li .news-title h6 {margin-top: 20px;}
	#related ul li p {width: 100%; left; margin-top: 30px; font-size: 16px; line-height: 1.3;}

	.footer {padding: 50px 20px 0 20px !important;}
	.footer .elementor-column {width: 100% !important; margin-bottom: 30px !important;}
	.footer-contact {padding: 50px 20px 0 20px !important;}
	.footer-contact .elementor-column {width: 100% !important; margin-bottom: 30px !important;}
	.footer-contact .elementor-column .elementor-144 {font-size: 26px !important;}
	.elementor-144 .elementor-element.elementor-element-541da6d .elementor-heading-title {font-size: 26px !important;}
	.footer-bottom {padding: 50px 20px 10px 20px !important;}
	.footer-bottom .elementor-column {width: 100% !important; margin-bottom: 20px !important; text-align: center !important;}
	.footer-bottom .elementor-column .elementor-heading-title {text-align: center !important;}
	.footer-divider {padding: 0 20px !important;}

	div.wpcf7 .wpcf7-form h4 {top: 16px; width: 100%;}

}
@media only screen and (max-width:640px) {
}
@media only screen and (max-width:480px) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00a1e9;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:100%;
	padding:5px 3px;
	font-size: 11px;
	font-style: italic;
	text-align:center;
}
.wp-caption.alignnone {
	margin:0 0 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
p.wp-caption-text {
	font-size: 11px !important;
	font-style: italic;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #55a738;
}
