@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//virteka.lt/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(45,42,42);
	--wd-text-font-size: 14px;
	--wd-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(210,61,44);
	--wd-alternative-color: rgb(0,177,137);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,177,137);
	--btn-accented-bgcolor-hover: rgb(0,163,125);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: rgb(247,247,247);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1300px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1300px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


li#wp-admin-bar-wp-logo,
li#wp-admin-bar-revslider,
li#wp-admin-bar-vc_inline-admin-bar-link,
li#wp-admin-bar-search,
li#wp-admin-bar-new-content,
li#wp-admin-bar-customize {
	display: none !important;
}

.footer-atsiskaitymo-budai.view-grid .wd-gallery-item {
    margin-bottom: 32px;
}

p.stock.in-stock.wd-style-default {
    display: none !important;
}

.price del {
    margin-left: 7px;
}

strong a {
    text-decoration: underline;
}

.wpb_text_column.wpb_content_element.pristatymo-info p {
    color: #333333;
    margin-left: 15px;
    margin-top: -15px;
}

/* Checkout Shipping Zone */

.woocommerce-checkout-review-order-table tfoot>tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

body .select2-container--default {
    background: white;
}

.woocommerce-shipping-totals ul#shipping_method li {
    margin-bottom: 10px;
}

tr.shipping {
    flex-wrap: wrap;
}

.woocommerce-checkout-review-order-table td, 
.woocommerce-checkout-review-order-table th {
    max-width: 100%;
    width: 100%;
}

.woocommerce-checkout-review-order-table tbody, 
.woocommerce-checkout-review-order-table tfoot, 
.woocommerce-checkout-review-order-table thead {
	  display: block;
    width: 100%;
}

tr.shipping>td, tr.shipping>th {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

/* input.shipping_method {
    margin-top: 5px;
} */

.woocommerce-shipping-totals .multiparcels-carrier-icon-image-holder {
    margin-bottom: 0px !important;
}

span.multiparcels-grid-display-text {
    margin-top: 5px;
}

div#mp-wc-pickup-point-shipping {
    margin-bottom: 20px;
}

ul#shipping_method div {
    justify-content: flex-start !important;
}

/* Checkout Shipping Zone End */

.container .wpb_text_column.wpb_content_element p a:hover,
.container .wpb_text_column.wpb_content_element li a:hover {
    color: #d23d2c !important;
}

.container .wpb_text_column.wpb_content_element p a,
.container .wpb_text_column.wpb_content_element li a {
    color: #d23d2c !important;
}

::marker {
    color: #50b289;
}

.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
    width: 275px !important;
}

.tabs-layout-tabs .tabs {
    text-align: left;
}

span.out-of-stock.product-label {
    display: none;
}

span.vc_tta-title-text {
    line-height: normal;
    color: #242425;
}

.wpb_single_image.wpb_content_element.vc_align_left.extra-pristatymai {
    margin-left: 20px !important;
}

h1.product_title.wd-entities-title {
    font-weight: 600;
}

.wd-dropdown ul.sub-sub-menu {
    margin-top: 16px;
}

.wd-sub-menu li a {
    color: #242425 !important;
}

.wd-sub-menu li a:hover {
    color: #d23d2c !important;
}

span.featured.product-label {
    display: none !important;
}

li.cat-item {
    font-family: 'Montserrat';
}

.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
    color: #00b189 !important;
}

.vc_row.wpb_row.vc_row-fluid.product-extra-info {
    background: #F9F9F9;
    background: -webkit-linear-gradient(left, #F9F9F9, #FFFFFF);
    background: -moz-linear-gradient(left, #F9F9F9, #FFFFFF);
    background: linear-gradient(to right, #F9F9F9, #FFFFFF);
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 6px;
}

.wpb_text_column.wpb_content_element.pristatymo-tekstas {
    margin-left: 15px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
}

p.woocommerce-shipping-destination {
    display: none !important;
}

/* Sidebar */

li.cat-item.cat-parent.current-cat-parent {
    font-weight: 600 !important;
}

.woocommerce-message {
    background-color: #50b289;
    color: var(--notices-success-color);
    border-radius: 8px;
}

ul.children.list-shown {
    font-weight: 600 !important;
}

.widget_product_categories .product-categories li a:hover {
    color: #d23d2c !important;
}

li.cat-item.current-cat a {
    color: #d23d2c !important;
}

ul.children.list-shown a {
    color: #242425 !important;
}

ul.children.list-shown .current-cat a {
    color: #d23d2c !important;
}

span.nav-link-text {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0.01rem;
}

/* Sidebar end */

/* Product grid */

.wrapp-product-price {
    margin-top: 15px;
    margin-bottom: 7px;
}

/* Product grid end */

span.onsale.product-label {
    border-radius: 6px;
}

.menu-opener {
    padding: 10px 15px;
    min-width: 310px;
    border-radius: 5px 5px 0px 0px;
}

.vc_row.wpb_row.footer-bg-line {
    background: #D6FFEE;
    background: -webkit-linear-gradient(left, #D6FFEE, #FFFFFF);
    background: -moz-linear-gradient(left, #D6FFEE, #FFFFFF);
    background: linear-gradient(to right, #D6FFEE, #FFFFFF);
}

.vc_row.wpb_row.virteka-main {
    background: #F7F7F7;
    background: -webkit-linear-gradient(left, #F7F7F7, #FFFFFF);
    background: -moz-linear-gradient(left, #F7F7F7, #FFFFFF);
    background: linear-gradient(to right, #F7F7F7, #FFFFFF);
}

.header-kontaktai h3 {
    font-size: 17px;
    margin-bottom: 0px !important;
}

.vc_tta-panel-body {
    background: white !important;
	  color: #2d2a2a;
}

span.vc_tta-title-text {
    line-height: normal;
}

.widget a, .woodmart-widget a, div[class^=vc_wp] a {
    color: #2d2a2a;
}

.wd-nav-vertical>li>a {
    font-family: 'Montserrat' !important;
    letter-spacing: 0.01rem !important;
}

/* Footer */

.wd-info-box {
    display: flex;
    align-items: center !important;
}

.footer-logo img {
    max-width: 250px;
}

.copyrights-wrapper {
    border-top: 0px solid rgba(119,119,119,0.2);
}

.wd-prefooter {
    padding-bottom: 10px;
}

.footer-bg-line .info-box-title {
    margin-bottom: 0px !important;
}

/* Footer End */

p#billing_country_field {
    display: none;
}

div#cookie-law-info-bar {
    background: rgb(255 255 255 / 85%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border-radius: 6px;
}

.cc-link {
    padding: 0.2em 0px 0.2em 0px !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.cli-style-v2 .cli-bar-message {
    line-height: normal;
}

.woocommerce-thankyou-order-received {
    border: 2px dashed #50b289 !important;
    color: #50b289 !important;
}

.wd-dropdown.wd-dropdown-cats.categories-menu-dropdown.wd-opened {
    border-radius: 0px 0px 5px 5px;
}

.fb_dialog.fb_dialog_advanced {
    z-index: 9 !important;
}

.fb_dialog.fb_dialog_mobile {
    z-index: 2 !important;
}

nav.woocommerce-pagination {
    margin-top: 45px;
}

button.pswp__button.pswp__button--share {
    display: none !important;
}

.pswp__bg {
    opacity: 0.8 !important;
}

.footer-info-text h3 {
    font-size: 20px;
    border-bottom: 2px solid #e5e5e5;
    width: fit-content;
}

.product-grid-item span.onsale.product-label {
    margin-top: -15px;
}

.wd-products-nav {
    display: none !important;
}

.wd-header-cats {
    width: 310px !important;
}

ul.children.list-shown {
    background: #f5f5f5;
    border-radius: 4px;
	  margin-bottom: 15px;
}

span.wd-icon.fas.fa-long-arrow-alt-right {
    margin-left: 10px;
}

.btn.btn-color-black {
    background-color: #d5fbee !important;
    color: #000 !important;
}

.cart-info span.wd-entities-title {
    font-size: 14px !important;
}

.cart-info span.quantity {
    font-size: 14px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    color: #50b289 !important;
}


.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
    display: flex !important;
    justify-content: space-between !important;
}

.iti__flag-container {
    display: none;
}

.description-area-after :is(.term-description,.page-description) {
    margin-top: 80px;
}

.wd-active-filters {
    margin-bottom: 45px !important;
}

span.menu-opener.color-scheme-light.has-bg {
    border-radius: 7px 7px 0px 0px !important;
}

div#footer-ikoneles .wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {
    margin-top: 5px;
}

div#footer-ikoneles .wd-info-box {
    --ib-icon-sp: 30px;
}

/* Paysera */

.payment-group-wrapper img {
    max-width: 80% !important;
}

/* Paysera end */

.woocommerce ul#shipping_method li, .wc-block-checkout .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__label, .wc-block-components-totals-item__description, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__label-group span {
    max-width: 65ch !important;
}

#shipping_method input.shipping_method {
        top: -1px !important;
}@media (min-width: 1025px) {
	.cmplz-cookiebanner {
    border-radius: 8px !important;
}

.wd-header-cats .wd-nav-vertical>li>a {
    padding: 13.65px 18px !important;
}

/* Cart Shipping Zone */

.cart_totals tr.shipping>td, .cart_totals tr.shipping>th {
    display: block;
    flex: 0 0 140% !important;
    max-width: 140% !important;
    width: 140% !important;
}

.cart_totals span.multiparcels-grid-display-text {
    margin-top: 6px !important;
}

/* Cart Shipping Zone End */

/* Parcels START */

#shipping_method li {
    margin-bottom: 4px;
}

/* #shipping_method input.shipping_method {
	top: 4px;
}

@-moz-document url-prefix() {
	#shipping_method input.shipping_method {
		top: -3px;
	}
}
 */
strong.mp-please-select-location {
    color: #2d2a2a;
}

/* Parcels END */

img.wp-post-image.wp-post-image {
    width: 577px !important;
}

h1.product_title.wd-entities-title {
    font-size: 31px;
	  max-width: 73%;
}

.product-wrapper .price .amount {
    font-size: 16px !important;
}

div#tab-description {
    max-width: 70%;
}

.product-grid-item .wd-entities-title {
    margin-bottom: 5px;
    font-size: 16px !important;
    padding: 0px 15px;
}

.col-lg-4.col-12.col-md-6.product-images {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}

.col-lg-8.col-12.col-md-6.summary.entry-summary {
	  -ms-flex: 0 0 53%
    flex: 0 0 53%;
    max-width: 53%;
}

h1.product_title.entry-title {
    max-width: 73%;
}

div#ajaxsearchpro2_1 {
    box-shadow: 0 4px 22px -22px #545454;
}

.title-size-small .title {
    font-size: 32px !important;
/*     margin: 5px 0px 11px 0px; */
}

.widget_product_categories .product-categories li a {
    font-size: 15px;
    line-height: 1.8;
	  font-weight: 600;
}

.wd-nav.wd-style-separated>li:not(:last-child):after {
    margin: 0px 4px !important;
}

.product_list_widget>li .wd-entities-title {
    margin-bottom: 8px;
    font-size: 15px !important;
}

td.product-name a {
    display: inline-block;
    font-size: 15px;
}

/* Footer */

.footer-info-ant ul.wd-sub-menu.mega-menu-list.sub-menu {
    margin-top: -24px;
}

/* Footer End */

.wd-header-nav.wd-header-secondary-nav.text-left {
    margin-left: 15px;
}

.woodmart-products-tabs .tabs-name>span {
    font-size: 20px;
}

ul.wd-checkout-steps.woodmart-checkout-steps li {
    font-size: 18px;
}

.cli-bar-container.cli-style-v2 {
    max-width: 1280px !important;
	  padding: 20px 0px !important;
}

.cli-style-v2 .cli-bar-message {
    width: 55% !important;
    text-align: left;
}

.wd-header-nav.wd-header-secondary-nav.text-left.navigation-style-separated {
    margin-left: 15px !important;
}

/* Cookies */
	
	a.cc-btn.cc-dismiss.cc-btn-no-href {
		display: none;
	}
	
	a.cc-btn.cc-save.cc-show-settings.cc-btn-no-href,
	a.cc-btn.cc-save.cc-btn-no-href.cc-save-settings
	{
		width: 100% !important;
		height: 40px;
		line-height: 13px;
	}

	div#cc-window {
			border-radius: 5px;
	}
	
	/* Cookies Desktop end */

.widget_product_categories .wd-cats-toggle {
    position: absolute;
    top: 10px;
    right: -30px;
    width: 26px;
    height: 26px;
    font-weight: 600;
    font-size: 10px;
    line-height: 28px;
}

.title-wrapper.wd-wpb.nuolat-augantis-asortimentas {
    padding: 160px 0px;
}

.paralax-rowsas h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 30px;
    color: white;
}

.vc_row.wpb_row.main-footer {
    padding: 25px 0px 0px 0px;
}

/* Paysera */

select#paysera_country {
    display: none;
}

div.paysera-payments.grid div.paysera-payment-method:hover, 
label.paysera-payment-method-label:hover, 
div.paysera-payments.grid input[type=radio]:hover {
    cursor: pointer;
}

.paysera-image {
    margin: 0 auto !important;
}

div.paysera-payments.grid input[type=radio] {
    margin-right: 0px;
    margin-top: 12px !important;
}

.payment_methods .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 0px 15px 15px 15px;
}

div.paysera-payments.grid .paysera-payment-method-label {
    display: flex !important;
}

div.paysera-payments.grid div.payment {
    padding: 10px 0px !important;
}

.paysera-payment-method {
    width: 45%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    margin: 0px 12px;
}

label.paysera-payment-method-label {
	  width: auto;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -14px;
    margin-bottom: -8px;
    padding: 16px;
    border: 2px solid transparent;
}

.activePayseraPayment {
    border: 2px solid #50b289 !important;
}

span.paysera-text {
    display: none !important;
}

.payment-group-title {
    margin-bottom: 15px;
}

.payment.activePayseraPayment label {
    margin-bottom: 0px !important;
}

div.paysera-payments.grid div.payment label {
    margin-bottom: 0px !important;
}

.payment-group-title {
    margin-left: 12px;
}

/* Paysera END */

.wd-images-gallery.footer-pristatymo-budai img {
    max-width: 75px !important;
}

.wd-images-gallery.footer-atsiskaitymo-budai img {
    max-width: 75px !important;
    max-height: 24px !important;
}

.stipriausi-lietuvoje img {
    max-width: 125px;
}

.wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child) {
    margin-top: 0px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.cmplz-cookiebanner {
    border-radius: 8px !important;
}

/* Cart Shipping Zone */

.cart_totals tr.shipping>td, .cart_totals tr.shipping>th {
    display: block;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.cart_totals tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

.cart_totals ul#shipping_method {
    margin-top: 18px;
}

.cart_totals tr.woocommerce-shipping-totals.shipping td::before {
    display: none;
}

.cart_totals span.multiparcels-grid-display-text {
    margin-top: 6px !important;
}

/* #shipping_method input.shipping_method {
    top: 2px !important;
} */

/* Cart Shipping Zone End */

/* Cookies */
	
	a.cc-btn.cc-dismiss.cc-btn-no-href {
		display: none;
	}
	
	a.cc-btn.cc-save.cc-show-settings.cc-btn-no-href,
	a.cc-btn.cc-save.cc-btn-no-href.cc-save-settings
	{
		width: 100% !important;
		height: 40px;
		line-height: 13px;
	}
	
	/* Cookies end Responsive */

.title-wrapper.wd-wpb.nuolat-augantis-asortimentas {
    padding: 120px 0px;
}

.paralax-rowsas h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 30px;
    color: white;
}

/* Paysera */

select#paysera_country {
    display: none;
}

div.paysera-payments.grid input[type=radio] {
    margin-top: -1px;
}

div.paysera-payments.grid div.payment {
    padding: 10px 0px !important;
}

.paysera-payment-method {
    width: 45%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    margin: 0px 12px;
}

label.paysera-payment-method-label {
	  width: auto;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -14px;
    margin-bottom: -8px;
    padding: 16px;
    border: 2px solid transparent;
}

.activePayseraPayment {
    border: 2px solid #50b289 !important;
}

div.paysera-payments.grid input[type=radio] {
    display: none;
}

span.paysera-text {
    display: none !important;
}

.payment-group-title {
    margin-bottom: 15px;
}

.payment.activePayseraPayment label {
    margin-bottom: 0px !important;
}

div.paysera-payments.grid div.payment label {
    margin-bottom: 0px !important;
}

.payment-group-title {
    margin-left: 12px;
}

/* Paysera END */

.wd-images-gallery.footer-pristatymo-budai img {
    max-width: 75px !important;
}

.wd-images-gallery.footer-atsiskaitymo-budai img {
    max-width: 75px !important;
    max-height: 24px !important;
}

.stipriausi-lietuvoje img {
    max-width: 125px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	span.iksm-term__text {
    font-weight: 600 !important;
}

.vezejai-vidiniame img {
    padding-right: 10px !important;
}

/* Cart Shipping Zone */

.cart_totals tr.shipping>td, .cart_totals tr.shipping>th {
    display: block;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.cart_totals tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

.cart_totals ul#shipping_method {
    margin-top: 18px;
}

.cart_totals tr.woocommerce-shipping-totals.shipping td::before {
    display: none;
}

.cart_totals span.multiparcels-grid-display-text {
    margin-top: 6px !important;
}

/* #shipping_method input.shipping_method {
    top: 2px !important;
} */

/* Cart Shipping Zone End */

/* Checkout Review */

.checkout-order-review {
    padding: 13px;
}

/* Checkout Review End */

.product-grid-item .wd-entities-title {
    margin-bottom: 5px;
    font-size: 13px !important;
}

.woodmart-products-tabs .tabs-name>span {
    font-size: 19px;
}

.product-wrapper .price .amount {
    font-size: 16px !important;
}

.info-svg-wrapper.info-icon {
    width: 70px !important;
    margin-left: 5px;
}

.footer-bg-line .info-box-wrapper.inline-element .wd-wpb {
    margin-bottom: 0px !important;
}

.wpb_column.ket-ico-row.vc_column_container.vc_col-sm-3 {
    margin-bottom: 30px;
}

.wpb_text_column.wpb_content_element.footer-info-text {
    margin-bottom: 0px;
}

h3.wd-entities-title a {
    font-size: 15px;
	  line-height: normal;
}

.page-title .entry-title {
    font-size: 25px !important;
    padding: 10px 0px !important;
}

.wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: #50b289;
}

.wd-show-sidebar-btn.wd-action-btn.wd-style-text.wd-menu-icon.woodmart-show-sidebar-btn a {
    color: #d23d2c;
    letter-spacing: 0.01rem;
}

.page-title.page-title-default {
    margin-top: -30px;
}

.col-12.poduct-tabs-inner {
    padding: 0px 30px !important;
}

.wd-products-nav.woodmart-products-nav {
    display: none;
}

div#mobile-search-virteka {
    margin-top: -35px !important;
    margin-bottom: 25px;
}

div#fast-mobile-menu {
    margin-top: -35px;
}

/* Cookies */
	
	a.cc-btn.cc-dismiss.cc-btn-no-href {
		display: none;
	}
	
	a.cc-btn.cc-save.cc-show-settings.cc-btn-no-href,
	a.cc-btn.cc-save.cc-btn-no-href.cc-save-settings
	{
		width: 100% !important;
		height: 40px;
		line-height: 13px;
	}
	
/* Cookies end Responsive */

.widget_product_categories .product-categories li a {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 600;
}

.wd-shop-tools {
    margin-bottom: 20px;
}

.widget_product_categories .wd-cats-toggle {
    position: absolute;
    top: 8px;
    right: -40px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 32px;
}

.title-wrapper.wd-wpb.nuolat-augantis-asortimentas {
    padding: 60px 0px;
}

.paralax-rowsas h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 24px;
    color: white;
}

p.woocommerce-shipping-destination {
    text-align: left;
}

/* Paysera */

select#paysera_country {
    display: none;
}

.paysera-image img {
    max-height: 30px !important;
}

div.paysera-payments.grid .paysera-payment-method-label {
    display: flex !important;
}

div.paysera-payments.grid div.paysera-image {
    margin: 0 auto !important;
}

.payment_methods li img {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.payment_methods .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 0px 15px 15px 15px;
}

div.paysera-payments.grid div.payment {
    padding: 10px 0px !important;
}

.paysera-payment-method {
    width: 44%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    margin: 0px 7px;
}

label.paysera-payment-method-label {
    border: 2px solid transparent;
    width: auto !important;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -14px;
    margin-bottom: -8px;
    padding: 20px 12px;
}

.activePayseraPayment {
    border: 2px solid #50b289 !important;
}

span.paysera-text {
    display: none !important;
}

div.paysera-payments.grid input[type=radio] {
    display: none;
}

.payment-group-title {
    margin-bottom: 15px;
}

.wpb_column.mobile-menu-footer.vc_column_container.vc_col-sm-3 {
    margin-top: -50px;
}

.payment-group-title {
    margin-left: 7px;
}

div#lt_n26 img {
    max-height: 25px !important;
}

/* Paysera END */

/* Forminator fixes */
.iti__flag.iti__lt {
	background-position: -3041px 0 !important;
}

.wd-images-gallery.footer-atsiskaitymo-budai,
.wd-images-gallery.footer-pristatymo-budai {
    margin-top: 28px !important;
}

.wd-images-gallery.footer-atsiskaitymo-budai img {
        max-width: 90px !important;
        max-height: 20px !important;
        margin-bottom: 16px !important;
    }

.wd-images-gallery.footer-pristatymo-budai img {
    max-width: 90px !important;
    margin-bottom: 10px !important;
    max-height: 32px !important;
}

div#footer-ikoneles .box-icon-wrapper.box-with-icon.box-icon-simple {
    width: 64px !important;
}

.stipriausi-lietuvoje img {
    max-width: 125px;
}
}

@media (max-width: 576px) {
	span.iksm-term__text {
    font-weight: 600 !important;
}

.vezejai-vidiniame img {
    padding-right: 10px !important;
}

/* Cart Shipping Zone */

.cart_totals tr.shipping>td, .cart_totals tr.shipping>th {
    display: block;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.cart_totals tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

.cart_totals ul#shipping_method {
    margin-top: 18px;
}

.cart_totals tr.woocommerce-shipping-totals.shipping td::before {
    display: none;
}

.cart_totals span.multiparcels-grid-display-text {
    margin-top: 6px !important;
}

/* #shipping_method input.shipping_method {
    top: 2px !important;
} */

/* Cart Shipping Zone End */

/* Checkout Review */

.checkout-order-review {
    padding: 13px;
}

/* Checkout Review End */

.product-grid-item .wd-entities-title {
    margin-bottom: 5px;
    font-size: 13px !important;
}

.woodmart-products-tabs .tabs-name>span {
    font-size: 19px;
}

.product-wrapper .price .amount {
    font-size: 16px !important;
}

.info-svg-wrapper.info-icon {
    width: 70px !important;
    margin-left: 5px;
}

.footer-bg-line .info-box-wrapper.inline-element .wd-wpb {
    margin-bottom: 0px !important;
}

.wpb_column.ket-ico-row.vc_column_container.vc_col-sm-3 {
    margin-bottom: 30px;
}

.wpb_text_column.wpb_content_element.footer-info-text {
    margin-bottom: 0px;
}

h3.wd-entities-title a {
    font-size: 15px;
	  line-height: normal;
}

.page-title .entry-title {
    font-size: 25px !important;
    padding: 10px 0px !important;
}

.wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: #50b289;
}

.wd-show-sidebar-btn.wd-action-btn.wd-style-text.wd-menu-icon.woodmart-show-sidebar-btn a {
    color: #d23d2c;
    letter-spacing: 0.01rem;
}

.page-title.page-title-default {
    margin-top: -30px;
}

.col-12.poduct-tabs-inner {
    padding: 0px 30px !important;
}

.wd-products-nav.woodmart-products-nav {
    display: none;
}

div#mobile-search-virteka {
    margin-top: -35px !important;
    margin-bottom: 25px;
}

div#fast-mobile-menu {
    margin-top: -35px;
}

/* Cookies */
	
	a.cc-btn.cc-dismiss.cc-btn-no-href {
		display: none;
	}
	
	a.cc-btn.cc-save.cc-show-settings.cc-btn-no-href,
	a.cc-btn.cc-save.cc-btn-no-href.cc-save-settings
	{
		width: 100% !important;
		height: 40px;
		line-height: 13px;
	}
	
/* Cookies end Responsive */

.widget_product_categories .product-categories li a {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 600;
}

.wd-shop-tools {
    margin-bottom: 20px;
}

.widget_product_categories .wd-cats-toggle {
    position: absolute;
    top: 8px;
    right: -40px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 32px;
}

.title-wrapper.wd-wpb.nuolat-augantis-asortimentas {
    padding: 60px 0px;
}

.paralax-rowsas h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 24px;
    color: white;
}

p.woocommerce-shipping-destination {
    text-align: left;
}

/* Paysera */

select#paysera_country {
    display: none;
}

.paysera-image img {
    max-height: 30px !important;
}

div.paysera-payments.grid .paysera-payment-method-label {
    display: flex !important;
}

div.paysera-payments.grid div.paysera-image {
    margin: 0 auto !important;
}

.payment_methods li img {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.payment_methods .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 0px 15px 15px 15px;
}

div.paysera-payments.grid div.payment {
    padding: 10px 0px !important;
}

.paysera-payment-method {
    width: 44%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    margin: 0px 7px;
}

label.paysera-payment-method-label {
    border: 2px solid transparent;
    width: auto !important;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -14px;
    margin-bottom: -8px;
    padding: 20px 12px;
}

.activePayseraPayment {
    border: 2px solid #50b289 !important;
}

span.paysera-text {
    display: none !important;
}

div.paysera-payments.grid input[type=radio] {
    display: none;
}

.payment-group-title {
    margin-bottom: 15px;
}

.wpb_column.mobile-menu-footer.vc_column_container.vc_col-sm-3 {
    margin-top: -50px;
}

.payment-group-title {
    margin-left: 7px;
}

div#lt_n26 img {
    max-height: 25px !important;
}

/* Paysera END */

/* Forminator fixes */
.iti__flag.iti__lt {
	background-position: -3041px 0 !important;
}

.wd-images-gallery.footer-atsiskaitymo-budai,
.wd-images-gallery.footer-pristatymo-budai {
    margin-top: 28px !important;
}

.wd-images-gallery.footer-atsiskaitymo-budai img {
        max-width: 90px !important;
        max-height: 20px !important;
        margin-bottom: 16px !important;
    }

.wd-images-gallery.footer-pristatymo-budai img {
    max-width: 90px !important;
    margin-bottom: 10px !important;
    max-height: 32px !important;
}

div#footer-ikoneles .box-icon-wrapper.box-with-icon.box-icon-simple {
    width: 64px !important;
}

.stipriausi-lietuvoje img {
    max-width: 125px;
}
}

