theme-product-list-style-02 .theme-product-box-content .theme-product-image-area picture img{
object-fit: contain;
}

.theme-product-details-style-02 .theme-product-detail-image-inner img{
object-fit: contain!important;
aspect-ratio: 1/1!important;
border-radius: 0px!important;
}

.theme-product-list-style-01 .theme-prod-img picture{
background:#fff;
}

.zpheader-style-01 .theme-header .zpcontainer{
    padding-block-start: 2px;
    padding-block-end: 2px;
}

.theme-section-heading {
	text-align:center;
    font-weight: bold;
    padding-block-end:0px;
}
.border1pe img{
    border:1px solid #0C2F5A;
}

.theme-prod-detail-entry-row theme-prod-detail-entry-shortdesc-row .theme-prod-non-returnable{
    display: none;
}
.theme-rating-review-container .zpcomments-reviews-ratings a{
    display:none;
}
.zpheader-style-09 .theme-header .zpcontainer {
    padding-block-start: 7px;
    padding-block-end: 7px;
}

/* Upadated Css is below*/
.theme-header-topbar{
    background:#fafafa;
}
//.theme-search .theme-search-and-mini-cart-group-item 

.theme-portal-login.theme-portal-icon-enabled .theme-portal-icon{
    color:#0C2F5A;
}

.theme-product-details-style-04 .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-image .theme-product-detail-image-inner{
    background:white;
}

.theme-product-details-style-04 .theme-product-detail-container{
    border-block-end : #0c2f5a;
}
[data-zs-product-details-recommended-section]{
    background:#fafafa;
}

.theme-section {
    padding-block-start: 15px;
    padding-block-end: 10px;
}

.theme-product-review-container{
    gap:15px;
}
.theme-product-details-style-04 .theme-quick-view-container .theme-product-quick-view-inner .theme-product-quick-details .theme-product-detail-image-container .theme-product-detail-image .theme-product-detail-image-inner{
    background:#fff;
}

.theme-product-details-style-04 .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-thumbnail-container .theme-product-detail-thumbnail{
    background:#fff;
}
.theme-product-details-style-04 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-variant .theme-variant-select-container-main .theme-variant-select-container span.theme-product-variant label.chekedLabel{
    background:aliceblue;
}
picture {
    background:#fff !important;
}
.zpimage-anchor picture {
    background:inherit !important;
}


::-webkit-scrollbar {
    height: 10px;
    width: 0px;
    border-radius: 55px;
}

::-webkit-scrollbar-thumb {
    background: #0c4b9f;
}

::-webkit-scrollbar-track {
    border-radius: 55px;
    border: 1px solid #0c4b9f;
}



.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search {
    border-block-color:#0C4B9F;
}

.theme-portal-login.theme-portal-icon-enabled svg path {
    stroke:#0C4B9F;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search-and-mini-cart-group-item:first-child .theme-search-icon svg path {
    stroke:#0C4B9F;
}
input::placeholder {
    color:#0C4B9F;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-field-container input[type="text"]::placeholder{
    color:#0C4B9F;
}

.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-search-field-container input[type="text"]:focus::placeholder{
    color:#0C4B9F;
}
.theme-tag-list-container .theme-product-tag-url{
	color: #004aad;
    background: #e3edff;
    border: 0.5px solid #004aad;
}

@media screen and (max-width: 480px) {
  .theme-product-list-style-04 .theme-product-box-content .theme-product-image-area picture {
  	height:85%;
  }
}