/* Sayfa yerleşimi (sol: 1. frame-parent, sağ: 2. frame-parent) */
.config-layout {
    max-width: 1120px;
    margin: 24px auto 60px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 80px;
}

.config-left {}

.config-right {}

@media (max-width: 960px) {
    .config-layout {
        grid-template-columns: 1fr;
    }
}

/*
1. frame-parent yani soldaki olacak yapı
*/

.product-hosting {
    position: relative;
    line-height: 25px;
    font-weight: 600;
}

.product-info-icon {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-info-icon1 {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: contain;
}

.product-info-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.product-hosting-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.product-info-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-feature-icon {
    width: 24px;
    border-radius: 99px;
    height: 24px;
}

.product-feature-text {
    position: relative;
    letter-spacing: -0.18px;
    line-height: 24px;
}

.product-feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product-features {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #36393f;
}

.product-line {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.product-option-title-text {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Albert Sans';
    color: #4e4e4e;
    text-align: center;
}

.product-option-checkbox-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    border: 1px solid #ff4b0e;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}

.product-option-checkbox-icon1 {
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    background-color: #ff4b0e;
    width: 10px;
    height: 10px;
}

.product-option-checkbox {
    width: 16px;
    position: relative;
    height: 16px;
}

.product-option-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 20px;
    color: #1f1f1f;
}

.product-option-title1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    gap: 0px;
}

.product-option-checkbox-div {
    align-self: stretch;
    position: relative;
    border-top: 0.5px solid #e9e9e9;
    box-sizing: border-box;
    height: 0.5px;
}

.product-option-checkbox-icon2 {
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    background-color: #ff4b0e;
    width: 10px;
    height: 10px;
    opacity: 0;
}

.product-option-checkbox-div2 {
    align-self: stretch;
    position: relative;
    border-top: 0.5px solid #e9e9e9;
    box-sizing: border-box;
    height: 0.5px;
    opacity: 0;
}

.menu-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    font-size: 15px;
    color: #4e4e4e;
}

.product-info {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    font-size: 20px;
    color: #000;
    font-family: 'Albert Sans';
}

/*
2. frame-parent yani sağdaki olacak yapı

*/

.product-order-title-text {
    position: relative;
    line-height: 25px;
    font-weight: 600;
}

.product-order-title-icon {
    width: 24px;
    position: relative;
    height: 24px;
    object-fit: contain;
    opacity: 0;
}

.product-order-title {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.product-order-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-order-menu-item-text {
    position: relative;
    line-height: 20px;
}

.product-order-menu-item-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    color: #1f1f1f;
}

.product-order-menu-item {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    gap: 0px;
}

.order-line {
    align-self: stretch;
    position: relative;
    border-top: 0.5px solid #e9e9e9;
    box-sizing: border-box;
    height: 0.5px;
}

.product-order-menu {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    font-size: 15px;
    color: #4e4e4e;
}

.product-order-total-text {
    position: relative;
    line-height: 34px;
}

.product-order-total-desc {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.product-order-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-size: 28px;
    color: #1f1f1f;
}

.product-order-button-text {
    position: relative;
    line-height: 24px;
    font-weight: 500;
}

.product-order-button-icon {
    width: 16px;
    position: relative;
    height: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-order-button {
    align-self: stretch;
    box-shadow: 0px 1px 2px rgba(143, 36, 0, 0.56), 0px 0px 0px 1px #ff4b0e;
    border-radius: 8px;
    background-color: #ff4b0e;
    border: 1px solid rgba(255, 255, 255, 0.24);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    gap: 8px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.product-order {
    width: 100%;
    position: relative;
    border-radius: 20px;
    background-color: #f5f4f2;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
    text-align: left;
    font-size: 20px;
    color: #000;
    font-family: 'Albert Sans';
}


/* Override and scope: Left (1. frame-parent) */
.config-left .frame-parent {
    border-radius: 0;
    background: transparent;
    border: 0;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
    font-size: 18px;
}

.config-left .frame-icon {
    width: 24px;
    height: 24px;
}

.config-left .vuesaxtwotonearrow-down-icon {
    opacity: 1;
}

/* Override and scope: Right (2. frame-parent - Sipariş Özeti) */
.config-right .frame-parent {
    border-radius: 20px;
    background-color: #f5f4f2;
    border: 1px solid #e9e9e9;
    padding: 20px;
    gap: 20px;
}

.config-right .frame-icon {
    width: 16px;
    height: 16px;
}

.config-right .button {
    width: 100%;
}