
form.cart.sticky-form .woocommerce-variation-price {
	display: none;
}

form.cart.sticky-form .variations {
	overflow: hidden;
}
    
form.cart.sticky-form .variations label:last-of-type, form.cart.sticky-form .variations label:last-of-type .variation-content {
	margin: 0!important;
}

form.cart.sticky-form .add_to_cart_dummy_div {
	display: none!important;
}


form.cart.sticky-form .variation-info .variation_title {
        font-size: 16px!important;
    }
    form.cart.sticky-form .product_variation_section .variation_row .swatches-select .check_container .price.old_price {
	    font-size: 14px;
	    font-weight: normal;
	    margin-bottom: 0;
    }
    form.cart.sticky-form .product_variation_section .variation_row .swatches-select .check_container .price {
	    font-size: 22px;
	    font-weight: 600;
    }
    form.cart.sticky-form .variation-info .price-wrapper {
	    align-items: end;
    }
    form.cart.sticky-form .variation-content {
	    align-items: center!important;
	    padding: 5px;
    }
    form.cart.sticky-form .variation-image {
	    width: 40px!important;
	    max-width: 40px;
	    margin-top: 0;
	    margin-right: 15px!important;
    }
    form.cart.sticky-form .variation-info .var_txt {
	    margin-top: 0;
	    margin-bottom: 5px;
    }
    form.cart.sticky-form .price-wrapper {
	    margin: 0 0 20px 0!important;
    }
    form.cart.sticky-form .product_variation_section .variation_row .swatches-select .check_container {
	    margin-bottom: 0!important;
    }
    form.cart.sticky-form .product_variation_section .variation_row {
	    margin-bottom: 0!important;
    }
    form.cart.sticky-form .variation-content {
	    margin-bottom: 0!important;
    }
    
form.cart.sticky-form {
	align-items: center;
}
  

form.cart.sticky-form .variation_sub .check_container.has_variations {
	    display: none;
    }
    form.cart.sticky-form .variation_sub .check_container.has_variations.active {
	    display: block;
    }
    
    form.cart.sticky-form #displayVariations.opened .variation_sub .check_container.has_variations {
	    display: block;
    }
    

@media only screen and (min-width: 768px) {
    .custom-product-box h2 {
        font-size: 16px;
    }

    .custom-product-box p {
        font-size: 13px;
    }

    .custom-product-box span.price del {
        font-size: 18px;
    }

    .custom-product-box span.price ins {
        font-size: 22px;

    }

    .custom-product-box a img {
        margin-right: 20px;
    }

    form.cart.sticky-form {
        position: fixed;
        bottom: 0;
        border-radius: 9px;
        right: 0;
        background-color: #ffffff;
        padding: 10px 20px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 100;
        display: flex;
        justify-content: space-between;
        flex-direction: row !important;
        margin-bottom: 0px !important;
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        animation: slideUp 0.3s ease-in-out forwards;
    }
    form.cart.sticky-form .variations {
    }
    form.cart.sticky-form .variations .variation-info .variation_title {
	    font-size: 14px;
	    font-weight: bold;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    form.cart.sticky-form bundle-xsell{
        display: none !important;
    }
    form.cart.sticky-form .fancy_button{
        display: none !important;
    }


    form.cart.sticky-form .custom-product-box {
        display: flex;
        align-items: center;
        flex: 1;
    }
    form.cart.sticky-form a.added_to_cart{
        display: none !important;
    }

    form.cart.sticky-form .single_add_to_cart_button {
        margin-left: 15px;
        max-width: 30%  !important;
        font-size: smaller !important;
    }
    form.cart.sticky-form .custom-product-box a img {
        width: 40px !important;
    }
    
    
    form.cart.sticky-form .variation_sub .check_container.has_variations {
	    display: none;
    }
    form.cart.sticky-form .variation_sub .check_container.has_variations.active {
	    display: block;
    }
    
    form.cart.sticky-form #displayVariations.opened .variation_sub .check_container.has_variations {
	    display: block;
    }
    
    
    .woocommerce.single .product .main_section .cart .variations {
	    margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
	form.cart.sticky-form .variation-info .variation_title {
        font-size: 14px;
    }
    form.cart.sticky-form .product_variation_section .variation_row .swatches-select .check_container .price.old_price {
	    font-size: 14px;
	    font-weight: normal;
	    margin-bottom: 0;
    }
    form.cart.sticky-form .product_variation_section .variation_row .swatches-select .check_container .price {
	    font-size: 16px;
	    font-weight: 600;
    }
    form.cart.sticky-form .variation-info .price-wrapper {
	    align-items: end;
    }
    form.cart.sticky-form .variation-content {
	    align-items: center!important;
	    padding: 5px;
    }
    form.cart.sticky-form .variation-image {
	    width: 40px!important;
	    max-width: 40px;
	    margin-top: 0;
	    margin-right: 15px!important;
    }
    form.cart.sticky-form .variation-info .var_txt {
	    margin-top: 0;
	    margin-bottom: 5px;
    }
    form.cart.sticky-form .price-wrapper {
	    margin: 0 0 20px 0!important;
    }
    form.cart.sticky-form .product_variation_section .variation_row .swatches-select .check_container {
	    margin-bottom: 0!important;
    }
    form.cart.sticky-form .product_variation_section .variation_row {
	    margin-bottom: 0!important;
    }
    form.cart.sticky-form .variation-content {
	    margin-bottom: 0!important;
    }
    
    form.cart.sticky-form {
        position: fixed;
        bottom: 0;
        left: 0; /* PLAM */
        border-radius: 9px;
        right: 0;
        background-color: rgba(255,255,255,0.7);
		backdrop-filter: blur(12px);
        box-sizing: border-box; /* PLAM */
        padding: 10px 20px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 100;
        display: flex;
        justify-content: space-between;
        flex-direction: row !important;
        margin-bottom: 0px !important;
    }
    
    form.cart.sticky-form .variations {
	    
    }
    
    form.cart.sticky-form bundle-xsell{
        display: none !important;
    }
    form.cart.sticky-form .fancy_button{
        display: none !important;
    }


    form.cart.sticky-form .custom-product-box {
        display: flex;
        align-items: center;
        flex: 1;
	margin: 0;
    }
    form.cart.sticky-form a.added_to_cart{
        display: none !important;
    }

    form.cart.sticky-form .single_add_to_cart_button {

        margin-left: 15px;
        height: 50px;
        padding: 10px !important;
        max-width: 50px !important;
        width: 50px !important;
        margin-left: 15px !important;
        min-width: 10px !important;
        font-size: smaller !important;
        
        /* PLAM HIDE TEXT */
        font-size: 1px!important;
        position:relative;
	    text-indent:-9999px;
	    overflow:hidden;
	    white-space:nowrap;
    }
    form.cart.sticky-form .custom-product-box a img {
        width: 40px !important;
    }
    
    
    form.cart.sticky-form .variation_sub .check_container.has_variations {
	    display: none;
    }
    form.cart.sticky-form .variation_sub .check_container.has_variations.active {
	    display: block;
    }
    
    form.cart.sticky-form #displayVariations.opened .variation_sub .check_container.has_variations {
	    display: block;
    }
    
    
    .woocommerce.single .product .main_section .cart .variations {
	    margin-bottom: 0;
    }
    
	/* PLAM DISPLAY CART ICON */
	.sticky-form  .single_add_to_cart_button::after{
	    content:"";
	    display:block;
	    width:16px;
	    height:16px;
	    background:currentColor; 
	
	    
	    mask: url('data:image/svg+xml;utf8,\
	        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">\
	          <path d="M552 64H126L121 44A24 24 0 0 0 98 32H24a24 24 0 0 0 0 48h54l70 208a48 48 0 0 0 46 33h266a48 48 0 0 0 46-33l68-208a24 24 0 0 0-22-32zM180 432a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm272 0a48 48 0 1 0 48 48 48 48 0 0 0-48-48z"/>\
	        </svg>') center / contain no-repeat;
	    -webkit-mask: url('data:image/svg+xml;utf8,\
	        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">\
	          <path d="M552 64H126L121 44A24 24 0 0 0 98 32H24a24 24 0 0 0 0 48h54l70 208a48 48 0 0 0 46 33h266a48 48 0 0 0 46-33l68-208a24 24 0 0 0-22-32zM180 432a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm272 0a48 48 0 1 0 48 48 48 48 0 0 0-48-48z"/>\
	        </svg>') center / contain no-repeat;
	
	    position:absolute;
	    top:50%; left:50%;
	    transform:translate(-50%,-50%);
	    pointer-events:none;
	}


}
