﻿#newPacketGroup { display: flex; flex-direction: column; margin-bottom: 40px; width: 100%; }
#newPacketGroup.posRel { position:relative; }

#newPacketGroup.hiddenComp { display: none; }

#newPacketGroup .packetHeaderNew { background: #fbfbfb; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, .08); margin-bottom: 30px; padding: 20px 0 0; position: sticky; top: 0; z-index: 3; }

#newPacketGroup .packetHeaderNew .packetHeaderContainer { align-items: center; display: flex; gap: 60px; margin: 0 0 0 54px; max-width: 100%; padding: 0; position: relative; }

#newPacketGroup .packetHeaderNew .packetHeaderContainer.descriptionIn:before { background-color: #707070; bottom: 0; content: ""; left: 40%; margin: 0 30px; min-height: 135px; position: absolute; top: 0; width: 1px; }

#newPacketGroup .packetHeaderNew .packetHeaderDescription { display: flex; flex-direction: column; max-width: 40%; width: 40%; }

#newPacketGroup .packetHeaderNew .descriptionIn .packetHeaderSelection { width: calc(60% - 100px); }

#newPacketGroup .packetHeaderNew .packetHeaderSelection { width: 100%; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionTitle { align-items: center; color: #2c3e50; display: flex; font-size: 15px; font-weight: 600; gap: 8px; margin-bottom: 20px; text-align: left; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid { position: relative; display: flex; gap: 16px; margin-bottom: 7px; padding-bottom: 8px; overflow-x: auto; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionContainer { align-items: center; display: flex; flex-direction: column; flex-shrink: 0; gap: 8px; }

.hasProductContainer.cloneBox, 
#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox { cursor: pointer; align-items: center; aspect-ratio: 1; background: #fff; border-radius: 8px; display: flex; height: 100px; width: 100px; justify-content: center; overflow: hidden; position: relative; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.empty { border: 1.5px solid #c3c3c3; opacity: .6; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.empty.active { border: 2px solid #383838; opacity: 1; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.hasProduct { background: #fff; border: 1.5px solid #fff; box-shadow: 0 2px 8px rgb(0 0 0 / 8%) }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.hasProduct.active { border: 2px solid #383838; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.hasProduct .hasProductContainer { height: 100%; width: 100%; }

.hasProductContainer.cloneBox .editButton { display: none; }

.hasProductContainer.cloneBox .productImageHas, 
#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.hasProduct .productImageHas { border-radius: 8px; height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.hasProduct .editButton { align-items: center; background: rgba(255, 255, 255, .9); border-radius: 50%; bottom: 4px; box-shadow: 0 2px 4px rgba(0, 0, 0, .1); color: #666; cursor: pointer; display: flex; font-size: 12px; height: 24px; justify-content: center; position: absolute; right: 4px; transition: all .2s ease; width: 24px; z-index: 2; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.hasProduct .editButton svg { pointer-events: none; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox.hasProduct .editButton:hover { background: #fff; color: #333; transform: scale(1.1); }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .emptyProductContainer { pointer-events: none; align-items: center; cursor: pointer; display: flex; flex-direction: column; gap: 12px; height: 100%; justify-content: center; width: 100%; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .emptyProductContainer svg { width: 35px; pointer-events: none; }

#newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .emptyProductContainer span { color: #383838; font-size: 15px; font-weight: 600; text-align: center; pointer-events: none; }

#newPacketGroup .packetHeaderNew .packetProgressBar { margin-top: 20px; }

#newPacketGroup .packetHeaderNew .packetProgressBar .progressBarContainer { background-color: #e9ecef; height: 2px; overflow: hidden; position: relative; width: 100%; }

#newPacketGroup .packetHeaderNew .packetProgressBar .progressBarFill { width: 0%; background-color: #383838; height: 100%; position: relative; transition: width .5s ease-in-out; }

#newPacketGroup .packetHeaderNew .packetProgressBar .progressBarFill:after { animation: progressShine 2s; background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .2) 50%, transparent); bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; }

#newPacketGroup .packetContentNew {float:left;width:100%; }
#newPacketGroup .packetContentNew .productSelectLine { align-items: center; display: flex; justify-content: center; flex-direction: column; margin: 0 auto; width: 90%; }

#newPacketGroup .packetContentNew .productSelectLine section { display: flex; flex-direction: column; margin-bottom: 52px; position: relative; width: 100%; margin-top: 8px; padding-top: 16px; }

#newPacketGroup .packetContentNew .productSelectLine section:before { background: #e6e6e6; content: ""; height: 1px; left: 0; pointer-events: none; position: absolute; top: 0; width: 100% }

#newPacketGroup .packetContentNew .packetContentTitle, 
#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleDesktop { display: flex; width: 100%; flex-direction: column; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleDesktop.hiddenTrue { display: none; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile { display: none; padding: 12px 0; align-items: center; justify-content: space-between; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile.hiddenFalse { display: flex; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleDiv { gap: 20px; justify-content: flex-start; margin: 24px 0 12px; padding: 0 4px; align-items: center; display: flex; margin-bottom: 10px; width: 100%; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleImg { width: 100px; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleImg img { margin: 0; max-width: 100%; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleText h3 { font-size: 20px; font-weight: 400; margin: 0; padding: 0; }

#newPacketGroup .packetContentNew .packetContentTitle-Description { gap: 20px; justify-content: flex-start; padding: 0 4px; align-items: center; display: flex; margin-bottom: 10px; width: 100%; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .packetContentTitleMobileDiv { display: flex; align-items: center; max-width: calc(100% - 40px); }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .packetContentTitleMobileImg { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .packetContentTitleMobileImg img { object-fit: cover; width: 100%; height: 100%; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .packetContentTitleTextMobile { margin-left: 10px; display: flex; flex-direction: column; gap: 4px; min-width: 0; flex: 1; text-align: left; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .packetNameMobile { font-size: 14px; width: 100%; max-width: 100%; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .productNameMobile { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; width: 100%; max-width: 100%; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .packetContentTitleMobileEdit { width: 20px; height: 20px; cursor: pointer; }

#newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleMobile .packetContentTitleMobileEdit svg { width: 100%; height: 100%; pointer-events: none; }

#newPacketGroup .packetContentNew .packetContentProduct.hiddenTrue { display: none; }

#newPacketGroup .packetContentNew .packetProductsDiv { opacity: 0; visibility: hidden; overflow: hidden; }

#newPacketGroup .packetContentNew .packetProductsDiv.owl-loaded { opacity: 1; visibility: visible; overflow: visible; }

#newPacketGroup .packetContentNew .owl-nav { z-index: 2; position: absolute; right: -50px; left: -50px; top: 50%; }

#newPacketGroup .packetContentNew .owl-nav.disabled { display: block; }

#newPacketGroup .packetContentNew .owl-nav .PacketNext, #newPacketGroup .packetContentNew .owl-nav .PacketPrev { display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; border: 1px solid #C4C4C4; width: 45px; height: 45px; cursor: pointer; text-align: center; position: absolute; font-size: 0; }

#newPacketGroup .packetContentNew .owl-nav .PacketPrev { left: 0; }

#newPacketGroup .packetContentNew .owl-nav .PacketNext.disabled { opacity: .5; }

#newPacketGroup .packetContentNew .owl-nav .PacketPrev.disabled { opacity: .5; }

#newPacketGroup .packetContentNew .owl-nav .PacketNext { right: 0; }

#newPacketGroup .packetContentNew .owl-nav .PacketPrev span:after, #newPacketGroup .packetContentNew .owl-nav .PacketNext span:after { font-size: 30px; color: #000; font-family: 'FontAwesome'; font-weight: 300; position: relative; z-index: 2; }

#newPacketGroup .packetContentNew .owl-nav .PacketPrev span:after { content: '\f104'; }

#newPacketGroup .packetContentNew .owl-nav .PacketNext span:after { content: '\f105'; }

#newPacketGroup .packetContentNew .packetProductsDiv:not(.owl-carousel) { display: flex; gap: 20px; }

#newPacketGroup .packetContentNew .packetProductsDiv:not(.owl-carousel) .packetProductItem { max-width: 20%; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .relatedProductsColor { display: none !important; }

#newPacketGroup .packetContentNew .packetProductItem .productItem > div:not(.productImage,.productDetail,.selectProductPacket) { display: none !important; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .productDetail > div:not(.productName,.productPrice) { display: none !important; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectProductPacket { float: left; width: 100%; gap: 5px; align-items: center; border: 1px solid #707070; cursor: pointer; display: flex; height: 36px; justify-content: center; margin: 10px auto 12px; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectProductPacket.disabled { pointer-events: none; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectProductPacket.active { background: #383838; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectProductPacket .ticiLangsPacket { font-size: 12px; color: #000; line-height: 1; pointer-events: none; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectProductPacket.active .ticiLangsPacket { color: #fff; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectPacketSvg { line-height: 0; pointer-events: none; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectPacketSvg svg { pointer-events: none; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectPacketSvg svg .rounded, #newPacketGroup .packetContentNew .packetProductItem .productItem .selectPacketSvg svg .strokeCart { fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .active .selectPacketSvg svg .rounded, #newPacketGroup .packetContentNew .packetProductItem .productItem .active .selectPacketSvg svg .strokeCart { stroke: #fff; }

#newPacketGroup .packetContentNew .packetProductItem .productItem .selectPacketSvg svg .rounded { stroke-width: 2; }

@keyframes progressShine {
    0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }

    100% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@keyframes fadeIn {
    0% { background: transparent; }

    100% { background: rgba(0, 0, 0, .35); }
}

#pagePaketUrun .completePacketModal { align-items: center; animation: fadeIn .3s ease-out; background: rgba(0, 0, 0, .35); bottom: 0; display: none; justify-content: center; left: 0; padding: 20px; pointer-events: auto; position: fixed; right: 0; top: 0; z-index: 99998; }

#pagePaketUrun .completePacketModal.active { display: flex; }

#pagePaketUrun .completePacketModalContainer { background: #fff; border-radius: 24px; box-shadow: 0 8px 40px rgba(21, 21, 21, .18); height: auto; max-width: 600px; padding: 48px 32px 40px; position: relative; text-align: center; width: 100%; }

#pagePaketUrun .completePacketModal-check { align-items: center; border-radius: 50%; display: flex; height: 100px; justify-content: center; margin: 0 auto 32px; position: relative; width: 100px; z-index: 1; }

#pagePaketUrun .completePacketModal-title { color: #232323; font-size: 28px; font-weight: 700; margin-bottom: 12px; user-select: none; pointer-events: none; }

#pagePaketUrun .completePacketModal-desc { color: #4d4d4d; font-size: 18px; font-weight: 400; user-select: none; pointer-events: none; }

#pagePaketUrun .completePacketModal-check svg { width: 100%; height: 100%; pointer-events: none; }

.packetChooseProductsContainer { align-items: center; background-color: #fbfbfb; display: flex; flex-direction: column; justify-content: center; padding-bottom: 0; padding-top: 24px; position: relative; text-align: center; float: left; width: 100%; }

.packetChooseProductsContainer.hiddenComp { display: none; }

.packetChooseProductsContainer .packetChooseTitle { font-size: 24px; font-weight: 600; letter-spacing: 0; line-height: 24px; margin: 0; text-align: center; }

.packetChooseProductsContainer .packetProductsContainer { margin-bottom: 36px; max-width: 920px; width: 100%; margin-top: 20px; overflow-x: auto; }

.packetChooseProductsContainer .packetProductsImageList { gap: 10px; position: relative; float: left; display: flex; justify-content: space-between; align-items: center; }

.packetChooseProductsContainer .packetProductImageItem { width: 160px; f; float: left; }

.packetChooseProductsContainer .productsInfoContainer { display: flex; padding: 0 10px; flex-direction: column; gap: 24px; margin-bottom: 46px; max-width: 888px; width: 100%; }

.packetChooseProductsContainer .productInfoWrapper { border-bottom: 1px solid #eae6de; padding: 16px 0; }

.packetChooseProductsContainer .productInfoItem { align-items: center; display: flex; gap: 16px; justify-content: space-between; position: relative; }

.packetChooseProductsContainer .productInfoItem img.productInfoItemImg { border-radius: 50%; height: 50px; -o-object-fit: cover; object-fit: cover; width: 50px; }

.packetChooseProductsContainer .productInfoItemWrapper { flex: 1; text-align: left; max-width: calc(100% - 125px); }

.packetChooseProductsContainer .productInfoItemGroupName { font-size: 17px; font-weight: normal; }

.packetChooseProductsContainer .productInfoItemName { font-size: 14px; font-weight: normal; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.packetChooseProductsContainer .productInfoItemEdit { align-items: center; background-color: #f7f7f7; color: #000; cursor: pointer; display: flex; font-size: 28px; height: 40px; justify-content: center; width: 40px; }

.packetChooseProductsContainer .productInfoItemEdit svg { width: 25px; height: 25px; pointer-events: none; }

.packetChooseProductsContainer .chooseBackBtn { background: transparent; border: none; cursor: pointer; display: inline-flex; left: 12px; position: absolute; top: 24px; z-index: 2; width: 30px; height: 30px; }

.packetChooseProductsContainer .chooseBackBtn svg { width: 100%; height: 100%; pointer-events: none; }

.productsInfoBasket { align-items: center; display: flex; justify-content: space-between; background: #fff; padding: 14px 48px; text-align: center; width: 100%; }

.productsInfoBasket .productsInfoPrice-title { font-size: 16px; font-weight: 700; letter-spacing: 0; line-height: 100%; margin-bottom: 10px; text-align: left; }

.productsInfoBasket .productsInfoPriceWrapper { text-align: left; display: flex; flex-direction: column; }

.productsInfoBasket .productsInfoPrice-value { align-items: flex-start; display: flex; flex-direction: column; font-size: 20px; font-weight: 700; gap: 2px; letter-spacing: 0; line-height: 100%; }

.productsInfoBasket .productsInfoPrice-value .packetPriceRegular, 
.productsInfoBasket .productsInfoPrice-value .packetDiscountPrice { color: #1f1f1f; display: block; font-size: 21px; font-weight: 600; line-height: 21px; }

.productsInfoBasket .productsInfoPrice-value.discountTrue .packetPriceRegular { color: #8c8c8c; font-size: 14px; line-height: 18px; text-decoration: line-through; }

.productsInfoBasket #btnAddPackToBasket { cursor: pointer; background-color: #00b463; border: none; border-radius: 4px; color: #fff; font-size: 18px; font-weight: 600; height: 52px; letter-spacing: 0; line-height: 18px; text-transform: capitalize; padding: 10px 30px; display: flex; align-items: center; justify-content: center; }

.productsInfoBasket #btnAddPackToBasket.disabled { pointer-events: none; }

@media (max-width: 768px) {
    #newPacketGroup .packetContentNew .owl-nav { display: none !important; }

    #newPacketGroup .packetHeaderNew { margin-bottom: 10px; padding: 10px 10px 0; }

    #newPacketGroup .packetHeaderNew .packetHeaderContainer { margin: 0; }

    #newPacketGroup .packetHeaderNew .packetHeaderContainer:before { display: none; }

    #newPacketGroup .packetHeaderNew .packetHeaderDescription { display: none; }

    #newPacketGroup .packetHeaderNew .descriptionIn .packetHeaderSelection, #newPacketGroup .packetHeaderNew .packetHeaderSelection { width: 100%; }

    #newPacketGroup .packetHeaderNew .packetHeaderSelectionTitle { font-size: 13px; margin-bottom: 10px; text-align: center; width: 100%; justify-content: center; }

    #newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid { gap: 10px; }

    .hasProductContainer.cloneBox, 
    #newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .selectionBox { width: 80px; height: 80px; }

    #newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .emptyProductContainer svg { width: 20px; height: 20px; }

    #newPacketGroup .packetHeaderNew .packetHeaderSelectionGrid .emptyProductContainer span { font-size: 12px; }

    #newPacketGroup .packetHeaderNew .packetProgressBar { margin-top: 5px; }

    #newPacketGroup .packetContentNew .productSelectLine { width: 97%; }

    #newPacketGroup .packetContentNew .productSelectLine section { margin-bottom: 0; padding-top: 10px; margin-top: 10px; }

    #newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleDiv { gap: 10px; margin: 5px 0; }

    #newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleText h3 { font-size: 15px; }

    #newPacketGroup .packetContentNew .packetContentTitle-Description { margin-bottom: 5px; gap: 10px; font-size: 12px; }

    #newPacketGroup .packetContentNew .packetContentTitle .packetContentTitleImg { width: 60px; }

    #newPacketGroup .packetContentNew .packetProductItem .productItem .selectProductPacket .ticiLangsPacket { font-size: 11px; }

    #newPacketGroup .packetContentNew .packetProductItem .productItem .selectPacketSvg svg { width: 20px; height: 20px; }

    #pagePaketUrun .completePacketModalContainer { max-width: 400px; padding: 20px 20px 40px; }

    #pagePaketUrun .completePacketModal-check { width: 70px; height: 70px; margin: 0 auto 20px; }

    #pagePaketUrun .completePacketModal-title { font-size: 20px; }

    #pagePaketUrun .completePacketModal-desc { font-size: 14px; }

    .packetChooseProductsContainer { padding: 25px 0 0; }

    .packetChooseProductsContainer .packetProductsContainer { padding: 0 10px; }

    .packetChooseProductsContainer .chooseBackBtn { width: 25px; height: 25px; }

    .packetChooseProductsContainer .packetChooseTitle { font-size: 18px; }

    .packetChooseProductsContainer .packetProductsImageList { gap: 10px; }

    .packetChooseProductsContainer .packetProductImageItem { width: 80px; }

    .packetChooseProductsContainer .productInfoItemName { font-size: 12px; }

    .packetChooseProductsContainer .productsInfoContainer { gap: 15px; margin-bottom: 15px; }

    .packetChooseProductsContainer .productInfoItemGroupName { font-size: 15px; margin-bottom: 3px; }

    .packetChooseProductsContainer .productInfoWrapper { padding: 0 0 16px; }

    .productsInfoBasket { padding: 10px; }

    .productsInfoBasket #btnAddPackToBasket { padding: 10px 20px; font-size: 15px; height: 45px; }

    .productsInfoBasket .productsInfoPrice-value .packetPriceRegular, 
    .productsInfoBasket .productsInfoPrice-value .packetDiscountPrice { font-size: 18px; }

    .productsInfoBasket .productsInfoPrice-value.discountTrue .packetPriceRegular { font-size: 14px; }

    .productsInfoBasket .productsInfoPrice-title { font-size: 14px; margin-bottom: 5px; }
}
