/*
Theme Name: Biagiotti Child
Theme URI: https://biagiotti.qodeinteractive.com
Description: A child theme of Biagiotti Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: biagiotti
Template: biagiotti
*/


/* Header Custom */

.mkdf-plc-holder .mkdf-plc-inner,
ul.products>.product .mkdf-pl-inner {
    border-radius: 15px;
    overflow: hidden;
}

.mkdf-top-bar .mkdf-login-register-widget.mkdf-user-logged-in .mkdf-logged-in-user .mkdf-logged-in-user-inner>span .mkdf-logged-in-user-name {
    font-family: Inter, serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

ul.products > .product .mkdf-pl-inner .mkdf-pl-text{
    background-color: rgba(255, 245, 244, 1) !important;
}

.mkdf-custom-wishlist-header span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
    height: 52px !important;
}

.wp-child-theme-biagiotti-child .mkdf-title-holder .mkdf-title-inner {
    background: linear-gradient(90deg, #ffd9d4ee 0%, #fff5f4d7 42%, rgba(255, 245, 244, 0) 100%);
}

.wp-child-theme-biagiotti-child.single-product .mkdf-content {
    position: relative;
    overflow: hidden;
    background-color: #fffdfd;
}

.wp-child-theme-biagiotti-child.single-product .mkdf-content::before,
.wp-child-theme-biagiotti-child.single-product .mkdf-content::after {
    content: "";
    position: fixed;
    top: 50%;
    left: -70vw;
    z-index: 0;
    width: 240vw;
    height: 48vh;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(210, 174, 83, 0), rgba(210, 174, 83, 0.2) 28%, rgba(255, 245, 244, 0.55) 50%, rgba(210, 174, 83, 0.16) 72%, rgba(210, 174, 83, 0));
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='3000' height='480' viewBox='0 0 3000 480' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='12' stroke-linecap='round'%3E%3Cpath d='M-700 130 C -210 -90 150 350 640 130 S 1490 -90 1980 130 S 2830 350 3700 130'/%3E%3Cpath d='M-700 240 C -210 20 150 460 640 240 S 1490 20 1980 240 S 2830 460 3700 240'/%3E%3Cpath d='M-700 350 C -210 130 150 570 640 350 S 1490 130 1980 350 S 2830 570 3700 350'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='3000' height='480' viewBox='0 0 3000 480' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='12' stroke-linecap='round'%3E%3Cpath d='M-700 130 C -210 -90 150 350 640 130 S 1490 -90 1980 130 S 2830 350 3700 130'/%3E%3Cpath d='M-700 240 C -210 20 150 460 640 240 S 1490 20 1980 240 S 2830 460 3700 240'/%3E%3Cpath d='M-700 350 C -210 130 150 570 640 350 S 1490 130 1980 350 S 2830 570 3700 350'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    animation: singleProductWaves 16s ease-in-out infinite alternate;
}

.wp-child-theme-biagiotti-child.single-product .mkdf-content::before {
    opacity: 0.24;
    transform: translateY(-50%) translateX(-8vw) rotate(-7deg);
}

.wp-child-theme-biagiotti-child.single-product .mkdf-content::after {
    opacity: 0.18;
    transform: translateY(-50%) translateX(8vw) rotate(8deg);
    animation-name: singleProductWavesReverse;
    animation-duration: 18s;
}

.wp-child-theme-biagiotti-child.single-product .mkdf-content .mkdf-content-inner {
    position: relative;
    z-index: 1;
}

@keyframes singleProductWaves {
    0% {
        transform: translateY(-50%) translateX(-8vw) rotate(-7deg);
    }

    100% {
        transform: translateY(-50%) translateX(8vw) rotate(-7deg);
    }
}

@keyframes singleProductWavesReverse {
    0% {
        transform: translateY(-50%) translateX(8vw) rotate(8deg);
    }

    100% {
        transform: translateY(-50%) translateX(-8vw) rotate(8deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-child-theme-biagiotti-child.single-product .mkdf-content::before,
    .wp-child-theme-biagiotti-child.single-product .mkdf-content::after {
        animation: none;
    }
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 58px;
    min-height: 48px;
    padding: 0 10px 0 0;
    text-align: right;
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow .mkdf-sub-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #111;
    background: rgba(210, 174, 83, 0.12);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transform: rotate(0deg) scale(1);
    transform-origin: center;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow:hover .mkdf-sub-arrow,
.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav li.edgtf-opened > .mobile_arrow > .mkdf-sub-arrow,
.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav li.mkdf-opened > .mobile_arrow > .mkdf-sub-arrow {
    color: #fff;
    border-color: #d2ae53;
    background: #d2ae53;
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav li.edgtf-opened > .mobile_arrow > .mkdf-sub-arrow,
.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav li.mkdf-opened > .mobile_arrow > .mkdf-sub-arrow {
    transform: rotate(90deg);
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow:active .mkdf-sub-arrow {
    transform: rotate(35deg) scale(0.92);
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav li.edgtf-opened > .mobile_arrow:active > .mkdf-sub-arrow,
.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav li.mkdf-opened > .mobile_arrow:active > .mkdf-sub-arrow {
    transform: rotate(90deg) scale(0.92);
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav ul ul .mobile_arrow {
    width: 46px;
    min-height: 42px;
    padding-right: 8px;
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav ul ul .mobile_arrow .mkdf-sub-arrow {
    width: 28px;
    height: 28px;
    border-color: transparent;
    color: #333;
    background: transparent;
    font-size: 15px;
}

.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav ul ul .mobile_arrow:hover .mkdf-sub-arrow,
.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav ul ul li.edgtf-opened > .mobile_arrow > .mkdf-sub-arrow,
.wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav ul ul li.mkdf-opened > .mobile_arrow > .mkdf-sub-arrow {
    color: #d2ae53;
    border-color: transparent;
    background: transparent;
}

@media (max-width: 1024px) {
    .wp-child-theme-biagiotti-child .mkdf-mobile-header .mkdf-mobile-nav {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        box-shadow: 0 34px 76px rgba(210, 174, 83, 0.28), 0 18px 34px rgba(0, 0, 0, 0.08);
    }
}

.wcpf-field-text-list .wcpf-text-list .wcpf-text-item .wcpf-text-label{
    border: none;
}

/* General */

.wp-child-theme-biagiotti-child .mkdf-title-holder .mkdf-title-wrapper .mkdf-page-title {
    font-weight: 500;
    color: #976e40;
}

.wp-child-theme-biagiotti-child .mkdf-blog-holder article .mkdf-post-image img {
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.wp-child-theme-biagiotti-child .mkdf-blog-holder.mkdf-blog-masonry article.mkdf-post-has-media .mkdf-post-heading {
    overflow: hidden;
    border-radius: 15px;
}

.mkdf-blog-holder article .mkdf-post-info-top>div:not(:first-child),
.mkdf-blog-holder article .mkdf-post-info-top>div:first-child:after,
.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info {
    display: none !important;
}

.wp-child-theme-biagiotti-child .mkdf-post-read-more-button {
    margin: 20px 0;
    display: block;
}

/* Woocommerce Custom */

.wp-child-theme-biagiotti-child.woocommerce-page .mkdf-content input[type=email], 
.wp-child-theme-biagiotti-child.woocommerce-page .mkdf-content input[type=password], 
.wp-child-theme-biagiotti-child.woocommerce-page .mkdf-content input[type=tel], 
.wp-child-theme-biagiotti-child.woocommerce-page .mkdf-content input[type=text], 
.wp-child-theme-biagiotti-child.woocommerce-page .mkdf-content textarea, 
.wp-child-theme-biagiotti-child div.woocommerce input[type=email], 
.wp-child-theme-biagiotti-child div.woocommerce input[type=password], 
.wp-child-theme-biagiotti-child div.woocommerce input[type=tel], 
.wp-child-theme-biagiotti-child div.woocommerce input[type=text], 
.wp-child-theme-biagiotti-child div.woocommerce textarea {
    font-family: 'Inter', serif;
    font-weight: 400;
    color: #838383; 
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
}

.wp-child-theme-biagiotti-child.woocommerce-page .woocommerce-checkout table th {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.wp-child-theme-biagiotti-child.woocommerce-page .woocommerce-checkout table td {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

.wp-child-theme-biagiotti-child.woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li>* {
    margin: 0 10px 0 0;
}

.wp-child-theme-biagiotti-child.woocommerce-page #order_review {
    padding: 25px 40px 0;
    margin: 30px 5px;
    overflow: hidden;
    background-color: rgb(255 249 248);
    border-radius: 30px;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-title-container {
    font-size: smaller;
}

.mkdf-sc-dropdown .mkdf-empty-cart{
    color: #000;
}

.mkdf-woo-single-page .mkdf-single-product-summary .price {
    font-family: 'Inter';
    font-size: 19px;
    font-weight: 400;
}

.variations .label label {
    font-weight: 500;
    font-size: 16px;
}

body .select2-container--default .select2-results__option {
    font-style: normal;
    font-size: 15px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
}

body.archive .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.mkdf-woocommerce-page .mkdf-content .variations .reset_variations {
    font-family: Inter, sans-serif;
}

.wp-child-theme-biagiotti-child .mkdf-sc-dropdown .mkdf-sc-dropdown-inner {
    color: #000;
    background-color: white;
    border: none;
}

.wp-child-theme-biagiotti-child .mkdf-sc-dropdown-inner * {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
}

.wp-child-theme-biagiotti-child .mkdf-sc-dropdown .mkdf-sc-dropdown-item-content>*,
.wp-child-theme-biagiotti-child .mkdf-sc-dropdown .mkdf-sc-dropdown-subtotal,
.wp-child-theme-biagiotti-child .mkdf-sc-dropdown .mkdf-sc-dropdown-subtotal .mkdf-sc-dropdown-total {
    color: #796633;
    font-style: italic;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: normal;
}

.wp-child-theme-biagiotti-child .mkdf-shopping-cart-holder .mkdf-sc-dropdown {
    box-shadow: 2px 11px 10px 0px #d2d2d2ab;
}

.wp-child-theme-biagiotti-child .mkdf-sc-dropdown .mkdf-sc-dropdown-item a:hover {
    color: #d2ae53;
}

.wp-child-theme-biagiotti-child .mkdf-sc-dropdown .mkdf-sc-dropdown-button-holder .mkdf-sc-dropdown-button:hover {
    background-color: #d2ae53;
}

.mkdf-woocommerce-page .woocommerce-error, .mkdf-woocommerce-page .woocommerce-info, .mkdf-woocommerce-page .woocommerce-message {
    font-size: medium;
    font-weight: 400;
}

.woocommerce-product-gallery__wrapper a {
    border-radius: 10px !important;
    overflow: hidden !important;
}

/* Footer Custom */

.mkdf-page-footer .widget,
.mkdf-page-footer .widget a {
    color: #000;
}

.mkdf-page-footer .widget a:hover {
    color: #d2ae53;
}

.mkdf-header-divided .mkdf-page-header .mkdf-vertical-align-containers {
    padding: 0 40px;
}

.mkdf-blog-list-holder .mkdf-bli-inner .mkdf-bli-heading .mkdf-post-info-date .mkdf-post-info-get-month {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 300;
}

.mkdf-blog-list-holder .mkdf-bli-inner .mkdf-bli-heading .mkdf-post-info-date .mkdf-post-info-get-date {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    padding-top: 0;
}

/* Mobile WooCommerce Filters */

#woocommerce-filter-button,
.woocommerce-filter-backdrop,
.woocommerce-filter-drawer-close {
    display: none;
}

#woocommerce-filter-button {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1000003;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 108px;
    max-width: calc(100vw - 36px);
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    color: #111;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#woocommerce-filter-button.active {
    color: #fff;
    border-color: #111;
    background: #111;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

#woocommerce-filter-button:focus-visible {
    outline: 2px solid #d2ae53;
    outline-offset: 3px;
}

.mkdf-menu-area .mkdf-login-register-widget.mkdf-user-logged-in .mkdf-login-dropdown,
.mkdf-top-bar .mkdf-login-register-widget.mkdf-user-logged-in .mkdf-login-dropdown {
    left: unset;
    right: -75%;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container
 {
    line-height: 1.4;
    font-size: smaller;
    font-weight: 300;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search input {
    font-size: small !important;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-title-container {
    font-weight: 300;
}

.wp-child-theme-biagiotti-child ul.products>.product .mkdf-product-categories a {
    font-family: 'Inter', sans-serif;
    font-size: smaller;
    font-weight: 300;
    line-height: normal;
}

.wp-child-theme-biagiotti-child ul.products>.product .price {
    margin: 10px 0 0;
    font-family: 'Advent Pro';
    font-size: 20px;
    font-weight: 500;
}

.wp-child-theme-biagiotti-child.mkdf-woo-single-page .mkdf-single-product-summary .product_meta {
    margin: 50px 0 0;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: .1em;
}

.wp-child-theme-biagiotti-child.mkdf-woo-single-page .woocommerce-tabs ul.tabs>li a {
    font-family: 'Advent Pro', serif;
    font-size: 18px;
}

.wp-child-theme-biagiotti-child .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
    border-radius: 15px !important;
}

.wp-child-theme-biagiotti-child .qwfw-add-to-wishlist-wrapper.qwfw--single .qwfw-shortcode:not(.button) .qwfw-m-text {
    font-family: 'Advent Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.mkdf-woo-single-page .woocommerce-tabs {
    margin: 30px 0 0;
}

.wp-child-theme-biagiotti-child .qwfw-wishlist-table .qwfw-m-items .qwfw-e-item.product-name .qwfw-e-item-category {
    margin-bottom: .1em;
    font-weight: 200;
    font-size: smaller;
}

.wp-child-theme-biagiotti-child .qwfw-wishlist-table .qwfw-m-items.shop_table tbody tr td.product-stock-status span {
    font-weight: 300;
}

.wp-child-theme-biagiotti-child.mkdf-woo-single-page .mkdf-single-product-summary .price {
    margin: 10px 0 0;
    font-family: 'Advent Pro', serif;
    font-size: 22px;
}

.wp-child-theme-biagiotti-child .mkdf-sc-dropdown .mkdf-empty-cart {
    color: #7e7e7e;
}

.wp-child-theme-biagiotti-child .mkdf-blog-list-holder .mkdf-post-image {
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
}

.wp-child-theme-biagiotti-child.mkdf-woo-single-page .mkdf-single-product-summary form.cart .mkdf-quantity-buttons.hidden {
    display: none;
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1024px) {
    body.archive.woocommerce #mkdf-back-to-top {
        display: none !important;
    }

    html.filters-opened,
    body.filters-opened {
        overflow: hidden;
    }

    #woocommerce-filter-button {
        display: inline-flex;
    }

    body > #woocommerce-filter-button.woocommerce-mobile-filter-toggle {
        z-index: 1000003;
    }

    .woocommerce-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1000000;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease;
    }

    .woocommerce-filter-backdrop.active {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .archive.woocommerce .mkdf-container .mkdf-sidebar-holder.mkdf-grid-col-3,
    body > .woocommerce-mobile-filter-drawer.mkdf-sidebar-holder.mkdf-grid-col-3 {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000001;
        width: min(88vw, 380px);
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        padding: 28px 24px 90px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        box-shadow: 12px 0 30px rgba(0, 0, 0, 0.15);
        transform: translateX(-105%);
        transition: transform 0.32s ease;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce-mobile-filter-drawer .woocommerce-filter-drawer-close {
        display: flex;
        position: sticky;
        top: 0;
        z-index: 13;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: -44px 0 28px auto;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        color: #111;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
        font-size: 28px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
    }

    .woocommerce-mobile-filter-drawer .woocommerce-filter-drawer-close:focus-visible {
        outline: 2px solid #d2ae53;
        outline-offset: 3px;
    }

    .archive.woocommerce .mkdf-container .mkdf-sidebar-holder.mkdf-grid-col-3.open,
    body > .woocommerce-mobile-filter-drawer.mkdf-sidebar-holder.mkdf-grid-col-3.open {
        transform: translateX(0);
    }

    .wp-child-theme-biagiotti-child.mkdf-woocommerce-page .mkdf-content .variations td.value {
        white-space: unset;
        display: flex;
        flex-flow: column;
        row-gap: 18px;
    }

    .wp-child-theme-biagiotti-child.mkdf-woocommerce-page .mkdf-content .single_variation_wrap {
        margin: 35px 0 0;
    }

    .wp-child-theme-biagiotti-child.mkdf-woo-single-page .mkdf-single-product-summary .price {
        margin: 15px 0 0;
        font-family: 'Advent Pro', serif;
        font-size: 26px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 768px) {
    h4.mobile-center{
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    .mkdf-woocommerce-page .woocommerce-ordering {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: 100%;
        margin: 20px 0 32px;
        text-align: left;
    }

    .mkdf-woocommerce-page .woocommerce-ordering {
        line-height: 1.5 !important;
        margin: 0 0 20px !important;
    }

    p.woocommerce-result-count {
        padding: 0 17px;
        line-height: 1.5 !important;
        margin-top: 25px !important;
    }

    .mkdf-woocommerce-page .woocommerce-ordering select.orderby {
        display: block;
        width: 100%;
        min-height: 46px;
        margin: 0;
        padding: 0 42px 0 16px;
        border: 1px solid #cbcbcb;
        border-radius: 0;
        color: #111;
        background-color: #fff;
        font-family: Inter, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 0;
        text-transform: none;
        box-sizing: border-box;
        appearance: auto;
    }

    .mkdf-woocommerce-page .woocommerce-ordering .select2-container {
        display: block;
        width: 100% !important;
        max-width: 100%;
    }

    .mkdf-woocommerce-page .woocommerce-ordering .select2-container--default .select2-selection--single {
        display: flex;
        align-items: center;
        height: 46px;
        border: 1px solid #cbcbcb;
        border-radius: 0;
        background-color: #fff;
        box-sizing: border-box;
    }

    .mkdf-woocommerce-page .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 100%;
        padding: 0 42px 0 16px;
        color: #111;
        font-family: Inter, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0;
        text-transform: none;
    }

    .mkdf-woocommerce-page .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 0;
        right: 10px;
        width: 28px;
        height: 44px;
    }

    .wp-child-theme-biagiotti-child.woocommerce-page #order_review {
        padding: 20px 20px 0;
        margin: 30px -15px;
    }

    .wp-child-theme-biagiotti-child .mkdf-page-content-holder.mkdf-grid-col-12 {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .wp-child-theme-biagiotti-child.woocommerce-cart .mkdf-container-inner, 
    .wp-child-theme-biagiotti-child.woocommerce-cart .mkdf-grid, 
    .wp-child-theme-biagiotti-child.woocommerce-cart .mkdf-row-grid-section {
        width: 320px;
    }
	
	.wp-child-theme-biagiotti-child .mkdf-content button[type=submit]:not(.mkdf-search-submit) {
		min-height: unset;
		max-height: 48px;
		line-height: 1;
	}
	
	.wp-child-theme-biagiotti-child.mkdf-woo-single-page .mkdf-single-product-summary form.cart {
		display: flex;
		gap: 10%;
	}
	
	.wp-child-theme-biagiotti-child.mkdf-woo-single-page .mkdf-single-product-summary form.cart .mkdf-quantity-buttons {
        margin: 0;
    }
}
