/*replace compare and wishlist btns*/
.control-buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.control-buttons .ic-heart-product,
.control-buttons .ic-compare{
    width: 19px;
    height: 19px;
}

.control-buttons button:first-of-type {
    margin-bottom: 20px;
}

.control-buttons button {
    position: relative;
}

.control-buttons button:after {
    content: attr(data-counter);
    position: absolute;
    top: -10px;
    right: -6px;
    border-radius: 6px;
    color: #fff;
    background: #9F9F9F;
    font-size: 12px;
    font-family: "Futura PT", sans-serif;
    font-weight: 450;
    line-height: normal;
    padding: 1px 5px;
}

.control-buttons button[]:after {
}

.input-promocode::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.promocode-wrap {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.input-promocode {
    border-radius: 4px 0 0 4px;
}

.part__payment-item {
    position: relative;
    margin-left: 16px;
}

.part__payment-item:last-of-type {
    margin-left: 20px;
}

.part__payment-item:hover .part__payment-tooltip {
    opacity: 1;
    pointer-events: all;
}

.part__payment-item:after {
    content: attr(data-pice);
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    color: #000;
    font-family: "Futura PT", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    position: absolute;
    right: -8px;
    bottom: -8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
}

.part__payment-tooltip {
    position: absolute;
    top: -55%;
    left: 36%;
    transform: translate(-50%, -100%);
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 12px 44px 0px rgba(0, 0, 0, 0.25);
    z-index: 3;
    padding: 16px 15px;
    width: 292px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in;
}

.part__payment-tooltip:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 9.5px 0 9.5px;
    border-color: #FFF transparent transparent transparent;
    transform: rotate(0deg);
}

.payment-tooltip-title {
    display: block;
    color: #000;
    font-family: "Futura PT", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-bottom: 12px;
}

.payment-tooltip-subtitle {
    color: #000;
    font-family: "Futura PT", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.payment-tooltip-list {
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}

.payment-tooltip-list li {
    color: #000;
    font-family: "Futura PT", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.btn-pice {
    padding: 17px 13px;
    background: none;
    border-color: #000;
    color: #000;
    margin-left: 18px;
}


@media (max-width: 768px) {
    .promocode-wrap {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

#pice-modal .ipTitle{
    color: #000;
    font-family: "Futura PT", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

#pice-modal .btn-modal-close {
    top: 1px;
}

.pice__wrpa {
    margin-top: 36px;
}

.pice__wrpa-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    padding: 38px 17px;
    border: 1px dashed #AAA;
    margin-bottom: 14px;
    cursor: pointer;
}

.pice__wrap-item-title {
    color: #000;
    text-align: center;
    font-family: "Futura PT", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

#pice-payment .ipTitle{
    color: #000;
    text-align: center;
    font-family: "Futura PT", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

#pice-payment .modal-head {
    display: flex;
    align-items: center;
    gap: 20px;
}

#pice-payment .btn-modal-close {
    top: 4px;
}

.pice__payment-info {
    margin-bottom: 20px;
}

.pice__payment-select {
    border-radius: 4px;
    border: 1px solid rgba(152, 152, 152, 0.4);
    background: #FBFBFB;
    height: 46px;
    width: 100%;
    padding: 0 12px;
}

.pice__payment-block {
    padding: 18px 29px 28px;
    border-radius: 6px;
    border: 1px dashed #AAA;
}

.text-midle {
    display: block;
    color: #000;
    font-family: 'Gilroy', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.6;
    padding-bottom: 4px;
}

.pice__payment-numb {
    color: #000;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.pice__payment-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pice__payment-btn {
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    height: 49px;
    width: 100%;
    margin-top: 18px;
    border: none;
    cursor: pointer;
}

.modal.mono .pice__payment-btn {
    background: #121212;
}

.modal.privat .pice__payment-btn {
    background: #00B000;
}

.promocode-confirm_wrap {
    margin-top: 0.7rem;
}

.promocode-confirm-message {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #ef0b0b;
}

.pice__checkout {
    border-radius: 6px;
    border: 1px dashed #AAA;
    background: #FFF;
    padding: 17px 26px;
    margin-left: 0 !important;
}

.pice__payment-box {
    display: flex;
    flex-direction: column;
}

.pice__checkout .form-group {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.pice__checkout-price {
    color: #000;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 46px;
}

.pice-label-title {
    color: #000;
    font-family: 'Gilroy', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.6;
    padding-bottom: 4px;
}

.pice__payment-box:first-of-type {
    margin-right: 32px;
}

.pice__payment-box:last-of-type {
    margin-left: 47px;
}

label[for="privatbank_paymentparts_pp"],
label[for="monobank_payment_parts"]{
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
}

label[for="privatbank_paymentparts_pp"]:before,
label[for="monobank_payment_parts"]:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url('../image/pvb-icon.svg') no-repeat;
    background-size: contain;
    display: inline-block;
}

label[for="monobank_payment_parts"]:before {
    background: url('../image/mono-icon.svg') no-repeat;
    background-size: contain;
}

#monobank_payment_parts:checked + label[for="monobank_payment_parts"]:before {
    background-position: center;
    background-color: #fff;
    background-size: 20px;
    border-radius: 50%;
}


#termInput2 {
    background: #fff;
}

.price-stock {
    max-width: 98%;
}

.product-cart .price .price-old {
    font-weight: 400;
}

.pice__wrap-img{
    position: relative;
    width: 34px;
    height: 34px;
}

.pice__wrap-img:before {
    content: attr(data-pice);
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    color: #000;
    font-family: "Futura PT", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    position: absolute;
    right: -8px;
    bottom: -8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
}

#button-credit {
    margin-left: 0;
    padding: 14px 28px;
    justify-content: flex-start;
}


@media screen and (max-width: 500px) {.product-cart .price {width: 100%} }

@media screen and (max-width: 1124px) {

}

.mobile-product .btn-pice {
    margin-left: 0;
}
.pice__payment-wrapper .part__payment-item {
    margin-left: 0;
    margin-top: 15px;
}
.pice__payment-wrapper {
    display: flex;
    gap: 20px;
}

.mobile-product .part__payment-tooltip {
    bottom: -20px;
    top: initial;
    transform: translate(-15px, 100%);
}

.mobile-product .part__payment-tooltip:after {
    bottom: initial;
    top: -10px;
    transform: rotate(180deg);
    left: 12px;
}

#simplecheckout_payment_form {
    display: none;
}

.main-carousel .add-to-wishlist:after,
.product-thumb .add-to-wishlist:before {
    content: attr(data-counter);
    position: absolute;
    top: -10px;
    right: -6px;
    border-radius: 6px;
    color: #fff;
    background: #9F9F9F;
    font-size: 12px;
    font-family: "Futura PT", sans-serif;
    font-weight: 450;
    line-height: normal;
    padding: 1px 5px;
    z-index: 2;
}

.main-carousel .add-to-wishlist[data-counter="0"]:after,
.product-thumb .add-to-wishlist[data-counter="0"]:before {
    display: none;
}

.ic-logo.ic-logo-ny {
    width: 114px;
    height: 43px;
}

@media (min-width: 1600px) {
    .ic-logo.ic-logo-ny {
        width: 197px;
        height: 72px;
    }
}

@media screen and (max-width: 490px) {
    .pice__checkout .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .pice__payment-box:last-of-type {
        margin-left: 0;
    }
    .pice__payment-box:first-of-type {
        margin-right: 0;
        width: 100%;
        margin-bottom: 12px;
    }
    #payment_parts, #pp {
        width: 100%;
    }
}
