/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 23:12:09 */
/* 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 */ 

.hamberger_menu_customs .pp-hamburger-inner {
    width: 30px !important;
    right: 0;
}

.hamberger_menu_customs .pp-hamburger-inner::before, .hamberger_menu_customs .pp-hamburger-inner::after {
    right: 0;
}

.pp-offcanvas-header {
    position: absolute;
    right: 35px;
    top: 40px;
}

.pp-offcanvas-content::after {
    content: "";
    background: #1e2f29;
    height: 100%;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
}

.pp-offcanvas-body {
	padding-left: 70px !important;
	padding-right: calc(70px + 120px) !important;
}