/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
.entry-summary-sidebar .variable.price {
    display: none;
}
.woocommerce .mf-single-product.mf-product-layout-3 .entry-summary-sidebar {
    padding: 0;
    background-color: inherit;
}
.woocommerce .mf-single-product.mf-product-layout-3 .entry-summary-sidebar > div {
    padding: 20px 30px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

#menu-shop-by-department > li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children.dropdown.hasmenu:hover,
#menu-shop-by-department > li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children.dropdown.hasmenu > ul > li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat:hover,
#menu-primary-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown.hasmenu:hover,
#menu-primary-menu > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown.hasmenu > ul > li.menu-item.menu-item-type-custom.menu-item-object-custom:hover {
    background-color: #a3d9e5;
}

div.pr-product-authors-list a {
    font-size: 14px;
}

body.shop-view-list div > div.mf-product-details > div.mf-product-details-hover > div.pr-product-authors-list {
    display: none;
}

body.shop-view-grid div > div.mf-product-details > div.mf-product-details-hover > div > a:nth-child(2),
body.shop-view-grid div > div.mf-product-details > div.mf-product-content > div.pr-product-authors-list > a:nth-child(2),
div.mf-products-carousel div.mf-product-details > div.mf-product-details-hover > div > a:nth-child(2),
div.mf-products-carousel div.mf-product-details > div.mf-product-content > div > a:nth-child(2) {
    white-space: nowrap;
}

label.payment-label {
    width:100%;
}

label.payment-label > p {
    margin-bottom: 1px;
    width:100%;
}

.woocommerce-checkout #payment ul.payment_methods > li > label:before  {
    top: 7px;
}

.woocommerce-checkout #payment ul.payment_methods > li > label > img  {
    margin-left: 0;
}

#ch-plashtane-pri-dostavka {
	height: 30px;
}

#ch-borika-logo-png-transparent {
	height: 48px;
}

.woocommerce.shop-view-list ul.products:not(.slick-slider) li.product .mf-product-details .mf-product-price-box .compare-button {
    display: none;
}

/* Product page tabs - annotation & properties */

#tab-additional_information > div > h2 {
    display: none;
}

div.mf-woo-tabs.wc-tabs-wrapper h3.tab-title{
    border-bottom: 1px solid #e1e1e1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(225, 225, 225);
    padding-bottom: 9px;
    font-size: 21px;
}

div.mf-woo-tabs.wc-tabs-wrapper h3.tab-title span{
    padding-bottom: 6px;
    border-bottom: 3px solid  #fe932e;
}

div.product-summary-content div.mf-woo-tabs.wc-tabs-wrapper {
    margin-bottom: 30px;
}

div.product-summary-content div.mf-woo-tabs.wc-tabs-wrapper h3 {
    text-align: center;
}

/* End Product page tabs - annotation & properties */



/* Mini Cart content */

.site-header .extras-menu .menu-item-cart .mini-cart-content {
    min-width: 460px;
}

/* End Mini Cart content */



/* Prosveta alert */

div#prosveta-alert-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 11;
}

div#prosveta-alert-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 12;
}

div#prosveta-alert {
    position: relative;
    margin: 0 auto;
    width: 40%;
    border-radius: 5px;
    top: 40%;
    padding: 5px;
    background-color: #f1f1f1;
    border: 1px solid #d2d2d2;
}

div#prosveta-alert button {
    display: block;
    float: right;
    border: 0px;
    background-color: transparent;
    color: red;
    font-size: 16px;
}

div#prosveta-alert-message {
    float: left;
    width: 100%;
    color: #1d1d1d;
    padding: 10px;
}

/* End Prosveta alert */



/* Toltips style */
.martfury-tooltip.ui-tooltip,
.martfury-tooltip {
    background: transparent;
}
.martfury-tooltip div.ui-tooltip-content {
    background-color: #f1f1f1;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    color: #1d1d1d;
    white-space: pre-line;
    padding-top: 10px;
    padding-bottom: 10px;
}

.martfury-tooltip div.ui-tooltip-content::after {
    border-color: #d2d2d2 transparent;
}

/* End Toltips style */



/* Profile menu */

div.entry-content > div.woocommerce > nav > ul > li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #e3e3e3;
}

/* End Profile menu */




header.site-header.header-dark,
.sticky-header.header-layout-3 .site-header.minimized .mobile-menu,
.sticky-header.header-layout-4 .site-header.minimized .mobile-menu,
header-mobile-v1 header-mobile-v2,
.header-layout-3 .site-header div.header-main,
.primary-mobile-nav div.mobile-nav-header {
    background-color: #7fcbdb;
}

.mf-navigation-mobile .navigation-icon.active {
    color: #7fcbdb;
}

.site-header .extras-menu > li > a {
    color: #225a82;
}

.site-header.header-dark .extras-menu > li > a > .mini-item-counter {
    background-color: #225a82;
}

section.woocommerce-customer-details p.woocommerce-customer-details {
    margin-bottom: 0;
}

/* Header account menu */
.site-header .extras-menu .menu-item-account > ul {
    min-width: 350px;
}

.site-header .extras-menu .menu-item-account > ul > li:first-child  {
    padding-top: 20px;
}

.site-header .extras-menu .menu-item-account > ul > li:last-child  {
    padding-bottom: 20px;
}

li.login-e-prosveta-separator > span {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 12px 0;
    grid-gap: 12px;
	color: #204a9e;
}

li.login-e-prosveta-separator > span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid black;
}
li.login-e-prosveta-separator > span:after {
    content: " ";
    display: block;
    border-bottom: 1px solid black;
}

.site-header .extras-menu .menu-item-account > ul > li.e-prosveta-account-menu-item > a {
    border-bottom-width: 0px;
}

/* End Header account menu */



/* Thank you page */

p.woocommerce-notice.woocommerce-notice--success.woocommerce-confirm-order-message {
    color: red;
}

/* End Thank you page */

/* Products list hide price of downloadable products */

li.product_tag-bezplatni-materiali span.price {
    display: none !important;
}

/* Products list hide price of downloadable products */

div#payment.woocommerce-checkout-payment > h4 {
    margin:0px;
    padding: 30px;
    padding-bottom: 0px;
    border: 1px solid #bfbfbf;
    border-bottom: 0px;
    border-top: none;
    background-color: #f6f6f6;
    font-weight: bold;
}

/* Hack - Hide 'Quick view' cart button from message box */
div > div > div > div > section > div > div > div > div > div > div > div > div > div > div.woocommerce-notices-wrapper > div > a {
	display: none !important;
}

/* Hack - Hide 'Edit title' in wishlist */
#yith-wcwl-form > div.wishlist-title.wishlist-title-with-form > a {
	display: none;
}

#account-menu-logo-svg {
	background-color: #F8A84B;
	width: 300px;
	height: 50px;
	padding-top: -5px;
	padding-bottom: 5px;
}

/* Strikeout in mobile view cart for discount */
.woocommerce table.shop_table td div.awdr_cart_strikeout_line > del {
	display: inline;
}

div.awdr_cart_strikeout_line > del > span.woocommerce-Price-amount.amount {
	text-decoration: line-through;
}

/* Cart in checkout page */
body.woocommerce-checkout.woocommerce-cart .prosveta-cart table.shop_table tr.cart_item td {
	display: table-cell;
}

body.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table {

    border-bottom: 1px solid #bfbfbf;
    background-color: white;
}

.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td {
	padding-left: 12px;
	padding-right: 12px;
}

.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td {
	padding-left: 12px;
	padding-right: 12px;
}

/* mobile version cart in checkout */
.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td {
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}

@media (max-width: 991px) {
	body.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-thumbnail,
	body.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-price,
	body.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-subtotal,
	body.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-remove {
		display: none;
	}

	.woocommerce-cart .woocommerce div.prosveta-cart table.cart .btn-shop, .woocommerce-cart .woocommerce div.prosveta-cart table.cart .empty-cart-button {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 760px) {
	.woocommerce-cart .woocommerce div.prosveta-cart table.cart .btn-shop,
	.woocommerce-cart .woocommerce div.prosveta-cart table.cart .empty-cart-button,
	.woocommerce-cart .woocommerce div.prosveta-cart table.cart .btn-update {
		width: 100%;
		margin-top: 2px;
	}

	.woocommerce-cart .woocommerce table.cart .btn-update:before {
		position: relative;
		left: -5px;
		top: 25%;
	}
}

.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-thumbnail,
.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-price,
.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-subtotal,
.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-remove {
	display: none;
}


.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-quantity {
	border-bottom: 1px solid rgb(214, 214, 214);
}


.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td.product-quantity {
	display: flex;
	padding: 20px 0 30px;
    width: 100%;
}

.mobile-version.woocommerce-checkout.woocommerce-cart .prosveta-cart form.woocommerce-cart-form table.shop_table a.btn-shop {
	padding-left: 0px;
	padding-right: 0px;
}

.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td div.awdr_cart_strikeout_line del,
.woocommerce-checkout.woocommerce-cart .prosveta-cart form.checkout_cart table.shop_table .cart_item td div.awdr_cart_strikeout_line ins {
	white-space: nowrap;
}

div.mini-cart-content a.button.wc-forward {
	display: none;
}

div.mini-cart-content a.button.checkout.wc-forward {
	display: block;
	width: 100%;
	margin-left: 0px;
}

.woocommerce-checkout form.checkout .woocommerce-form__label > span.woocommerce-terms-and-conditions-checkbox-text:before {
	color: black;
}

.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label > span.green-before:before {
	color: limegreen;
}

.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label > span.red-before:before {
	color: red;
}
.woocommerce-checkout form.checkout .coupon-agreement-checkbox .woocommerce-form__label > span.green-before:before {
    color: limegreen;
}

.woocommerce-checkout form.checkout .coupon-agreement-checkbox .woocommerce-form__label > span.red-before:before {
    color: red;
}
.woocommerce form .form-row.coupon-agreement-checkbox {
    margin-left: 5px;
}
.woocommerce form .form-row.coupon-agreement-checkbox abbr {
    display: none;
}

table.shop_table tr a.btn-shop {
	display: block;
	float: left;
}

body.mobile-version .woocommerce table.cart .btn-shop {
	font-weight: normal;
}

body.mobile-version .woocommerce table.cart .btn-shop i {
	padding-right: 0px;
}

a.downloadable-product-link {
	float: left;
}



/* Header fixed */

/* header#site-header.minimized .main-menu {
	position: fixed;
    width: 100%;
    z-index: 100;
    top: 123px;
}

header#site-header.minimized .main-menu h2.cats-menu-title,
header#site-header.minimized .main-menu h2.cats-menu-title a.text {
	color: white;
}

header#site-header.minimized .products-cats-menu.open .toggle-product-cats {
	opacity: 0;
}

header#site-header.minimized .main-menu div.toggle-product-cats.nav {

}

products-cats-menu open */

/* End Header fixed */




body.hide-notifyjs div.notifyjs-corner{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

	display: none;
}

/* Login button */
.site-header .extras-menu .menu-item-account > ul li.e-prosveta-e-books a:hover,
.site-header .extras-menu .menu-item-account > ul li.e-prosveta-e-books a,
.menu-item-account > ul li.e-prosveta-e-books a:hover,
.menu-item-account > ul li.e-prosveta-e-books a {
	background-color: #204a9e;
	border:1px solid #204a9e;
	color: #fff;
	display:inline-block;
	width: 300px;
	height: 47px;
}

.site-header .extras-menu .menu-item-account > ul li.e-prosveta-e-books a span,
.menu-item-account > ul li.e-prosveta-e-books a span {
	display: block;
	margin-left: 40px;
	height: 47px;
}

.site-header .extras-menu .menu-item-account > ul li.e-prosveta-e-books a span svg,
.menu-item-account > ul li.e-prosveta-e-books a span svg {
	display:block;
	float: left;
	width: 47px;
	height: 47px;
}

.site-header .extras-menu .menu-item-account > ul li.e-prosveta-e-books a span span,
.menu-item-account > ul li.e-prosveta-e-books a span span {
	display:block;
	float: left;
	font-family: 'Roboto';
	padding-top: 18px;
	font-weight: 400;
	margin-left: 10px;
}
/* End Login button */

.mf-catalog-layout-10 .page-header-catalog .page-title .entry-title {
    line-height: 19px !important;
    text-indent: initial !important;
}

.hide-title {
    display: none !important;
}

.variable-quantity-container {
  clear: both;
    padding-top: 25px;
}

.btn-demo {
    font-size: 18px !important;
    min-width: 200px !important;
    border-radius: 3px !important;
    margin-top: 1px !important;
    margin-left: 5px !important;
    height: 52px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 52px !important;
    background-color: #fcb800 !important;
}

fieldset.variable-container .single_add_to_cart_button {
    font-weight:bold!important;
    color:white;
    background-color: #F6921E;
    margin-top: 10px;
    padding: 0;
    transition: all .2s;
    box-shadow: 0 10px 20px rgb(246 146 30 / 18%);

}

fieldset.variable-container {
    display: inline-block !important;
    border: 2px solid #f5921e;
    border-radius: 10px;
}


.variables-container {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    justify-content: space-between;
}

.demo-svg {
    width: 40px;
}

.demo-link {
    float: right;
}

.stock {
    margin-bottom: 17px;
    width: 100%;
}

.in-stock, .out-of-stock {
    margin-left: 10px;
}
.variable-price-container {
    font-size: 22px;
    font-weight: bold;
    color: #f6921d;
}
.digital-price {
    font-size: 16px !important;
    font-weight: normal;
    color: #1d1d1d;
}

.sku {
    margin-bottom: 10px;
}

.stock-elektro {
    margin-bottom: -2px;
}
.e-prosveta-svg {
    width: 160px;
    margin-bottom:5px;
}


.woocommerce div.product .product_title {
	font-size: 2em;
}

.woocommerce div.product span.price ins, .woocommerce div.product p.price ins {
	font-size: 1em;
    color: #f6921d;
}

.woocommerce ul.products li.product .price ins {
	color: #f6921d;
	font-weight: bold;
}
.entry-content h2, .woocommerce div.product .woocommerce-tabs .panel h2 {
	 color: #032f87 !important;
    font-size: 1.6em;
}

.woocommerce div.product span.price del, .woocommerce div.product p.price del {
	    font-size: .6em;
}

.digital-annotation-logo {
    text-align: center;
    width: 300px;
    padding-bottom: 20px;
    padding-top: 40px;
    margin: 0 auto;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
	height: 50px;
	font-weight: 400 !important;
	width: 175px;
	font-size: 23px;
	background-color: #F6921E;
	color: white;
	margin-top: 10px;
	padding: 0;
	transition: all .2s;
	box-shadow: 0 10px 20px rgb(246 146 30 / 18%);
}
.e-prosveta-svg {
    width: 160px;
    margin-bottom: 25px;
    margin-top: 5px;
}

fieldset.variable-container label {
    font-size: 1.2em;
    font-weight: bold;
    color: #012f87;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a .yith-wcwl-icon {
	margin-bottom: 20px;
}
h2.variation-description-title {
    display: block !important;
}
.awdr_cart_strikeout_line {
    color: black;
}
.mf-wishlist-button {
    float: right;
    margin-right: 120px;
}
.woocommerce ul.products li.product .price .amount + .amount {
  padding-left: 0;
}

/***** START Double prices *****/
.woocommerce div.product p.price .woocommerce-Price-amount:last-child {
  padding-left: 0;
}
.woocommerce div.product p.price {
  font-size: 26px !important;
}
.woocommerce div.product p.price del {
    font-size: .8em !important;
}
.woocommerce div.product p.price .woocommerce-Price-amount:first-child {
    padding-right: 0;
}
.variable-price-container del {
  color: #666;
  font-size: .8em;
  display: block;
}
.variable-price-container ins {
  margin-left: -5px;
}
div.price-and-add-to-cart p.price {
  width: 45% !important;
}
div.price-and-add-to-cart form.cart {
  width: 55% !important;
}
.woocommerce-cart-form ins {
  display: block;
}
.elementor-menu-cart__product-price.product-price {
  margin-top: -20px;
}
.elementor-menu-cart__product-price.product-price ins {
  display: block;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity {
  width: 100px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-subtotal {
  width: 200px !important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-price {
  white-space: nowrap;
}
#checkout-bg-eurozone-text {
  margin-bottom:10px;
}
#checkout-bg-eurozone-text h3 {
  margin-bottom:10px;
}
/***** END Double prices *****/
