.preview-image {
    width: 100%;
    max-width: 300px;
}

.yes::before {
    content: "✅";
    margin-right: 5px;
}

.no::before {
    content: "🚫";
    margin-right: 5px;
}

ul {
    list-style-type: none;
    padding-left: 5px;
}

li {
    padding-bottom: 5px;
}

hr {
    margin-top: 0;
}

.card-bottom {
    margin-top: auto;
}

.card-text-content {
    font-size: small;
    /* Alapértelmezett betűméret */
}

.zoom-05:hover {
    transform: scale(1.025);
}

.zoom-05 {
    transition: transform 0.5s;
    /* Animation */
}

.form-check-input {
    transform: scale(1.2);
}

.callback-block>button,
#add-config-to-cart {
    max-width: 400px !important;
    width: auto !important;
    background: #33822b !important;
    border: 1px solid #33822b !important;
    margin: 0px;
    font-family: inherit;
}

.callback-number {
    margin: 0px;
}

#call-us {
    border-color: #eed40e;
    background-color: #eed40e;
    color: #000;
}

.add-element-to-cart-btn {
    color: #fff !important;
    background: #33822b !important;
    cursor: pointer;
    border-radius: 20px !important;
    text-decoration: none;
    margin: 10px;
}

.add-element-to-cart-btn:hover {
    background: #276420 !important;
    cursor: pointer;
}

.bg-yellow {
    background: #eed40e;
}

.ti-footer {
    display: none;
}

.productbox-qty {
    max-width: 100px;
    float: left;
    display: inline;
}

.qty-minus-btn,
.qty-plus-btn {
    border-radius: 50%;
    border: 1px solid #444444;
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    padding-top: 2px;
    padding-bottom: 6px;
    margin: 0px 5px;
    font-weight: 700;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.productbox-qty {
    width: 80px;
    font-size: 20px;
    text-align: center;
}

.quantity-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.short-description {
    font-size: 1.1rem;
}

.cursor-pointer {
    cursor: pointer;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}