.hover-shadow {
  transition: box-shadow 0.3s ease; /* Smooth transition */
}

.hover-shadow:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Shadow on hover */
}

.theme-portal-login.theme-portal-icon-enabled .theme-portal-icon{
fill: #112f70!important;
  width: 20px!important;
        height: 20px!important;
}

h1{
color:#0a448c !important;
}

.theme-portal-login.theme-portal-icon-enabled .theme-portal-content a[data-portal-signin]{
background: #0a448c;
}

.theme-product-list-style-09 .theme-product-box-content .theme-product-details-area .theme-product-name-rating-price .theme-product-name a{
color:#0a448c;
}

.theme-product-details-style-07 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container [data-zs-pricing-container] .theme-product-detail-price-area .theme-prices-inner-container .theme-product-price{
color:#0a448c;
}

.theme-product-details-style-07 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-quantity-cart-area .theme-product-varient-quantity .theme-product-quantity-spinner input{
color:#0a448c;
}

.theme-section{
background-color: #f1fcfe;
}

.theme-product-details-style-07 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-quantity-cart-area .theme-product-cart-buttons [data-zs-add-to-cart], .theme-product-details-style-07 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-quantity-cart-area .theme-product-cart-buttons [data-zs-add-to-quote]{

background: #0A448C;
border-radius: 10px;
color: white;       
}

.theme-mobile-header-style-04.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-logo img{

width: 158px;
}



@media only screen and (max-width: 768px) {
  .theme-product-details-style-07 [data-zs-product-details-primary-section] 
  .zpcontainer [data-zs-product-primary-details] 
  .theme-product-detail-image-container 
  .theme-product-detail-image 
  .theme-product-detail-image-inner 
  picture img {
    width: 100%;         /* Makes image responsive */
    height: auto;        /* Maintains aspect ratio */
    max-width: 300px;    /* Optional: limit image size on small devices */
    margin: 0 auto;      /* Center the image */
    display: block;      /* Ensure centering works */
  }
}

.theme-product-details-style-07 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-name h1{
font-size: 24px !important;
    font-weight: 700 !important;
}

.theme-product-details-style-07 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container [data-zs-pricing-container] .theme-product-detail-price-area .theme-prices-inner-container .theme-product-price{
font-size: 20px !important;
}

.theme-product-details-style-07 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-prod-non-returnable{
display:none !important;
}