/*
Theme Name: Medicus care
Text Domain: Medicus care
Version: 1.0
Requires at least: 5.5
Requires PHP: 5.6.0
Description: Motyw napisany na potrzeby sklepu internetowego "Medicus care".
Author:  Kordian
*/


/* STYLE NA POTRZEBY MOTYWU */

:root {
    --gold: #fdc82f;
    --purpure: #8a74d1;
    --ffont: 'Bw Mitga';
    --sfont: "Gilroy";
}

td.acf-row-handle.order.ui-sortable-handle tr.acf-row {
    display: none !important;
}

td.acf-row-handle.order.ui-sortable-handle {
    display: none;
}

td.acf-fields {
    padding: 20px 20px 20px 20px !important;
}

.acf-field-61a744150682b>.acf-label label {
    font-weight: 700 !important;
    font-size: 1.75rem;
}

.variations select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 3rem;
}

.no-editable input {
    pointer-events: none;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fdc82f !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fdc82f !important;
}

body:not(.logged-in) #primary main#main .product .summary .price {
    font-size: 21px !important;
}

.woocommerce ul.products li.product a img {
    width: 300px;
    height: 300px;
    max-width: 100%;
    object-fit: cover;
}

select.orderby {
    display: none;
}

@media only screen and (max-width: 991px) {
    body.archive .woocommerce ul.products li.product a img {
        height: 150px;
        width: 150px;
    }
}

.wcmca_address_title_text_content {
    font-size: 21px;
}

.woocommerce-MyAccount-content a {
    color: #8a74d1 !important;
    font-weight: bold;
}

.report-problem {
    background: #8a74d1 !important;
    color: #ffffff;
}

.report-problem:hover {
    background: #fdc82f !important;
}

.registrationthx {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2vw;
    border: 1px solid #f5f5f5;
    margin: 2vw 0 4vw 0;
    font-weight: bold;
    color: #8a74d1;
}

.wpccb {
    margin-top: -28px !important;
    text-align: right !important;
    transform: translateY(-20px) !important;
    font-size: 10px;
}


/* [data-id="row-1"] .acf-field-61d2dc41ace62 , [data-id="row-1"] .acf-field-61d2dc41ace62  {
    display:none !important;
} */

.product-code_product {
    color: #333;
    font-size: .85rem;
}

.woocommerce-MyAccount-content .woocommerce-table--custom-fields {display: none !important;}



.hidden {display: none !important;}

body {
  overflow: auto !important;
}

.gtin {
    font-size: 0.8rem;
    line-height: 1.5;
}

/* 
[data-id="row-0"] .acf-table, [data-id="row-1"] .acf-table, [data-id="row-2"] .acf-table, [data-id="row-3"] .acf-table,
[data-id="row-4"] .acf-table, [data-id="row-5"] .acf-table, [data-id="row-6"] .acf-table, [data-id="row-7"] .acf-table,
[data-id="row-8"] .acf-table, [data-id="row-9"] .acf-table
 {
    filter: grayscale(1);
    opacity: 0.7;
    pointer-events: none;
}

.add-device .acf-table {
    filter: grayscale(0) !important;
    opacity: 1 !important;
    pointer-events: all !important;
}
 */