/*
.theme-prod-box.theme-product-list-style-02 .theme-product-box-container .theme-product-name {
 margin-bottom:0px;   
}

.theme-prod-box.theme-product-list-style-02 .theme-product-box-container .theme-product-discription-and-pricing {
 padding-bottom:0px;   
}

.theme-prod-box.theme-product-list-style-02 .theme-prod-coupons-code-container .theme-prod-coupons-code {
 border:0px;   
}
.theme-prod-box.theme-product-list-style-02 .theme-prod-coupons-container .theme-prod-coupons-duration-container, .theme-prod-box.theme-product-list-style-02 .theme-prod-coupons-container .theme-prod-coupons-claimed-container{
 margin-top:0px;  
}
.theme-prod-box.theme-product-list-style-02 .theme-prod-coupons-container {
 font-size:65%;   
}
.theme-prod-box.theme-product-list-style-02 .theme-prod-coupons-container .theme-prod-coupons-claimed-container .theme-prod-coupons-claimed-progress {
 margin-bottom:5px;   
}

.theme-prod-box.theme-product-list-style-02 .theme-product-box-container .theme-product-discription-and-pricing .theme-product-pricing {
    font-size: 85%;
}
*/
<style>


.login-overlay {
    display: none !important;
}

div#loginPopup {
    display: none !important;
}

.theme-header-topbar.zpdark-header-portion.theme-topbar-not-in-header-05 {
    display: none;
}


.theme-product-details-style-05 .theme-product-details-area-container .theme-product-details-column .theme-product-pricing-and-cart-button-area .theme-product-pricing .theme-product-lable-price {
    font-size: 18px !important;
    color: #163f5a;
    font-weight: bold;
}
.zoom {
  padding: 50px;
  background-color: green;
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body .zpdark-section {
    color: #FFFFFF;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

.theme-cart-area-container.theme-cart-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 160px;
}

.theme-shopping-cart-table-container.theme-cart-details-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li {
    min-inline-size: 140px;
    list-style: none;
    padding: 0px;
    border-block-end: 1px dotted #3498DB;
    background: #FFFF !important;
    word-wrap: break-word;
    word-break: break-word;
}

/* Mobile styles */
@media (max-width: 768px) {
    .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content.theme-portal-username-content .theme-username-dropdown-list li {
        min-inline-size: 140px;
        list-style: none;
        padding: 0px;
        border-block-end: 1px dotted #3498DB;
        background: #FFFF !important;
        word-wrap: break-word;
        word-break: break-word;
    }
}
/* New styles */
.theme-product-list-style-03 .theme-prod-link-overlay {
}

.theme-prod-hover-view {
	text-align: center;
}
</style>