.theme-header-topbar .zpcontainer {
    justify-content: right !important;
}
.theme-product-list-style-02 .theme-product-box-container {
    display: flex;
    flex-direction: column;
    border: 1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: white;
    box-shadow: 0px 4px 10px RGBA(0, 0, 0, 0.08);
    margin-block-start: 50px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.theme-collection-section {
    padding-block-end: 50px;
      background: linear-gradient(
    135deg,     /* Diagonal direction */
    #145182,
#1c5d93,
#2070a4
  );
}
.zphero>ul li.zphero-slide .zphero-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
          background: linear-gradient(
    135deg,     /* Diagonal direction */
    #145182,
#1c5d93,
#2070a4
  );
}
element.style {
    border-radius: 1px;
    background: linear-gradient(135deg, /* Diagonal direction */ #145182, #1c5d93, #2070a4);
}
[data-element-id="elm_Iij6-YhYTxK_jKA7XBU4-w"].zpsection
 {
    border-radius: 1px;
    background: linear-gradient(135deg, /* Diagonal direction */ #145182, #1c5d93, #2070a4);
}
h2 {
    color: #FFFFFF;
}
.theme-cart-success, .theme-cart-failure {
    animation: messageStart 0.8s linear 1 alternate;
    visibility: visible;
    background: #ebf1f5;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-cart-button {
    font-size: 100%;
    border-radius: 3px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.theme-category-image-conatainer .theme-category-name {
    background: RGBA(255, 255, 255, 0.95);
    padding-block-start: 25px;
    padding-block-end: 25px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}