        body a {
            text-decoration: none;
        }

        .comment-ratings-text {
            font-size: 10px;
        }

        .comment-ratings-text {
            /* Just to force line breaks. */
            max-width: 95%;
        }

        .comment-ratings-text {
            display: block;
            /* or inline-block */
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: break-word;
            overflow: hidden;
            max-height: 4.5em;
            line-height: 1.5em;
        }

        .form-check-inline .form-check-input {
            width: auto;
        }

        .float {
            position: fixed;
            width: 7%;
            height: 30px;
            bottom: 70px;
            right: 40px;
            background-color: #32528f;
            color: #FFF;
            border-radius: 50px;
            overflow: hidden;
            text-align: center;
            font-size: 17px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }

        .float:hover {
            background-color: #32528f;
            color: #FFF;
        }

        .float i {
            text-align: center;
            font-size: 16px;
            margin-right: 4px;
        }

        /*----------------------------------------
   			#Under Product page css start
		-----------------------------------------*/

        .card {
            background-color: #fff;
            padding: 14px;
            border: none;
        }

        .people-comment-section {
            margin-top: 15px;
        }

        #lightSlider img {
            display: block;
            height: auto;
            width: 100%;
        }

        .stars i {
            color: #f6d151;
        }

        .stars span {
            font-size: 13px;
        }

        hr {
            color: #d4d4d4;
        }

        .profile-image {
            width: 35px;
        }

        .comment-ratings i {
            font-size: 13px;
        }

        .username {
            font-size: 12px;
        }

        .comment-profile {
            line-height: 17px;
        }

        .date span {
            font-size: 12px;
        }

        .p-ratings i {
            color: #f6d151;
            font-size: 12px;
        }

        .btn-long {
            margin: 2px 5px;
        }

        .buttons {
            margin-top: 15px;
            padding-left: 10px;
        }
        .buttons .cart {
            border-color: #32528f;
            color: #2196f3;
        }

        .buttons .cart:hover {
            background-color: #32528f !important;
            color: #fff;
        }

        .buttons .wishlist {
            background-color: rgb(207, 207, 207);
            border-color: #32528f;
        }

        .buttons .wishlist:hover {
            border-color: #2196f3;
            color: #fff;
        }

        .buttons .wishlist:hover i {
            color: red;
        }

        .buttons .wishlist i {
            color: #fff;
        }

        .comment-ratings i {
            color: #f6d151;
        }

        .followers {
            font-size: 9px;
            color: #6B6B6B;
        }

        .store-image {
            width: 42px;
        }

        .dot {
            height: 10px;
            width: 10px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
        }

        .bullet-text {
            font-size: 12px;
        }

        .my-color {
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .my-size {
            margin-top: 5px;
            margin-bottom: 10px;
        }

        label.radio {
            cursor: pointer;
        }

        label.radio input {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            pointer-events: none;
        }

        label.radio span {
            border: 2px solid #8f37aa;
            display: inline-block;
            color: #8f37aa;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            text-transform: uppercase;
            transition: 0.5s all;
        }

        label.radio .red {
            background-color: red;
            border-color: red;
        }

        label.radio .blue {
            background-color: blue;
            border-color: blue;
        }

        label.radio .green {
            background-color: green;
            border-color: green;
        }

        label.radio .orange {
            background-color: orange;
            border-color: orange;
        }

        label.radio input:checked+span {
            color: #fff;
            position: relative;
        }

        label.radio input:checked+span::before {
            opacity: 1;
            content: "\2713";
            position: absolute;
            font-size: 13px;
            font-weight: bold;
            left: 4px;
        }

        .card-body {
            padding: 0.3rem 0.3rem 0.2rem;
        }
		 .container-main {
            max-width: 1100px;
            margin: 0 auto;
            padding: 12px 12px 0;
        }
        /*----------------------------------------
   		#Under Product page css End
		-----------------------------------------*/
		.image-modal {
    		display: none;
    		position: fixed;
    		z-index: 9999;
    		inset: 0;
    		background: rgba(0,0,0,0.95);
    		align-items: center;
    		justify-content: center;
		}

		.modal-content {
    		max-width: 90%;
    		max-height: 90%;
  			background-color: transparent;
    		object-fit: contain;
    		border-radius: 10px;
		}

		/* Close */
		.close-btni {
    		position: absolute;
    		top: 20px;
    		right: 30px;
    		font-size: 35px;
    		color: #fff;
    		cursor: pointer;
		}

		/* Arrows */
		.nav-btn {
    		position: absolute;
    		top: 50%;
    		font-size: 40px;
    		color: #fff;
    		cursor: pointer;
    		transform: translateY(-50%);
		}

		.prev { left: 20px; }
		.next { right: 20px; }