.page-head {
    margin: 0px;
    padding: 12px;
    background: #444;
    color: #fff;
    font-size: 2.2rem;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

p.border-bottom {
    padding-bottom: 10px;
}

.card-img-top.d250 {
    height: 150px !important;
    width: 150px !important;
}

.first-header {
    padding-bottom: 0.5rem;
}

.pagination li {
    padding: 6px 12px;
    background: #46b82e;
    border-radius: 2px;
    color: #fff;
}

.pagination li.active {
    background: #1860ac;
}

.pagination li.disabled {
    background: #707070;
    cursor: no-drop;
}

.pagination li a {
    color: #fff;
}

.ing-spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 6px solid;
    border-top-color: #005a9c;
    border-bottom-color: #005a9c;
    border-left-color: rgba(0, 90, 156, .15);
    border-right-color: rgba(0, 90, 156, .15);
    animation: spinner .8s ease-in-out infinite alternate
}

 .offer-label {
     color: white;
     padding: 8px;
     font-size: 10px;
     background-color: #f44336;
     position: absolute;
     line-height: 1;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
     z-index: 7;
     top: 0.8em;
     left: 0.8em;
 }

.offer-label-cart {
    color: white;
    padding: 4px;
    font-size: 8px;
    background-color: #f44336;
    border-radius: 5px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}





.image-section {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.img-animation:hover {
	transform: scale(1);
	transition: 0.8s ease-in-out;
	;
}
.img-animation:hover {
	transform: scale(1.1);
}
img.img-animation {
	max-width: 100%;
	height: auto !important;
}
figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	background-color: #f4f4f4;
	height: 40px;
}



    .news-ticker {
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 100%;
    }
    .news-ticker span {
        display: inline-block;
        padding-left: 100%;
        animation: ticker-scroll 40s linear infinite;
    }
    @keyframes ticker-scroll {
        from {
            transform: translateX(0%);
        }
        to {
            transform: translateX(-100%);
        }
    }
     .news-ticker:hover span {
        animation-play-state: paused;
    }
	
	
	    .social-links {
        display: flex;
        justify-content: right;
        align-items: center;
        gap: 15px;
        padding: 10px 0;
        
        list-style: none;
    }
    .social-links li {
        display: inline-block;
    }
    .social-links a {
        display: inline-block;
        transition: transform 0.3s ease-in-out;
    }
    .social-links a:hover {
        transform: scale(1.1);
    }
    .social-links img {
        width: 21px;
        height: auto;
    }




/*.footer-contact-section {
  background: linear-gradient(135deg, #e0f7fa, #fff3e0);
  border-radius: 15px;
  padding: 25px 30px;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  max-width: 700px;
  margin: 30px auto;
  transition: all 0.3s ease-in-out;
}*/

.footer-contact-section h4 {
  color: white;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: 4px solid white;
  padding-left: 10px;
}

.footer-contact-section p {
  color: white;
  margin: 6px 0;
  font-size: 16px;
}

.footer-contact-section strong {
  color: white;
}

.footer-contact-section a {
  color: #1565c0;
  text-decoration: none;
  font-weight: bold;
}

.footer-contact-section a:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.footer-contact-section em {
  color: #757575;
  font-style:normal;
  font-size: 15px;
}



 .product-single-details tr th{border-top: 0px;padding-left: 0px;color: #000;}
.product-single-details tr td{border-top: 0px; color: #000;}
.product-single-details {margin-top: 0px;margin-left: 20px}
.product-single-details .product-price{font-weight: 500;}
p{color: #000;}
.product-single-tabs .tab-pane{padding-top: 0px;}
.green{color:green}
.red{color:red}
.section-title{background: #1860ac;
color: #fff;
font-size: 18px;
font-weight: 700;
padding: 5px 8px;
margin-bottom: 10px;}

.product-desc-content p {
margin-bottom: 2.2rem;
font-size: 15px;
color: #1e1e1e;
text-align: justify;
line-height: 26px;
}
.font-11{font-size:11px; font-weight:normal; color:#000;vertical-align: bottom;}


.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: zoom-in;
    width: 100%; /* Adjust the width to fit your layout */
    height: 300px; /* Adjust height as needed */
}

.zoom-image {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-container:hover .zoom-image {
    transform: scale(5.2); /* Adjust zoom scale as needed */
}

.thumbnail-image {
    width: 50px; /* Thumbnail size */
    height: 50px;
    object-fit: cover;
    transition: border 0.2s;
}

.preview-thumbnail li.active img {
    border: 2px solid #007bff; /* Highlight for active thumbnail */
    border-radius: 5px;
}