[data-megamenu-content-container] .zpcontainer{
padding-block-start: 0 !important;
}
 
.marquee {
font-weight: bold;
width: 100%;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
background: #e6f7ff;;
color: #rgba(243,231,242,1);
 
}
 
.marquee span {
display: inline-block;
padding-left: 100%;
animation: marquee 100s linear infinite;
}
 
@keyframes marquee {
0% { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
}
.zpslider-img{
background-size: 100% 100%;
}

[data-action="download"]{
  display : none;
}




#pop-up-container {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
}

#pop-up-container {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
}

.pop-up-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
text-align: center;
}

[data-request-cancel]{
    display: none !important;
}
.zpmo-order-list-table-content .zpmo-order-list-table-cell:nth-child(2) a:nth-child(2){
    display: none !important;
}
@media(max-width:480px){
    .theme-content-container [data-element-type="image"] .zpimage-container figure figcaption .zpimage-caption-content {
        font-size:14px;
    }
}

@media (max-width: 480px) {
.zs-custom-image-wrap [data-element-type="image"] img {
    width: 120px !important;
    height: 120px !important
}

.zs-custom-image-wrap [data-element-type="column"] {
        padding: 0 !important
    }
}



.theme-checkout-body .theme-cart-details-inner .theme-cart-details-coupon-wrap.theme-coupon-active {
    display: none;
}
