.product-lines .line {
    border-radius: 5px;
}
.product-lines .line .overflow-image-container {
   border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.woocommerce ul.products li.product:hover {
    border-radius: 5px;
}
/*.woocommerce ul.products li.product .button {*/
    /*background: #0356a2;*/
/*}*/
.woocommerce ul.products li.product .price {
    color: #279345;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.woocommerce-result-count,.woocommerce-ordering{
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #279345;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.single-product .woocommerce-Price-amount.amount {
    color: #279345;
}
.single-product .woocommerce-Price-amount.amount {
     border: none;
}
.nav-center .navbar-nav li a:hover {
    /* padding-bottom: 15px !important; */
    background: white;
    /* color: #ee591f !important; */
    /* padding-top: 15px !important; */
}
.nav-center {
     border-bottom: none;
     border-top: none;
}
.navbar{
    box-shadow: none;
}
.navbar-default .navbar-nav > .active > a:hover {
    color: #0f338a !important;
}
.navbar-default .navbar-nav > .active > a:focus {
    color: #0f338a !important;
}
.container_menu{
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_teil{
    width: 80%;
}
.menu_burger{
    min-width: 120px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active.focus > a {
    padding: 15px 10px;
}
.woocommerce div.product form.cart .button {
    border-radius: 5px;
}
.button_out {
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    padding: 10px 20px 10px 20px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: #7e7e7e;
    font-weight: 700;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 1450px) {
.nav-center .navbar-nav li a:focus, .nav-center .navbar-nav li a {
    font-size: 14px;
}
}
@media screen and (max-width: 768px) {
    .button_out {
        padding: 10px 8px 10px 8px;
        line-height: 1.3;
    }
    .navbar-toggle {
        margin-top: 0;
 margin-bottom: 0;}
.nav-center .navbar-nav li a:focus, .nav-center .navbar-nav li a {
    font-size: 16px;
}
}



header {
	background: unset;
}

.trans_header {
    display: flex;
    justify-content: center;
    padding: 20px;
    background: #ffffff;
}

.trans_header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    padding: 20px;
    background: white;
}

.trans_text {
    max-width: 600px;
    padding: 20px;
    font-family: "Montserrat", sans-serif
}

.header-title {
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
		color: #0056b8;
	font-family: "Montserrat", sans-serif
}

.official-badge {
    display: inline-block;
   width: 50px;
  height: 60px;
    background: url('https://img.icons8.com/?size=100&id=kux3AfzfpWcF&format=png&color=FFD800') no-repeat center;
    background-size: contain;
}

.official-cup {
    display: inline-block;
   width: 50px;
  height: 60px;
    background: url('https://img.icons8.com/?size=100&id=2koI9uU0dBK7&format=png&color=FFD800') no-repeat center;
    background-size: contain;
}

.header-description {
    font-size: 0.9vw;
    color: #555;
    line-height: 1.4;
	font-family: "Montserrat", sans-serif
}

.header-highlight {
    font-size: 1vw;
    font-weight: bold;
    color: #0056b8;
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .header-title { font-size: 2.5vw;
	justify-content: center;}
    .header-description, .header-highlight { font-size: 1.5vw; }
}

@media (max-width: 768px) {
    .trans_header_content {
        flex-direction: column;
        text-align: center;
        padding: 15px;

    }
	.trans_header {
		padding: 0 !important;
		width: 100%;
	}
	.trans_text {
		padding: 0 !important;
	}

    .header-title { font-size: 4vw;
	justify-content: center;}
    .header-description, .header-highlight { font-size: 2vw; }
}

@media (max-width: 480px) {
    .header-title { font-size: 4vw;
	justify-content: center;}

	 .official-badge {
    display: inline-block;
    width: 40px;
    height: 40px;
		}
	.header-description, .header-highlight {
		display: none;
	}

}


.delivery {
    background: linear-gradient(45deg, #ffffff, #d1e4f1);
    background-size: 400% 400%;
    animation: gradientBackground 6s ease infinite;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@keyframes gradientBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.line-name-cus {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}


