/*
Theme Name: Ordo Child
Theme URI: https://demo.themeftc.com/ordo/
Author: ThemeFTC
Author URI: https://themeforest.net/user/themeftc
Description: Child theme for Ordo theme
Version: 2.2.3
Template: ordo
Text Domain: ordo
*/


   
@media only screen and (max-width: 991px) {
    .button-sidebar {
        position: fixed;
        top: 10px !important;
		transform: rotate(0);
    }
	
	.button-sidebar i.fa:before {
        content: "\f0c9"; 
        font-family: 'FontAwesome' !important;
        font-size: inherit !important;
    }
	.button-sidebar.active i:before{
		 content: "\f00d"; 
	}
}

@media (max-width: 991px) {
    .mobile-button {
       display:none !important;
    }
	.header-ftc{
		position:fixed !important;
	}
	 .site-content-contain {
        padding-top: 60px !important;
    }
}
/* Ascunde butoanele suprapuse pe imagine */
.product-item .button-in-product {
    display: none !important;
}

/* Zona de butoane sub preț */
.product-item .product-meta .meta_info {
    display: block !important;
    margin-top: 12px;
    width: 100%;
}
.product-meta .meta_info a i {

    margin-left: 3px;
}

/* Buton Add to Cart întins pe tot rândul */
.product-item .product-meta .meta_info .ftc-add-to-cart a.button {
    display: block !important;
    width: 100% !important;
    text-align: center;
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Buton Wishlist întins pe tot rândul */
.product-item .product-meta .meta_info .yith-wcwl-add-to-wishlist a {
    display: block !important;
    width: 100% !important;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}

/* Asigură afișarea textului din .ftc-note */
.product-item .meta_info .ftc-note {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.ftc-add-to-cart.add_to_cart_button{
	margin-right: 10px;
}
.added_to_cart.wc-forward{
	display:none;
}