@media (min-width: 992px) {
    .zpdark-header-portion.theme-header-topbar {
        background: #00762E; 
    }
}

.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon svg {
    fill: currentColor;
    width: 18px;
    height: 18px;
}

.theme-topbar-info-icon-text{
    font-size:18px;
}

.theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content a {
    color: #3A6668;
    font-size: 18px;
    font-family: 'Josefin Sans';
    text-transform: none;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
}

.theme-menu-name{
    font-size:18px;
}


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




.zphero .zsslider-arrows-container .zsslider-arrow-left svg.svg-icon-24px, .zphero .zsslider-arrows-container .zsslider-arrow-right svg.svg-icon-24px {
    width: 24px;
    height: 24px;
    fill: white!important;
}

.zphero .zsslider-arrows-container .zsslider-arrow-left svg, .zphero .zsslider-arrows-container .zsslider-arrow-right svg {
    fill: #fff!important;
}


.zpsocialprofile-halign-left {
    justify-content: flex-start;
    margin-left: -8px!important;
}


.zpdark-section a {
    color: #fff;
}

.zpdark-section a:hover {
    color: #fff;
}


.border_radius img{
    border-radius:50%;
}

.box_shadow{
    box-shadow: 0 0 30px 0px #00000050; 
}

.box_border{
    border: 4px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(45deg, #f4c542, #d4af37, #f4c542);
    border-radius: 15px;
    transition: border-image-source 0.3s ease;
}


.theme-product-box-container{

    border: 4px solid !important;
    border-image-slice: 1 !important;
    border-width: 6px !important;
    border-image-source: linear-gradient(45deg, #f4c542, #d4af37, #f4c542) !important;
    border-radius: 15px !important;
    transition: border-image-source 0.3s ease !important;
}

.theme-product-box-container:hover{
    border-image-source: linear-gradient(135deg, #ffd700, #ffcc00, #ffd700) !important;
}


.zpdark-section h2:before, .zpdark-section h2:after {
    background: #04EA77;
}


@media only screen and (max-width: 768px) {
    
  
}