.extras-add-to-cart {
    padding-top: 20px;
}

.extras-add-to-cart a {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

form.cart button[name="Objednať"],
form.cart button.single_add_to_cart_button {
    display: none;
}

.elementor-shortcode .woocommerce-notices-wrapper {
    display: none;
}

.extras-item label {
    display: flex;
    margin-bottom: 0.25em;
    align-items: baseline;
    justify-content: flex-start;
}

.extras-item label input {
    margin-right: 3px;
    vertical-align: text-top;
}

.woocommerce-grouped-product-list.group_table {
    display: none;
}

.remove-product-group svg,
.cart-remove-item svg {
    fill: white;
    max-width: 15px;
}

.extras-item * {
    font-size: 0.95rem !important;
}

/*.extras-item label {
    margin-bottom: 0.5rem !important;
}*/

.extras-item-title {
    margin-bottom: 0.5rem !important;
}

.single_add_to_cart_button.button.alt {
    font-size: 14px !important;
    color: var(--e-global-color-text) !important;
    background-color: transparent !important;
    background-image: linear-gradient(120deg, var(--e-global-color-d49ac81) 20%, var(--e-global-color-332724a) 60%) !important;
    box-shadow: -25px 0px 20px -10px #FFB07B inset !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: var(--e-global-color-d49ac81) !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 12px 16px !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

/*.extras-item{
    margin-bottom: 1rem;
}*/
.extras-item i {
    margin-right: 10px;
    margin-left: 10px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.float-right {
    float: right !important;
    font-size: 16px !important;
}

.flex-holder {
    display: flex;
    margin: 0 0;
    align-items: baseline;
    justify-content: space-between;
    width: 100% !important;
}

.checkbox-holder input {
    display: none;
}

.flag-icon {
    width: 25px !important;
    height: 20px !important;
    border: 2px solid transparent;
}

.selected .flag-icon {
    border: 2px solid lightgreen;
}

.click-label-add {
    cursor: pointer;
}

.extras-item-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.extras-item-holder .extras-item label {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.extras-item.disabled * {
    color: lightslategrey;
}

#total_count {
    display: none !important;
}

.hidden {
    display: none !important;
}

.extras-item input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.flex1-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex1-holder.translation {
    width: auto !important;
}

.extras-item.service {
    margin-bottom: 0.5rem;
}

.add-more {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

/*
.extras-item input[type="checkbox"]{
    width: 17px;
    height: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #00d26a;
    background: white;
}

.extras-item input[type="checkbox"]:checked {
    background: blue;
}

.extras-item input[type="checkbox"].extras_value{
    width: 30px;
    height: 24px;
}
*/

.icon_trash {
    position: relative;
    z-index: 9999 !important;
    cursor: pointer;
}