
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
:root {
    --global--color-dark-gray: #232323 !important;
    --button--color-text: #232323 !important;
    --global--color-background: whitesmoke !important;
}
.site .button:not(:hover):not(:active):not(.has-text-color, .ui-button), button:not(:hover):not(:active):not(.has-text-color, .ui-button ), input[type=submit]:not(:hover):not(:active):not(.has-text-color, .ui-button ), input[type=reset]:not(:hover):not(:active):not(.has-text-color), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
    color: #232323;
}
body * {
    font-family: 'Roboto', sans-serif;
    transition: all .3s linear; 
}

body[class*="woocommerce"] a {
    color: #232323;
}
*:focus-visible {
    outline: none !important;
}
body[class*="woocommerce"] .orderby {
	cursor: pointer;
}
body[class*="woocommerce"] .site-header.has-logo.has-title-and-tagline {
	padding-bottom: 0;
	justify-content: center;
	
	background-color: #228263;
    background-image: linear-gradient(to right, #A5D1BC, transparent), url(/wp-content/uploads/sites/29/2022/10/Mask-map.png);
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
	
	margin: 0;
	max-width: 100%;
	
	margin-bottom: 40px;
}
body[class*="woocommerce"] .site-header.has-logo.has-title-and-tagline:hover .site-logo {
    transform: scale(1.01);
    transition: all .4s ease-in-out;
} 
body[class*="woocommerce"] .content-area .site-main {
	padding: 0;
}
body[class*="woocommerce"] .site-header {
	flex-direction: row;
}
body[class*="woocommerce"] .site-header > div {
	width: auto !important;
}
body[class*="woocommerce"] .site-header.has-logo > .site-logo {
	text-align: unset;
}
body[class*="woocommerce"] .site-header > .site-logo {
	border-bottom: none !important;
}
body[class*="woocommerce"] .site-header > .site-branding {
	padding-left: 25px;
	padding-bottom: calc(var(--global--spacing-vertical) * 1.5);
}
body[class*="woocommerce"] .custom-logo {
	min-height: 200px;
	min-width: 200px;
}
body[class*="woocommerce"] .woocommerce-products-header__title {
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 50px;
}

body[class*="woocommerce"] .site-main > * {
    margin-top: calc(3 * var(--global--spacing-vertical));
    margin-bottom: var(--global--spacing-vertical);
}
body[class*="woocommerce"] .woocommerce-result-count {
	order: 1;
    margin: 0!important;
	float: unset !important;
}
body[class*="woocommerce"] .woocommerce-ordering {
	float: unset !important;
	order: 2;
}
body[class*="woocommerce"] ul.products li.product .woocommerce-loop-product__title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
    text-align: center;
    padding: 10px;
}

body[class*="woocommerce"] ul.products li.product .price,
body[class*="woocommerce"] ul.products li.product .price * {
	font-weight: 500;
    color: #E30133;
    text-align: center;
}
body[class*="woocommerce"] ul.products li.product:hover .price,
body[class*="woocommerce"] ul.products li.product:hover .price *, 
body[class*="woocommerce"] ul.products li.product:hover .woocommerce-loop-product__title {
    color: #E30133;
}
body[class*="woocommerce"] ul.products li.product:hover {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
body[class*="woocommerce"] ul.products li.product:hover img {
    box-shadow: rgb(255, 255, 255) 0px 20px 20px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
body[class*="woocommerce"] aside.widget-area {
	padding-bottom: calc(2.4 * var(--global--spacing-vertical)) !important;
}
body[class*="woocommerce"] .content-area .site-main {
	padding-bottom: 2rem;
	border-bottom: 3px solid var(--global--color-border);
}
body[class*="woocommerce"] section {
	padding-top: 0;
}
footer {
	display: none !important;
}

img:hover, img:focus-visible, img:focus, img:visited, img:target, img:active, img:focus-within, 
a:hover, a:focus-visible, a:focus, a:visited, a:target, a:active, a:focus-within,
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], 
.site textarea {
	border: none;
	outline: none !important;
	text-decoration-thickness: 0 !important;
    text-underline-offset: 0 !important;
    text-decoration: none !important;
    background: none;
}
.login input[type=text],
.login input[type=password]{
    border: none!important;
}
body[class*="woocommerce"] .tabs.wc-tabs {
    border-bottom: none;
}
body[class*="woocommerce"] .wc-tabs-wrapper .wc-tab > h2{
    display: none;
}
body[class*="woocommerce"] .woocommerce-cart-form button[name="apply_coupon"],
body[class*="woocommerce"] .woocommerce-cart-form button[name="update_cart"],
body[class*="woocommerce"] button[name="woocommerce_checkout_place_order"],
body[class*="woocommerce"] button[name="apply_coupon"],
input#coupon_code,
body[class*="woocommerce"] .input-text,
body[class*="woocommerce"] .wp-block-search .wp-block-search__input,
body[class*="woocommerce"] .wp-block-search .wp-block-search__button,
body[class*="woocommerce"] .cart .single_add_to_cart_button,
body[class*="woocommerce"] .add_to_cart_button {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: whitesmoke !important;
    color: #232323 !important;
}
body[class*="woocommerce"] .input-text,
input#coupon_code,
body[class*="woocommerce"] .woocommerce-cart-form button[name="apply_coupon"],
body[class*="woocommerce"] .woocommerce-cart-form button[name="update_cart"],
body[class*="woocommerce"] button[name="woocommerce_checkout_place_order"],
body[class*="woocommerce"] button[name="apply_coupon"] {
    padding: var(--button--padding-vertical) var(--button--padding-horizontal);
    font-size: var(--button--font-size);
    padding-top: var(--form--spacing-unit)!important;
    padding-bottom: var(--form--spacing-unit)!important;
    border: 3px solid transparent !important;
    transition: all .3s linear;
}
body[class*="woocommerce"] .input-text {
    text-align: center;
}
body[class*="woocommerce"] .input-text.qty {
    box-shadow: none;
    border: 3px solid #232323 !important;
    max-width: 55px;
    padding: 10px;
    text-align: center;
}
body[class*="woocommerce"] .product-quantity {
    text-align: center;
}
body[class*="woocommerce"] .product-quantity > .quantity {
    display: flex;
    justify-content: center;
}
body[class*="woocommerce"] input#coupon_code {
    font-size: 14px;
}
body[class*="woocommerce"] .wp-block-search .wp-block-search__button {
    margin-left: 10px;
}
body[class*="woocommerce"] .description_tab,
body[class*="woocommerce"] .additional_information_tab,
body[class*="woocommerce"] .woocommerce_events_tab {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
body[class*="woocommerce"] .description_tab.active a,
body[class*="woocommerce"] .additional_information_tab.active a,
body[class*="woocommerce"] .woocommerce_events_tab.active a {
    color: #E30133 !important;
}
body[class*="woocommerce"] .description_tab.active,
body[class*="woocommerce"] .additional_information_tab.active,
body[class*="woocommerce"] .woocommerce_events_tab.active {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
body[class*="woocommerce"] .add_to_cart_button {
    border: 3px solid transparent !important;
    align-self: center;
    margin-bottom: 13px;
}
body[class*="woocommerce"] .woocommerce-cart-form button[name="apply_coupon"]:hover,
body[class*="woocommerce"] .woocommerce-cart-form button[name="update_cart"]:hover,
body[class*="woocommerce"] button[name="apply_coupon"],
body[class*="woocommerce"] button[name="woocommerce_checkout_place_order"]:hover,
body[class*="woocommerce"] .add_to_cart_button:hover {
    border: 3px solid #232323 !important;
    color: #E30133 !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: all .3s linear;
}
body[class*="woocommerce"] a {
	text-underline-offset: 0;
	text-decoration-thickness: 0;
	border: none !important;
	outline: none !important;
    background: none !important;
    text-decoration: none !important;
}

body[class*="woocommerce"] a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}
body[class*="woocommerce"] header.woocommerce-products-header {
	border: none !important;
    margin-bottom: 0;
}
body[class*="woocommerce"] .site-title,
body[class*="woocommerce"] .site-title > a,
body[class*="woocommerce"] .site-title a:hover,
body[class*="woocommerce"] .site-title a:link, body[class*="woocommerce"] .site-title a:visited, body[class*="woocommerce"] .site-title a:active {
	color: whitesmoke !important;
	text-decoration: none !important;
	background: none;
	text-decoration-style: unset;
    text-decoration-skip-ink: none;
}

body[class*="woocommerce"] .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
body[class*="woocommerce"] .price:focus {
    color: #232323;
	background: none;
}
body[class*="woocommerce"] .related.products ul.products {
    justify-content: space-between;
}
body[class*="woocommerce"] .related.products ul.products > li {
    margin: 30px 0 30px 0;
}
body[class*="woocommerce"] .related.products ul.products::after, 
body[class*="woocommerce"] .related.products ul.products::before, 
body[class*="woocommerce"] .related.products ul.products::after, 
body[class*="woocommerce"] .related.products ul.products::before {
    content: unset;
}

body[class*="woocommerce"] h1.entry-title:not(.product_title),
body[class*="woocommerce"] h1:not(.site-title), 
body[class*="woocommerce"] .related.products > h2 {		
	font-size: 30px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: whitesmoke !important;
}
body[class*="woocommerce"] h1.entry-title:not(.product_title),
body[class*="woocommerce"] .singular .entry-header, 
body[class*="woocommerce"] h1.page-title, 
body[class*="woocommerce"] .related.products > h2 {
	padding: 20px;
	margin: 0;
	max-width: 100%;
	border: none;
		
    background-image: linear-gradient(to right, #228263, transparent), url(/wp-content/uploads/sites/29/2022/10/meszkoneline-1.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;

    cursor: default;
}

body[class*="woocommerce"] .woocommerce-result-count {
	cursor: default;
    font-weight: 500;
}

body[class*="woocommerce"] .site-branding .site-title a, 
body[class*="woocommerce"] .site-branding .site-description, 
body[class*="woocommerce"] .site-title {
    font-size: 35px;
    font-weight: 700 !important;
    color: whitesmoke;
    cursor: default;
}
body[class*="woocommerce"] .site-branding .site-description {
    font-size: 28px;
    text-transform: uppercase;
}
body[class*="woocommerce"] .woocommerce-loop-product__link:hover a {
    color:rgb(34, 130, 99);
}
body[class*="woocommerce"] #content div.product div.summary {
    background-image: linear-gradient(to right, rgba(34, 130, 99, .4),rgba(34, 130, 99, .8),rgba(34, 130, 99, .97)),url(/wp-content/uploads/sites/29/2022/10/logo_BW.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0;
    padding: 3rem;
    border-radius: 10px;
}
body[class*="woocommerce"] #content div.product .product_meta,
body[class*="woocommerce"] #content div.product .product_meta *,
body[class*="woocommerce"] #content div.product div.summary > p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    color: whitesmoke;
}
body[class*="woocommerce"] .added_to_cart,
body[class*="woocommerce"] #content div.product .product_meta,
body[class*="woocommerce"] #content div.product .product_meta * {
    font-size: 14px;
}
body[class*="woocommerce"] .added_to_cart {
    text-transform: uppercase;
    align-self: center;
    font-weight: 500;
}
body[class*="woocommerce"] ul.products li.product img.attachment-woocommerce_thumbnail, body[class*="woocommerce"] ul.products li.product img.woocommerce-placeholder,
body[class*="woocommerce"] #content .woocommerce-product-gallery img {
    max-width: unset !important;
    border-radius: 10px;
}
body[class*="woocommerce"] #content .woocommerce-product-gallery ol {
    padding-left: 0;
}
body[class*="woocommerce"] #content .woocommerce-product-gallery__trigger {
    padding: 5px;
    background: rgba(0,0,0,0.5) !important;
    border-radius: 20px;
}
body[class*="woocommerce"] #content .woocommerce-product-gallery__trigger:hover {
    transform: scale(1.2);
}

.wc-tab > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    margin: 0 !important;
}

/*RESPO*/

@media only screen and (min-width: 1024px) {
	body[class*="woocommerce"] aside.widget-area {
        max-width: 1600px;
		margin: 0 auto;
        padding: 0 6vw;
	}
}
@media only screen and (min-width: 600px) {
	body[class*="woocommerce"] .woocommerce-products-header {
	padding-bottom: 0;
	}
}
@media only screen and (min-width: 482px) {
	body[class*="woocommerce"] .site-header.has-logo .site-branding:last-child {
		text-align: unset;
	}
}
@-moz-document url-prefix() {
   .woocommerce-checkout #date_of_birth_field span{
        position: relative;
    }
    .woocommerce-checkout #date_of_birth_field span::before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        z-index: 10;
    } 
}

