#mainbody .container .inner-container {
    padding-top: unset;
}

#mainbody .container{
	padding-right: unset;
	padding-left: unset;
}

#mainbody {
    padding-bottom: 0 !important;
}


body {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

p {
    padding: 0 0 10px 0;

}

h2 {
    font-size: 1.5rem;
    color: #c60006;
    font-weight: 600;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4 !important;
}

h3.promotional-products-carousel-title .mod-header-title {
    font-size: 1.5rem;
}

.description h3 {
    margin: 10px 0 10px;
}

.product-sales-price {
    margin-top: unset;
}

.vpf-zoom-wrap {
    top: 0px;
    position: relative;
    border: 0.1px solid #e3e3e3;
}

#bottom.bottom {
    background-image: url(https://schweissshop24.de/images/banners/pattern10.jpg);
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
}

#bottom .footer-menu-right a {
    padding-left: 0px;
}

#bottom .footer-menu-right > ul > li > a {
    text-decoration: none;
}

#bottom .footer-menu-right > ul > li, #bottom ul:not(.list-inline) > li {
    margin: 0;
}

.nav > li > a {
    padding: 5px 15px;
}

.zsg_footer_modul .mod-header-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.zsg_footer_modul p {
    line-height: 2rem;
}



.zsg_formular .contacttextarea {
    height: 10rem;
}

.zsg_formular .form-group:has( > .btn-primary) {
    text-align: center;
}

.zsg_formular_black {
    width: 75%;
    margin: auto;
    color: #ffffff;
}

.zsg_formular_black .contacttextarea {
    height: 10rem;
}

.zsg_formular_black .form-group:has( > .btn-primary) {
    text-align: center;
    color: #ffffff;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
background-color: #c60006 !important;
border: none !important;
	
}

.sppb-title-heading {font-size: 2rem;}

#content #main {
    margin-bottom: none!important;
}


@media (max-width: 768px) {
    .zsg_formular_black {
	width: 100%;
	}
	.form-control {
		font-size: 1.2rem !important;
		
	}
	
	}
	
	

@media (min-width: 769px) {
	
	.zsg_formular {
    width: 50%;
    margin: auto;

    }
}

#product-image-gallery .responsive-image {
    display: inline-block !important;
}

.vpf-zoom-big, .mousetrap {
    width: 100% !important;
}

.top-right-modul-container {
    margin: 0;
    height: 40px;
    padding: 0 10px;
}

.topmod-content {
    line-height: 40px;
}

.inline-mod, .topmod-title, .topmod-content {
    padding: 0 10px;
}

.wishlist-mod {
    margin-right: 1rem;
}

.nav.navbar-nav.vpf-menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.menuitem.level-1 > a {
    height: 100% !important;
    margin: 0 !important;
    padding: 1rem 0 !important;
}

.menuitem.level-1 > a:hover {
    background: #990005 !important;
}

.menuitem.active.level-1 > a {
    background: #c60006 !important;
}

.mega-sub-cont.mega-menu-expand .nav-vm-categories > li.vmcategory > a > .menu-title {
    color: #c60006;
	font-size: 1.2rem;
}

li.vmcategory a {
    color: #5b605f;
}

li.vmcategory a:hover {
    text-decoration: underline;
    color: #c60006;	
}

.row-megamenu .header-add-margin {
    margin: 0;
}

.navbar {
    border: none;
}

.btn-nobg, .btn-nobg:hover, .btn-nobg:focus, .btn-nobg:active, .btn-nobg.active {
    text-transform: none !important;
}

#breadcrumbs .breadcrumb > .active {
    color: #c60006 !important;
    font-size: 14px !important;
}

.tableList2 h4 {
    font-size: 20px !important;
}


.product-listing .product-name, .vp-product-carousel .vp-product-carousel-inner .product-name {
    text-transform: none !important;
}


.mod-product-price, .related-product .PricesalesPrice, .product-sales-price, .product-sales-price > div > span {
    color: #c60006;
    font-size: 1.1em;
}

/*Akkordion Produktbeschreibung */

.accordion {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: rgb(230, 230, 230);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#ffffff', GradientType=0);
    border-radius: 10px;
    margin-bottom: 10px !important;
}

button.accordion.active {
    border-color: #aaa;
    border-style: solid solid none solid;
    border-width: 1px;
    border-radius: 10px 10px 0px 0px
    margin-bottom: 10px !important;
}

button.accordion.active, .accordion:hover {
    background: rgb(170, 170, 170);
    background: -moz-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(170, 170, 170, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#ffffff', GradientType=0)
}

.accordionContent {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-color: #aaa;
    border-style: none solid solid solid;
    border-width: 1px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
}

.accordion h2, .accordion h3, .accordion h4, .accordion h5 {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 500;
    margin-top: 5px !important;
}

.accordion.active h2, .accordion:hover h2, .accordion.active h3, .accordion:hover h3, .accordion.active h4, .accordion:hover h4, .accordion.active h5, .accordion:hover h5 {
    font-weight: 600
}

.accordion .pfeilUp {
    border: solid black;
    border-width: 0 3px 3px 0;
    float: right;
    display: inline-block;
    padding: 5px;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.accordion .pfeilDown {
    border: solid black;
    border-width: 0 3px 3px 0;
    float: right;
    display: inline-block;
    padding: 5px;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

/*Produktbeschreibung */

.nav-list > li {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    background: #333333;
    color: #ffffff;
    padding: 5px;
}

.nav-list > li:active {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    background: #333333;
    color: #ffffff;
    padding: 5px;
}

.nav-list > .active > a:after {
    background-color: unset !important;
    /* display: block; */
}

.nav-list > li.active {
    background: #c60006 !important;
    text-decoration: none;
}

.nav-list > li:hover {
    background: #9e0d11 !important;
    text-decoration: none !important;
}

.productdetails-view .related-product .PricesalesPrice, .related-product .PricesalesPrice, .product-sales-price > div > span {
    font-size: 18px !important;
    text-decoration: none;
}

.nav > li > a {
    text-decoration: none;
}

.description button {
    /* font-family: inherit; */
    font-size: inherit;
    line-height: inherit;

    color: #ffffff !important;
    border: none;
    padding: 7px !important;
}

.description button:hover {
    background: #eeeeee;
}

.description table {
    width: 100%;
}

.description tr {
    border-bottom: 1px solid black;
}

/* Suche */

.BitsGroove .BitsHeaderTopAjax {
    font-size: 14px !important;
    line-height: 14px !important;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
}

.BitsGroove .BitsHeaderTopAjax {
    padding: 10px !important;
    background: #c60006 !important;
    border-bottom: solid 1px #d2d2d2b5 !important;
    text-align: left !important;
}

.BitsGroove .BitsCatsManufsMasterWrapperprblock .innerBitsDivResults a {
    color: #333 !important;
    font-size: 14px !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    line-height: 1.4;
}

.res_a_s.BitsGroove {
    width: 905px !important;
    border: none !important;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 13px;
    background: #f5f5f5 !important;
    min-height: 200px;
    padding-bottom: 6px;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
}

.BitsGroove .BitsAjaxBlokHeader {
    color: #c60006 !important;
    /* text-transform: uppercase; */
    font-size: 16px !important;
    font-weight: 400 !important;
}

.BitsGroove a.BitsAjaxbuynow {
    position: relative;
    top: 6px;
    font-size: 13px;
    color: #c60006;
}

#proopc-order-submit, .btn-primary {
    font-weight: bold;
}

.category-desc-cont {
    margin-top: 50px;
}

.cf_flt_header {
    background: #e3e3e345 !important;
}

.cf_resetAll_label {
    font-weight: bold !important;
    text-align: center

}

.product-field-display .btn-group.bootstrap-select {
    width: -webkit-fill-available;
    max-width: 100%;
}

.product-stock-sku-cont.row.row-condensed {
    display: inline;
}

.h5, h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
}

.page-header > h1, .page-header > h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.1;
    font-weight: normal;
    text-transform: none !important;
}

.btn-zsg {
    background-color: #c60006;
    color: #FFFFFF;
    font-weight: 800;
    border: 1px solid transparent;
    padding: 8px 12px;
    margin-top: 1%;
    display: inline-block;
}

.owl-item {
    padding: 0 1rem;

}

.empfehlung_warenkorb .owl-item {
    background-color: #ffffff;
    margin: 0.5%;
    padding: 0.5%;
}

.home-image-slider .owl-item {
    padding: 0;
}

.tab-pane .list-group-item, .tab-pane ul li {
    border: none;
    list-style-image: url(/images/icons/blitz-1_list.png);
}

#rocco {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 12%;
}

@media (max-width: 991px) {
    #rocco {
        display: none;
    }
	
	#bottom.bottom {
		background-image: none;
		background-color: black;
	}
	
	#bottom .footer-menu-right > ul{
		text-align:center;
	}
}

.product-field.product-field-type-D div {
    margin-top: 0;
}

.flexContainer {
    margin: 2% 0 2% 0;
}

.flexContainer div {
    margin-bottom: 2%;
}

.flexContainer li {

    list-style-position: inside;
}

.flexContainer .col-sm-6 {
    width: 47% !important;
}

table.vergleichAusführung th,
table.vergleichAusführung td {
    border-style: solid;
    border-color: inherit;
    border-width: 1px;
    text-align: center;
}

table.vergleichAusführung th {
    text-align: center;
}

table.vergleichAusführung td:nth-child(1) {
    border: none;
    text-align: left;
}

table.vergleichAusführung .currentOption {
    border-left: 3px groove #c60006;
    border-right: 3px inset #c60006;
    background: #c7c7c75c;
    color: black;
    font-weight: 600;
}

table.vergleichAusführung th {
    pointer-events: none;
}

table.vergleichAusführung th a {
    pointer-events: auto;
}

table.vergleichAusführung th:hover {
    border-bottom: 3px groove #c60006;
    background: #c60006;
    background: #ff6060;
    background: -moz-linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    background: -webkit-linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    background: linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6060', endColorstr='#ff6060', GradientType=1);
}

table.vergleichAusführung th.currentOption {
    border-bottom: 3px groove #c60006;
    background: #c60006;
    background: #ff6060;
    background: -moz-linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    background: -webkit-linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    background: linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6060', endColorstr='#ff6060', GradientType=1);
}

table.vergleichAusführung tr:hover td {
    background: #f5f5f5;
    background: -moz-linear-gradient(-45deg, #f5f5f5 0%, #d6d6d6 20%, #f5f5f5 40%, #d6d6d6 60%, #f5f5f5 80%, #d6d6d6 100%);
    background: -webkit-linear-gradient(-45deg, #f5f5f5 0%, #d6d6d6 20%, #f5f5f5 40%, #d6d6d6 60%, #f5f5f5 80%, #d6d6d6 100%);
    background: linear-gradient(135deg, #f5f5f5 0%, #d6d6d6 20%, #f5f5f5 40%, #d6d6d6 60%, #f5f5f5 80%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#d6d6d6', GradientType=1);
}

table.vergleichAusführung tr:hover td.currentOption {
    background: #D6D6D6;
}

.finanzierung {
    padding: 0.8rem;
    margin-top: 2%;
}

.product-field-type-D .product-fields-title-wrapper, .product-field-type-D .product-field-display {
    display: inline-block;
}


.splittContent, .scrollableContent {
    padding: 1px;
    overflow: auto;
}

table.lorchAusstattung th,
table.lorchAusstattung td {
    text-align: center;
}

table.lorchAusstattung th:nth-child(1),
table.lorchAusstattung td:nth-child(1) {
    text-align: left;
}

table.lorchAusstattung .currentOption {
    border-left: 3px groove #c60006;
    border-right: 3px inset #c60006;
    background: #c7c7c75c;
    color: black;
}

table.lorchAusstattung th {
    pointer-events: none;
}

table.lorchAusstattung th a {
    pointer-events: auto;
}

table.lorchAusstattung th:hover {
    border-bottom: 3px groove #c60006;
    background: #c60006;
    background: #ff6060;
    background: -moz-linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    background: -webkit-linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    background: linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6060', endColorstr='#ff6060', GradientType=1);
}

table.lorchAusstattung th.currentOption {
    border-bottom: 3px groove #c60006;
    background: #c60006;
    background: #ff6060;
    background: -moz-linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    background: -webkit-linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    background: linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6060', endColorstr='#ff6060', GradientType=1);
}

table.vergleichAusführung {
    width: 100%;
}

table.vergleichAusführung th,
table.vergleichAusführung td {
    border-style: solid;
    border-color: inherit;
    border-width: 1px;
    text-align: center;
    min-width: 10em;
    padding: 3px !important;
}

table.vergleichAusführung th {
    text-align: center;
}

table.vergleichAusführung td:nth-child(1) {
    border: none;
    text-align: left;
}

table.vergleichAusführung .currentOption {
    border-left: 3px groove #c60006;
    border-right: 3px inset #c60006;
    background: #c7c7c75c;
    color: black;
    font-weight: 600;
}

table.vergleichAusführung th {
    pointer-events: none;
}

table.vergleichAusführung th a {
    pointer-events: auto;
}

table.vergleichAusführung th:hover {
    border-bottom: 3px groove #c60006;
    background: #c60006;
    background: #ff6060;
    background: -moz-linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    background: -webkit-linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    background: linear-gradient(45deg, #ff6060 0%, #ff4848 13%, #ff6060 25%, #ff4848 37%, #ff6060 50%, #ff4848 63%, #ff6060 75%, #ff4848 87%, #ff6060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6060', endColorstr='#ff6060', GradientType=1);
}

table.vergleichAusführung th.currentOption {
    border-bottom: 3px groove #c60006;
    background: #c60006;
    background: #ff6060;
    background: -moz-linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    background: -webkit-linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    background: linear-gradient(45deg, #ff6060 0%, #d1292c 13%, #ff6060 25%, #d1292c 37%, #ff6060 50%, #d1292c 63%, #ff6060 75%, #d1292c 87%, #ff6060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6060', endColorstr='#ff6060', GradientType=1);
}

table.vergleichAusführung tr:hover td {
    background: #f5f5f5;
    background: -moz-linear-gradient(-45deg, #f5f5f5 0%, #d6d6d6 20%, #f5f5f5 40%, #d6d6d6 60%, #f5f5f5 80%, #d6d6d6 100%);
    background: -webkit-linear-gradient(-45deg, #f5f5f5 0%, #d6d6d6 20%, #f5f5f5 40%, #d6d6d6 60%, #f5f5f5 80%, #d6d6d6 100%);
    background: linear-gradient(135deg, #f5f5f5 0%, #d6d6d6 20%, #f5f5f5 40%, #d6d6d6 60%, #f5f5f5 80%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#d6d6d6', GradientType=1);
}

table.vergleichAusführung tr:hover td.currentOption {
    background: #D6D6D6;
}

table.vergleichAusführung .currentOption a {
    color: #ffffff;
}

img {
    max-width: 100%;
}

img.col-xs-12 {
    margin: 0 2% 2% 0;
    padding: 0;
}

.product-tab-texts .description {
    color: #333333 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

span.price-desc {
    padding-top: 0 !important;
}

.productdetails-view .product-sales-price span.price-desc {
    line-height: 40px !important;
}

.product-stock-cont {
    margin-top: 5%
}

.product-field product-field-type-D {
    font-size: 12px !important;
}

.ssc_table {
    width: 100% !important;
    margin-bottom: 5% !important;
}

h6 {
    text-align: center !important;
}

.proopc-finalpage h3,
.proopc-finalpage h2,
.proopc-finalpage h1,
.proopc-finalpage h4,
.proopc-register-login h3,
.proopc-register-login h2,
.proopc-register-login h4,
.proopc-register-login h1 {
    font: 14px/1.55 Verdana, helvetica, sans-serif !important;
    text-transform: none;
}

.col-total nowrap .PricesalesPrice {
    font-weight: bolder;
    font-size: 24px;
    color: #c60006;
}

.cart-sub-total.vpopc-price * {
    font-size: 16px !important;
    font-weight: bolder !important;
}

.proopc-btn-inverse {
    font-size: 18px !important;
    line-height: 30px;
    background: #c60006;
}

.price-title, .final-price, .product-discount, .product-price .PricesalesPrice, .col-total .PricesalesPrice {
    color: #c60006;
}


table.cart-summary.proopc-table-striped tr th, table.cart-summary.proopc-table-striped tr td, .proopc-product-name a, .col-name a {
    text-transform: none;
}

.proopc-switch {
    font-weight: bold;
}

/* Hersteller Logos auf Startseite */
.img-carousel {
    height: 100%;
    width: auto;
    max-height: 100px;
    display: block;
    vertical-align: middle;
    justify-content: center;
}


.vp-manufacturer-carousel-cont {
    margin-top: 1%;
    vertical-align: middle;
    overflow-x: hidden;
}

.manufacturer-carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 128px;
    width: 100%; /* Feste Breite für alle Container */
    height: 128px; /* Feste Höhe für alle Container */
    overflow: hidden; /* Verhindert, dass übergroße Bilder den Container verlassen */
}

/* Newsletter Bereich */
section.module-cont.newsletter_modul {
    background-color: #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 !important;
}

section.module-cont.newsletter_modul h2 {
    font-size: 3rem;
}

.btn-gross {
    background-color: #c60006;
    color: #FFFFFF;
    font-weight: 800;
    border: 1px solid transparent;
    padding: 12px 20px;
    margin-top: 1%;
    display: inline-block;
    font-size: 1.2rem;
}

/* Warenkorb Bereich */
span.vmshipment_name, span.vmpayment_name {
    font-weight: bold;
    margin-right: 10px;
}


span.vmshipment_description, span.vmpayment_description, vmpayment_description2 {
    font-size: 0.9rem;
}


@media (max-width: 600px) {
    .manufacturer-carousel-inner {
        display: none !important;
    }
}

div#mod-custom973 {
    margin: 2%;
}

/* Fixes 20252502 mobile */
#vpf-header a.brand {
    z-index: 50;
}

@media (max-width: 991px) {
    #vpf-header .header-top .vpf-logo {
        order: 2;
    }

    #vpf-header .header-top .row.row-condensed {
        display: flex;
        align-items: center;
    }

    #vpf-header .header-top .inner-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-fixed #vpf-header .header-top .inner-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .offcanvas-toggle-container.hidden-lg.hidden-md {
        position: relative;
        order: 1;
        right: unset;
        margin-left: 15px;
    }

    .navbar-toggle.vpf-offcanvas-toggle {
        margin-left: 0;
    }

    #vpf-header .header-top .last-group {
        display: none;
    }

    .BitsGroove.onlyoneBitscat .BitsProductsMasterWrapperprblock,
    .BitsGroove.onlyoneBitscat .BitsCatsManufsMasterWrapperprblock {
        width: 100% !important;
    }
}

@media (max-width: 767px) {

    .productdetails-view.vm-productdetails .product-price .product-sales-price {
        justify-content: end;
    }

    .productdetails-view.vm-productdetails .product-top-right-cont {
        display: none;
    }

    .inline-mod.right {
        margin-top: 0;
    }

    .brevo-conversations--side-bottom {
        bottom: 50px !important;
    }

    .iLdJhu {
        bottom: 50px !important;
    }

    .itemid-2093 #breadcrumbs {
        display: none;
    }

    .mid-group .header-search {
        width: 100%;
    }
}

.footerbar-switch ul.topbar-switch-list {
    bottom: 100%;
    top: unset;
}

.cart-related-product-container {
    clear: both;
    padding-top: 25px;
}

table.cart-summary.proopc-table-striped tbody tr td::before {
    font-size: 12px;
}

.search-open #search-bits {
    position: absolute;
}

#search-overlay {
    display: none;
}

.search-open #search-overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.8);
    display: block;
}

#vpf-header .last-group {
    padding: 2.5rem 0;
}

.mid-group .header-search {
	padding: 2.5rem 0;
}

#vpf-header .vpf-logo {
    padding: 0.5rem;
}

@media (max-width: 991px) {
    .proopc-table-striped {
        border: 0 none;
    }

    table.cart-summary.proopc-table-striped .col-name {
        width: auto;
    }

    .proopc-finalpage .proopc-column3,
    .proopc-register,
    .proopc-login {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .proopc-register-login .proopc-inner,
    .proopc-register-login h3,
    #ProOPC .proopc-register-login h3,
    #ProOPC .proopc-login h3 {
        margin: 0;
    }

    .proopc-login {
        margin-top: 20px;
    }

    .proopc-column3 .proopc-bt-address,
    .proopc-column3 .proopc-st-address,
    .proopc-shipments,
    .proopc-payments,
    .proopc-coupon,
    .proopc-cartlist,
    .proopc-confirm-order,
    .proopc-column3 .proopc-coupon.no-top-margin,
    .proopc-column3 .proopc-confirm-order.no-top-margin {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .proopc-column3 .proopc-bt-address {
        margin-top: 0;
    }

    #ProOPC .proopc-table-striped {
        border: 0 none;
    }

    /* Force table to not be like tables anymore */
    table.cart-summary.proopc-table-striped,
    table.cart-summary.proopc-table-striped thead,
    table.cart-summary.proopc-table-striped tbody,
    table.cart-summary.proopc-table-striped tr th,
    table.cart-summary.proopc-table-striped tr td,
    table.cart-summary.proopc-table-striped tbody tr,
    #ProOPC table.cart-summary.proopc-table-striped tr {
        display: block;
    }

    table.cart-summary.proopc-table-striped tbody tr {
        margin-top: 10px;
    }

    table.cart-summary.proopc-table-striped tbody tr.separate-rule-per-bill {
        margin-top: 0;
        border-top: 1px dotted #eee;
        border-bottom: 0 none;
    }

    table.cart-summary.proopc-table-striped tbody > tr.separate-rule-per-bill:last-child {
        border-bottom: 1px solid #ddd;
    }

    table.cart-summary.proopc-table-striped tr.separate-rule-per-bill td {
        border-bottom: 0 none;
    }

    table.cart-summary.proopc-table-striped tbody tr.separate-rule-per-bill.vattax-per-bill-1 {
        border-top: 0 none;
    }

    table.cart-summary.proopc-table-striped tr.separate-rule-per-bill td.sub-headings {
        display: none !important;
    }

    table.cart-summary.proopc-table-striped tbody > tr:first-child,
    table.cart-summary.proopc-table-striped tbody > tr.blank-row {
        margin-top: 0;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.cart-summary.proopc-table-striped thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.cart-summary.proopc-table-striped tr {
        border: 1px solid #ccc;
    }

    .dark table.cart-summary.proopc-table-striped tr {
        border: 1px solid #111;
    }

    table.cart-summary.proopc-table-striped .blank-row {
        border: 0 none;
        background: 0 none;
    }

    table.cart-summary.proopc-table-striped .blank-row td {
        border: 0 none;
        padding: 0;
        background: 0 none;
    }

    /* Behave  like a "row" */
    table.cart-summary.proopc-table-striped tr td,
    table.cart-summary.proopc-table-striped tr.grand-total td {
        display: block !important;
        border: none;
        border-bottom: 1px dotted #eee;
        position: relative;
        padding-left: 45%;
        min-height: 20px;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    table.cart-summary.proopc-table-striped tr.separate-tax-heading td {
        border: 0 none;
    }

    table.cart-summary.proopc-table-striped tr.grand-total td {
        border-bottom-color: #DDD;
    }

    table.cart-summary.proopc-table-striped tr.grand-total td {
        font-size: 14px;
    }

    .dark table.cart-summary.proopc-table-striped tr td,
    .dark table.cart-summary.proopc-table-striped tr.grand-total td {
        border-bottom: 1px dotted #111;
    }

    table.cart-summary.proopc-table-striped tr td:last-child,
    table.cart-summary.proopc-table-striped tr.grand-total td:last-child {
        border-bottom: 0 none;
    }

    /* Behave  like a "row" */
    table.cart-summary.proopc-table-striped tr td.sub-headings,
    table.cart-summary.proopc-table-striped tr td.coupon-form-col,
    table.cart-summary.proopc-table-striped tr td.shipping-payment-heading {
        padding-left: 8px;
        text-transform: uppercase;
        color: #333;
    }

    .dark table.cart-summary.proopc-table-striped tr td.sub-headings,
    .dark table.cart-summary.proopc-table-striped tr td.coupon-form-col,
    .dark table.cart-summary.proopc-table-striped tr td.shipping-payment-heading {
        color: #D5D3C8;
    }

    table.cart-summary.proopc-table-striped tbody tr td:before {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    table.cart-summary.proopc-table-striped tbody tr.grand-total td:before {
        top: 15px;
    }

    #ProOPC table.cart-summary.proopc-table-striped tbody tr.grand-total td,
    #ProOPC table.cart-summary.proopc-table-striped tbody tr.grand-total td span {
        font-size: 14px;
    }

    table.cart-summary.proopc-table-striped tr td.sub-headings:before,
    table.cart-summary.proopc-table-striped tr td.coupon-form-col:before {
        display: none
    }

    table.cart-summary.proopc-table-striped tr .col-name[class*="span"] {
        display: block;
        float: none;
    }

    table.cart-summary tr.grand-total td,
    table.cart-summary tr.grand-total-p-currency td {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #ddd;
    }

    /* We need to hide empty price columns in mobile view */
    table.cart-summary.proopc-table-striped tr td.col-tax.cell-empty,
    table.cart-summary.proopc-table-striped tr td.col-discount.cell-empty,
    table.cart-summary.proopc-table-striped tr td.col-total.cell-empty {
        display: none !important;
    }

    /* Hide the blank rows as we have added margin-top on each rows */
    .cart-summary.proopc-table-striped tr.blank-row {
        display: none !important;
    }

    .continue-cont,
    .checkout-cont {
        text-align: center;
    }

    .continue-cont {
        margin-bottom: 15px;
    }

    /* BootModal */
    .bootmodal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0;
    }

    .bootmodal.fade {
        top: -100px;
    }

    .bootmodal.fade.in {
        top: 20px;
    }
}
