.tptrack__id input, .tptrack__email input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 60px;
    border-radius: 6px;
}

.tptrack__id, .tptrack__email {
    position: relative;
}

.tptrack__id input, .tptrack__email input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: var(--tp-common-white);
    padding: 10px 60px;
    border-radius: 6px;
}

p.error {
    margin-top: 10px;
    border: 1px solid;
    padding: 8px;
    color: #ed4c78 !important;
    background-color: rgba(237,76,120,.1) !important;
    border-color: transparent;
    border-radius: 4px;
    font-size: 12px !important;
    width: 100% !important;
    border-radius: 30px;
}
.customlinkcustomerpanel {
    display: flex;
    align-items: center;
    gap: 8px;
}
.activeLink {
    font-weight: bold;
}
@media (max-width: 767px){
    .product__details-btn {
        margin-top: 0 !important;
    }
}
.tpcart__product-list {
    overflow-y: auto;
    max-height: 360px;
}


.whight-product .tpproduct__content {
    text-align: center;
}
.text-right {
    text-align: right;
}
.vam {
    vertical-align: middle;
}
.floating_btn {
    position: fixed;
    bottom: 90px;
    right: 45px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 1000ms ease-in-out;
}