.select2-selection__arrow {
    display: none;
}

.productDetailpage #ProductDetail .detail_wrap .txt h1 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    
    .productDetailpage #ProductDetail .detail_wrap .txt h1 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    
    .productDetailpage #ProductDetail .detail_wrap .txt h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.productDetailpage #ProductDetail .detail_wrap .txt .subT,
.productDetailpage #ProductDetail .detail_wrap .txt h2,
.productDetailpage #ProductDetail .detail_wrap .txt h3,
.productDetailpage #ProductDetail .detail_wrap .txt h4,
.productDetailpage #ProductDetail .detail_wrap .txt h5 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .productDetailpage #ProductDetail .detail_wrap .txt .subT,
    .productDetailpage #ProductDetail .detail_wrap .txt h2,
    .productDetailpage #ProductDetail .detail_wrap .txt h3,
    .productDetailpage #ProductDetail .detail_wrap .txt h4,
    .productDetailpage #ProductDetail .detail_wrap .txt h5 {
        font-size: 17px;
    }
}
@media only screen and (min-width: 992px) {
    .productDetailpage #ProductDetail .detail_wrap .txt .subT,
    .productDetailpage #ProductDetail .detail_wrap .txt h2,
    .productDetailpage #ProductDetail .detail_wrap .txt h3,
    .productDetailpage #ProductDetail .detail_wrap .txt h4,
    .productDetailpage #ProductDetail .detail_wrap .txt h5 {
        font-size: 20px;
    }
}
.productDetailpage #ProductDetail .detail_wrap .txt p {
    color: #6a6a6a;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) {
    .productDetailpage #ProductDetail .detail_wrap .txt p {
        margin-bottom: 20px;
    }
}
.productDetailpage #ProductDetail .detail_wrap .txt a {
    color: #000;
}
.productDetailpage #ProductDetail .detail_wrap .txt a:hover {
    color: #dd191d;
}
.productDetailpage #ProductDetail .detail_wrap .txt ul {
    padding-left: 15px;
    margin-bottom: 30px;
}
.productDetailpage #ProductDetail .detail_wrap .txt ul li {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 10px 0;
    list-style: disc;
}
@media only screen and (max-width: 992px) {
    body.hasMobMenu:has(.productDetailpage) .scrollup {
        bottom: 190px;
    }
    body.hasMobMenu:has(.productDetailpage) {
        padding-bottom: 118px;
    }
    .productDetailpage #ProductDetail .spec_wrap_inner .btn_flx {
        bottom: 60px !important;
        box-shadow: none !important;
    }
}
.productDetailpage #ProductDetail .spec_wrap_inner .product_flx{
    gap: 0 !important
}
@media only screen and (min-width: 992px) {
    .productDetailpage #ProductDetail .spec_wrap_inner .product_tle{
        width: calc(100% - 17px);
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1441px) {
    .productDetailpage #ProductDetail .spec_wrap_inner .product_tle{
        width: calc(100% - 20px);
    }
}
@media only screen and (min-width: 1550px){
    .productDetailpage #ProductDetail .spec_wrap_inner .product_tle{
        width: calc(100% - 22px);
    }
}
/*SHARE BUTTON*/
.productDetailpage #ProductDetail .spec_wrap_inner .share-wrapper{
    width: 17px;
    height: 17px;
}
@media only screen and (min-width: 1441px) {
    .productDetailpage #ProductDetail .spec_wrap_inner .share-wrapper{
        width: 20px;
        height: 20px;
    }
}
@media only screen and (min-width: 1550px) {
    .productDetailpage #ProductDetail .spec_wrap_inner .share-wrapper{
        width: 22px;
        height: 22px;
    }
}
.share-wrapper{
    position:relative;
    display:inline-flex;
}
.share-popup{
    position:absolute;
    top: 0;
    right: 35px;
    width:250px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 35px rgba(0,0,0,.18);
    padding:18px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.25s;
    z-index:999;
}

/* Arrow */

.share-popup::before{
    content:"";
    position:absolute;
    top: 12px;
    right: -7px;
    width:14px;
    height:14px;
    background:#fff;
    transform:rotate(45deg);
    box-shadow:-2px -2px 5px rgba(0,0,0,.03);
}

.share-wrapper:hover .share-popup,
.share-popup.active{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.share-popup .share-title{
    text-align:center;
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

.share-popup .share-id{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
    color:#777;
    margin-bottom:10px;
}

.share-popup .copy-btn{
    border:1px solid #ccc;
    background:#fff;
    border-radius:20px;
    padding:4px 12px;
    cursor:pointer;
    font-size:11px;
    transition:.3s;
}

.share-popup .copy-btn:hover{
    background:#f5f5f5;
}

.share-popup .share-icons{
    display:flex;
    justify-content:center;
    gap:12px;
}

.share-popup .share-icons .icon{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.share-popup .share-icons .icon:hover{
    transform:translateY(-3px);
}
.share-popup .share-icons .icon img{
    width: 14px;
    height: auto;
}

.share-popup .email{
    background:#1f5aa8;
}

.share-popup .twitter{
    background:#000;
}

.share-popup .facebook{
    background:#1877f2;
}

.share-popup .pinterest{
    background:#e60023;
}

.share-popup .link{
    background:#f4f4f4;
    color:#444 !important;
    border:1px solid #ddd;
}
#cartPop .modal-body{
    padding-right: 5px;
}
.showPass{
    top: 0px;
    bottom: auto;
    margin: 0 !important;
    height: 45px;
}
@media only screen and (min-width: 576px){
    .showPass{
        height: 50px
    }
}