/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2024 | 09:13:25 */
.single .cta-button.style2{display:none;}
.page-id-10 .cta-button.style2{display:none;}
.page-id-11 .cta-button.style2{display:none;}

h2.poseban_font{
	letter-spacing: 25px;
    font-weight: 800;
}

h2.poseban_font span{
    font-family: "Cocogoose", Sans-serif!important;
	font-size:20px;
}


.cta-button.style2 {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 9999;
    overflow: hidden;
    font-size: 1.1rem;
    padding: 1rem 3rem;
    border-radius: 4px;
    text-decoration: none;
    border: var(--btn-border);
    color: var(--btn-text-color);
    background: linear-gradient(-45deg, red, red, red, red);
    background-size: 400% 400%;
    transition: opacity 0.5s ease-in-out, transform 0.13s ease-in-out, box-shadow 0.13s;
    opacity: 0;
    border: 0 !important;
    animation: gradient 15s ease infinite;
}


.ms_best .product-grid-item {
    width: 100%!important;
    display: flex!important;
    margin-bottom: 10px;
    padding: 10px;
    background: rgb(245,245,245);
	max-width:50%;
	flex: 0 0 50%;
}

.pretplata{
	background: #993366;
    color: white!important;
	padding: 0px 20px;
    border-radius: 10px;
}

.pretplata:hover{
	background: black;
    color: white!important;
	padding: 0px 20px;
    border-radius: 10px;
}

.pretplata a{
    color: white!important;
    border-radius: 10px;
}

.ms_best .custom_loop_part01{
	display:none;
}

/*
.ms_best .product-grid-item .product-element-top {
	flex: 0 0 20%!important;
	height:auto!important;
	margin:0;
	align-items:center;	
}
*/

.ms_best .product-grid-item .product-element-top .product-labels {
	left: -15px!important;
	right: unset!important;
}

.ms_best .price ins:before {
    display:none;
}
