.menu-sample .title {
  font-size: 56px !important;
}
.custom-padding{
	padding-right: 50px;
}
.btn-primary {
  	border-color: #d50000;
  	background-color: #d50000;
  	color: #fff;
}
.btn-primary::before {
  	background-color: #ac7a06;
}
.icon.icon-primary {
  	color: #d50000;
}
.btn-outline-primary {
  	border-color: #d50000;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:focus:active {
  	border-color: #d50000;
}
.btn-outline-primary::before {
  	background-color: #d50000;
}
#header.dark {
  	background-color: #000;
}
#header .module-logo.dark {
  	background-color: #000;
}
.bg-dark {
  	background-color: #000 !important;
}
.section-extended > .container::after {
  	background-color: #000;
}
.dark .text-muted {
  	color: #fff !important;
}
.main-title{
    color: #ac7a06;
    font-weight: 400;
}
.menu-sample .title, h1{
    font-weight: 400;
}
#section-main-2-slider h1{
    font-weight: 400;
}
#section-main-2-slider-mobile h1 {
    font-weight: 400;
}
#header-mobile.dark {
    background-color: #000;
}
.page-title {
    background-color: #282b2e;
    color: #fff;
}
.page-title h4{
    font-weight: 300;
}
.page-title.border-top{
    border-top: 0px solid #fff;
}
.post-add-comment h4{
    font-weight: 400;
}
.form-group {
  margin-bottom: 1rem;
}
.main-title {
  color: #d50000;
  font-weight: 400;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
  border-color: #d50000;
  background-color: #d50000;
}
.btn-primary::before {
  background-color: #d50000;
}
.nav-main > li > a:hover, .nav-main > li > a:focus {
  color: #d50000;
}
@media only screen and (max-width: 768px){

    .section-main {
        height: 520px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .slide .container.v-center {
        padding-top: 28%;
    }
    .privacy-col, #loadResult{
        text-align: center !important;
    }
    .send-col{
        text-align: center !important;
    }
    .product-single .product-content {
        padding: 2rem 1rem;
    }
    .ginzo-section .main-title{
      margin-top: 50px;
    }
}