.tbox {
        background-color: white;
        border: 1px solid black;
    }
    .post-btn {
        color: white;
        transition: color 0.3s ease;
    }
    .post-btn:hover {
        color: white;
    }
    #reviewbox {
        width: 100%;
    }
    @media(min-width:992px) {
        #reviewbox {
            height: 100px;
        }
    }
    @media(max-width: 600px){
        #reviewbox {
            height: 60px;
        }
    }
    .report-sect span ul li {
        padding: 2px;
    }
    .tooltip {
        position: relative;
        /* display: inline-block; */
        
    }

    .modal-95 {
        width: 95vw;
        max-width: 95vw;
        height: 95vh;
        max-height: 95vh;
    }

    .modal-95 .modal-content {
        height: 100%;
    }

    .modal-95 .modal-body {
        overflow-y: auto;
    }

    .iframe-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (you can adjust) */
        margin-bottom: 1rem;
    }

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
    .line-with-text {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0px 0;
    }

    .line-with-text hr {
        flex: 1;
        border: none;
        height: 1px;
        }

    .or-text {
        margin-left: 90px;
        font-size: 14px;
        color: #333;
        position: absolute;
        background: white;
        padding: 0 10px;
    }
    @media (max-width: 800px) {
        .affirm-as-low-as {
            display: none;
        }
    }
    .video-icon-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    }

    .video-count {
        position: absolute;
        top: 33px; /* adjust as needed */
        right: 9px; /* adjust as needed */
        color: black; /* adjust as needed */
        padding: 2px 5px; /* adjust as needed */
        visibility: hidden;
        animation: fadeIn 2s forwards;
        animation-delay: 2s;
    }
    @keyframes fadeIn {
        to {
            visibility: visible;
        }
    }

    @media (max-width: 767px) {
        #videoModal .modal-dialog {
            max-width: 100% !important;
            margin: 0;
        }
        #videoModal .modal-content {
            border-radius: 0;
        }
        #videoModal .modal-body {
           max-height: 100%; overflow-y: auto;
            
        }
        #videoModal .modal-body iframe{
            margin-left: 0px !important;
            max-width: 100%;
        }
    }

    @media (max-width: 991px){
        .item-product{ text-align:left}
        .product-right h2 {
            margin-top: 0px !important;
        }
    }

    .hidden{
        display:none !important;
    }

    .gift-details {
		background:#ededed;
		border-radius:30px;
	    padding:1px 15px;
		display: flex;
		align-items: center;
        border: 1px solid green;
        width: fit-content;
	}
	.gift-details p{
		color: #236496;
		font-weight: 600;
	}
	.gift-details a{
		color: #236496 !important;
		font-weight: 600;
	}
	.buy-option a{
		color:black;
	}
	.status-text{
		gap:5px;
		margin-top: 5px;
	}
	.status-text p{
		background-color: #9ec8b3;
		border-radius:10px;
		color:green;
		padding:1px 5px;


	}
    .cart-btn .input-group span button{
            background-color: transparent !important;
            border:none;
        }
        .cart-btn  .input-group .form-control{
            background-color: transparent !important;
            color:white;
            border:none;
        }
       
        @media(min-width:992px){
            .qty-arrow{
                margin-left:-150px;
            }
            .modal-lg1{
                max-width: 90%;
                max-height: 90%;
            }
            .img-fluid1{
                max-height: 580px;
                height: auto;
                max-width: 50%;
            }
        }
        @media(max-width:992px ){
            .cart-btn{
            gap:10px !important;
        }
        }
        .add-to-cart-btn{
            display: inline-block;  
            width: 65%;
            margin-left: 50px;
            text-align: left;
        }
        .cart-btn  .input-group button i {
 
            color: white;
        }
        .cart-btn .input-group span button{
            background-color: transparent !important;
            border:none;
        }
        .cart-btn  .input-group .form-control{
            background-color: transparent !important;
            color:white;
            border:none;
        }
        .cart-btn{
            display: flex;
            justify-content: end;
            align-items:center;
            background-color: #0A92CA;
            border-radius:30px;
            gap:17px;
 
        }
        .cart-btn a {
            color:white;
            display: inline-block;
            width: 100%;
        }
        @media(max-width: 600px){
            .add-to-cart-btn{ 
                width: 62%;
                margin-left: 0;
            }
            .gift-details{
                width: 100%;

            }
            .img-fluid1{
            
                max-width: 50%;
            }
            .modal-lg1{
                max-width: 100%;
                max-height: 100%;
            }
            .img-fluid1{
                max-height: 100%;
                height: auto;
                max-width: 100%;
            }
        }
        @media(min-width:992px){
            .cart-btn{
                width: 76%;
            }
            .add-to-cart-btn{
                margin-left:17px;
            }
        }