/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */
.pizza .uk-button {
    border-radius: 4px;
    border-color: transparent;
}

.pizza .es-field-inline .es-inline-button.active {
    border-color: transparent !important;
    background-color: #fff;
}

.pizza .es-inline-button,
.pizza .btn-add-to-cart,
.pizza .btn-add-to-cart:hover,
.pizza-button {
    background-color: #e6320a;
    color: #fff !important;
    border-radius: 4px !important;
}

.pizza .btn-add-to-cart {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.pizza .es-inline-button.uk-disabled,
.pizza-button.uk-disabled {
    background-color: #f8f8f8;
    color: #444 !important;
}

.pizza .close-extra-link {
    text-decoration: none !important;
    color: inherit;
}

.pizza .close-extra-link:hover {
    color: #e6320a;
}

.pizza-cart-module-inner {
    padding: 10px;
    border: 1px solid #ddd;
}

.custom-cart-text-top *,
.custom-cart-text-bottom * {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    color: #444;
}

.custom-cart-text-top {
    margin-bottom: 15px;
}

.custom-cart-text-bottom {
    margin-top: 15px;
}

.pizza .es-inline-button {
    position: relative;
    overflow: visible;
    margin-left: 5px;
}

.pizza .es-inline-button > .uk-text-lead {
    color: #fff;
    font-weight: bold;
}

.pizza .es-inline-button > .uk-text-meta {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1;
}

.pizza .es-inline-button:hover {
    background-color: #fff;
}

.pizza .es-inline-button:hover > .uk-text-lead,
.pizza .es-field-inline .es-inline-button.active > *,
.pizza .product-name {
    color: #e6320a;
}

.pizza .opt-title {
    font-size: 16px;
    font-weight: bold;
}

.pizza .opt-button {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    padding: 4px 11px;
    color: #e6320a;
    margin-right: 7px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-bottom-color: #b3b3b3;
    text-decoration: none !important;
    font-size: 20px;
}

.pizza .opt-group-title {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}

.pizza .opt-groups-container {
    border: 1px solid #ddd;
    padding: 10px;
}

.pizza .product-box {
    background-color: #f7f5f2;
}

.pizza .topping-title {
    border: 1px dotted #ddd;
    background-color: #fff;
    padding: 0 10px;
    margin-top: 15px;
    display: none;
}

.pizza .a-check-plus.checked {
    background: #e6320a;
    color: #fff;
}

@media (max-width: 499px) {
    .pizza .es-field-inline .es-inline-button {
        width: 48%;
        margin-bottom: 40px;
    }
}

@media (max-width: 320px) {
    .pizza .es-field-inline .es-inline-button {
        width: 100%;
    }
}