#combo_card {
    background: rgba(50, 50, 50, 0.5) !important;
}
#combo_card .modal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 950px;
    height: 600px;
    max-height: calc(100vh - 116px);
}
.mobile #combo_card .modal {
    max-height: none;
}

#combo_card .modal_container {
    left: 0;
    right: 0;
    margin: 115px auto;
    text-align: left;
    white-space: normal;
    background-color: #fff;    
    color: #000;
    border-radius: 25px;
    width: 950px;
    height: 600px;
    max-height: calc(100vh - 116px);
    -webkit-box-shadow: 10px 20px 30px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 20px 30px 10px rgba(0,0,0,0.3);
    box-shadow: 10px 20px 30px 10px rgba(0,0,0,0.3);
    position: fixed;
}
.mobile #combo_card .modal_container {
    max-height: none;
}

#combo_card .img {
    position: relative;
    display: inline-block;
    width: 525px;
    height: 540px;
    margin: 30px 10px;
    line-height: 0;
    max-height: calc(100vh - 176px);
}
#combo_card .img {
    max-height: none;
}

#combo_card img {
    width: 100%;
    height: auto;
    /*aspect-ratio: 1 / 1;*/
}

#combo_card .img .img-circle {
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
    #combo_card .img .img-circle {
        max-width: 470px;
        max-height: 470px;
    }
}
#combo_card .img .img-30 .img-circle {
    background-image: url(../images/img-circle-lg.svg);
}

#combo_card .img .img-25 .img-circle {
    background-image: url(../images/img-circle-md.svg), url(../images/img-circle-lg.svg);
}


#combo_card .info {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    padding: 20px 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    
    position: relative;
    vertical-align: top;
    height: 600px;
    background-color: #fafafa;
    
    max-height: calc(100vh - 116px);
}
.mobile #combo_card .info {
    max-height: none;
}
#combo_card .info-base {
    position: relative;
    z-index: 1000;
    height: 466px;
    max-height: calc(100vh - 250px);
}
.mobile #combo_card .info-base {
    max-height: none;
}

#combo_card .info-base-footer {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#combo_card .info-base-footer-scroll {
    position: absolute;
    inset: 0px;
    overflow-y: auto;
    padding: 0 30px 0 30px;
}

#combo_card .title {
    margin-bottom: 7px;
}

#combo_card .title .name {
    /*font-size: 28px;*/
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 500;
    color: black;
    width: calc(100% - 45px);
}
#combo_card .title .annotation {
    margin-top: 20px;
}
#combo_card .close {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 30px;
    z-index: 10000;
    
    background: #fff;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
#combo_card .close svg {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#combo_card .close:hover path,
#combo_card .close:focus path {
    fill: #666666;
}
#combo_card .params {
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
#combo_card .components {
    margin-bottom: 7px;
    font-size: 14px;
    color: black;
}

#combo_card .components button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    
}
#combo_card .components button::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 1px;
    left: 1px;
    right: 17px;
    
    border-bottom: 1px dashed #666;
}
#combo_card .components button.removed::before {
    /*border-bottom-width: 0;*/
    border-bottom-width: 0;
}
#combo_card .components button:after {
    content: url(../images/btn-remove-circle.svg);
    margin-left: 3px;
    margin-bottom: -5px;
    vertical-align: text-top;
}
#combo_card .components button.removed {
    /*text-decoration: line-through;*/
    text-decoration: line-through;
}
#combo_card .components button.removed:after {
    content: url(../images/btn-reshow-circle.svg);
}


#combo_card .components button i.btn-remove {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;

    font-size: 0px;
    line-height: 0;
    font-style: normal;
}
#combo_card .product-item {
    margin-top: 10px;
}
#combo_card .product-item .propuct-size .pz-size {
    border: 1px solid #666;
    width: 110px;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    margin: 0 5px;
    font-weight: 400;
    padding: 3px 10px;
    color: #333;
    cursor: pointer;
}
#combo_card .product-item .propuct-size .selected, 
#combo_card .product-item .propuct-size .pz-size:hover {
    border: 1px solid #666;
    background-color: #666;
    color: #fff;
}


#combo_card .info-btn {
    position: relative;
    z-index: 1;
    margin: 24px 30px 30px;
}

#combo_card .info-btn button {
    height: 50px;
    width: 100%;
    background: var(--base-color);
    border: 2px solid var(--base-color);
    color: #fff;
    letter-spacing: 0;

    text-decoration: none;
    display: block;
    /*font-size: 20px;*/
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

#combo_card .info-btn button:hover,
#combo_card .info-btn button:focus {
    background: #fff;
    color: var(--base-color);
}

#combo_card .combo-components {
    padding: 25px 0 15px;
}
#combo_card .combo-components > .title {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
}

#combo_card section {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: -8px;
}
#combo_card section button {
    cursor: pointer;
    box-sizing: border-box;
    /*touch-action: manipulation;*/
    position: relative;
    height: auto;
    /*width: 100%;*/
    /*width: 108px;*/
    box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
    display: flex;
    -webkit-box-align: left;
    /*align-items: center;*/
    font: inherit;
    margin: 0px 8px 8px 0px;
    padding: 8px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 12px;
    /*flex-flow: column;*/
    transition: box-shadow 150ms ease-out 0s, border;
    
    
    width: 100%;
    min-height: 145px;
    position: relative;
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 8px;
}
#combo_card section .image {
    width: 120px;
    height: auto;
    position: absolute;
    top: 12px;
    left: 12px;
}
#combo_card section .description {
    margin-left: 127px;
    text-align: left;
    /*width: 100%;*/
}

#combo_card section .title {
    /*
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    /*height: 32px;*/
    flex: 1 0 auto;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    overflow: hidden;
    
    /*font-size: 14px;*/
    font-size: 1.1rem;
    line-height: 1;
    color: rgb(0, 0, 0);
    margin-bottom: 4px;
    /*padding-right: 38px;*/
    font-weight: 600;
}
#combo_card section .product-add-price {
    /*
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--base-color);
    margin-bottom: 4px;
}

#combo_card section .annotation {
    /*font-size: 12px;*/
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 300;
    color: rgb(0, 0, 0);
}

#combo_card section .btn-change {
    height: 32px;
    /*padding: 8px 16px;*/
    /*font-size: 14px;*/
    font-size: 1.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: var(--btn-light);
    color: var(--base-color);
    align-self: flex-start;
    margin-top: 8px;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: opacity, margin-bottom;
    outline: currentcolor none medium;
    border: medium none;
    border-radius: 4px;
    text-align: center;
    /*
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    width: 86px;
}
#combo_card section .btn-change:hover {
    /*background-color: #FFE7EA;*/
    filter: brightness(90%);
}

#combo_card section button.selected {
    box-shadow: rgb(6 5 50 / 12%) 0px 0px 0px;
    border: 1px solid var(--base-color);
}

#combo_card section button:after {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0;
    transition: opacity 150ms ease-out 0s;
}

@media only screen and (min-width: 768px) {
    #combo_card section button:hover {
        box-shadow: rgb(6 5 50 / 12%) 0px 0px 8px;
    }
}



#combo_card section button .money {
    font-weight: 500;
}


#combo_card .img-footer-scroll {
    position: absolute;
    inset: 0px;
    overflow-y: auto;
    padding: 0 0px;
}

#combo_card .img-frame {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: 100%;
    /*padding: 20px 0px 20px 20px;*/
    padding: 0px 0px 0px 0px;
}

#combo_card .img-frame .item {
    flex: 0 0 auto;
    /*width: 164px;*/
    width: calc(33.333333% - 16px);
    margin: 8px;
    padding-bottom: 8px;
    /*
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgb(0, 0, 0);
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid rgb(255, 255, 255);
    transition: border-color 150ms ease-out 0s;
}
#combo_card .img-frame .item.selected {
    border-color: var(--base-color);
}
#combo_card .img-frame .item:hover img {
    transform: scale(0.985);
}

#combo_card .img-frame .item img {
    /*margin: 4px -4px -4px 4px;*/
    /*margin: 4px;*/
    padding: 8px 4px;
    width: calc(90% - 4px);
    height: auto;
    transition: padding 150ms ease-out 0s;
    /*
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-weight: 400;
}
#combo_card .img-frame .item .item__name {
    margin-top: 2px;
    padding: 0px 8px;
    /*font-size: 16px;*/
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: center;
    color: rgb(0, 0, 0);
}
#combo_card .img-frame .item .item__price-add {
    color: var(--base-color);
    margin-top: 2px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
#combo_card .img-frame .item .item__price-add button {
    background-color: var(--btn-light);
    color: var(--base-color);;
    
    outline: none;
    border: none;
    border-radius: 4px;
    text-align: center;
    /*
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    transition-property: background-color, color;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}
#combo_card .img-frame .item .item__price-add button:hover {
    filter: brightness(90%);
}

#combo_card .components {
    padding: 15px 0 25px;
}
#combo_card .components > .title {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}


.mobile #combo_card_change {
    background-color: #f3f3f7;
}
.mobile #combo_card_change .modal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 950px;
    height: 600px;
    max-height: calc(100vh - 116px);
}
.mobile #combo_card_change .modal {
    max-height: none;
}

.mobile #combo_card_change .top {
    position: fixed;
    height: 75px;
    width: 100%;
    z-index: 100;
    background-color: #f3f3f7;
}
.mobile #combo_card_change .top .title {
    color: #000;
    width: calc(100% - 60px);
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    height: 75px;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    white-space: normal;
    font-weight: 500;
    font-size: 22px;
}

.mobile #combo_card_change .close {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    z-index: 10000;
    
    background: #fff;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.mobile #combo_card_change .close svg {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile #combo_card_change .close:hover path,
.mobile #combo_card_change .close:focus path {
    fill: #666666;
}
/*
.mobile #combo_card_change .list {
    padding: 15px;
    padding-top: 75px;
    display: flex;
    flex-flow: column;
}
.mobile #combo_card_change .list .product-item {
    display: flex;
    padding: 16px 0px;
    min-height: 0px;
    margin-top: 0;
}
.mobile #combo_card_change .list .product-item .product-image {
    max-height: 160px;
    display: block;
    flex: 0 0 auto;
    position: relative;
    margin: 0px 8px 0px 0px;
    width: 135px;
    height: 135px;
    
}
.mobile #combo_card_change .list .product-item .product-image img {
    height: auto;
    max-width: 100%;
    max-height: 240px;
}

.mobile #combo_card_change .list .product-item .product-body {
    flex-flow: column;
    flex: 1 1 auto;
    font-size: 12px;
    line-height: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(115, 121, 140);
    -webkit-box-pack: center;
    justify-content: center;
}

.mobile #combo_card_change .list .product-item .product-body .product-title {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0px 0px 4px;
}
.mobile #combo_card_change .list .product-item .product-body .product-descr {
    color: rgb(115, 121, 140);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: auto;
}
*/

#combo_card_change .info-base-footer-scroll {
    position: absolute;
    inset: 0px;
    overflow-y: auto;
    /*padding: 0 30px 0 30px;*/
}

#combo_card_change .combo-components {
    padding: 90px 15px 15px;
}
#combo_card_change section {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*margin-right: -8px;*/
    /*margin-bottom: -8px;*/
}
#combo_card_change section .button {
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    height: auto;
    box-shadow: rgb(6 5 50 / 12%) 0px 4px 20px;
    display: flex;
    -webkit-box-align: left;
    font: inherit;
    /*margin: 0px 8px 8px 0px;*/
    padding: 8px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 12px;
    transition: box-shadow 150ms ease-out 0s, border;
    width: calc(100vw - 30px);
    min-height: 145px;
    position: relative;
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 8px;
}

#combo_card_change section .image {
    width: 120px;
    height: auto;
    position: absolute;
    top: 12px;
    left: 12px;
}

#combo_card_change section .description {
    margin-left: 127px;
    text-align: left;
    width: calc(100vw - 135px);
}

#combo_card_change section .title {
    /*
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    /* height: 32px; */
    flex: 1 0 auto;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    overflow: hidden;
    /*font-size: 14px;*/
    font-size: 1.1rem;
    line-height: 16px;
    color: rgb(0, 0, 0);
    margin-bottom: 4px;
    /* padding-right: 38px; */
    font-weight: 600;
}
#combo_card_change .info-base-footer-scroll .annotation {
    margin-top: 5px;
    color: rgb(115, 121, 140);
    /*font-size: 14px;*/
    line-height: 1.2;
    /*
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    height: auto;
    text-align: left;
    white-space: normal;
}

#combo_card_change .combo-components .action {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#combo_card_change .combo-components .action-add {
    background-color: #fff4f5;
    color: var(--base-color);
    outline: none;
    border: none;
    border-radius: 4px;
    text-align: center;
    /*
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    */
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    transition-property: background-color, color;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    padding: 1px 6px;
    height: 24px;
}
#combo_card_change .combo-components .action-btn {
    font-weight: bold;
    color: var(--base-color);
    border: 2px solid var(--base-color);
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    
    /*font-size: 16px;*/
    font-size: 1.1rem;
    width: auto;
    height: 30px;
    line-height: 24px;
}
#combo_card_change .combo-components .action-btn:active {
    background-color: var(--base-color);
    color: #fff;
}
#combo_card_change .combo-components .action-btn.active {
    background-color: var(--base-color);
    color: #fff;
}


