/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/



h1 {
    font-weight: 600 !important;
} 

a {
	font-family: 'Poppins', sans-serif; 
}

.widget-area .widget a:not(.button) {
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
}


span {
    font-weight: 500 !important;
}

.upsell-products-wrapper {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    margin-bottom: 2rem;
}


.upsell-product > img {
    border-radius: 50px;
    width: 30px !important;
}

.upsell-product > h3,
.upsell-product > .title-label h3  {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.upsell-product {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 0.25rem 1rem;
    align-items: center;
    height: 70px;
}


.upsell-product.selectable-product.selected {
    border: 3px solid #e46980;
    height: 70px;
}

.upsell-product {
    cursor: pointer;
}

.price.custom,
.price.custom span.woocommerce-Price-amount.amount bdi {
    color: #000 !important;
    font-size: 15px !important;
}

p.price.custom {
    display: flex;
}

p.price bdi {
    font-weight: 600 !important;
    color: #000 !important;
}


span.discount-label {
    font-size: 10px;
    background-color: #e46980;
    color: #fff;
    padding: 3px 12px;
    border-radius: 10px;
}

.upsell-product .title-label {
    flex-basis: 70%;
    justify-content: flex-start;
    text-align: left;
}

.upsell-product img {
    flex-basis: 10%;
}

p.stock.in-stock {
    display: none !important;
}

button.simple-atc.single_add_to_cart_button.button.alt {
    font-size: 16px !important;
}

p.price bdi {
    color: #e46980 !important;
}

a.commercekit-ajs-view-all {
    background-color: #e46980;
}

a.swiper-slide-imglink {
    pointer-events: none !important;
}

.swiper-button-lock {
    display: block !important;
}

.woocommerce-checkout #commercekit-timer-message,
.woocommerce-checkout #commercekit-timer {
    background-color: #e46980 !important;
    color: #fff !important;
    border-color: #e46980 !important;
}

li.wc_payment_method.payment_method_cod label:after {
    content: "+0.80 €";
    background-color: rgb(228 105 128);
    color: rgb(255, 255, 255);
    position: absolute;
    right: 10px;
    margin-top: -2px;
    border-radius: 0.3rem;
    padding: 0.25rem 0.5rem;
}

.swiper-button-lock.swiper-button-disabled {
    visibility: visible !important;
}


.woocommerce-error {
    background-color: #e46980 !important;
}



.woocommerce-form-coupon-toggle {
    margin-top: 1rem;
}

.cart a.back-to-shop-btn.button {
    display: none !important;
}

p#kl_newsletter_checkbox_field label.checkbox input {
    margin-right: 15px !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #e46980 !important;
}

.entry-content:not(.wc-tab) p.woocommerce-thankyou-order-received::before {
    background-color: #e46980 !important;
}

.woocommerce-MyAccount-orders a.woocommerce-button.button.view {
    background-color: #e46980 !important;
}


.gift-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
}

.gift-content h5 {
	font-size: 0.75rem;
	margin-top: 1rem;
	text-align: center;
}

.gift-content a {
	font-size: 12px;
}

button.splide__arrow.splide__arrow--prev,
button.splide__arrow.splide__arrow--next {
	background: transparent;
}

button.splide__arrow.splide__arrow--prev svg,
button.splide__arrow.splide__arrow--next svg {
	fill: #e46980;
}

a.button.add-to-cart {
	background-color: #e46980;
	color: #fff;
	border: none;

}
.gift-content .add-to-cart {
	padding: 4px 4px!important;
}
@media (max-width: 600px) {
	.gift-content {
		width: 90%;
		padding: 0rem 1rem;
	}
}

#splide {
	display: block !important;
}

.splide__slide {
	display: block;
}

.gift-wrapper {
	margin-top: 2rem;
}

.widget_shopping_cart p.total {
	border: none !important;
}

ul.splide__pagination {
	display: flex;
	justify-content: flex-start;
	bottom: -20px;
	margin: 0;
	padding: 0;
}

.gift-content * {
	margin: 0;
}

.splide__arrows {
	position: relative;
	left: 85%;
	top: 12.5rem;
}

.gift-product {
	display: flex;
	border: 1px solid #ddd;
	border-radius: 5px;
	max-height: 100%;
    padding: 10px;
	gap:10px;
}

button.splide__pagination__page.is-active {
	background-color: #e46980;
}

button.splide__arrow.splide__arrow--next {
	right: 0;
	left: 2em;
}

.gift-content button {
	font-size: 0.75rem;
	
}


.product_list_widget li {
	border: none !important;
}

li.woocommerce-mini-cart-item.mini_cart_item {
	margin-top: 2rem !important;
}

@media (max-width: 600px) {
	ul.splide__pagination {
		top: 9rem !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.splide__arrows {
		top: 10.5rem !important;
	}

	.image-wrapper {
		align-items: center !important;
	}
}

.woocommerce-cart-form div#splide .splide__arrows {
	top: 9rem !important;
	left: 80% !important;
}
.woocommerce-cart-form div#splide {
	margin-bottom: 3rem !important;
	width: 50%;
}

.woocommerce-cart-form ul.splide__pagination {
	justify-content: center;
}

.woocommerce-cart-form .splide__arrows {
	display: none !important;
}
ul.splide__pagination {
	margin-left: 0 !important;
}
@media (max-width: 650px) {
	.woocommerce-cart-form div#splide {
		width: 100% !important;
	}

	.woocommerce-cart-form div#splide ul.splide__pagination {
		top: 11.5rem !important;
	}

	ul.splide__pagination {
		margin-left: 0 !important;
	}
}

h5.kosarica-title {
	margin-top: 2rem;
}
.gift-product .image-wrapper {
	width: 55%;
}
.gift-product .image-wrapper img {
	height: 100% !important;
	width: 100%;
}


@media (min-width: 900px){
	div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 127px !important;
}
}


@media (max-width: 890px){
	div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 65px !important;
}
}

.widget_shopping_cart .widget_shopping_cart_content{
	.splide__pagination li{
		padding: 10px 0px !important;
		margin-bottom: 0.4em !important;
	}
	.gift-content{
		padding: 0px !important;
	}
	.gift-product{
	 .image-wrapper{
		width: unset !important;
		 max-width: 50% !important;
		 width: 43% !important;
		 img{
			 max-width: 100vw !important;
			 margin-left: 0px !important;
			 margin-top: 0px !important;
		 }
	 }
	}
}

.page-id-10 .shoptimizer-cart{
	display: none;
}

.elementor-widget-container img {
  -webkit-mask: none !important;
  mask: none !important;
}