/*
Theme Name: Biagiotti
Theme URI: https://biagiotti.qodeinteractive.com
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: biagiotti
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


.mkdf-title-holder{ background-size: cover; }
.mkdf-st-title a.cat-bread-crump-with-link{ font-size: 20px; color: #717171; }
.prod-cat-slider-wrapper .mkdf-plc-holder .mkdf-plc .added_to_cart, .prod-cat-slider-wrapper .mkdf-plc-holder .mkdf-plc .button{ margin: 0 9px 0 0; padding: 0;}
@media (min-width: 768px) {
	.mkdf-page-header .mkdf-vertical-align-containers, .mkdf-top-bar .mkdf-vertical-align-containers{ padding-left: 3% !important; padding-right: 3% !important;}
}

/*woocommerce*/
.woocommerce .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details{ color: #675757; }
.woocommerce .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name a {
    font-size: 1.3rem;
    color: #2421ff;
    font-weight: 700;
}
.woocommerce .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name .product-quantity {
    font-size: 2rem;
}
.woocommerce .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta li p {
    display: inline;
    color: #d6075d;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta li {
    display: inline-block;
    padding: 5px 12px;
    background-color: #e2d3e2;
    border-radius: 16px;
    color: #757575;
    margin-right: 5px;
}
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tfoot tr {
    border-bottom: none;
}
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tfoot td, .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    padding-bottom: 0;
}
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tfoot tr .woocommerce-Price-amount.amount {
    font-size: 1.5rem;
    font-weight: 800;
    color: #172fd6;
}
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tfoot tr .includes_tax {
    font-size: 1.1rem;
}
.mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tfoot tr .includes_tax .woocommerce-Price-amount.amount {
    font-weight: normal;
    font-size: 1.1rem;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{ border: 1px solid #cccccc6e; }