/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-popup-modal:not([style="display: none;"]) {
    transition: all .3s;
    opacity: 1!important;}

div.elementor-popup-modal[style="display: none;"] {
    transition: all .3s;
    opacity: 0;
    display: flex!important;
    z-index: -5;}

.elementor-popup-modal[style="display: none;"]>div {display:none}
.elementor-popup-modal{-webkit-animation:fade-in-by-marks .5s cubic-bezier(.39,.575,.565,1.000);animation:fade-in-by-marks .5s cubic-bezier(.39,.575,.565,1.000)}
@-webkit-keyframes fade-in-by-marks{0%{opacity:0}100%{opacity:1}}@keyframes fade-in-by-marks{0%{opacity:0}100%{opacity:1}} 


.headerm:hover {
    background-color:white;
}

/*quantity buttons*/
button.quantity-minus, button.quantity-plus {
    padding: 0px 3px !important;
}

/* Hide spinner controls in modern browsers */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none!important;
  margin: 0;
}

.quantity input[type="number"] {
  -moz-appearance: textfield!important; 
}

button.quantity-plus, button.quantity-minus {
    margin-left: 0 !important;
	background-color: transparent !important;
	color:#393939!important;
	font-size: 22px !important;
}

.woocommerce .quantity .qty {
    border: none !important;
	font-family: objektiv;
    font-size: 13px;
}

.quantity input[type="number"]{
	border:none!important;
}

.elementor-element.elementor-element-121a57f.productcard.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded{
    overflow:hidden!important;
}

/* Hide Add to Cart and quantity selector initially */

@media screen and (min-width: 1020px){
	.add-to-cart-section {
  position: absolute;
  bottom: -100px; /* Adjust based on your layout */
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  text-align: center;
  transition: bottom 0.2s ease-in-out; /* Smooth slide effect */
  z-index: 10;
}
	
}
/* Make the Add to Cart section visible on hover */
.productcard:hover .add-to-cart-section {
  bottom: 0; 
}

.elementor-menu-cart__product-quantity.quantity{
	border: 1px solid #ddd;
    border-radius: 5px;
	width: 100px!important;
}
button.quantity-minus{
	border:none!important;
}
 button.quantity-plus{
	border:none!important;
}
.quantity{
	border:1px solid #ddd;
	border-radius:5px;
}
/* Styling for quantity buttons */
.quantity-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.quantity-control button {
  width: 30px;
  height: 30px;
  background: #ddd;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.quantity-control input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px;
}

.add-to-cart-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
}

.product-details, .product-image{
    transition:transform 0.2s ease-in-out;
}
@media screen and (min-width: 1020px){
.productcard:hover .product-details{
    transform: translateY(-50px); 
}
}

@media screen and (min-width: 1020px){
.productcard:hover .product-image{
    transform:translateY(-20px);
}
}

@media screen and (max-width:800px){
	.elementor-swiper-button{
		display:none!important;
	}
}


.elementor-156 .elementor-element.elementor-element-0febe48 .swiper-slide > .elementor-element {
  height: 100%;
  width: auto;
}


.woocommerce div.product div.images .flex-control-thumbs li{
	width:100%!important;
	justify-items: flex-end;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	height: auto ! Important;
    border-radius: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {

    border: 1px solid #393939;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: visible;

}

.woocommerce-product-gallery__image.flex-active-slide {
    border-radius: 10px;
	overflow:hidden;
}
.woocommerce div.product div.images img {
    height: 620px;
    object-fit: cover;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	border-bottom-style:solid;
	border-bottom-width:2px;
    border-bottom-color:#B3848F;
	
}
.woocommerce div.product.elementor ul.tabs li{
	border-bottom-style:solid;
	border-bottom-width:2px;
    border-bottom-color:#B3848F;
}

li#tab-title-description, li#tab-title-awp-dydziu-lentele, li#tab-title-reviews{
	border-style:none;
}

li#tab-title-custom_tab_0 {
    border: none;
}

li#tab-title-custom_tab_1 {
    border: none;
}

/* Ensure the gallery layout stays intact */
.single-product div.product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse; /* Thumbnails on the left, main image on the right */
    align-items: flex-start; /* Align items at the top */
}

/* Main product image styling */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    flex: 3; /* Main image takes up 3 parts of the space */
    margin-left: 15px; /* Add some spacing between the main image and thumbnails */
}

/* Thumbnails column styling */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    flex: 1; /* Thumbnails take up 1 part of the space */
    display: flex;
    flex-direction: column; /* Arrange thumbnails vertically */
    align-items: center; /* Center thumbnails in the column */
    gap: 15px; /* Adjust spacing between thumbnails */
	border-radius:15px;
}

/* Thumbnail image styling */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: auto; 
    max-width: 70%; 
    height: 70%; 
    margin: 0; 
    padding: 0;
    cursor: pointer; 
}


@media screen and (max-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        flex-direction: column; 
    }

    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        width: 100%; 
        margin: 0;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        flex-direction: row; 
        overflow-x: auto;
        gap: 10px; 
      
    }
	
	.woocommerce div.product div.images img {
    max-height:370px!important;
	height:auto!important;
    object-fit: contain;
}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
		max-width:100%!important;
	}
	
	.woocommerce div.product div.images {
     margin-bottom: 0em;
}
	
	.woocommerce div.product div.images .flex-control-thumbs {
    margin-top:10px;
}
	.woocommerce-tab-content h2 {
    font-size: 18px ! Important;
}
}

li#tab-title-custom_tab_2 {
    border: none;
}

.woocommerce-tab-content {
    font-family: 'Objektiv';
}

summary.e-n-accordion-item-title {
    border-top: none !important;
    border-left: none ! Important;
    border-right: none !important;
}

.privalumaih3{
	font-size:19px;
	font-family:'objektiv';
	color:#B3848F;
	font-weight:600;
	
}

.privalumai-content {
    font-family: objektiv;
}

.single_add_to_cart_button .regular-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 5px; 
}

a .regular-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 5px; /* Optional: Add spacing between sale and regular prices */
}

form.cart.e-loop-add-to-cart-form{
	width:100%!important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	width:80%!Important;
}

a.added_to_cart.wc-forward{
display:none!important;
}

option {

    background-color: #fff6f7;
    margin-top: 10px !important;
}

.elementor-19 .elementor-element.elementor-element-a436940 .elementor-menu-cart__subtotal{
	display:flex;
	justify-content:space-between;
	
}
.elementor-menu-cart__products{
	height:100%!Important;
	max-height:calc(104vh - 250px)!Important;
}

.woocommerce ul.products li.product .button{
	bottom:130px;
}
.elementor-menu-cart__main {
    width: 35%;
}

.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    border: 1px solid #39393945;
    margin-bottom: 10px;
    border-radius: 10px;
	padding:10px 10px;
}



.elementor-menu-cart__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}


.elementor-menu-cart__product-image img {
    width: 50px;
    height: auto;
    margin-right: 15px;
}


.elementor-menu-cart__product-details {
    flex: 1;
    margin-right: 20px;
}
.elementor-menu-cart__product-name {
    font-size: 14px;
    font-weight: bold;
}
.elementor-menu-cart__product-price {
    font-size: 14px;
    color: #777;
}


.elementor-menu-cart__product-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}


.quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}
.quantity button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}
.quantity button:hover {
    background-color: #e0e0e0;
}
.quantity input {
    width: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 5px;
}


.remove {
    color: #e74c3c;
    font-size: 16px;
}
.remove:hover {
    text-decoration: underline!important;
}

.elementor-menu-cart__product-image{
	width:auto!important;
}

.elementor-menu-cart__product-name, .elementor-menu-cart__product-price{
	padding-left:15px!important;
}


a.remove.remove_from_cart_button {
    position: absolute!important;
	font-family:'objektiv'!important;
	font-weight:500!important;
    top: -8px!important;
    right: 0!important;
    font-size: 13px!important;
    color: #393939!important;
    padding:10px 5px!important;
}

.cart-offer-products .elementor-menu-cart__product{
    padding: 10px;
}

.cart-offer-products .elementor-menu-cart__product-name{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.cart-offer-products .elementor-menu-cart__product-actions{
    border: 1px solid #393939;
  border-radius: 5px;
  width: 30%;
	justify-content: center;
	overflow:hidden;
}

.cart-offer-products .elementor-menu-cart__product-actions a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    width: 100% !important;
  text-align: center!important;
  color: #393939!important;
  font-size: 13px!important;
  padding: 4px!important;
  font-family:'objektiv'!important;
	background-color:white;
	font-weight:500!important;
	cursor:pointer;
}
.cart-offer-products .elementor-menu-cart__product-actions a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
	background-color:#393939!important;
}

.cart-offer-products .elementor-menu-cart__product-actions:hover{
	background-color:#393939!important;
}

.cart-offer-products .elementor-menu-cart__product-actions:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	color:white!important;
}

.cart-offer-products p {
    font-family: 'Objektiv';
}

.elementor-menu-cart__subtotal {
    display: flex;
    justify-content: space-between;
}



.wp-block-woocommerce-cart.alignwide {
    background-color: #ffff;
    padding: 15px 5px;
}
.wc-block-components-product-metadata__description {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper, .wp-block-woocommerce-cart-order-summary-totals-block {
    display: none;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #393939;
    color: white;
    border-radius: 5px;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
	text-align:center!important;
}

/* Reset styles only for .woocommerce a.remove */
.woocommerce a.remove {
    all: unset;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
	cursor:pointer!important;
}
.woocommerce a.remove:hover {
    all: unset;
	color:#393939!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button{
	all:unset;
}

@media screen and (min-width:1200px){
	.e-cart__column-inner.e-sticky-right-column {
    margin-top: -110px;
}
}

@media screen and (max-width:900px){
	.elementor-menu-cart__main{
		width:90vw;
	}
}


.productcard.e-flex.e-con-boxed.e-con.e-parent {
    height: 99%;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    cursor: pointer;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	padding-left: 20px;
    background-color: #ffffff;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    color: #393939;
    border-color: #393939;
	font-family:'objektiv';
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #393939;
	color:white;
    border-color: #393939;
}

.wc-block-components-sidebar-layout .wc-block-components-main {

    font-family: 'objektiv';
}

.wp-block-woocommerce-checkout-order-summary-block {
    font-family: 'objektiv';
}

span.wc-block-components-shipping-address {
    display: none !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    color: #393939;
    border-color: #393939;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    color: white;
    border-color: #393939;
	background-color:#393939;
}


button.single_add_to_cart_button.button.alt.added {
    cursor: pointer;
}

span.onsale {
    position: absolute!important;
    top: 32px ! Important;

    display: inline-block ! Important;
    background-color: #b3848f !important;
    font-family: 'objektiv';
    padding: 0 5px !important;
    border-radius: 15px !important;
	 left: 29% !important;
	font-weight:500!important;
}

@media (max-width:760px){
	span.onsale {
 	  top: 7px ! Important;
      left: 10px !important;

	}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
		top:.1em;
	}
h2.woocommerce-Reviews-title {
    font-size: 24px;
    font-family: 'Objektiv';
}

.woocommerce .star-rating span {
    color: #b3848f;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #review_form #respond .form-submit input {
    background-color: #393939;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
}

button.single_add_to_cart_button.button.alt {
    cursor: pointer;
}

li#tab-title-custom_tab_3 {
    border: none;
}

/* Hide product tags on single product pages */
.product_meta .tagged_as, 
.product_meta .sku {
    display: none;
}


th.label {
    background-color: white !important;
	font-family:'objektiv';
	padding:0px;
}

td.value.woo-variation-items-wrapper {
    background-color: white;
    font-family: 'Objektiv';
}

button.reset_variations {
    padding: 5px 10px ! Important;
    border: none;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
    background-color: white;
}

.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    padding-bottom: 20px;
}

a.button.product_type_variable.add_to_cart_button {
    width: 80%;
}

span.sku_wrapper.detail-container {
    display: none;
}

.woocommerce-variation-price {
    display: none;
}

	
[class^="omnisend-form-"][class$="-badge"] {
  display: none !important;
}