/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 20:57:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2026 | 22:41:19 */
ly/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

h1.entry-title {
    display: none !important;
}


.elementor-element.elementor-element-2a77242.elementor-widget.elementor-widget-theme-post-content h2 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
}

.elementor-element.elementor-element-2a77242.elementor-widget.elementor-widget-theme-post-content h3 {
    font-size: 25px;
    color: #000;
    line-height: 25px;
    font-weight: 500;
    margin: 30px 0 20px 0;
}

.elementor-element.elementor-element-2a77242.elementor-widget.elementor-widget-theme-post-content ul {
    padding: 0 0 0 18px;
}

.elementor-element.elementor-element-2a77242.elementor-widget.elementor-widget-theme-post-content ul li {font-size: 16px;margin: 0 0 10px 0;color: #3d3d3d;}

.elementor-element.elementor-element-2a77242.elementor-widget.elementor-widget-theme-post-content p {
    color: #3d3d3d;
}

.product_line {
    background: #fff;
    box-shadow: 0 0 10px #f1f1f1;
    padding: 20px;
    border-radius: 15px;
}

.product_line button {
    width: 100% !important;
    display: block !important;
    padding: 12px 15px !important;
}


.addresses-wrapper ul {
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    flex-wrap: wrap;
}

.addresses-wrapper ul li {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.addresses-wrapper {
    width: 100%;
}

.addresses-wrapper ul li span.address-number {
    font-size: 55px;
    font-style: italic;
    color: #ddd;
    font-weight: 300;
    line-height: 45px;
	font-family: "Montserrat", Sans-serif !important;	
}

.addresses-wrapper ul li span.address-text {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 17px;
    background: #d0b56f70;
    padding: 8px 18px;
    font-family: "Montserrat", Sans-serif !important;
}

.page-header {
    display: none !important;
}

@media only screen and (max-width: 767px) {

    .mob-menu-header-holder.mobmenu {
        background: transparent;
    }
    
    .mobmenur-container {
        background: #cbad6e;
        top: 33%;
        right: 10px;
    }
    .mob-menu-right-bg-holder {
        background: #000;
    }
    
    .mob-menu-right-bg-holder ul#mobmenuright li {
        padding: 0 !important;
    }
    
    .mobmenu-right-panel li, .rightmbottom, .rightmtop {
        padding: 0 !important;
    }
    
    .mobmenu-content #mobmenuright > li > a:hover {
        background: #fff;
        color: #111;
        font-family: "Montserrat", Sans-serif !important;
    }
    
    #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
        color: #fff;
        font-family: "Montserrat", Sans-serif !important;
    }

    a.mobmenu-right-bt {
        background: #cbad6e;
    }
    
    a.mobmenu-right-bt i {
        font-size: 20px !important;
        color: #111 !important;
    }
    .addresses-wrapper ul li {
        flex: 0 0 100% !important;
        width: 100% !important;
        gap: 0;
        margin: 0 0 15px 0;
    }
    
    .addresses-wrapper ul li span {
        flex: 0 0 50% !important;
        display: block;
        width: 100% !important;
    }
    
    .addresses-wrapper ul li span.address-text {
        font-size: 14px;
        line-height: 22px;
    }


}


.addresses-wrapper.second_wraper ul.addresses-list li {
    flex: 0 0 28%;
}

.addresses-wrapper.second_wraper ul.addresses-list {
    justify-content: center;
}