/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.woosw-btn {
    position: absolute;
    top: 0;
    right: 0;
}

[class^="cart-discount coupon-wcpd_rbipayment_"] {
    display: none !important;
}

.shipping__list_item .shipping__list_label {
    display: flex;
    flex-flow: row nowrap;
}

.fs-18 {
    font-size: 1rem !important;
}

.fs-19 {
    font-size: 0.8rem !important;
}

.products > .product-small > .col-inner {
    border: 1px solid #dfe5ec;
    border-radius: 20px;
    padding: 40px 15px 15px 15px;
    background-color: #fcfcfc;
}

.woocommerce-Price-amount {
    font-size: 1.4rem;
}

.custom-cat-labels {
    margin: 10px 0;
}

.custom-cat-labels > * {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 0.7rem;
    padding: 2px 10px;
}

[class^="cat-label--"] {
    border-radius: 20px;
    padding: 5px 8px;
    width: fit-content;
}

.cat-label--akcija {
    background-color: #f50000;
    color: white;
}

.cat-label--besplatna-dostava {
    background-color: #ffcb48;
}

.cat-label--preporuka-korisnika {
    background-color: #90c41a;
}

.cat-label--preporuka-veterinara {
    background-color: #639fe4;
}

.wc_payment_method.payment_method_rbipayment .woocommerce-Price-amount {
    font-size: 1rem;
} 


@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.fs-18 {
    font-size: 0.8rem !important;
}

.fs-19 {
    font-size: 0.5rem !important;
}

}
