#main #main-buttons .column .wrapper .inner .company-name {
    font-size: 45px;
}


.container-fluid.column {
    display: flex;
    flex-direction: column;
}
#content-view .row-mg {
    order: 2;
    margin-bottom: 0;
}
#content-view .row-mg:first-of-type {
    order: 1;
    margin-bottom: 0;
}
#content-view > div > div:nth-child(2) {
    order: 3;
    margin-bottom: 0;
}

 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:wght@200..900&display=swap" rel="stylesheet');

.company-name.company-logo-and-name {
font-family: 'Manrope', sans-serif;
font-weight: 900;
font-size: 72px !important;
}

#header .nav-trigger.toggle-mnu span:before {
background-color: #ffffff !important;
}

#header .nav-trigger.toggle-mnu span {
background-color: #ffffff !important;
}

#header .nav-trigger.toggle-mnu span:after {
background-color: #ffffff !important;
}

#main #main-buttons .btn.custom {
color: #ffffff !important;
}


#header .nav-wrapper #sb_menu .nav li a {
color: #ffffff !important;
font-weight: 600;
}

.btn--phantom-cart .sb-cart-btn .counter, #sb_cart .counter {
background: #e67881 !important;
}

#content-view #about-us .txt{
		width: 100%;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

#content-view #about-us .txt img {
    max-height: 480px;
}