/*
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.4
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-logo-wrapper img {
    height: 70% !important;
    padding-top: 10px;
}

.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
   
    padding-top: 10px;
    height: 45px !important;
}
.woocommerce-product-gallery__image img {
    height: auto !important;
}

.single-product span.woocommerce-Price-amount.amount {
    font-size: 2em !important;
}

div#customer_details {
    display: flex;
    align-items: center !important;
    justify-content: center!important;
    border: 15px solid #00b5d2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mkdf-woocommerce-page .woocommerce-checkout .col-2 {
   display:none !important;
}

.mkdf-mobile-header .mkdf-mobile-logo-wrapper a {
    display: block;
    height: auto !important;
}

@media (max-width: 1024px){
    .mkdf-grid-row.mkdf-grid-large-gutter {
    display: flex;
    flex-direction: column-reverse;
    }

}