/**************************************************************************
								GENERAL
**************************************************************************/
a, h1, h2, h3, h4, h5, h6, p, span, body {
	font-family: 'Trueno';
	font-weight: 300;
	color: #666;
}
a:hover, a:hover span {
	color: #74b084;
}
b, strong {
	font-weight: 700;
}
pre {
	text-align: left;
}
img {
	image-orientation: from-image;
}
#envirabox-img {
	object-fit: contain;
}
a#scroll-up {
	background-color: #74b084;
}
.disable-scroll, .disable-scroll body {
	overflow: hidden;
}
.align-right {
	text-align: right;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"],input[type="tel"],
select, textarea {
	padding: 5px 0 2px;
	margin: 0 0 30px;
}
input[type="reset"], input[type="button"], input[type="submit"], .button,
.woocommerce-account .addresses .title .edit {
	padding: 5px 15px 6px;
	background: #74b084;
	border-radius: unset;
	border: 1px solid #74b084;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:hover,
.woocommerce-account .addresses .title .edit:hover {
	background: #fff;
	color: #74b084;
	box-shadow: none;
}
input[type="reset"].secondary, input[type="button"].secondary,
input[type="submit"].secondary, .button.secondary,
.woocommerce-account .addresses .title .edit {
	background: #fff;
	color: #74b084;
}
input[type="reset"].secondary:hover, input[type="button"].secondary:hover,
input[type="submit"].secondary:hover, .button.secondary:hover,
.woocommerce-account .addresses .title .edit:hover {
	background: #74b084;
	color: #fff;
}
/*** Help box ***/
.help-block {
	display: inline-block;
	position: relative;
	cursor: help;
}
textarea ~ .help-block, .images_preview_container ~ .help-block {
	vertical-align: top;
}
.help-block i {
	font-size: 20px;
}
.help-block:hover i {
	color: #74b084;
}
.help-block .help-text {
	position: absolute;
	bottom: 35px;
	padding: 10px;
	width: 240px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 1px 1px #ccc;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	display: none;
}
.help-block .help-text:before {
	content:"";
	position: absolute;
	height: 0px;
	width: 0px;
	left: 50%;
	bottom: -29px;
	transform: translate(-50%, 0);
	border-width: 15px;
	border-color: #ccc transparent transparent transparent;
	border-style: solid;
}
.help-block .help-text.show {
	display: block;
}
/*** Images upload ***/
.images_preview_container {
	padding: 10px 5px 5px 10px;
	text-align: left;
	border: 2px solid #ddd;
	margin-bottom: 30px;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}
.images_preview_container:hover {
	border-color: #74b084;
}
.images_preview_container div {
	display: inline-block;
	max-width: 150px;
	height: 100px;
	width: 24%;
	width: calc(25% - 5px);
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.images_preview_container div img {
	max-height: 100%;
	width: 100%;
	object-fit: cover;
	image-orientation: from-image;
}
.images_preview_container .default_preview {
	width: 100%;
	max-width: unset;
	height: unset;
	border: none;
	padding: 0;
	margin: 0 0 5px;
}
.images_preview_container .default_preview  i {
	display: block;
	font-size: 30px;
	color: #ddd;
	margin-top: 10px;
	text-align: center;
}
.images_preview_container:hover .default_preview {
	border-color: #74b084;
}
.images_preview_container:hover .default_preview i {
	color: #74b084;
}
/*** Current time ***/
.current_time_container {
	margin-bottom: 15px;
}
.current_time_container .current_time_block {
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #74b084;
	text-align: center;
}
.current_time_container .current_time_time {
	font-weight: normal;
	font-size: 34px;
	line-height: 34px;
}
/*** Social contacts ***/
.social_contacts {
	margin-bottom: 15px;
}
.social_contacts a {
	display: inline-block;
	margin-right: 10px;
}
.social_contacts i {
	font-size: 34px;
}
.social_contacts .whatsapp {
	color: #25d366;
}
.social_contacts .viber {
	color: #8f5db7;
}
.social_contacts .messenger {
	color: #0078ff;
}
.social_contacts a:hover {
	color: #74b084;
}
/*** PopUp messages ***/
.popupmsg-show {
	/*overflow: hidden;
	padding-right: 18px;*/
}
.popupmsg-show .popupmsg-messages {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50, 50, 50, 0.2);
	z-index: 999;
}
.popupmsg-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.popupmsg-block {
	display: inline-block;
	width: 316px;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	background: #fff;
	padding: 10px;
	border: 2px solid #74b084;
}
.popupmsg-icon {
	position: absolute;
	top: -21px;
	left: -8px;
	color: #74b084;
	font-size: 44px;
}
.popupmsg-icon i {
	width: 0;
	overflow: hidden;
	-webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.popupmsg-icon.show i {
	width: 100%;
}
.popupmsg-text {
	text-align: center;
}
.popupmsg-text .product-name {
	color: #74b084;
}
.popupmsg-buttons {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.popupmsg-messages .popupmsg-buttons .button {
	padding: 9px;
	display: inline-block;
	vertical-align: top;
	max-width: 49%;
	text-align: center;
	display: flex;
	align-items: center;
}
.popupmsg-messages .popupmsg-buttons .button.button-left {
	float: left;
}
.popupmsg-messages .popupmsg-buttons .button.button-right {
	float: right;
}
.popupmsg-messages .popupmsg-buttons.single {
	text-align: center;
	justify-content: center;
}
.popupmsg-messages .popupmsg-buttons.single .button {
	float: none;
}
.big-checkbox input[type="checkbox"] {
	width: 30px !important;
	height: 30px !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	vertical-align: middle !important;
	position: relative !important;
}
.big-checkbox input[type="checkbox"]:checked:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 54px;
	position: absolute;
	top: 1px;
	color: #74b084;
	left: -11px;
}
.big-checkbox input[type="checkbox"]:focus {
	outline: 0 none !important;
  box-shadow: none !important;
}

/*** Side buttons ***/
.side-buttons {
	position: fixed;
	right: 10px;
	top: 30%;
	z-index: 99;
}
.side-buttons > div {
	padding: 15px;
	width: 60px;
	height: 60px;
	background: #74b084;
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.side-buttons i {
	color: #fff;
	font-size: 30px;
}
.side-buttons .side-btn-text {
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	line-height: 60px;
	background: #74b084;
	padding: 0 30px 0 10px;
	z-index: -1;
	color: #fff;
	border-radius: 30px;
	width: 60px;
	overflow: hidden;
	transition: all .5s ease-out .5s;
}
.pum-open .side-buttons .side-btn-text,
.side-buttons > div:hover .side-btn-text {
	width: 220px;
	padding-right: 60px;
	transition: all .5s ease-in 0s;
}
#page {
	padding-right: 0;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body {
	padding-right: 15px;
}

/*** Product icons ***/
.prodicon {
	padding: 1px;
	border: 1px solid #74b084;
	background: #fff;
	position: absolute;
	top: 5px;
	right: 0;
	transform: rotate(20deg) scale(0.9);
	transition: all 0.5s ease;
	cursor: crosshair;
}
.prodicon:hover {
	transform: scale(1.7);
}
.prodicon .txt {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	display: inline-block;
	text-align: center;
	color: #74b084;
}
.prodicon.icon-ours {
	width: 50px;
}

/**************************************************************************
								HEADER
**************************************************************************/
#site-title a:hover {
	color: #74b084;
}
#header-text-nav-wrap {
	display: flex;
}
#header-left-section {
	float: none;
	margin: auto;
	margin-left: 0;
}
/*** Logo ***/
#header-logo-image {
	margin-top: 5px;
}
/*** Menus ***/
.nav-container {
	position: relative;
	display: inline-block;
}
.submenu-holder {
	position: absolute;
	z-index: 99;
	right: 0;
	display: none;
}
.submenu-holder.opened,
.submenu-holder.show {
	display: block;
}
.submenu-holder > .block {
	background: #fff;
	padding: 10px 10px;
	box-shadow: 0px 0px 5px 2px rgba(198,198,198,0.4);
	margin-top: 15px;
	position: relative;
}
header .main-navigation {
	float: right;
	padding-top: 15px;
}
header .additional-navigation {
	display: inline-block;
	float: right;
	padding-top: 15px;
	margin-left: 50px;
}
header .additional-navigation > div {
	margin: 0 10px;
}
header .additional-navigation > div:last-child {
	margin-right: 0;
}
.main-navigation .menu-item-has-children {
	padding-bottom: 20px;
	margin-bottom: -20px;
}
.main-navigation ul li > a {
	position: relative;
}
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-ancestor > .sub-toggle,
.main-navigation ul li.current-menu-item > .sub-toggle {
	color: #444;
}
.main-navigation ul li:hover > a,
.main-navigation ul li:hover > .sub-toggle {
	color: #74b084;
}
.main-navigation ul li > a:before,
.container-minicart .button-minicart.activated:before,
.container-myaccount-link .myaccount-text:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}
.main-navigation ul li:hover > a:before {
	border-bottom: 2px solid #ccc;
}
.main-navigation ul li.current-menu-item > a:before,
.container-minicart .button-minicart.activated:before,
.container-myaccount-link .myaccount-text:hover:before {
	border-bottom: 2px solid #74b084;
}
.main-navigation ul li ul {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 5px 2px rgba(198,198,198,0.4);
	border-top: none;
	top: 40px;
}
.main-navigation ul li.wide-320 ul {
	width: 320px;
}
.main-navigation ul li ul li {
	border-bottom: none;
	margin-bottom: 5px;
}
.main-navigation ul li ul.sub-menu li a {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}
.main-navigation ul li ul.sub-menu li a:hover {
	color: #74b084;
}
.main-navigation ul li.off > a {
	cursor: default;
}
.main-navigation ul li.with-desc:hover > a {
	cursor: help;
}
.main-navigation ul li .desc {
	display: block;
	background: #fff;
	padding: 3px;
	/*font-size: 12px;*/
	text-align: center;
	color: #666;
	box-shadow: 0px 0px 5px 2px rgba(198,198,198,0.4);
	display: none;
	position: absolute;
	z-index: 3;
	width: 80%;
	left: 50%;
}
.main-navigation ul li.off:hover .desc {
	display: block;
}
.main-navigation ul.menu li.menu-item.text a {
	padding: 0;
	text-align: center;
	color: #74b084;
	cursor: auto;
}
.main-navigation ul li.text a:before {
	content: none;
}
.main-navigation ul li ul li.button {
	text-align: center;
	width: 100%;
}
.main-navigation ul li ul li.button a {
	padding: 6px 20px;
	background: #74b084;
	color: #fff;
	border: 2px solid #74b084;
	text-transform: uppercase;
	font-size: 16px;
}
.main-navigation ul li ul li.button a:hover {
	background: #fff;
	color: #74b084;
}
.main-navigation ul li ul li.button a:before,
.main-navigation ul li ul li.current-menu-item.button a:before {
	content: none;
}
.site-header .menu-toggle {
	background: #7A6A66;
}
.site-header .main-small-navigation .menu-toggle {
	background: #3A3A3A;
}
/*** Widgets ***/
#header-right-sidebar {
	display: flex;
	justify-content: end;
	align-items: center;
}
#header-right-section .widget:first-child {
	flex-grow: 1;
	text-align: left;
}
#header-right-section .widget {
	margin: 0 0 0 25px;
}
#header-right-section .widget .textwidget {
	padding: 0;
}
#header-right-sidebar .widget_media_gallery {
	min-width: 220px;
}
#header-right-sidebar .widget_media_gallery .gallery {
	margin-right: 0;
	margin-bottom: 0;
}
#header-right-sidebar .widget_media_gallery .gallery-item {
	vertical-align: middle;
	padding: 5px 1%;
	width: auto;
	margin-left: 5px;
}
#header-right-sidebar .widget_media_gallery .gallery-item img {
	max-height: 14px;
	object-fit: contain;
	vertical-align: middle;
	width: auto;
}
/*** Mini Cart ***/
.container-minicart .button-minicart {
	line-height: 1.875;
	padding: 0 5px;
}
.container-minicart .button-minicart:hover {
	cursor: pointer;
}
.container-minicart .button-minicart:hover span {
	color: #74b084;
}
.container-minicart .button-minicart.activated {
	color: #74b084;
}
.container-minicart .holder-minicart {
	width: 350px;
}
.container-minicart .block-minicart {
	padding-top: 46px;
}
.container-minicart .minicart-title {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 18px;
	background: #74b084;
	line-height: 36px;
}
.container-minicart .minicart-title span {
	color: #fff;
}
.container-minicart .block-minicart .woocommerce-mini-cart {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	max-height: 300px;
	overflow: auto;
	padding-right: 10px;
}
.container-minicart .block-minicart .woocommerce-mini-cart li {
	padding: 4px 5px;
	display: flex;
	align-items: center;
}
.container-minicart .block-minicart .woocommerce-mini-cart li .remove {
	float: right;
	order: 2;
	color: #444 !important;
	font-size: 18px;
	width: auto;
	height: auto;
	line-height: 9px;
	padding: 2px 3px 4px;
	border: 1px solid #444;
	margin-left: 8px;
	margin-top: -2px;
	border-radius: 9px;
}
.container-minicart .block-minicart .woocommerce-mini-cart li .remove:hover,
.container-minicart .block-minicart .woocommerce-mini-cart li .remove:focus {
	color: #fff !important;
	background-color: #444;
}
.container-minicart .block-minicart .minicart-product {
	display: flex;
	align-items: center;
	order: 1;
	flex-grow: 1;
}
.container-minicart .block-minicart .minicart-product > div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.container-minicart .block-minicart .woocommerce-mini-cart .product-image {
	min-width: 60px;
}
.container-minicart .block-minicart .woocommerce-mini-cart .product-image img {
	width: 60px;
	margin: 0;
}
.container-minicart .block-minicart .woocommerce-mini-cart .product-name {
	font-weight: 300;
	font-size: 12px;
	max-width: 200px;
	flex-grow: 1;
}
.container-minicart .block-minicart .woocommerce-mini-cart .product-price {
	font-size: 14px;
	min-width: 55px;
	text-align: right;
}
.container-minicart .block-minicart .woocommerce-mini-cart__total {
	text-align: right;
	margin-right: 35px;
	margin-top: 10px;
}
.container-minicart .block-minicart .woocommerce-mini-cart__total .subtotal-label {
	font-size: 14px;
}
.container-minicart .block-minicart .woocommerce-mini-cart__total .amount {
	width: 23%;
	display: inline-block;
}
.container-minicart .block-minicart .woocommerce-mini-cart__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.container-minicart .block-minicart .woocommerce-mini-cart__buttons a.button {
	background: none;
	border: 1px solid #74b084;
	color: #74b084;
	text-transform: none;
	padding: 5px 20px 7px;
	text-align: center;
}
.container-minicart .block-minicart .woocommerce-mini-cart__buttons a.button:only-child {
	width: 100%;
}
.container-minicart .block-minicart .woocommerce-mini-cart__buttons a.button:hover,
.container-minicart .block-minicart .woocommerce-mini-cart__buttons a.button:focus {
	background: #74b084;
	color: #fff;
}
.container-minicart .block-minicart .woocommerce-mini-cart__buttons a.button.checkout {
	background: #74b084;
	color: #fff;
}
.container-minicart .block-minicart .woocommerce-mini-cart__buttons a.button.checkout:hover,
.container-minicart .block-minicart .woocommerce-mini-cart__buttons a.button.checkout:focus {
	background: #ebebeb;
	color: #74b084;
}
#header-right-section .block-minicart .widget_after_cart_content .widget {
	margin-bottom: 0;
	text-align: center;
}
#header-right-section .block-minicart .widget_after_cart_content .gallery {
	display: flex;
	margin: 0 0 10px;
}
#header-right-section .block-minicart .widget_after_cart_content .gallery .gallery-item {
	padding: 0 3%;
	vertical-align: middle;
	width: auto;
}
/*** Language switcher ***/
#header-left-section .trp-language-switcher {
	margin-top: 10px;
}
header .trp-language-switcher > div {
	border: none;
	width: 75px !important;
	background: #fff;
	padding: 3px 5px;
}
header .trp-language-switcher .trp-ls-shortcode-language {
	box-shadow: 0px 0px 5px 2px rgba(198,198,198,0.4);
}
header .trp-language-switcher > div > a {
	color: #666;
}
header .trp-language-switcher > div > a:hover {
	color: #74b084;
	background: none;
}
header .trp-language-switcher > div > a > img {
	vertical-align: baseline;
}
/*** My account Link ***/
.container-myaccount-link {
	display: inline-block;
}
.container-myaccount-link a:hover {
	color: #74b084;
}
.container-myaccount-link .myaccount-icon {
	margin-right: 5px;
	color: #666;
}
.container-myaccount-link .myaccount-icon.logged {
	color: #74b084;
}
.container-myaccount-link .myaccount-text {
	cursor: pointer;
	line-height: 1.875;
}
.container-myaccount-link .holder-myaccount {
	white-space: nowrap;
}
.container-myaccount-link ul li a {
	display: block;
	padding: 5px 10px;
}
/*** Homepage ***/
.home-top-text {
	text-align: center;
	font-size: 28px;
	line-height: normal;
	margin: 20px 10px;
}
/*** Phone ***/
header .widget .phone a {
	font-size: 20px;
	vertical-align: middle;
	line-height: 20px;
	white-space: nowrap;
}
header .widget .phone a:hover {
	color: #000;
}
header .widget .phone i {
	vertical-align: middle;
}

/**************************************************************************
								PAGES
**************************************************************************/
#main {
	padding-top: 20px;
}
#main.content-empty {
	padding: 0;
	margin: 0;
}
#main .inner-wrap {
	max-width: unset;
}
#content .page {
	padding: 0;
	margin: 0 50px;
}
.no-sidebar-full-width .alignwide, .no-sidebar .alignwide {
	margin: auto;
}
body:not(.home) .header-image {
	max-height: 250px;
	object-fit: cover;
	object-position: center;
}
.header-post-title-container {
	border-bottom: 40px solid #74b084;
	box-shadow: none;
}
.header-post-title-container .post-title-wrapper {
	float: none;
	text-align: center;
	padding: 0;
}
.header-post-title-container .post-title-wrapper h1 {
	text-transform: uppercase;
	font-size: 26px;
}
.exclusive-links #content a {
	color: #74b084;
}
.exclusive-links #content a:hover {
	text-decoration: underline;
}

/*** Woocommerce pages ***/
ul.woocommerce-error, ul.woocommerce-info, ul.woocommerce-message {
	padding: 10px 0 10px 35px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	left: 10px;
	top: 10px;
}
.woocommerce form .form-row {
	margin-bottom: 20px;
}
.woocommerce form .form-row input.input-text,
.woocommerce .fake-form .form-row input.input-text,
.page-rasti-kapaviete .field-field input:not(.button),
.page-rasti-kapaviete .field-field textarea,
.page-rasti-kapaviete .field-field select {
	border: none;
	background: none;
	border-bottom: 2px solid #ddd;
	transition: border 0.5s ease;
	padding: 5px 0 2px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce .fake-form .form-row input.input-text:focus {
	border-bottom: 2px solid #74b084;
}
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
	background-color: unset;
	border: 2px solid #74b084;
	border-radius: unset;
	color: #74b084;
	font-weight: 300;
	font-family: 'Trueno';
	padding: 10px 20px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, .woocommerce a.button:focus,
.woocommerce button.button:focus, .woocommerce input.button:focus {
	background-color: #74b084;
	color: #fff;
}
.woocommerce a.button, .woocommerce button.button.alt {
	background-color: #ebebeb;
	color: #666;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: unset;
	padding: 10px 30px;
	font-family: 'Trueno';
}
.woocommerce a.button:focus, .woocommerce button.button.alt:focus {
	background-color: #ebebeb;
	color: #74b084;
}
.woocommerce a.button:hover, .woocommerce button.button.alt:hover {
	background: #74b084;
	color: #fff;
}
/* Custom checkbox */
.woocommerce form .form-row label.checkbox {
	position: relative;
	padding-right: 22px;
}
.woocommerce form .form-row.create-account label.checkbox {
	cursor: pointer;
	display: block;
}
.woocommerce form .form-row.create-account label.checkbox:hover span {
	color: #74b084;
}
.woocommerce form .form-row .input-checkbox {
	position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.woocommerce form .form-row .checkmark {
	position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
	border: 1px solid #666;
}
.woocommerce form .form-row .input-checkbox:checked ~ .checkmark {
	background-color: #74b084;
	border: 1px solid #74b084;
}
.woocommerce form .form-row .checkmark:after {
	content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce form .form-row .input-checkbox:checked ~ .checkmark:after {
	display: block;
}
.woocommerce form .form-row.woocommerce-invalid .checkmark {
	box-shadow: 0 0 3px 1px #a00;
	border: 1px solid #a00;
}
/* Custom radio */
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
}
#add_payment_method #payment ul.payment_methods li .input-radio,
.woocommerce-cart #payment ul.payment_methods li .input-radio,
.woocommerce-checkout #payment ul.payment_methods li .input-radio {
	position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
	padding-left: 30px;
}
#add_payment_method #payment ul.payment_methods li .checkmark,
.woocommerce-cart #payment ul.payment_methods li .checkmark,
.woocommerce-checkout #payment ul.payment_methods li .checkmark {
	position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
	border: 1px solid #666;
}
#add_payment_method #payment ul.payment_methods li .input-radio:checked ~ label .checkmark,
.woocommerce-cart #payment ul.payment_methods li .input-radio:checked ~ label .checkmark,
.woocommerce-checkout #payment ul.payment_methods li .input-radio:checked ~ label .checkmark {
	background-color: #74b084;
	border: 1px solid #74b084;
}
#add_payment_method #payment ul.payment_methods li .checkmark:after,
.woocommerce-cart #payment ul.payment_methods li .checkmark:after,
.woocommerce-checkout #payment ul.payment_methods li .checkmark:after {
	content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#add_payment_method #payment ul.payment_methods li .input-radio:checked ~ label .checkmark:after,
.woocommerce-cart #payment ul.payment_methods li .input-radio:checked ~ label .checkmark:after,
.woocommerce-checkout #payment ul.payment_methods li .input-radio:checked ~ label .checkmark:after {
	display: block;
}
/* Cemetery summary */
.cemetery-summary {
	margin-bottom: 30px;
	text-align: left;
}
.cemetery-summary .block-title {
	font-weight: bold;
}
.cemetery-summary table.cemetery-table tr.cemsummary-row td {
	text-align: left;
}
.cemetery-summary .cemsummary-row .additional {
	margin-left: 5px;
	font-style: italic;
	color: #bbb;
}
.cemetery-summary .cemetery-container .cemsummary-row .title {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.cemetery-summary .cemetery-container .cemsummary-row .value {
	display: inline-block;
	width: 79%;
	vertical-align: top;
}
/* Checkout */
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
	display: none;
}
.checkout_step_title {
	line-height: 36px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.checkout_step_title.opened {
	border-bottom: 2px solid transparent;
}
.checkout_step_title:not(.disabled):not(.opened):hover {
	cursor: pointer;
	border-bottom: 2px solid #74b084;
}
.checkout_step_title span {
	color: #bbb;
	font-size: 18px;
}
.checkout_step_title.opened span {
	color: #000;
}
.checkout_step_button {
	text-align: right;
	margin-bottom: 15px;
}
.woocommerce-checkout a.button {
	background: none;
	color: #74b084;
	text-transform: none;
	font-size: 16px;
}
.woocommerce-checkout a.button.primary {
	background: #74b084;
	color: #fff;
}
.woocommerce-checkout a.button.primary:hover {
	background: none;
	color: #74b084;
}
.step_btn_container {
	margin-bottom: 15px;
}
.step_btn_container .button-errormsg {
	display: inline-block;
	margin-right: 10px;
}
.step_btn_container .button-errormsg span {
	color: #f00;
}
.step_btn_container .button-errormsg a {
	color: #f00;
	text-decoration: underline;
}
.step_btn_container .button-errormsg a:hover {
	color: #74b084;
}
.step_btn_container .checkout_step_button {
	display: inline-block;
	margin: 0;
}
.fake-form {
	text-align: left;
}
.woocommerce-checkout .create-account {
	display: none;
}
.woocommerce-checkout .create-account p,
.fake-form p, .checkout-login-container .checkout-login-register > p {
	width: 47%;
  display: inline-block;
  padding: 3px;
}
.error-block {
	padding: 10px;
	border: 2px solid #f00;
	margin-bottom: 10px;
	background: rgba(255,0,0,0.07);
}
.error-block .error-text {
	color: #f00;
}
.woocommerce-checkout .create-account p:nth-child(even),
.fake-form p:nth-child(even),
.checkout-login-container .checkout-login-register > p:nth-of-type(even) {
	float: right;
}
.checkout-login-container .checkout-login-toggle {
	text-align: center;
	margin-bottom: 30px;
}
.checkout-login-container .checkout-login-toggle > .button {
	margin-right: 5px;
}
.checkout-login-container .checkout-login-toggle > .button:last-of-type {
	margin-right: 0;
}
.checkout-login-container .checkout-login-toggle > .button.activated {
	background: #74b084;
	color: #fff;
}
.checkout-login-container .checkout-login-register {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	overflow: auto;
}
.checkout-login-container .login-explain-text {
	margin-bottom: 20px;
}
.checkout-login-container .checkout-login-register .screen-reader-text {
	width: auto;
	height: auto;
	position: unset !important;
	overflow: auto;
	display: block;
	clip: unset;
	clip-path: none;
	line-height: 2;
}
.checkout-login-container .checkout-login-register abbr.required {
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
	margin-left: 4px;
}
.checkout-login-container .checkout-login-register input {
	margin: 0;
	background: none;
	transition: border 0.5s ease;
	padding: 5px 0 2px;
	border: none;
	border-bottom: 2px solid #ddd;
	width: 100%;
}
.checkout-login-container .checkout-login-register input:focus {
	border-bottom: 2px solid #74b084;
}
.checkout-login-container .checkout-login-register .woocommerce-invalid input {
	border-color: #a00;
}
.checkout-login-container .checkout-login-register .woocommerce-validated input {
	border-color: #74b084;
}
.pass-str-meter-block .pass-str-meter {
	text-align: center;
	font-size: 14px;
}
.pass-str-meter-block .pass-str-meter.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}
.pass-str-meter-block .pass-str-meter.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}
.pass-str-meter-block .pass-str-meter.good {
	background-color: #ffe399;
	border-color: #ffc733;
}
.pass-str-meter-block .pass-str-meter.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}
.pass-str-meter-block .pass-str-hint {
	font-size: 12px;
	line-height: 14px;
	display: block;
	margin-top: 3px;
}
.woocommerce-checkout table.shop_table {
	border: none;
	padding: 9px 0;
	margin-bottom: 10px;
}
.woocommerce-checkout table.shop_table th {
	border: none;
	padding: 9px 0;
	font-weight: 300;
	color: #999;
}
.woocommerce-checkout table.shop_table td {
	border: none;
	padding: 9px 0;
}
.woocommerce-checkout table.shop_table tfoot th {
	text-align: right;
	padding-right: 2%;
}
.woocommerce-checkout table td.product-thumbnail {
	padding: 2px 0;
}
.woocommerce-checkout table td.product-thumbnail img {
	width: 70px;
	margin: 0;
	height: 70px !important;
	object-fit: contain;
}
.woocommerce-checkout table td,
.woocommerce-checkout table td a,
.woocommerce-checkout table td span {
	color: #000;
}
.woocommerce-checkout table th:not(.product-name),
.woocommerce-checkout table td:not(.product-name):not(.product-thumbnail) {
	text-align: center;
}
.woocommerce-checkout table.cart .product-remove {
	text-align: right;
}
.woocommerce-checkout table.cart .product-remove a {
	display: inline-block;
	color: #000 !important;
	font-weight: normal;
	border: 1px solid #000;
	line-height: 19px;
	background: none;
}
.woocommerce-checkout table.cart .product-remove a:hover {
	color: #fff !important;
	border: 1px solid #74b084;
	background: #74b084;
}
.woocommerce-checkout .col2-set .columns .col-1,
.woocommerce-checkout .col2-set .columns .col-2 {
	width: 100%;
	float: unset;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-link {
	font-weight: normal;
	color: #74b084;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-link:hover {
	text-decoration: underline;
}
.woocommerce-checkout .step-order_review {
	text-align: right;
}
.woocommerce-checkout .step-order_review .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .step-order_review .checkout_step_button {
	display: inline-block;
}
.woocommerce-checkout .step-order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	text-align: left;
}
.woocommerce-checkout .step-order_review .woocommerce-terms-and-conditions-wrapper .form-row {
	margin-right: 30px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
	border: 2px solid #74b084;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #74b084;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	top: -15px;
}
#add_payment_method #payment .payment_info,
.woocommerce-cart #payment .payment_info,
.woocommerce-checkout #payment .payment_info {
	padding: 0 1em;
}
#add_payment_method #payment .payment_info span,
.woocommerce-cart #payment .payment_info span,
.woocommerce-checkout #payment .payment_info span {
	font-size: 15px;
	color: #999;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border: none;
	padding-right: 0;
}
#add_payment_method #payment div.place-order,
.woocommerce-cart #payment div.place-order,
.woocommerce-checkout #payment div.place-order {
	padding: 1em 0;
}
.woocommerce-checkout #payment div.place-order .before-submit {
	margin-bottom: 20px;
	padding: 0 1em;
	font-weight: normal;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: #74b084;
	color: #fff;
	text-transform: none;
	font-size: 16px;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus {
	background: #fff;
	color: #74b084;
}
.cemetery_fields {
	display: none !important;
}
.cemetery_summary {
	padding: 5px 10px;
	border: 2px solid #74b084;
	margin-bottom: 20px;
}
.cemetery_summary.field-invalid {
	border-color: #f00;
}
.cemetery_summary .cemsummary-error span {
	color: #f00;
}
.cemetery_summary .cemsummary-title {
	margin-bottom: 10px;
	font-weight: normal;
	color: #74b084;
}
.cemetery_summary .cemsummary-row {
	display: flex;
}
.cemetery_summary .cemsummary-row .title {
	font-weight: normal;
	min-width: 210px;
	display: inline-block;
	margin-right: 10px;
}
.cemetery_summary .cemsummary-row .value {
	display: inline-block;
	width: calc(100% - 210px);
}
.cemetery_summary .cemsummary-row .value .additional {
	margin-left: 5px;
	color: #bbb;
	font-style: italic;
}
.cemetery_summary .cemsummary-actions {
	margin: 10px 0;
}
/* Paysera */
.woocommerce-checkout #paysera_country {
	margin-bottom: 0;
}
.woocommerce-checkout div.paysera-payments.grid div.payment {
	border: none;
	position: relative;
	padding: 0;
}
.woocommerce-checkout div.paysera-payments.grid div.payment.activePayseraPayment {
	border: none;
	z-index: 3;
}
.woocommerce-checkout #payment .payment_methods .payment_method_paysera .payment label {
	padding: 0;
}
.woocommerce-checkout #payment .payment_methods .payment_method_paysera .payment label input {
	display: none;
}
.woocommerce-checkout div.paysera-payments.grid span.paysera-text {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 0;
	transition: bottom 1s linear;
	opacity: 0;
}
.woocommerce-checkout div.paysera-payments.grid .activePayseraPayment span.paysera-text {
	z-index: 1;
	background: #fff;
	bottom: 100%;
	padding: 0 5px;
	border: 2px solid #74b084;
	border-bottom: none;
	opacity: 1;
}
.woocommerce-checkout div.paysera-payments.grid div.paysera-image {
	z-index: 2;
	position: relative;
	background: #fff;
	padding: 12px 10px 6px 10px;
	border: 2px solid transparent;
}
.woocommerce-checkout div.paysera-payments.grid .activePayseraPayment div.paysera-image {
	border: 2px solid #74b084;
}
/* ThankYou page */
.woocommerce ul.woocommerce-thankyou-order-details li > span {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}
.woocommerce ul.woocommerce-thankyou-order-details li strong span {
	font-weight: bold;
}
.woocommerce .wc-thankyou-payment-container {
	margin-bottom: 30px;
	padding: 30px 0;
	border-top: 2px solid #74b084;
	border-bottom: 2px solid #74b084;
}
.woocommerce .wc-thankyou-payment-container .payment-notification {
	margin-bottom: 30px;
	font-weight: bold;
}
.woocommerce .wc-bacs-bank-details-account-name {
	font-size: 18px;
	padding-bottom: 10px;
}
.woocommerce .woocommerce-bacs-bank-details ul.order_details {
	margin-bottom: 15px;
}
.woocommerce ul.wc-bacs-bank-details li {
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.woocommerce .wc-thankyou-buttons {
	text-align: center;
	margin-bottom: 30px;
}
.woocommerce .wc-thankyou-buttons .wcty-button {
	display: inline-block;
}

/*** Page 'My account' ***/
/* Title */
.myaccount-section-title {
	margin-bottom: 15px;
}
.myaccount-section-title span {
	font-size: 18px;
	color: #888;
}
/* Navigation */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li {
	text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 5px 0;
	display: block;
	color: #000;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
	color: #74b084;
}
/* Content */
.myaccount-button {
	text-align: right;
}
.woocommerce-MyAccount-content .myaccount-orders-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary {
	font-size: 14px;
	padding: 20px 0 10px;
	border-bottom: 1px solid #bbb;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary > a {
	display: block;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary span {
	margin-right: 5px;
	float: left;
	color: #333;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary > span:last-child,
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary > a > span:last-child {
	margin-right: 0;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary a:hover,
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary a:hover span,
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary a:focus span {
	color: #74b084;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary .order-count {
	color: #bbb;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary .order-id {
	font-weight: bold;
}
.woocommerce-MyAccount-content .myaccount-orders-list .order-summary .order-items {
	float: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.woocommerce-MyAccount-content .order-info span {
	font-weight: bold;
}
.woocommerce-MyAccount-content .order-info .os-processing {
	color: #7a7ac3;
}
.woocommerce-MyAccount-content .order-info .os-pending {
	color: #d56969;
}
.woocommerce-MyAccount-content .order-info .os-on-hold {
	color: #c79a47;
}
.woocommerce-MyAccount-content .order-info .os-failed {
	color: #f77;
}
.woocommerce-MyAccount-content .order-info .os-completed {
	color: #74b084;
}
.woocommerce-MyAccount-content .order-info .os-canceled {
	color: #d56969;
}
.woocommerce-MyAccount-content .order-info .os-refunded {
	color: #4fc7c7;
}
.woocommerce-account .addresses .title {
	margin-bottom: 10px;
}
.woocommerce-account .addresses .title h3 {
	font-size: 20px;
	width: 100%;
	padding: 0;
}
.woocommerce-account .addresses .title .edit {
	float: unset;
}
.woocommerce-account .completed_photos {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #74b084;
}
.woocommerce-account .completed_photos .cp-photos > div {
	margin-bottom: 10px;
}
.woocommerce-account .completed_photos .cp-photos > div:last-child {
	margin-bottom: 0;
}
.woocommerce-account .completed_photos .cp-photos-title {
	margin-bottom: 10px;
}
.woocommerce-account .completed_photos .cp-photo-block {
	display: inline-block;
	max-width: 150px;
	width: 100%;
	margin-right: 2%;
	vertical-align: top;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.woocommerce-account .completed_photos .cp-photo-block:hover {
	border-color: #74b084;
}
.woocommerce-account .completed_photos .cp-photo-block a {
	display: block;
	padding: 5px;
	text-align: center;
}
.woocommerce-account .completed_photos .cp-photo-block img {
	margin: 0;
	max-width: 100%;
	max-height: 150px;
}

/*** Page 'Paslaugos' ***/
.products-plans {
	overflow: auto;
}
.products-plans div.product {
	display: inline-block;
	width: 30.3333%;
	margin: 0 1% 20px;
	display: flex;
	flex-direction: column;
	float: left;
}
.products-plans.columns-3 .product {
	width: 30.3333%;
}
.products-plans.columns-2 .product {
	width: 46.5%;
}
.products-plans.columns-1 .product {
	width: 95%;
}
.products-plans.columns-3 .product:nth-child(3n+1),
.products-plans.columns-2 .product:nth-child(2n+1) {
	margin-left: 2.5%;
	clear: both;
}
.products-plans.columns-3 .product:nth-child(3n),
.products-plans.columns-2 .product:nth-child(2n) {
	margin-right: 2.5%;
}
.products-plans .product-main {
	background-color: #ebebeb;
	border: 3px solid #ebebeb;
	padding: 30px;
	flex-grow: 1;
	height: 100%;
	cursor: pointer;
}
.products-plans .incart .product-main:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #74b084;
	font-size: 70px;
	position: absolute;
	top: 30px;
	left: 10px;
}
.products-plans .product{
	overflow: hidden;
}

.products-plans .on_sale .product-main:after {
	/*content: 'Akcija';*/
	content: attr(data-saletitle);
    color: #1b1919;
    font-size: 21px;
    padding: 5px 35px;
    background: #ff0e0e;
    position: absolute;
    top: 11px;
    right: -30px;
    transform: rotate(35deg);
    overflow: hidden;
}
.products-plans .sale_discount{
	width: 100%;
    background: #ff0e0e;
    padding: 10px 30px;
    font-size: 24px;
    color: #1b1919;
    text-align: center;
}

.products-plans .product-main .prod-title {
	text-align: center;
	margin: 0 20px 20px;
	border-bottom: 1px solid #74b084;
	padding-bottom: 15px;
	font-size: 24px;
}
.products-plans .product-main .prod-title .prod-title-subname {
	font-size: 18px;
	color: #74b084;
}
.products-plans .product-main .prod-title span.price {
	color: #666;
	font-size: 24px;
}
.products-plans .product-main .prod-title span.price-old {
	margin-right: 5px;
	position: relative;
}
.products-plans .product-main .prod-title span.price-old:after {
	border-bottom: 2px solid #666;
	content: "";
	left: -3px;
	position: absolute;
	right: -3px;
	top: 50%;
}
.products-plans .product-main .prod-title span.price-sale {
	color: #74b084;
}
.products-plans .product-main .prod-showdesc {
	text-align: center;
}
.products-plans .product.opened .product-main .prod-showdesc {
	/*display: none;*/
}
.products-plans .product-main .prod-showdesc span:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-size: 22px;
	vertical-align: middle;
}
.products-plans .product-main .prod-desc li {
	/*height: 62px;*/
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.products-plans .product-main .prod-desc li:before {
	content: "\25aa";
	color: #999;
	vertical-align: middle;
	min-width: 20px;
}
.products-plans .product.incart .prod-desc li.have_service:before,
.products-plans .product:hover .prod-desc li:before {
	color: #74b084;
}
.products-plans .product-main .prod-desc li span {
	display: table-cell;
	width: 90%;
	width: calc(100% - 20px);
	vertical-align: middle;
	margin: auto;
	display: inline-block;
}
.products-plans .product-main .prod-desc .text-block {
	width: 100%;
}
.products-plans .product-main .prod-desc .text-other {
	font-size: 14px;
	color: #74b084;
}
.products-plans .product-main .prod-desc .text-empty {
	display: block;
	border: 1px solid #74b084;
	width: 100px;
	margin: auto;
}
.products-plans .product-footer .add-to-cart {
	text-align: center;
	margin: 20px 0;
}
.products-plans a.button {
	background-color: #ebebeb;
	color: #666;
}
.products-plans a.button:before {
	content: '\f291';
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.products-plans a.button.added:before {
	color: #74b084;
}
.products-plans a.added_to_cart {
	display: block;
	padding: 10px 5px;
	border: 2px solid #74b084;
	max-width: 166px;
	margin: 10px auto 0;
	background-color: #ebebeb;
	display: none;
}
.products-plans a.added_to_cart:hover {
	background-color: #dfdcde;
}
.products-plans .product.incart:not(:hover) a.button:before,
.products-plans .product:not(:hover) a.button.added:before {
	color: #74b084;
}
.products-plans .product:hover .product-main,
.products-plans .product.incart .product-main {
	border: 3px solid #74b084;
}
.products-plans .product:hover a.button:not(.added) {
	background-color: #74b084;
	color: #fff;
}
.products-plans .product a.button.added {
	color: #666;
}
.products-plans .product a.button.added:hover {
	color: #74b084;
	background-color: #dfdcde;
}
.products-grouped .product_title {
	text-align: center;
	margin-bottom: 20px;
}
.products-grouped .product_title span {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 36px;
}
.products-grouped .product-main {
	padding: 30px 20px;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 15px;
	font-size: 0;
}
.products-grouped .product:hover .product-main {
	border-top: 2px solid #74b084;
	border-bottom: 2px solid #74b084;
}
.products-grouped .product-main .grouped-cat {
	display: inline-block;
	width: 48%;
	font-size: 16px;
	margin: 0 1%;
}
.products-grouped .product-main .grouped-cat-title {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 300;
}
.products-grouped .product-main .product-child-row {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.products-grouped .product-main .product-child-row > div {
	display: table-cell;
	position: relative;
}
.products-grouped .product-main .product-child-row .child-block-img {
	width: 10%;
}
.products-grouped .product-main .product-child-row .child-block-img .prod-image {
	margin-right: 5px;
}
.products-grouped .product-main .product-child-row .child-block-img img {
	margin: 0;
	max-height: 50px;
	width: 100%;
	object-fit: contain;
}
.products-grouped .product-main .product-child-row .child-block-name {
	width: 40%;
}
.products-grouped .product-main .product-child-row .child-block-price {
	width: 30%;
	min-width: 180px;
	text-align: right;
}
.products-grouped .product-main .product-child-row .child-block-qty {
	width: 20%;
	min-width: 115px;
	padding-left: 10px;
	position: relative;
	text-align: right;
}
.products-grouped .product-main .product-child-row .child-block-qty .qty-incart {
	font-size: 14px;
	color: #74b084;
	position: absolute;
	cursor: help;
}
.products-grouped .product-main .product-child-row .child-block-qty .qty-field {
	display: inline-block;
	vertical-align: top;
}
.products-grouped .product-main .product-child-row .child-block-qty.in-cart .qty-field {
	margin-left: 30px;
}
.products-grouped .product-main .product-child-row .child-block-qty input[type=number]::-webkit-inner-spin-button,
.products-grouped .product-main .product-child-row .child-block-qty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.products-grouped .product-main .product-child-row .child-block-qty input[type=number] {
	-moz-appearance: textfield;
}
.products-grouped .product-main .product-child-row .child-block-qty input {
	width: 100%;
	text-align: center;
	float: left;
	display: block;
	padding: 0 20px;
	margin: 0;
	border: 1px solid #74b084;
	max-width: 70px;
}
.products-grouped .product-main .product-child-row .child-block-qty .quantity-nav {
	float: left;
	position: relative;
}
.products-grouped .product-main .product-child-row .child-block-qty .quantity-button {
	position: relative;
	cursor: pointer;
	width: 20px;
	text-align: center;
	color: #333;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.products-grouped .product-main .product-child-row .child-block-qty .quantity-down {
	font-size: 16px;
	margin-right: -20px;
	line-height: 21px;
	padding-bottom: 1px;
}
.products-grouped .product-main .product-child-row .child-block-qty .quantity-up {
	font-size: 11px;
	margin-left: -20px;
	line-height: 22px;
}
.products-grouped .product-main .product-child-row .child-block-qty .quantity-button:hover {
	background: #74b084;
	color: #fff;
}
.products-grouped .product-main .child-block-name > span {
	display: block;
}
.products-grouped .product-main .child-block-name .child-desc {
	position: relative;
}
.products-grouped .product-main .child-block-name .child-desc span {
	font-size: 14px;
	color: #74b084;
	font-style: italic;
}
.products-grouped .product-main .product-child-row .show-zoom {
	cursor: zoom-in;
}
.products-grouped .product-main .product-child-row .prod-image-zoom {
	display: none;
	position: absolute;
	z-index: 1;
	width: 300px;
	/*height: 300px;*/
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 1px 1px #ccc;
}
.products-grouped .product-main .product-child-row.zoom-in .prod-image-zoom {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	cursor: zoom-out;
	padding: 20px 2%;
	transform: none;
}
.products-grouped .product-main .product-child-row.zoom-in .prod-image-zoom:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 99;
	text-shadow: 0 0 3px #000;
}
.admin-bar .products-grouped .product-main .product-child-row.zoom-in .prod-image-zoom {
	padding-top: 60px;
}
.products-grouped .product-main .product-child-row .prod-image-zoom img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
}
.products-grouped .product-main .product-child-row .child-block-price span {
	color: #666;
	font-size: 16px;
}
.products-grouped .product-main .child-block-price span.price-old {
	margin-right: 5px;
	position: relative;
}
.products-grouped .product-main .child-block-price span.price-old:after {
	border-bottom: 2px solid #666;
	content: "";
	left: -3px;
	position: absolute;
	right: -3px;
	top: 50%;
}
.products-grouped .product-main .child-block-price span.price-sale {
	font-size: 18px;
	color: #74b084;
}
.products-grouped .product-footer {
	text-align: right;
	margin: 0 30px;
}
.products-grouped .product .grouped_form .product-footer button.button.alt {
	float: none;
	background-color: #ebebeb;
	color: #666;
}
.products-grouped .product:hover .grouped_form .product-footer button.button.alt {
	background-color: #74b084;
	color: #fff;
}

/*** Page 'Rasti kapaviete' ***/
.text-before_map, .text-between_map, .text-after_map {
	margin: 10px 30px;
	text-align: center;
}
.text-between_map span, .text-between_map a {
	color: #aaa;
}
.text-between_map a:hover {
	color: #74b084;
}
.page-rasti-kapaviete .checkout_step_title {
	margin: 0 30px 5px;
	padding: 0;
}
.page-rasti-kapaviete .orderstep-fields {
	margin: 0 30px 5px;
	padding: 0;
}
.page-rasti-kapaviete .fields-content {
	display: flex;
	flex-wrap: wrap;
}
.page-rasti-kapaviete .fields-title {
	text-align: center;
	margin: 10px 0;
}
.page-rasti-kapaviete .fields-title span {
	font-weight: bold;
}
.page-rasti-kapaviete .field-block {
	width: 49%;
	color: #666;
}
.page-rasti-kapaviete .field-block:nth-child(odd) {
	margin-right: 2%;
}
.page-rasti-kapaviete .field-block.row-full {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.page-rasti-kapaviete .field-field input:not(.button) {
	width: 100%;
}
.page-rasti-kapaviete .required > .field-field input:invalid,
.page-rasti-kapaviete .required > .field-field select:invalid,
.page-rasti-kapaviete .required > .field-field textarea:invalid,
.page-rasti-kapaviete .required-name > .field-field.name input:invalid,
.page-rasti-kapaviete .required-date1 > .field-field.date input:invalid,
.page-rasti-kapaviete .required-date2 > .field-field.date input:invalid,
.page-rasti-kapaviete div.required.validate-invalid > .field-field select,
.page-rasti-kapaviete div.required.not-validated > .field-field select {
	border-color: #f00;
}
.page-rasti-kapaviete .required > .field-field input:valid,
.page-rasti-kapaviete .required > .field-field select:valid,
.page-rasti-kapaviete .required > .field-field textarea:valid,
.page-rasti-kapaviete .required-name > .field-field.name input:valid,
.page-rasti-kapaviete .required-date1 > .field-field.date input:valid,
.page-rasti-kapaviete .required-date2 > .field-field.date input:valid {
	border-color: #74b084;
}
.page-rasti-kapaviete .field-field textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	min-height: 30px;
}
.page-rasti-kapaviete .field-field input:not(.button):focus,
.page-rasti-kapaviete .field-field textarea:focus,
.page-rasti-kapaviete .field-field select:focus {
	border-bottom: 2px solid #74b084;
}
.page-rasti-kapaviete .field-field select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	background-position: calc(100% - 10px) 1em, calc(100% - 5px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-radius: 3px;
}
.page-rasti-kapaviete .field-field select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #74b084 50%), linear-gradient(135deg, #74b084 50%, transparent 50%);
}
.page-rasti-kapaviete .field-field.with-help input:not(.button),
.page-rasti-kapaviete .field-field.with-help select,
.page-rasti-kapaviete .field-field.with-help textarea,
.page-rasti-kapaviete .field-field.with-help .images_preview_container {
	width: 95%;
	width: calc(100% - 25px);
}
.page-rasti-kapaviete .fields-content.grave .field-name {
	width: 50%;
}
.page-rasti-kapaviete .fields-content.grave .field-field.name {
	width: 48%;
	margin-right: 2%;
}
.page-rasti-kapaviete .fields-content.grave .field-field.date {
	width: 50%;
}
.page-rasti-kapaviete .fields-content.grave .field-field.date input {
	width: 150px;
	text-align: center;
}
.page-rasti-kapaviete .fields-content.grave .deceased_fields {
	width: 100%;
	display: flex;
}
.page-rasti-kapaviete .fields-content.grave .deceased-block {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	color: #666;
}
.page-rasti-kapaviete .fields-content.grave .deceased_fields .button.remove {
	width: 10%;
}
.page-rasti-kapaviete .fields-content.grave .deceased-block .field-name.name {
	width: 70%;
}
.page-rasti-kapaviete .fields-content.grave .deceased-block .field-name.date {
	width: 30%;
}
.page-rasti-kapaviete .fields-content.grave .deceased-block .field-field.name {
	width: 58%;
}
.page-rasti-kapaviete .fields-content.grave .deceased-block .field-field.date {
	width: 40%;
}
.page-rasti-kapaviete .step-notifications {
	margin-bottom: 30px;
}
.page-rasti-kapaviete .step-vertification {
	text-align: center;
}
.page-rasti-kapaviete .step-vertification .g-recaptcha {
	display: inline-block;
	padding: 2px;
	border: 2px solid transparent;
	border-radius: 3px;
}
.page-rasti-kapaviete .step-vertification .g-recaptcha.validate-invalid {
	border-color: #f00;
}
.page-rasti-kapaviete .step-submit {
	text-align: center;
	margin-top: 30px;
}
.page-rasti-kapaviete .fields-help .help-element {

}
.page-rasti-kapaviete .fields-help .help-field {
	border-bottom: 2px solid #ddd;
	padding: 5px 0 2px;
	border-radius: 3px;
}
.page-rasti-kapaviete .fields-help .help-required {
	border-color: #f00;
}
.page-rasti-kapaviete .fields-help .help-complete {
	border-color: #74b084;
}

/*** Page 'Apie mus' ***/
.kontaktai-columns {
	margin: 0 0 30px;
}
.kontaktai-columns .wp-block-column {
	background: #ebebeb;
	padding: 10px 15px;
	margin: 0 15px;
}
.kontaktai-columns .wp-block-column:nth-child(odd) {
	margin-left: 0;
}
.kontaktai-columns .wp-block-column:nth-child(even) {
	margin-right: 0;
}
.kontaktai-columns .wp-block-column h4 {
	font-size: 18px;
	padding-bottom: 10px;
}
.entry-content .before_footer {
	margin: 0 -50px 30px;
}
.entry-content .before_footer .wpcp-carousel-wrapper {
	margin-bottom: 10px;
}
.envira-gallery-wrap.gallery-h300 .envira-gallery-public .envira-gallery-item img {
	max-height: 300px;
	width: 100%;
	object-fit: cover;
}
.envira-gallery-wrap.gallery-h300 .envira-lazy:not(img) {
	padding-bottom: 100% !important;
}
.write-about-us img {
	margin: 0;
}
.write-about-us .title {
	max-width: 170px;
}
.write-about-us .icons {
	margin-left: 0;
}

/**************************************************************************
								FOOTER
**************************************************************************/
#colophon p {
	font-size: 13px;
	line-height: 16px;
}
/*** Before footer ***/
.before_footer {
	background-color: #ebebeb;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 60px;
}
/*** Widgets ***/
.footer-widgets-wrapper {
	background-color: #ebebeb;
	border: none;
	padding: 40px 50px;
}
#colophon .widget {
	padding: 0;
	margin: 0 0 30px;
}
#colophon .widget ul li {
	border: none;
}
#colophon .widget-title {
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 0;
}
.footer-widgets-area {
	padding: 0;
}
.footer-widgets-area a {
	color: #4d4d4d;
}
.footer-widgets-area a:hover {
	color: #74b084;
}
.footer-widgets-area h3.widget-title {
	color: #4d4d4d;
}
.footer-widgets-area .widget-title span {
	border: none;
	padding: 0;
}
.footer-widgets-area .tg-one-half p, .footer-widgets-area .tg-one-third p,
.footer-widgets-area .tg-one-fourth p {
	color: #4d4d4d;
}
.footer-widgets-area .textwidget {
	padding-bottom: 0;
}
#colophon .wpcw-widget-social ul li:not(.has-label) {
	margin-bottom: 0;
}
/*** Copyright ***/
.footer-socket-wrapper {
	padding: 15px 0px;
}
.footer-socket-wrapper .copyright {
	float: right;
	line-height: 23px;
}
.footer-socket-wrapper .copyright a:hover {
	color: #74b084;
}
.footer-socket-wrapper .small-menu {
	float: left;
}
.footer-socket-wrapper .small-menu li {
	margin: 0 5px;
}
.footer-socket-wrapper .small-menu a {
	padding: 0;
	font-size: 16px;
}
.small-menu ul li.current-menu-item a, .small-menu ul li.current_page_ancestor a,
.small-menu ul li.current-menu-ancestor a, .small-menu ul li.current_page_item a,
.small-menu ul li:hover > a {
	color: #74b084;
}
.createdby {
	float: right;
	margin-left: 5px;
}
.createdby span {
	vertical-align: middle;
	font-size: 12px;
}
.createdby .image {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.createdby .image a {
	display: inline-block;
}
.createdby .image img {
	filter: invert(0.4);
	margin: 0;
	height: 23px;
}

/**************************************************************************
						CUSTOM (classes from wp-admin)
**************************************************************************/
.footer_logo {
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}
.footer_logo h1 {
	display: inline-block;
	padding: 0;
}
.homepage-block.alignwide {
	margin: 30px 0;
}
.homepage-block:nth-child(odd) {
	background-color: #ebebeb;
}
.homepage-block.wp-block-media-text:not(.has-media-on-the-right) > figure {
	text-align: left;
}
.homepage-block > figure > img {
	max-height: 200px;
	width: auto;
	margin: 0;
}
.homepage-block h2 {
	padding: 0;
	font-weight: 200;
}
.homepage-block p {
	margin: 0;
	color: #74b084;
}
.homepage-block .wp-block-media-text__content {
	padding: 0;
	margin: auto;
	margin-right: 0;
	margin-left: 20%;
}
.homepage-block:not(.has-media-on-the-right) .wp-block-media-text__content {
	margin-right: 20%;
	margin-left: 0;
}