.zs-rounded-text .zpelem-text {
    background: #A1C4E8 !important;
}

@media (min-width: 992px) {
    .theme-portal-login.theme-portal-icon-enabled .theme-portal-icon path{
        stroke: #032679 ;
    }
    
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-icon svg path{
    stroke: #032679 !important; 
    }

    .theme-navigation-and-icons 
    .theme-search-and-mini-cart-group 
    .theme-search 
    .theme-search-field-container 
    input[type="text"]::placeholder {
        color: #032679;
    }
}

.theme-category-description {
    padding-block-start:30px;text-align: justify;
}

@media (min-width: 992px) {
    .zpheader-style-09 .theme-header .zpcontainer {
        padding-block-start: 5px;
        padding-block-end: 5px;
    }
}


.zs-angle-text .zpelem-text {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    background: #A1C4E8;
    border-radius: 50%;
    width: 195px;
    height: 195px;
    justify-content: center;
    margin-block-start: 0;
}

.zs-angle-text {
    display: flex;
    justify-content: center;
}

.zs-angle-text .zpelem-text span {
    position: absolute;
    font-size: 12px;
    transform-origin: 0 80px;
    top: 20px;
    left: 50%;
    color: #000000
}

.zs-custom-section figure .zpimage {
    transition: transform 0.3s ease; 
    transform-origin: center;
}

.zs-custom-section figure .zpimage:hover {
    transform: scale(1.1);
}

.zs-custom-section .zpimage-container figure, .zpimage-with-text-container figure,.zpimage-container{
  overflow: visible
}

@media (max-width: 768px) {
    .zpsection.zs-mobile-padding[data-element-type="section"] .zpelem-text {
        font-size: 25px;
        font-weight: 400;
    }
}

@media (max-width: 768px) {
    .zpsection.zs-mobile-padding[data-element-type="section"] .zpelem-heading h2 {
        font-size: 25px;
        font-weight: 400;
    }
}

.theme-product-details-style-04 .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-image .theme-product-detail-image-inner img {
    max-inline-size: 100%;
    max-block-size: 180%;
    vertical-align: top;
    object-fit: scale-down;
    flex: 0 0 auto;
    cursor: pointer
}