.removed-topping {
    text-decoration: line-through;
    text-decoration-color: var(--theme-danger-color);
}

#div-product-page-row {
    margin-top: 62px;
    display: flex;
    margin-bottom: 20px;
}

#div-product-back-to-category {
    margin-top: 62px;
    display: flex;
}

#div-product-back-to-category-container {
    padding: 15px;
    font-size: 18px;
}

#anchor-product-back-to-category {
    color: var(--theme-primary-color) !important;
}

.long-description-dropdown {
    display: none;
}

.div-product-size-select-container, .div-product-pizza-crust-select-container {
    height: 70px;
    position: relative;
    background: lightgray;
}

.size-select-info-wrapper, .type-select-info-wrapper {
    padding: 10px;
}

.size-select-info-title, .type-select-info-title, .topping-select-info-title-wrapper {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #777;
}

.size-info-price, .type-info-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-danger-color);
}

.size-select-info-description, .type-select-info-description {
    color: #777;
}

.hidden-size-dropdown, .hidden-type-dropdown {
    height: 0 !important;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.size-select-dropdown, .type-select-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    /* height: 139px; */
    height: auto;
    overflow: hidden;
    top: 72px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 3;
}

.product-selector-size-item, .product-selector-pizza-crust-item {
    height: 70px;
    background: lightgray;
    border-bottom: solid 1px #999;
}

.marimi {
    padding-left: 0;
    padding-right: 5px;
}

.blaturi {
    padding-left: 5px;
    padding-right: 0;
}

.product-page-info {
    padding: 15px;
    position: relative;
    height: calc(100% - 154px);
}

.dropdown-wrapper {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.dropdown-wrapper i {
    color: #777 !important;
}

.product-page-qty-wrapper {
    padding-left: 0;
    padding-right: 5px;
}

.product-page-add-to-cart-wrapper {
    padding-left: 5px;
    padding-right: 0;
    margin-left: auto;
}

.topping-select-image-wrapper {
    width: 70px;
    height: 72px;
    text-align: center;
    padding: 10px;
    float: left;
    background: rgba(0,0,0,0.9);
}

.topping-select-image-wrapper img {
    width: 50px;
}

.topping-select-info-wrapper {
    width: calc(100% - 70px);
    height: 72px;
    background: #fff;
    float: left;
    padding: 5px;
    position: relative;
}

.div-product-topping-type-selector-container {
    position: relative;
}

.hidden-topping-dropdown {
    max-height: 0 !important;
    border: none !important;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.topping-type-select-dropdown {
    overflow-y: scroll;
    position: absolute;
    top: 72px;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,1);
    z-index: 2;
    max-height: 288px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.topping-type-select-dropdown::-webkit-scrollbar {
    width: 5px;
}

.topping-type-select-dropdown::-webkit-scrollbar-track {
    background: rgba(128, 128, 128, 0.2);
}

.topping-type-select-dropdown::-webkit-scrollbar-thumb {
    background: var(--theme-primary-color);
    border-radius: 15px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.topping-type-select-dropdown::-webkit-scrollbar-thumb:hover {
    background: var(--theme-primary-color);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.div-product-topping-outer-container {
    padding: 0;
}

.topping-select-dropdown-item {
    height: 72px;
}

.product-configurator-label {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-page-title {
    margin:0;
    height: 55px;
}

h1.product-page-title {
    font-size: 24px;
}

.product-page-description-wrapper {
    height: 85px;
    overflow: hidden;
}

.product-page-add-to-cart {
    display: block;
    text-align: center;
}

.nota-produs {
    padding: 15px;
    height: 139px;
    margin-top: 15px;
    /* display: none; */
}

.product-btns {
    padding: 15px;
    height: 139px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.toppings {
    padding: 15px;
    height: calc(100% - 154px);
}

.topping-label-wrapper {
    padding: 0;
}

.product-page-image-wrapper {
    padding: 15px;
}

.product-page-image-wrapper img {
    width: 100%;
    height: 100%;
}

#div-topping-types-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: calc(100% - 35px);
}

.topping-select-info-description {
    color: #777;
    display: block;
    height: 20px;
    overflow: hidden;
}

.span-topping-type-price {
    color: var(--theme-danger-color);
}

.product-total-price {
    font-size: 22px;
}

#textarea-product-observations {
    resize: none;
    /* background: #e8e8e8; */
    background: #fff;
}

#div-product-topping-types-wrapper {
    padding: 0;
}

#div-product-topping-types-container {
    padding: 15px;
}

.simple-product-right-wrapper {
    padding-right: 0;
}

.simple-product-right-wrapper .product-page-description-wrapper {
    height: auto;
}

.simple-product-right-wrapper .product-page-info {
    height: calc(100% - 308px);
}

.input-quantity, .quantity-input {
    background: lightgray !important;
}

.input-quantity, .quantity-right-plus, .quantity-left-minus, .quantity-input {
    height: 42px;;
}

.save-changes-button {
    display: block;
    padding: 10px 5px;
    text-align: center;
}

#button-offers-selector-confirm:disabled {
    background: #777 !important;
    color: #333 !important;
    border: 1px solid #333 !important;
}

#button-offers-selector-confirm:disabled:hover {
    background: #777 !important;
    color: #333 !important;
    border: 1px solid #777 !important;
}

.header-topping .topping-select-info-wrapper {
    background: #b8b8b8 !important;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-topping .topping-select-info-title-wrapper {
    color: #333;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.initial-topping-select-info-description {
    color: #333;
}

@media screen and (max-width: 1024px) {
    #div-product-page-row {
        display: block;
    }

    .product-page-add-to-cart-wrapper {
        padding-left: 0;
        width: 100%;
    }

    .product-page-image-wrapper {
        display: none;
    }

    .product-page-configuration-wrapper {
        padding: 0;
    }

    .div-product-topping-types-container {
        padding: 0;
    }

    .product-page-info {
        margin-bottom: 10px;
        height: auto;
    }

    .topping-type-select-dropdown {
        position: relative;
        top: 0;
    }

    .product-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        display: block;
        background-color: #000;
        z-index: 3;
    }

    .div-product-topping-outer-container:nth-child(2) {
        margin: 20px 0;
    }

    .product-page-title {
        height: auto;
        margin-bottom: 20px;
    }

    .product-page-description-wrapper {
        height: 42px;
        margin-bottom: 20px;
    }

    .nota-produs {
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .product-configurator-label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .size-select-info-title, .type-select-info-title, .topping-select-info-title-wrappe {
        font-size: 13px;
    }

    .type-info-price {
        font-size: 13px;
    }

    .topping-select-info-description {
        font-size: 12px;
    }
}

.initial-topping {
    color: forestgreen;
}

.initial-topping-span {
    color: white;
    background-color: forestgreen;
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
}

.span-topping-price {
    color: var(--theme-danger-color);
    font-size: 15px;
}