/* CSS customizations */


body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}



/* Komm Alerts & CO Start */

@media (min-width: 1921px) {
.k-dialog .modal-dialog {
    top: 50%;
    transform: translate3d(0, -50%, 0) !important;
	border: none;
}
.k-dialog .modal-dialog .modal-content {
	border: none;
}
.k-dialog .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 15px 15px 0 15px;
}
.k-dialog .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
    letter-spacing: normal;
}
.k-dialog .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}
.k-dialog .modal-dialog .modal-content .modal-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
	padding: 0.5rem 1rem;
}
.k-dialog .modal-dialog .modal-content .modal-footer {
    padding: 0.5rem 1rem 1rem 1rem;
    border-top: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns {
	display: inline-block;
	border: 1px solid;
	font-size: 16px;
	padding: 2px 7px 2px 7px;
	margin: 0 10px 0 0 !important;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:hover {
	text-decoration: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:last-child {
	margin: 0 !important;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns i {
	display: inline-block;
	font-size: 17px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}


.k-dialog .modal-dialog .alert-warning {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-warning .modal-header .close, .k-dialog .modal-dialog .alert-warning .modal-header .modal-title {
    color: #7e5e01;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns {
	background: #7e5e01;
	border-color: #7e5e01;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns:hover {
 	background: #ffffff;
	color: #7e5e01;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-danger {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-danger .modal-header .close, .k-dialog .modal-dialog .alert-danger .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-confirm {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-confirm .modal-header .close, .k-dialog .modal-dialog .alert-confirm .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}





}
@media (min-width: 1200px) and (max-width: 1920px) {
.k-dialog .modal-dialog {
    top: 50%;
    transform: translate3d(0, -50%, 0) !important;
	border: none;
}
.k-dialog .modal-dialog .modal-content {
	border: none;
}
.k-dialog .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 15px 15px 0 15px;
}
.k-dialog .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
    letter-spacing: normal;
}
.k-dialog .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}
.k-dialog .modal-dialog .modal-content .modal-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
	padding: 0.5rem 1rem;
}
.k-dialog .modal-dialog .modal-content .modal-footer {
    padding: 0.5rem 1rem 1rem 1rem;
    border-top: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns {
	display: inline-block;
	border: 1px solid;
	font-size: 16px;
	padding: 2px 7px 2px 7px;
	margin: 0 10px 0 0 !important;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:hover {
	text-decoration: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:last-child {
	margin: 0 !important;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns i {
	display: inline-block;
	font-size: 17px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}


.k-dialog .modal-dialog .alert-warning {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-warning .modal-header .close, .k-dialog .modal-dialog .alert-warning .modal-header .modal-title {
    color: #7e5e01;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns {
	background: #7e5e01;
	border-color: #7e5e01;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns:hover {
 	background: #ffffff;
	color: #7e5e01;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-danger {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-danger .modal-header .close, .k-dialog .modal-dialog .alert-danger .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-confirm {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-confirm .modal-header .close, .k-dialog .modal-dialog .alert-confirm .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}





}
@media (min-width: 992px) and (max-width: 1199px) {
.k-dialog .modal-dialog {
    top: 50%;
    transform: translate3d(0, -50%, 0) !important;
	border: none;
}
.k-dialog .modal-dialog .modal-content {
	border: none;
}
.k-dialog .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 15px 15px 0 15px;
}
.k-dialog .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
    letter-spacing: normal;
}
.k-dialog .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}
.k-dialog .modal-dialog .modal-content .modal-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
	padding: 0.5rem 1rem;
}
.k-dialog .modal-dialog .modal-content .modal-footer {
    padding: 0.5rem 1rem 1rem 1rem;
    border-top: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns {
	display: inline-block;
	border: 1px solid;
	font-size: 16px;
	padding: 2px 7px 2px 7px;
	margin: 0 10px 0 0 !important;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:hover {
	text-decoration: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:last-child {
	margin: 0 !important;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns i {
	display: inline-block;
	font-size: 17px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}


.k-dialog .modal-dialog .alert-warning {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-warning .modal-header .close, .k-dialog .modal-dialog .alert-warning .modal-header .modal-title {
    color: #7e5e01;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns {
	background: #7e5e01;
	border-color: #7e5e01;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns:hover {
 	background: #ffffff;
	color: #7e5e01;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-danger {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-danger .modal-header .close, .k-dialog .modal-dialog .alert-danger .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-confirm {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-confirm .modal-header .close, .k-dialog .modal-dialog .alert-confirm .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}





}
@media (min-width: 768px) and (max-width: 991px) {
.k-dialog .modal-dialog {
    top: 50%;
    transform: translate3d(0, -50%, 0) !important;
	border: none;
}
.k-dialog .modal-dialog .modal-content {
	border: none;
}
.k-dialog .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 15px 15px 0 15px;
}
.k-dialog .modal-dialog .modal-content .modal-header .modal-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
    letter-spacing: normal;
}
.k-dialog .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem -1rem auto;
    line-height: 24px;
    opacity: 1;
}
.k-dialog .modal-dialog .modal-content .modal-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
	padding: 0.5rem 1rem;
}
.k-dialog .modal-dialog .modal-content .modal-footer {
    padding: 0.5rem 1rem 1rem 1rem;
    border-top: none;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns {
	display: inline-block;
	border: 1px solid;
	font-size: 14px;
	padding: 1px 7px 1px 7px;
	margin: 0 10px 0 0 !important;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:hover {
	text-decoration: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns:last-child {
	margin: 0 !important;
}
.k-dialog .modal-dialog .modal-content .modal-footer .dialog-btns i {
	display: inline-block;
	font-size: 15px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}


.k-dialog .modal-dialog .alert-warning {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-warning .modal-header .close, .k-dialog .modal-dialog .alert-warning .modal-header .modal-title {
    color: #7e5e01;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns {
	background: #7e5e01;
	border-color: #7e5e01;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-warning .dialog-btns:hover {
 	background: #ffffff;
	color: #7e5e01;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-danger {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-danger .modal-header .close, .k-dialog .modal-dialog .alert-danger .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-danger .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}



.k-dialog .modal-dialog .alert-confirm {
    background-color: #ffffff;
}
.k-dialog .modal-dialog .alert-confirm .modal-header .close, .k-dialog .modal-dialog .alert-confirm .modal-header .modal-title {
    color: #c32519;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns {
	background: #c32519;
	border-color: #c32519;
    color: #ffffff;
	text-transform: none;
	transition: all 0.2s;
}
.k-dialog .modal-dialog .alert-confirm .dialog-btns:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}





}
@media (max-width: 767px) {}


/* Komm Alerts & CO Ende */










/* Komm Order History Start */

.komm-order-history .order-history-filter-list .truck {
	color: #666666;
}

@media (min-width: 1921px) {
.komm-order-history {
    
}
.komm-order-history .order-history-top {
	text-align: left;
	margin-bottom: 30px;
}
.komm-order-history .order-history-top h2.oh-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-order-history .order-history-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-order-history .order-history-filter .order-history-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-order-history .order-history-filter .order-history-filter-thead .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w2 {
    width: 7%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w4 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w8 {
    width: 7%;
}


.komm-order-history .order-history-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-order-history .order-history-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-order-history .order-history-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-order-history .order-history-filter-list tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: middle;
}
.komm-order-history .order-history-filter-list tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
}

.komm-order-history .order-history-filter-list .view {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 15px;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view, .komm-order-history .order-history-filter-list .truck {
	margin-left: 2px;
	margin-right: 2px;
}

.komm-order-history .order-history-filter-list .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w2 {
    width: 7%;
}
.komm-order-history .order-history-filter-list .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w4 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter-list .w8 {
    width: 7%;
	text-align: center;
}

.komm-order-history h2.oh-detail-head {
	display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.komm-order-history h2.oh-detail-head a.back-link {
    color: #c32519;
    display: inline-block;
    font-size: 16px;
	font-weight: 400;
    transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link i {
    display: inline-block;
	position: relative;
	top: 1px;
}

.komm-order-history p.oh-copy {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}
.komm-order-history .oh-mb1 {
    margin-bottom: 40px;
}
.komm-order-history .oh-mb2 {
    
}

.komm-order-history .table-bordered {
    border: none;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.komm-order-history .table-bordered tbody td {
    border-color: #ced4da;
    padding: 8px 7px;
}
.komm-order-history .table-bordered tbody td.oh1 {
    font-weight: 500;
	width: 15%;
}
.komm-order-history .file-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
}
.komm-order-history .file-box ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 13px;
}
.komm-order-history .file-box ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
}
.komm-order-history .file-box ul li a {
    color: #000000;
    text-decoration: none;
}
.komm-order-history .file-box ul li a:hover {
    color: #c32519;
    text-decoration: underline;
}
.komm-order-history .oh-send-again {
    border-top: 1px solid #c32519;
    margin-right: 0px;
    margin-left: 0px;
	padding-top: 25px;
}
.komm-order-history .oh-send-again .col {
    padding-left: 0;
	padding-right: 0;
}
.komm-order-history .oh-send-again .form-group label.title {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.komm-order-history .oh-send-again .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .oh-send-again .form-group .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn {
    color: #ffffff;
	font-size: 14px;
	font-weight: 500;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
    height: 32px;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn i {
    margin-right: 4px;
}


}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-order-history {
    
}
.komm-order-history .order-history-top {
	text-align: left;
	margin-bottom: 30px;
}
.komm-order-history .order-history-top h2.oh-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-order-history .order-history-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-order-history .order-history-filter .order-history-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-order-history .order-history-filter .order-history-filter-thead .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w2 {
    width: 7%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w4 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w8 {
    width: 7%;
}


.komm-order-history .order-history-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-order-history .order-history-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-order-history .order-history-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-order-history .order-history-filter-list tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: middle;
}
.komm-order-history .order-history-filter-list tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
}

.komm-order-history .order-history-filter-list .view {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 15px;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view, .komm-order-history .order-history-filter-list .truck {
	margin-left: 2px;
	margin-right: 2px;
}

.komm-order-history .order-history-filter-list .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w2 {
    width: 7%;
}
.komm-order-history .order-history-filter-list .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w4 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter-list .w8 {
    width: 7%;
	text-align: center;
}

.komm-order-history h2.oh-detail-head {
	display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.komm-order-history h2.oh-detail-head a.back-link {
    color: #c32519;
    display: inline-block;
    font-size: 16px;
	font-weight: 400;
    transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link i {
    display: inline-block;
	position: relative;
	top: 1px;
}

.komm-order-history p.oh-copy {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}
.komm-order-history .oh-mb1 {
    margin-bottom: 40px;
}
.komm-order-history .oh-mb2 {
    
}

.komm-order-history .table-bordered {
    border: none;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.komm-order-history .table-bordered tbody td {
    border-color: #ced4da;
    padding: 8px 7px;
}
.komm-order-history .table-bordered tbody td.oh1 {
    font-weight: 500;
	width: 15%;
}
.komm-order-history .file-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
}
.komm-order-history .file-box ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 13px;
}
.komm-order-history .file-box ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
}
.komm-order-history .file-box ul li a {
    color: #000000;
    text-decoration: none;
}
.komm-order-history .file-box ul li a:hover {
    color: #c32519;
    text-decoration: underline;
}
.komm-order-history .oh-send-again {
    border-top: 1px solid #c32519;
    margin-right: 0px;
    margin-left: 0px;
	padding-top: 25px;
}
.komm-order-history .oh-send-again .col {
    padding-left: 0;
	padding-right: 0;
}
.komm-order-history .oh-send-again .form-group label.title {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.komm-order-history .oh-send-again .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .oh-send-again .form-group .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn {
    color: #ffffff;
	font-size: 14px;
	font-weight: 500;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
    height: 32px;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn i {
    margin-right: 4px;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-order-history {
    
}
.komm-order-history .order-history-top {
	text-align: left;
	margin-bottom: 30px;
}
.komm-order-history .order-history-top h2.oh-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-order-history .order-history-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-order-history .order-history-filter .order-history-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-order-history .order-history-filter .order-history-filter-thead .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w2 {
    width: 7%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w4 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w8 {
    width: 7%;
}


.komm-order-history .order-history-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-order-history .order-history-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-order-history .order-history-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-order-history .order-history-filter-list tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: middle;
}
.komm-order-history .order-history-filter-list tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
}

.komm-order-history .order-history-filter-list .view {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 15px;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view, .komm-order-history .order-history-filter-list .truck {
	margin-left: 1.5px;
	margin-right: 1.5px;
}

.komm-order-history .order-history-filter-list .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w2 {
    width: 7%;
}
.komm-order-history .order-history-filter-list .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w4 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter-list .w8 {
    width: 7%;
	text-align: center;
}

.komm-order-history h2.oh-detail-head {
	display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.komm-order-history h2.oh-detail-head a.back-link {
    color: #c32519;
    display: inline-block;
    font-size: 16px;
	font-weight: 400;
    transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link i {
    display: inline-block;
	position: relative;
	top: 1px;
}

.komm-order-history p.oh-copy {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}
.komm-order-history .oh-mb1 {
    margin-bottom: 40px;
}
.komm-order-history .oh-mb2 {
    
}

.komm-order-history .table-bordered {
    border: none;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.komm-order-history .table-bordered tbody td {
    border-color: #ced4da;
    padding: 8px 7px;
}
.komm-order-history .table-bordered tbody td.oh1 {
    font-weight: 500;
	width: 15%;
}
.komm-order-history .file-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
}
.komm-order-history .file-box ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 13px;
}
.komm-order-history .file-box ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
}
.komm-order-history .file-box ul li a {
    color: #000000;
    text-decoration: none;
}
.komm-order-history .file-box ul li a:hover {
    color: #c32519;
    text-decoration: underline;
}
.komm-order-history .oh-send-again {
    border-top: 1px solid #c32519;
    margin-right: 0px;
    margin-left: 0px;
	padding-top: 25px;
}
.komm-order-history .oh-send-again .col {
    padding-left: 0;
	padding-right: 0;
}
.komm-order-history .oh-send-again .form-group label.title {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.komm-order-history .oh-send-again .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .oh-send-again .form-group .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn {
    color: #ffffff;
	font-size: 14px;
	font-weight: 500;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
    height: 32px;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn i {
    margin-right: 4px;
}


}
@media (min-width: 768px) and (max-width: 991px) {
.komm-order-history {
    
}
.komm-order-history .order-history-top {
	text-align: left;
	margin-bottom: 30px;
}
.komm-order-history .order-history-top h2.oh-head01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-order-history .order-history-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-order-history .order-history-filter .order-history-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 12.5px;
	line-height: 20px;
	font-weight: 500;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
	line-height: 22px;
    padding: 1px 5px 1px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-order-history .order-history-filter .order-history-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-order-history .order-history-filter .order-history-filter-thead .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w2 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w4 {
    width: 20%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter .order-history-filter-thead .w8 {
    width: 7%;
}


.komm-order-history .order-history-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-order-history .order-history-filter-list {
    color: #000000;
	font-size: 12.5px;
    font-weight: 400;
    line-height: 20px;
	width: 100%;
    margin-bottom: 0;
}
.komm-order-history .order-history-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-order-history .order-history-filter-list tbody tr td {
	padding: 6px 2px 6px 3px;
	vertical-align: middle;
}
.komm-order-history .order-history-filter-list tbody tr td:first-child {
	padding: 6px 2px 6px 5px;
}

.komm-order-history .order-history-filter-list .view {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 13px;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-order-history .order-history-filter-list .view, .komm-order-history .order-history-filter-list .truck {
	margin-left: 1.5px;
	margin-right: 1.5px;
}

.komm-order-history .order-history-filter-list .w1 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w2 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w3 {
    width: 8%;
}
.komm-order-history .order-history-filter-list .w4 {
    width: 20%;
}
.komm-order-history .order-history-filter-list .w5 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w6 {
    width: 21%;
}
.komm-order-history .order-history-filter-list .w7 {
    width: 7%;
}
.komm-order-history .order-history-filter-list .w8 {
    width: 7%;
	text-align: center;
}

.komm-order-history h2.oh-detail-head {
	display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.komm-order-history h2.oh-detail-head a.back-link {
    color: #c32519;
    display: inline-block;
    font-size: 16px;
	font-weight: 400;
    transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-order-history h2.oh-detail-head a.back-link i {
    display: inline-block;
	position: relative;
	top: 1px;
}

.komm-order-history p.oh-copy {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}
.komm-order-history .oh-mb1 {
    margin-bottom: 40px;
}
.komm-order-history .oh-mb2 {
    
}

.komm-order-history .table-bordered {
    border: none;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.komm-order-history .table-bordered tbody td {
    border-color: #ced4da;
    padding: 8px 7px;
}
.komm-order-history .table-bordered tbody td.oh1 {
    font-weight: 500;
	width: 15%;
}
.komm-order-history .file-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
}
.komm-order-history .file-box ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 13px;
}
.komm-order-history .file-box ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
}
.komm-order-history .file-box ul li a {
    color: #000000;
    text-decoration: none;
}
.komm-order-history .file-box ul li a:hover {
    color: #c32519;
    text-decoration: underline;
}
.komm-order-history .oh-send-again {
    border-top: 1px solid #c32519;
    margin-right: 0px;
    margin-left: 0px;
	padding-top: 25px;
}
.komm-order-history .oh-send-again .col {
    padding-left: 0;
	padding-right: 0;
}
.komm-order-history .oh-send-again .form-group label.title {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.komm-order-history .oh-send-again .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-order-history .oh-send-again .form-group .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn {
    color: #ffffff;
	font-size: 14px;
	font-weight: 500;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
    height: 32px;
}
.komm-order-history .oh-send-again .form-group .sendmail-btn i {
    margin-right: 4px;
}
.komm-order-history .add01 {
    -ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.komm-order-history .add02 {
    -ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.komm-order-history .oh-back-to-list {
   margin-bottom: 25px;
}


}
@media (max-width: 767px) {}


/* Komm Order History Ende */










/* Komm Inventory Start */

@media (min-width: 1921px) {
.komm-inventory {
}

.komm-inventory .pin-wrapper {
    width: 100%;
	margin-bottom: 20px;
}
.komm-inventory .pin-wrapper .sticky-active {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
    z-index: 9;
}
.komm-inventory .komm-inventory-thead {
    background: #ffffff;
	margin-bottom: 0px;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead {
	font-size: 14px;
    line-height: 15px;
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th {
    vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	border-top: none;
	padding: 6px 3px 8px 5px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th:first-child {
	padding: 6px 3px 6px 7px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th label {
	font-weight: 500;
    margin: 0;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead .w1 {
    width: 14%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w2 {
    width: 12%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w3 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w4 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w6 {
    width: 8%;
	text-align: center;
}

.komm-inventory .inventory-list-tbody {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 18px;
	width: 100%;
    margin-bottom: 0;
}
.komm-inventory .inventory-list-tbody tbody tr:first-child td {
	border-top: none;
}
.komm-inventory .inventory-list-tbody tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
.komm-inventory .inventory-list-tbody tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: top;
}
.komm-inventory .inventory-list-tbody tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
}

.komm-inventory .inventory-list-tbody .w1 {
    width: 14%;
}
.komm-inventory .inventory-list-tbody .w2 {
    width: 12%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w3 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w4 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w6 {
    width: 8%;
	text-align: center;
}


.komm-inventory .col-inventory-search {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	margin-bottom: 20px;
}
.komm-inventory .col-inventory-search .inventory-label {
    padding-left: 15px;
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .form-group {
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .input-group {
    -ms-flex-align: center;
    align-items: center;
}
.komm-inventory .col-inventory-search .form-control {
    font-size: 14px;
	line-height: 22px;
	padding: 3px;
}
.komm-inventory .col-inventory-search .custom-select-1 .form-control {
	padding: 3px;
	line-height: 22px;
	height: auto;
}

.komm-inventory .col-inventory-search .input-group .input-group-append .inventory-search-btn {
	color: #ffffff;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
	height: 30px;
}
.komm-inventory .col-inventory-search .inventory-export-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #c32519;
	padding: 4px 8px 4px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn i {
	position: relative;
    font-size: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}



}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-inventory {
}

.komm-inventory .pin-wrapper {
    width: 100%;
	margin-bottom: 20px;
}
.komm-inventory .pin-wrapper .sticky-active {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
    z-index: 9;
}
.komm-inventory .komm-inventory-thead {
    background: #ffffff;
	margin-bottom: 0px;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead {
	font-size: 14px;
    line-height: 15px;
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th {
    vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	border-top: none;
	padding: 6px 3px 8px 5px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th:first-child {
	padding: 6px 3px 6px 7px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th label {
	font-weight: 500;
    margin: 0;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead .w1 {
    width: 14%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w2 {
    width: 12%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w3 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w4 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w6 {
    width: 8%;
	text-align: center;
}

.komm-inventory .inventory-list-tbody {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 18px;
	width: 100%;
    margin-bottom: 0;
}
.komm-inventory .inventory-list-tbody tbody tr:first-child td {
	border-top: none;
}
.komm-inventory .inventory-list-tbody tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
.komm-inventory .inventory-list-tbody tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: top;
}
.komm-inventory .inventory-list-tbody tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
}

.komm-inventory .inventory-list-tbody .w1 {
    width: 14%;
}
.komm-inventory .inventory-list-tbody .w2 {
    width: 12%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w3 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w4 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w6 {
    width: 8%;
	text-align: center;
}


.komm-inventory .col-inventory-search {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	margin-bottom: 20px;
}
.komm-inventory .col-inventory-search .inventory-label {
    padding-left: 15px;
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .form-group {
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .input-group {
    -ms-flex-align: center;
    align-items: center;
}
.komm-inventory .col-inventory-search .form-control {
    font-size: 14px;
	line-height: 22px;
	padding: 3px;
}
.komm-inventory .col-inventory-search .custom-select-1 .form-control {
	padding: 3px;
	line-height: 22px;
	height: auto;
}

.komm-inventory .col-inventory-search .input-group .input-group-append .inventory-search-btn {
	color: #ffffff;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
	height: 30px;
}
.komm-inventory .col-inventory-search .inventory-export-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #c32519;
	padding: 4px 8px 4px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn i {
	position: relative;
    font-size: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}



}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-inventory {
}

.komm-inventory .pin-wrapper {
    width: 100%;
	margin-bottom: 20px;
}
.komm-inventory .pin-wrapper .sticky-active {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
    z-index: 9;
}
.komm-inventory .komm-inventory-thead {
    background: #ffffff;
	margin-bottom: 0px;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead {
	font-size: 14px;
    line-height: 15px;
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th {
    vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	border-top: none;
	padding: 6px 3px 8px 5px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th:first-child {
	padding: 6px 3px 6px 7px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th label {
	font-weight: 500;
    margin: 0;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead .w1 {
    width: 14%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w2 {
    width: 12%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w3 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w4 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w6 {
    width: 8%;
	text-align: center;
}

.komm-inventory .inventory-list-tbody {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 18px;
	width: 100%;
    margin-bottom: 0;
}
.komm-inventory .inventory-list-tbody tbody tr:first-child td {
	border-top: none;
}
.komm-inventory .inventory-list-tbody tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
.komm-inventory .inventory-list-tbody tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: top;
}
.komm-inventory .inventory-list-tbody tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
}

.komm-inventory .inventory-list-tbody .w1 {
    width: 14%;
}
.komm-inventory .inventory-list-tbody .w2 {
    width: 12%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w3 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w4 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w6 {
    width: 8%;
	text-align: center;
}


.komm-inventory .col-inventory-search {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	margin-bottom: 20px;
}
.komm-inventory .col-inventory-search .inventory-label {
    padding-left: 15px;
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .form-group {
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .input-group {
    -ms-flex-align: center;
    align-items: center;
}
.komm-inventory .col-inventory-search .form-control {
    font-size: 14px;
	line-height: 22px;
	padding: 3px;
}
.komm-inventory .col-inventory-search .custom-select-1 .form-control {
	padding: 3px;
	line-height: 22px;
	height: auto;
}

.komm-inventory .col-inventory-search .input-group .input-group-append .inventory-search-btn {
	color: #ffffff;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
	height: 30px;
}
.komm-inventory .col-inventory-search .inventory-export-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #c32519;
	padding: 4px 8px 4px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn i {
	position: relative;
    font-size: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}



}
@media (min-width: 768px) and (max-width: 991px) {
.komm-inventory {
}

.komm-inventory .pin-wrapper {
    width: 100%;
	margin-bottom: 20px;
}
.komm-inventory .pin-wrapper .sticky-active {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
    z-index: 9;
}
.komm-inventory .komm-inventory-thead {
    background: #ffffff;
	margin-bottom: 0px;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead {
	font-size: 12px;
    line-height: 14px;
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th {
    vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	border-top: none;
	padding: 6px 3px 8px 5px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th:first-child {
	padding: 6px 3px 6px 7px;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead thead th label {
	font-weight: 500;
    margin: 0;
}

.komm-inventory .komm-inventory-thead .inventory-list-thead .w1 {
    width: 16%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w2 {
    width: 10%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w3 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w4 {
    width: 27%;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .komm-inventory-thead .inventory-list-thead .w6 {
    width: 8%;
	text-align: center;
}

.komm-inventory .inventory-list-tbody {
    color: #000000;
	font-size: 13px;
    font-weight: 400;
    line-height: 16px;
	width: 100%;
    margin-bottom: 0;
}
.komm-inventory .inventory-list-tbody tbody tr:first-child td {
	border-top: none;
}
.komm-inventory .inventory-list-tbody tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
.komm-inventory .inventory-list-tbody tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: top;
}
.komm-inventory .inventory-list-tbody tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
}

.komm-inventory .inventory-list-tbody .w1 {
    width: 16%;
}
.komm-inventory .inventory-list-tbody .w2 {
    width: 10%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w3 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w4 {
    width: 27%;
}
.komm-inventory .inventory-list-tbody .w5 {
    width: 12%;
	text-align: center;
}
.komm-inventory .inventory-list-tbody .w6 {
    width: 8%;
	text-align: center;
}


.komm-inventory .col-inventory-search {
    color: #000000;
	font-size: 13px;
    font-weight: 400;
    line-height: 18px;
	margin-bottom: 20px;
}
.komm-inventory .col-inventory-search .inventory-label {
    padding-left: 15px;
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .form-group {
	margin-bottom: 0px;
}
.komm-inventory .col-inventory-search .input-group {
    -ms-flex-align: center;
    align-items: center;
}
.komm-inventory .col-inventory-search .form-control {
    font-size: 13px;
	line-height: 18px;
	padding: 3px;
}
.komm-inventory .col-inventory-search .custom-select-1 .form-control {
	padding: 3px;
	line-height: 18px;
	height: auto;
}

.komm-inventory .col-inventory-search .input-group .input-group-append .inventory-search-btn {
	color: #ffffff;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
	height: 26px;
}
.komm-inventory .col-inventory-search .inventory-export-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #c32519;
	padding: 4px 8px 4px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-inventory .col-inventory-search .inventory-export-btn i {
	position: relative;
    font-size: 16px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}

.komm-inventory .col-inventory-search .inventory-search-c4-1 {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
}
.komm-inventory .col-inventory-search .inventory-search-c4-2 {
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}
.komm-inventory .col-inventory-search .inventory-search-c4-3 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}



}
@media (max-width: 767px) {}


/* Komm Inventory Ende */










/* Komm Edit Adresses ALTERNATIVE Start */

.komm-edit-addresses-alternativ {
    
}

.komm-edit-addresses .address-filter-list-open tbody tr td {
	vertical-align: top !important;
}
.komm-edit-addresses .address-filter-list-open .td-btns {
	text-align: center;
	white-space: nowrap; 
}
.komm-edit-addresses .address-filter-list-open .edit, .komm-edit-addresses .address-filter-list-open .delete {
	margin-left: 2px;
	margin-right: 2px;
}

@media (min-width: 1921px) {
.komm-edit-addresses-alternativ {
    
}

}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-edit-addresses-alternativ {
    
}

}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-edit-addresses-alternativ {
    
}

}
@media (min-width: 768px) and (max-width: 991px) {
.komm-edit-addresses-alternativ {
    overflow-x: auto;
}

}
@media (max-width: 767px) {}


/* Komm Edit Adresses ALTERNATIVE Ende */










/* Komm Edit Adresses Start */

@media (min-width: 1921px) {
.komm-edit-addresses {
    
}
.komm-edit-addresses .add-address-left {
	text-align: left;
	margin-bottom: 30px;
}
.komm-edit-addresses .add-address-left h2.add-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-edit-addresses .add-address-right {
	text-align: right;
	margin-bottom: 30px;
}
.komm-edit-addresses .add-address-right .add-address-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #c32519;
	padding: 7px 10px 7px 10px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn i {
	position: relative;
    font-size: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-edit-addresses .address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter .address-filter-thead .w1 {
    width: 18%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w2 {
    width: 17%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w3 {
    width: 17%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w4 {
    width: 17%;
}
/*
.komm-edit-addresses .address-filter .address-filter-thead .w5 {
    width: 4%;
}
*/
.komm-edit-addresses .address-filter .address-filter-thead .w6 {
    width: 5%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w8 {
    width: 5%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w9 {
    width: 5%;
}


.komm-edit-addresses .address-filter .extended-th .w010 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w020 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w030 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w040 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w050 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w060 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w070 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w080 {
    width: 6%;
}
.komm-edit-addresses .address-filter .extended-th .w090 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w100 {
    width: 4%;
}
.komm-edit-addresses .address-filter .extended-th .w110 {
    width: 4%;
}


.komm-edit-addresses .address-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-edit-addresses .address-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-edit-addresses .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-edit-addresses .address-filter-list tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: middle;
}
.komm-edit-addresses .address-filter-list tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
	font-weight: 500;
}

.komm-edit-addresses .address-filter-list .edit, .komm-edit-addresses .address-filter-list .delete {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 15px;
	transition: all 0.2s;
}
.komm-edit-addresses .address-filter-list .edit:hover, .komm-edit-addresses .address-filter-list .delete:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}

.komm-edit-addresses .address-filter-list .w1 {
    width: 18%;
}
.komm-edit-addresses .address-filter-list .w1 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 225px;
}
.komm-edit-addresses .address-filter-list .w2 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w2 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 215px;
}
.komm-edit-addresses .address-filter-list .w3 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w3 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 215px;
}
.komm-edit-addresses .address-filter-list .w4 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w4 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 215px;
}
/*
.komm-edit-addresses .address-filter-list .w5 {
    width: 4%;
}
*/
.komm-edit-addresses .address-filter-list .w6 {
    width: 5%;
}
.komm-edit-addresses .address-filter-list .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter-list .w7 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 215px;
}
.komm-edit-addresses .address-filter-list .w8 {
    width: 5%;
}
.komm-edit-addresses .address-filter-list .w9 {
    width: 2.5%;
	text-align: center;
}
.komm-edit-addresses .address-filter-list .w10 {
    width: 2.5%;
	text-align: center;
}


.komm-edit-addresses .extended-tb .w010 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w010 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w020 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w020 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w030 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w030 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w040 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w040 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w050 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w050 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w060 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w060 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w070 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w070 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w080 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
    width: 6%;
}
.komm-edit-addresses .extended-tb .w080 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80px;
}
.komm-edit-addresses .extended-tb .w090 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w090 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .extended-tb .w100 {
	padding: 8px 2px 8px 2px !important;
	text-align: center;
	vertical-align: middle;
    width: 4%;
}
.komm-edit-addresses .extended-tb .w110 {
	padding: 8px 1px 8px 1px;
	text-align: center;
	vertical-align: middle;
	width: 4%;
}
.komm-edit-addresses .extended-tb .w110 button {
	margin-left: 2.5px;
	margin-right: 2.5px;
}



.address-modals .modal {
    padding-left: 17px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    letter-spacing: normal;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
	padding-left: 28px;
	margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li i {
    display: inline-block;
	margin-left: -28px;
	padding-right: 8px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}


}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-edit-addresses {
    
}
.komm-edit-addresses .add-address-left {
	text-align: left;
	margin-bottom: 30px;
}
.komm-edit-addresses .add-address-left h2.add-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-edit-addresses .add-address-right {
	text-align: right;
	margin-bottom: 30px;
}
.komm-edit-addresses .add-address-right .add-address-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #c32519;
	padding: 7px 10px 7px 10px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn i {
	position: relative;
    font-size: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-edit-addresses .address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter .address-filter-thead .w1 {
    width: 18%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w2 {
    width: 17%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w3 {
    width: 17%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w4 {
    width: 17%;
}
/*
.komm-edit-addresses .address-filter .address-filter-thead .w5 {
    width: 4%;
}
*/
.komm-edit-addresses .address-filter .address-filter-thead .w6 {
    width: 5%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w8 {
    width: 5%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w9 {
    width: 5%;
}


.komm-edit-addresses .address-filter .extended-th label {
	font-size: 12px !important;
}
.komm-edit-addresses .address-filter .extended-th .w010 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w020 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w030 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w040 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w050 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w060 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w070 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w080 {
    width: 6%;
}
.komm-edit-addresses .address-filter .extended-th .w090 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w100 {
    width: 4%;
}
.komm-edit-addresses .address-filter .extended-th .w110 {
    width: 4%;
}


.komm-edit-addresses .address-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-edit-addresses .address-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-edit-addresses .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-edit-addresses .address-filter-list tbody tr td {
	padding: 8px 3px 8px 5px;
	vertical-align: middle;
}
.komm-edit-addresses .address-filter-list tbody tr td:first-child {
	padding: 8px 3px 8px 7px;
	font-weight: 500;
}

.komm-edit-addresses .address-filter-list .edit, .komm-edit-addresses .address-filter-list .delete {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 15px;
	transition: all 0.2s;
}
.komm-edit-addresses .address-filter-list .edit:hover, .komm-edit-addresses .address-filter-list .delete:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}

.komm-edit-addresses .address-filter-list .w1 {
    width: 18%;
}
.komm-edit-addresses .address-filter-list .w1 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 180px;
}
.komm-edit-addresses .address-filter-list .w2 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w2 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 170px;
}
.komm-edit-addresses .address-filter-list .w3 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w3 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 170px;
}
.komm-edit-addresses .address-filter-list .w4 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w4 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 170px;
}
/*
.komm-edit-addresses .address-filter-list .w5 {
    width: 4%;
}
*/
.komm-edit-addresses .address-filter-list .w6 {
    width: 5%;
}
.komm-edit-addresses .address-filter-list .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter-list .w7 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 170px;
}
.komm-edit-addresses .address-filter-list .w8 {
    width: 5%;
}
.komm-edit-addresses .address-filter-list .w9 {
    width: 2.5%;
	text-align: center;
}
.komm-edit-addresses .address-filter-list .w10 {
    width: 2.5%;
	text-align: center;
}


.komm-edit-addresses .extended-tb {
	font-size: 12px;
}
.komm-edit-addresses .extended-tb .w010 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w010 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w020 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w020 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w030 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w030 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w040 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w040 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w050 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w050 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w060 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w060 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w070 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w070 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w080 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
    width: 6%;
}
.komm-edit-addresses .extended-tb .w080 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 64px;
}
.komm-edit-addresses .extended-tb .w090 {
	padding: 8px 2px 8px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w090 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 104px;
}
.komm-edit-addresses .extended-tb .w100 {
	padding: 8px 2px 8px 2px !important;
	text-align: center;
	vertical-align: middle;
    width: 4%;
}
.komm-edit-addresses .extended-tb .w110 {
	padding: 8px 1px 8px 1px;
	text-align: center;
	vertical-align: middle;
	width: 4%;
}
.komm-edit-addresses .extended-tb .w110 button {
	margin-left: 2.5px;
	margin-right: 2.5px;
}



.address-modals .modal {
    padding-left: 17px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    letter-spacing: normal;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
	padding-left: 28px;
	margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li i {
    display: inline-block;
	margin-left: -28px;
	padding-right: 8px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-edit-addresses {
    
}
.komm-edit-addresses .add-address-left {
	text-align: left;
	margin-bottom: 30px;
}
.komm-edit-addresses .add-address-left h2.add-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-edit-addresses .add-address-right {
	text-align: right;
	margin-bottom: 30px;
}
.komm-edit-addresses .add-address-right .add-address-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #c32519;
	padding: 7px 10px 7px 10px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn i {
	position: relative;
    font-size: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-edit-addresses .address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter .address-filter-thead .w1 {
    width: 18%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w2 {
    width: 17%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w3 {
    width: 17%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w4 {
    width: 17%;
}
/*
.komm-edit-addresses .address-filter .address-filter-thead .w5 {
    width: 4%;
}
*/
.komm-edit-addresses .address-filter .address-filter-thead .w6 {
    width: 5%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w8 {
    width: 5%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w9 {
    width: 5%;
}


.komm-edit-addresses .address-filter .extended-th label {
	font-size: 11px !important;
}
.komm-edit-addresses .address-filter .extended-th .w010 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w020 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w030 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w040 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w050 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w060 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w070 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w080 {
    width: 5%;
}
.komm-edit-addresses .address-filter .extended-th .w090 {
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w100 {
    width: 4%;
}
.komm-edit-addresses .address-filter .extended-th .w110 {
    width: 5%;
}


.komm-edit-addresses .address-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-edit-addresses .address-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-edit-addresses .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-edit-addresses .address-filter-list tbody tr td {
	padding: 6px 3px 6px 5px;
	vertical-align: middle;
}
.komm-edit-addresses .address-filter-list tbody tr td:first-child {
	padding: 6px 3px 6px 7px;
	font-weight: 500;
}

.komm-edit-addresses .address-filter-list .edit, .komm-edit-addresses .address-filter-list .delete {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 15px;
	transition: all 0.2s;
}
.komm-edit-addresses .address-filter-list .edit:hover, .komm-edit-addresses .address-filter-list .delete:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}

.komm-edit-addresses .address-filter-list .w1 {
    width: 18%;
}
.komm-edit-addresses .address-filter-list .w1 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}
.komm-edit-addresses .address-filter-list .w2 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w2 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
.komm-edit-addresses .address-filter-list .w3 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w3 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
.komm-edit-addresses .address-filter-list .w4 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w4 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
/*
.komm-edit-addresses .address-filter-list .w5 {
    width: 4%;
}
*/
.komm-edit-addresses .address-filter-list .w6 {
    width: 5%;
}
.komm-edit-addresses .address-filter-list .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter-list .w7 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
.komm-edit-addresses .address-filter-list .w8 {
    width: 5%;
}
.komm-edit-addresses .address-filter-list .w9 {
    width: 2.5%;
	text-align: center;
}
.komm-edit-addresses .address-filter-list .w10 {
    width: 2.5%;
	text-align: center;
}


.komm-edit-addresses .extended-tb {
	font-size: 11px;
}
.komm-edit-addresses .extended-tb .w010 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w010 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w020 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w020 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w030 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w030 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w040 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w040 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w050 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w050 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w060 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w060 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w070 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w070 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w080 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
    width: 5%;
}
.komm-edit-addresses .extended-tb .w080 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 42px;
}
.komm-edit-addresses .extended-tb .w090 {
	padding: 6px 2px 6px 2px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w090 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 92px;
}
.komm-edit-addresses .extended-tb .w100 {
	padding: 6px 2px 6px 2px !important;
	text-align: center;
	vertical-align: middle;
    width: 4%;
}
.komm-edit-addresses .extended-tb .w110 {
	padding: 6px 1px 6px 1px;
	text-align: center;
	vertical-align: middle;
	width: 5%;
}
.komm-edit-addresses .extended-tb .w110 button {
	font-size: 13px !important;
	margin-left: 2px;
	margin-right: 2px;
}



.address-modals .modal {
    padding-left: 17px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    letter-spacing: normal;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
	padding-left: 28px;
	margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li i {
    display: inline-block;
	margin-left: -28px;
	padding-right: 8px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}


}
@media (min-width: 768px) and (max-width: 991px) {
.komm-edit-addresses {
    
}
.komm-edit-addresses .add-address-left {
	text-align: left;
	margin-bottom: 30px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.komm-edit-addresses .add-address-left h2.add-head01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0;
    letter-spacing: normal;
}

.komm-edit-addresses .add-address-right {
	text-align: right;
	margin-bottom: 30px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.komm-edit-addresses .add-address-right .add-address-btn {
	background: #ffffff;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #c32519;
	padding: 5px 8px 5px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-edit-addresses .add-address-right .add-address-btn i {
	position: relative;
    font-size: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter {
    background: #ffffff;
	margin-bottom: 15px;
}
.komm-edit-addresses .address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 12.5px;
	line-height: 20px;
	font-weight: 500;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th label small {
	display: none;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 13px;
	line-height: 22px;
    font-weight: 500;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-edit-addresses .address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-edit-addresses .address-filter .address-filter-thead .w1 {
    width: 17%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w2 {
    width: 16%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w3 {
    width: 16%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w4 {
    width: 16%;
}
/*
.komm-edit-addresses .address-filter .address-filter-thead .w5 {
    width: 5%;
}
*/
.komm-edit-addresses .address-filter .address-filter-thead .w6 {
    width: 7%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w8 {
    width: 6%;
}
.komm-edit-addresses .address-filter .address-filter-thead .w9 {
    width: 6%;
}


.komm-edit-addresses .address-filter .extended-th label {
	font-size: 11px !important;
	line-height: 16px !important;
}
.komm-edit-addresses .address-filter .extended-th .form-control {
	padding: 2px 2px !important;
	font-size: 11.5px !important;
	line-height: 16px !important;
}
.komm-edit-addresses .address-filter .extended-th .w010 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w010 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w020 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w020 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w030 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w030 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w040 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w040 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w050 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w050 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w060 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w060 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w070 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w070 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w080 {
    padding: 0 2px 3px 0 !important;
   width: 5%;
}
.komm-edit-addresses .address-filter .extended-th .w080 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 30px;
}
.komm-edit-addresses .address-filter .extended-th .w090 {
    padding: 0 2px 3px 0 !important;
	width: 10.75%;
}
.komm-edit-addresses .address-filter .extended-th .w090 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
}
.komm-edit-addresses .address-filter .extended-th .w100 {
    padding: 0 2px 3px 0 !important;
   width: 4%;
}
.komm-edit-addresses .address-filter .extended-th .w100 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 25px;
}
.komm-edit-addresses .address-filter .extended-th .w110 {
    padding: 0 0 3px 0 !important;
   width: 5%;
}
.komm-edit-addresses .address-filter .extended-th .w110 .filter-btn {
    font-size: 12px !important;
    line-height: 17px !important;
    padding: 2px 0px 1px 0px !important;
}
.komm-edit-addresses .address-filter .extended-th thead th:last-child {
    padding: 0 0 2px 0 !important;
}



.komm-edit-addresses .address-filter .pin-wrapper .sticky-active {
    background: #ffffff;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 9;
}

.komm-edit-addresses .address-filter-list {
    color: #000000;
	font-size: 12.5px;
    font-weight: 400;
    line-height: 20px;
	width: 100%;
    margin-bottom: 0;
}
.komm-edit-addresses .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-edit-addresses .address-filter-list tbody tr td {
	padding: 6px 2px 6px 3px;
	vertical-align: middle;
}
.komm-edit-addresses .address-filter-list tbody tr td:first-child {
	padding: 6px 2px 6px 5px;
	font-weight: 500;
}

.komm-edit-addresses .address-filter-list .edit, .komm-edit-addresses .address-filter-list .delete {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 13px;
	transition: all 0.2s;
}
.komm-edit-addresses .address-filter-list .edit:hover, .komm-edit-addresses .address-filter-list .delete:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}

.komm-edit-addresses .address-filter-list .w1 {
    width: 17%;
}
.komm-edit-addresses .address-filter-list .w1 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}
.komm-edit-addresses .address-filter-list .w2 {
    width: 16%;
}
.komm-edit-addresses .address-filter-list .w2 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 95px;
}
.komm-edit-addresses .address-filter-list .w3 {
    width: 16%;
}
.komm-edit-addresses .address-filter-list .w3 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 95px;
}
.komm-edit-addresses .address-filter-list .w4 {
    width: 16%;
}
.komm-edit-addresses .address-filter-list .w4 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 95px;
}
/*
.komm-edit-addresses .address-filter-list .w5 {
    width: 5%;
}
*/
.komm-edit-addresses .address-filter-list .w6 {
    width: 7%;
}
.komm-edit-addresses .address-filter-list .w7 {
    width: 16%;
}
.komm-edit-addresses .address-filter-list .w7 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 95px;
}
.komm-edit-addresses .address-filter-list .w8 {
    width: 6%;
}
.komm-edit-addresses .address-filter-list .w9 {
    width: 3%;
	text-align: center;
}
.komm-edit-addresses .address-filter-list .w10 {
    width: 3%;
	text-align: center;
}


.komm-edit-addresses .extended-tb {
	font-size: 11px;
}
.komm-edit-addresses .extended-tb .w010 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w010 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w020 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w020 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w030 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w030 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w040 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w040 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w050 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w050 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w060 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w060 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w070 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w070 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w080 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
    width: 5%;
}
.komm-edit-addresses .extended-tb .w080 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 30px;
}
.komm-edit-addresses .extended-tb .w090 {
	padding: 6px 2px 6px 0px !important;
	vertical-align: middle;
	width: 10.75%;
}
.komm-edit-addresses .extended-tb .w090 div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 70px;
}
.komm-edit-addresses .extended-tb .w100 {
	padding: 6px 2px 6px 0px !important;
	text-align: center;
	vertical-align: middle;
    width: 4%;
}
.komm-edit-addresses .extended-tb .w110 {
	padding: 6px 0px 6px 0px;
	text-align: center;
	vertical-align: middle;
	width: 5%;
}
.komm-edit-addresses .extended-tb .w110 button {
	font-size: 11.5px !important;
	margin-left: 1px;
	margin-right: 1px;
}



.address-modals .modal {
    padding-left: 17px;
}
.address-modals .komm-modal-form .modal-dialog  {
    max-width: 800px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    letter-spacing: normal;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li i {
    display: inline-block;
	margin-left: -25px;
	padding-right: 8px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 2px 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.address-modals .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}


}
@media (max-width: 767px) {}


/* Komm Edit Adresses Ende */










/* Komm Searchresult Start */

@media (min-width: 1921px) {
.searchresult .komm-col-search-term {
    -ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}
.searchresult .komm-col-search-list {
    -ms-flex: 0 0 78%;
	flex: 0 0 78%;
	max-width: 78%;
}
.searchresult .komm-col-search-list {
    -ms-flex: 0 0 78%;
	flex: 0 0 78%;
	max-width: 78%;
}
.searchresult .komm-col-search-list .product-thumb-info-list .productlist-row .owl-carousel .owl-item, .searchresult .komm-col-search-list .product-thumb-info-list .productlist-row .thumbnail-single, .searchresult .komm-col-search-list .product-thumb-info-list .productlist-row .thumbnail-no-img {
    min-height: 165px;
}

.searchresult .komm-col-search-term .searchbox {
    
}
.searchresult .komm-col-search-term .searchbox h2 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 5px 0;
    letter-spacing: normal;
}
.searchresult .komm-col-search-term .searchbox p {
    position: relative;
    display: block;
    width: 100%;
    color: #000000;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.searchresult .komm-col-search-term .searchbox p.term {
	/* border-bottom: 1px solid #ced4da; */
	padding-bottom: 5px;
}
.searchresult .komm-col-search-term .searchbox .form-group .custom-select-1 {
    margin-bottom: 8px;
}
.searchresult .komm-col-search-term .searchbox .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchresult .komm-col-search-term .searchbox .search-reset-btn {
	border: none;
	outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: block;
    background: #c32519;
    color: #ffffff;
    margin: 8px 0 10px 0;
    padding: 5px 8px;
    text-align: center;
    transition: all 0.3s;
}


}
@media (min-width: 1200px) and (max-width: 1920px) {
.searchresult .komm-col-search-term {
    -ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}
.searchresult .komm-col-search-list {
    -ms-flex: 0 0 78%;
	flex: 0 0 78%;
	max-width: 78%;
}
.searchresult .komm-col-search-term .searchbox {
    
}
.searchresult .komm-col-search-term .searchbox h2 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 5px 0;
    letter-spacing: normal;
}
.searchresult .komm-col-search-term .searchbox p {
    position: relative;
    display: block;
    width: 100%;
    color: #000000;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.searchresult .komm-col-search-term .searchbox p.term {
	/* border-bottom: 1px solid #ced4da; */
	padding-bottom: 5px;
}
.searchresult .komm-col-search-term .searchbox .form-group .custom-select-1 {
    margin-bottom: 8px;
}
.searchresult .komm-col-search-term .searchbox .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchresult .komm-col-search-term .searchbox .search-reset-btn {
	border: none;
	outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: block;
    background: #c32519;
    color: #ffffff;
    margin: 8px 0 10px 0;
    padding: 5px 8px;
    text-align: center;
    transition: all 0.3s;
}



}
@media (min-width: 992px) and (max-width: 1199px) {
.searchresult .komm-col-search-term {
    -ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}
.searchresult .komm-col-search-list {
    -ms-flex: 0 0 78%;
	flex: 0 0 78%;
	max-width: 78%;
	padding-left: 0;
}
.searchresult .komm-col-search-term .searchbox {
    
}
.searchresult .komm-col-search-term .searchbox h2 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 5px 0;
    letter-spacing: normal;
}
.searchresult .komm-col-search-term .searchbox p {
    position: relative;
    display: block;
    width: 100%;
    color: #000000;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.searchresult .komm-col-search-term .searchbox p.term {
	/* border-bottom: 1px solid #ced4da; */
	padding-bottom: 5px;
}
.searchresult .komm-col-search-term .searchbox .form-group .form-control {
    height: auto;
    padding: 4px 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchresult .komm-col-search-term .searchbox .form-group .custom-select-1 {
    margin-bottom: 8px;
}
.searchresult .komm-col-search-term .searchbox .form-group .custom-select-1::before {
    right: 8px;
}
.searchresult .komm-col-search-term .searchbox .search-col-left1 {
    -ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
}
.searchresult .komm-col-search-term .searchbox .search-col-left2 {
    -ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
}
.searchresult .komm-col-search-term .searchbox .search-col-left3 {
    -ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
}
.searchresult .komm-col-search-term .searchbox .search-reset-btn {
	border: none;
	outline: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: block;
    background: #c32519;
    color: #ffffff;
    margin: 8px 0 10px 0;
    padding: 5px 8px;
    text-align: center;
    transition: all 0.3s;
}



}
@media (min-width: 768px) and (max-width: 991px) {
.searchresult .komm-col-search-term {
	margin-bottom: 25px;
}
.searchresult .komm-col-search-list {
    
}
.searchresult .komm-col-search-term .searchbox {
    
}
.searchresult .komm-col-search-term .searchbox h2 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 5px 0;
    letter-spacing: normal;
}
.searchresult .komm-col-search-term .searchbox p {
    position: relative;
    display: block;
    width: 100%;
    color: #000000;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.searchresult .komm-col-search-term .searchbox p.term {
	/* border-bottom: 1px solid #ced4da; */
	padding-bottom: 5px;
}
.searchresult .komm-col-search-term .searchbox .form-group .form-control {
    height: auto;
    padding: 4px 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchresult .komm-col-search-term .searchbox .form-group .custom-select-1 {
    margin-bottom: 8px;
}
.searchresult .komm-col-search-term .searchbox .form-group .custom-select-1::before {
    right: 8px;
}
.searchresult .komm-col-search-term .searchbox .search-col-left1 {
    -ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.searchresult .komm-col-search-term .searchbox .search-col-left2 {
    -ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.searchresult .komm-col-search-term .searchbox .search-col-left2 .col-lg-12 {
    -ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-right: 0px;
}
.searchresult .komm-col-search-term .searchbox .search-col-left2 .col-lg-12:last-child {
	padding-right: 15px;
}
.searchresult .komm-col-search-term .searchbox .search-reset-btn {
	border: none;
	outline: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    display: block;
    background: #c32519;
    color: #ffffff;
    margin: 0;
    padding: 5px 8px;
	width: 100%;
    text-align: center;
    transition: all 0.3s;
}



}
@media (max-width: 767px) {}


/* Komm Searchresult Ende */










/* Komm Product Detail Start */

.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .input-number {
    -moz-appearance: textfield;
    -webkit-inner-spin-button, -webkit-outer-spin-button { -webkit-appearance: none;
    margin: 0;
    } ;
}

@media (min-width: 1921px) {
.komm-product .komm-col-product-breadcrumps {
    color: #999999;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
	margin-top: -10px;
}
.komm-product .komm-col-product-breadcrumps a {
    color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:hover {
    color: #666666;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:first-child {
	margin-left: 0px;
}


.komm-product .komm-col-product-details .not-available {
	background: #ffffff;
	border: 1px solid #c32519;
	display: block;
	position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #c32519;
	padding: 6px 9px 5px 8px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container .listed {
	float: right;
	margin-left: 20px;
}
.komm-product .komm-col-product-details .product-details-container .listed i {
	color: #c32519;
	font-size: 26px;
}

.komm-product .komm-col-product-details .product-details-container h2.art-name {
	position: relative;
	display: block;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #c32519;
    margin: 0 30px 10px 0;
    letter-spacing: normal;
}
.komm-product .komm-col-product-details .product-details-container h3.art-nr {
	position: relative;
	display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: normal;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container p.product-desc {
    color: #000000;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.komm-product .komm-col-product-details .product-details-container  p.product-desc-extra {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    margin: 0 0 25px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 13px 13px 13px;
    position: relative !important;
}


.komm-product .komm-col-product-details .product-details-container .table-product-infos {
    border: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr td {
	border-color: #ced4da;
	border-top: none;
	border-bottom: 1px solid #e1e3e5;
	padding: 10px 8px 10px 8px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr:last-child td {
	border-bottom: 2px solid #e1e3e5;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-left {
	width: 30%;
    font-weight: 500;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
    color: #000000;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .select {
    font-size: 15px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li {
    position: relative;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 0px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li i {
    display: inline-block;
	margin-left: -25px;
	padding-right: 5px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .row-product-btn {
	margin-bottom: 80px;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right {
	text-align: right;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	padding: 6px 9px 5px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn i {
    font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product {
    color: #c32519;
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product i {
	display: inline-block;
	font-size: 18px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link {
    color: #c32519;
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link i {
	display: inline-block;
	font-size: 18px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}


.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 2;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item {
    min-height: 360px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p .bigimg-containter {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p .bigimg-containter .ph {
	display: inline-block;
    position: absolute;
	width: 2px;
	height: 2px;
	opacity: 0;
}

.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p .img-thumbnail.img-thumbnail-hover-icon::before {
    background: rgba(0, 0, 0, 0);
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p .img-thumbnail.img-thumbnail-hover-icon::after {
	background-color: #c32519;
	border-radius: 100%;
    color: #FFF;
    content: "\f067";
    font-size: 18px;
    line-height: 18px;
	padding: 6px 5px 5px 5px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    display: inline-block;
    text-align: center;
    width: 30px;
	left: 50%;
	margin-left: -15px;
    z-index: 3;
}

.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav {
	bottom: -63px;
	top: auto;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-prev, .komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-next {
    color: #c32519 !important;
}

.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs {
	z-index: 1;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
    border: 1px solid #dbddde;
	min-height: 85px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p {
    padding: 3px;
    display: block !important;
    position: absolute !important;
    left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p span {
    display: block !important;
    position: absolute !important;
    left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border: 2px solid #c32519;
}


.komm-col-product-images .bigimg-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 360px;
}
.komm-col-product-images .bigimg-single .bigimg-single-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .bigimg-single .bigimg-single-p .bigimg-single-container {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .bigimg-single .bigimg-single-p .img-thumbnail.img-thumbnail-hover-icon::before {
    background: rgba(0, 0, 0, 0);
}
.komm-col-product-images .bigimg-single .bigimg-single-p .img-thumbnail.img-thumbnail-hover-icon::after {
	background-color: #c32519;
	border-radius: 100%;
    color: #FFF;
    content: "\f067";
    font-size: 18px;
    line-height: 18px;
	padding: 6px 5px 5px 5px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    display: inline-block;
    text-align: center;
    width: 30px;
	left: 50%;
	margin-left: -15px;
    z-index: 3;
}


}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-product .komm-col-product-breadcrumps {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
	margin-top: -10px;
}
.komm-product .komm-col-product-breadcrumps a {
    color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:hover {
    color: #666666;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:first-child {
	margin-left: 0px;
}


.komm-product .komm-col-product-details .not-available {
	background: #ffffff;
	border: 1px solid #c32519;
	display: block;
	position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #c32519;
	padding: 6px 9px 5px 8px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container .listed {
	float: right;
	margin-left: 20px;
}
.komm-product .komm-col-product-details .product-details-container .listed i {
	color: #c32519;
	font-size: 24px;
}

.komm-product .komm-col-product-details .product-details-container h2.art-name {
	position: relative;
	display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #c32519;
    margin: 0 30px 10px 0;
    letter-spacing: normal;
}
.komm-product .komm-col-product-details .product-details-container h3.art-nr {
	position: relative;
	display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: normal;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container p.product-desc {
    color: #000000;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}
.komm-product .komm-col-product-details .product-details-container  p.product-desc-extra {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    margin: 0 0 25px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 13px 13px 13px;
    position: relative !important;
}


.komm-product .komm-col-product-details .product-details-container .table-product-infos {
    border: none;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr td {
	border-color: #ced4da;
	border-top: none;
	border-bottom: 1px solid #e1e3e5;
	padding: 10px 8px 10px 8px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr:last-child td {
	border-bottom: 2px solid #e1e3e5;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-left {
	width: 30%;
    font-weight: 500;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
    color: #000000;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .select {
    font-size: 14px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li {
    position: relative;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 0px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li i {
    display: inline-block;
	margin-left: -25px;
	padding-right: 5px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .row-product-btn {
	margin-bottom: 80px;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right {
	text-align: right;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	padding: 6px 9px 5px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn i {
    font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product {
    color: #c32519;
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product i {
	display: inline-block;
	font-size: 18px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link {
    color: #c32519;
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link i {
	display: inline-block;
	font-size: 18px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}


.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 2;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item {
    min-height: 340px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p .bigimg-containter {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav {
	bottom: -50px;
	top: auto;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-prev, .komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-next {
    color: #c32519 !important;
}

.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs {
	z-index: 1;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
    border: 1px solid #dbddde;
	min-height: 65px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p {
    padding: 3px;
    display: block !important;
    position: absolute !important;
    left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p span {
    display: block !important;
    position: absolute !important;
    left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border: 2px solid #c32519;
}


.komm-col-product-images .bigimg-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 340px;
}
.komm-col-product-images .bigimg-single .bigimg-single-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .bigimg-single .bigimg-single-p .bigimg-single-container {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-product .komm-col-product-breadcrumps {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
	margin-top: -10px;
}
.komm-product .komm-col-product-breadcrumps a {
    color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:hover {
    color: #666666;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:first-child {
	margin-left: 0px;
}


.komm-product .komm-col-product-details .k-w-100 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.komm-product .komm-col-product-details .not-available {
	background: #ffffff;
	border: 1px solid #c32519;
	display: block;
	position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #c32519;
	padding: 5px 7px 4px 6px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container .listed {
	float: right;
	margin-left: 20px;
}
.komm-product .komm-col-product-details .product-details-container .listed i {
	color: #c32519;
	font-size: 22px;
}

.komm-product .komm-col-product-details .product-details-container h2.art-name {
	position: relative;
	display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #c32519;
    margin: 0 30px 10px 0;
    letter-spacing: normal;
}
.komm-product .komm-col-product-details .product-details-container h3.art-nr {
	position: relative;
	display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: normal;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container p.product-desc {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
.komm-product .komm-col-product-details .product-details-container  p.product-desc-extra {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    margin: 0 0 25px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 10px 10px 10px;
    position: relative !important;
}


.komm-product .komm-col-product-details .product-details-container .table-product-infos {
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr td {
	border-color: #ced4da;
	border-top: none;
	border-bottom: 1px solid #e1e3e5;
	padding: 8px 6px 8px 6px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr:last-child td {
	border-bottom: 2px solid #e1e3e5;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-left {
	width: 30%;
    font-weight: 500;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
    color: #000000;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .select {
    font-size: 13px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li {
    position: relative;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 0px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li i {
    display: inline-block;
	margin-left: -25px;
	padding-right: 5px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .row-product-btn {
	margin-bottom: 80px;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right {
	text-align: right;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
	padding: 5px 8px 4px 7px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn i {
    font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product {
    color: #c32519;
	display: inline-block;
	font-size: 14px;
	margin-right: 12px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product i {
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link {
    color: #c32519;
	display: inline-block;
	font-size: 14px;
	margin-right: 12px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link i {
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}


.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 2;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item {
    min-height: 290px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p .bigimg-containter {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav {
	bottom: -45px;
	top: auto;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-prev, .komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-next {
    color: #c32519 !important;
}

.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs {
	z-index: 1;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
    border: 1px solid #dbddde;
	min-height: 50px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p {
    padding: 3px;
    display: block !important;
    position: absolute !important;
    left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p span {
    display: block !important;
    position: absolute !important;
    left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border: 2px solid #c32519;
}


.komm-col-product-images .bigimg-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 290px;
}
.komm-col-product-images .bigimg-single .bigimg-single-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .bigimg-single .bigimg-single-p .bigimg-single-container {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}


}
@media (min-width: 768px) and (max-width: 991px) {
.komm-product .bottom-btns {
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	max-width: 64%;
}
.komm-product .komm-col-product-breadcrumps {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
	margin-top: -10px;
}
.komm-product .komm-col-product-breadcrumps a {
    color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:hover {
    color: #666666;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-product .komm-col-product-breadcrumps a:first-child {
	margin-left: 0px;
}


.komm-product .komm-col-product-details .k-w-100 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.komm-product .komm-col-product-details .not-available {
	background: #ffffff;
	border: 1px solid #c32519;
	display: block;
	position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #c32519;
	padding: 5px 7px 4px 6px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container .listed {
	float: right;
	margin-left: 20px;
}
.komm-product .komm-col-product-details .product-details-container .listed i {
	color: #c32519;
	font-size: 22px;
}

.komm-product .komm-col-product-details .product-details-container h2.art-name {
	position: relative;
	display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #c32519;
    margin: 0 30px 10px 0;
    letter-spacing: normal;
}
.komm-product .komm-col-product-details .product-details-container h3.art-nr {
	position: relative;
	display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: normal;
	text-transform: none;
}
.komm-product .komm-col-product-details .product-details-container p.product-desc {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
.komm-product .komm-col-product-details .product-details-container  p.product-desc-extra {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    margin: 0 0 25px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 10px 10px 10px;
    position: relative !important;
}


.komm-product .komm-col-product-details .product-details-container .table-product-infos {
    border: none;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr td {
	border-color: #ced4da;
	border-top: none;
	border-bottom: 1px solid #e1e3e5;
	padding: 8px 6px 8px 6px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos tbody tr:last-child td {
	border-bottom: 2px solid #e1e3e5;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-left {
	width: 30%;
    font-weight: 500;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control {
    display: inline-block;
    width: 150px;
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: none;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .form-control::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {
    color: #000000;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right .select {
    font-size: 13px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download {
    list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li {
    position: relative;
	padding-left: 25px;
	line-height: 24px;
	margin-bottom: 0px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li i {
    display: inline-block;
	margin-left: -25px;
	padding-right: 5px;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a {
	color: #000000;
    display: inline-block;
	position: relative;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .table-product-infos .table-col-right ul.list-download li a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .row-product-btn {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	margin-bottom: 80px;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right {
	text-align: right;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
	padding: 5px 8px 4px 7px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right .product-add-to-cart-btn i {
    font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product {
    color: #c32519;
	display: inline-block;
	font-size: 14px;
	margin-right: 12px;
	margin-bottom: 20px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-right a.personalize-product i {
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}

.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link {
    color: #c32519;
	display: inline-block;
	font-size: 14px;
	margin-right: 12px;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:hover {
	text-decoration: none;
    color: #000000;
	transition: all 0.2s;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link:last-child {
	margin-right: 0;
}
.komm-product .komm-col-product-details .product-details-container .produkt-details-btn-left a.back-link i {
	display: inline-block;
	font-size: 16px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}


.komm-col-product-images {
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 2;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item {
    min-height: 290px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-item .bigimg-p .bigimg-containter {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav {
	bottom: -45px;
	top: auto;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-prev, .komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-detail .owl-nav .owl-next {
    color: #c32519 !important;
}

.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs {
	z-index: 1;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
    border: 1px solid #dbddde;
	min-height: 50px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p {
    padding: 3px;
    display: block !important;
    position: absolute !important;
    left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item .thumb-p span {
    display: block !important;
    position: absolute !important;
    left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.komm-col-product-images .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border: 2px solid #c32519;
}


.komm-col-product-images .bigimg-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 290px;
}
.komm-col-product-images .bigimg-single .bigimg-single-p {
    border: 1px solid #dbddde;
    padding: 5px;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.komm-col-product-images .bigimg-single .bigimg-single-p .bigimg-single-container {
    display: block !important;
    position: absolute !important;
    left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}


}
@media (max-width: 767px) {}


/* Komm Product Detail Ende */











/* Komm Checkout Start */

.komm-checkout .shipping-form .form-row .form-group .date-padding {
    padding: 4px 25px 4px 5px !important;
}

@media (min-width: 1921px) {
.komm-checkout {
	padding-top: 10px;
}
.komm-checkout .col-address-bb {
    padding-bottom: 60px;
	/* margin-bottom: 40px; */
}
/*
.komm-checkout .col-address-bb::after {
    content: " ";
    background: #e7e7e7;
    bottom: 40px;
    position: absolute;
    display: block;
    height: 1px;
	right: 15px;
	left: 15px;
}
*/
.komm-checkout .spacer-top {
	padding-top: 40px !important;
}

.komm-checkout h2.co-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 15px 0;
    letter-spacing: normal;
}
.komm-checkout h2.co-head02 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 15px 0;
    letter-spacing: normal;
}
.komm-checkout p.co-address {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.komm-checkout p.co-copy1 {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.komm-checkout p.co-copy1 a {
    color: #000000;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-checkout p.co-copy1 a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left {
	background-color: #ffffff;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:last-child {
	margin-right: 0;
}

.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:last-child {
	margin-right: 0 !important;
}


.komm-checkout .shipping-form .form-row .form-group {
	margin-bottom: 20px;
}
.komm-checkout .shipping-form .form-row .form-group .date {
    display: block;
	position: relative;
}
.komm-checkout .shipping-form .form-row .form-group .date i {
    color: #c32519;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.komm-checkout .shipping-form .form-row .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .shipping-form .form-row .form-group label.title {
    color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
}
.komm-checkout .shipping-form .form-row .form-group label.note {
    color: #c32519;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 4px;
}


.komm-checkout .shipping-order .table-bordered {
	border: none;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}
.komm-checkout .shipping-order .table-bordered thead th {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #ced4da;
	border-bottom-width: 1px;
	color: #000000;
	font-weight: 500;
	padding: 7px;
}
.komm-checkout .shipping-order .table-bordered tbody td {
	border-color: #ced4da;
	padding: 8px 7px;
}
.komm-checkout .shipping-order .table-bordered tbody td span {
	display: block;
}

.komm-checkout .shipping-order .table-total {
	background-color: #c32519;
	border: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 35px;
}
.komm-checkout .shipping-order .table-total tbody td {
	border: none;
	text-align: right;
	padding: 8px 15px;
}
.komm-checkout .shipping-order .table-total tbody td span {
	display: inline-block;
	margin-right: 20px;
}

.komm-checkout .shipping-order .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}


.komm-checkout .confirm-order .form-row .form-group .form-check {
    border: 1px solid #c32519;
	padding: 15px 10px 15px 35px;
	margin-bottom: 10px;
}
.komm-checkout .confirm-order .form-row .form-group .form-check label.form-check-label {
    color: #c32519;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}


.komm-checkout .confirm-order a.order-link {
	display: inline-block;
	font-size: 20px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:last-child {
	margin-right: 0;
}
.komm-checkout .confirm-order a.order-link i {
	display: inline-block;
	font-size: 24px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 20px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:last-child {
	margin-right: 0 !important;
}
.komm-checkout .confirm-order .order-link-btn i {
	display: inline-block;
	font-size: 24px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-senden {
	text-align: right;
}
.komm-checkout .confirm-order .order-senden-btn {
	background: #c32519;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
	padding: 10px 13px 10px 13px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-checkout .extra-infos .extra-infos-cont {
	background-color: #f5f5f5;
	border: 1px solid #ced4da;
 	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 35px;
	padding: 15px;
	position: relative;
	width: 100%;
}
.komm-checkout .extra-infos .extra-infos-cont ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 18px;
}

.komm-checkout .extra-infos .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}


.komm-checkout .modal {
    padding-left: 17px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    letter-spacing: normal;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item {
	border-bottom: 1px solid #ced4da;
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item:last-child {
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item label {
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name {
	padding: 8px 8px 8px 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name .address-checkbox {
	position: absolute;
	left: 0;
	top: 12px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-desc {
	padding: 8px 8px 8px 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


.komm-checkout .komm-modal-form .komm-modal-lg {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content {
    margin-bottom: 1.75rem;
	max-height: 100%;
	min-height: 100px;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w1 {
    width: 25%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w1 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 265px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w2 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w2 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w3 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w3 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w4 {
    width: 4%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w5 {
    width: 8%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w6 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w6 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w7 {
    width: 5%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w8 {
    width: 4%;
	text-align: center;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body {
    overflow-y: auto;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td {
	padding: 0;
	vertical-align: middle;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td label {
	display: block;
	width: 100%;
	padding: 6px 3px 6px 0;
	margin: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td:first-child label {
	padding: 6px 3px 6px 5px;
	font-weight: 500;
}




.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w1 {
    width: 90%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w2 {
    width: 10%;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .w1 {
    width: 100%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:focus, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:active, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:hover {
    color: #000000;
	border: none;
	background: transparent;
	display: inline-block;
	padding: 8px 5px 8px 5px;
	text-align: left;
	width: 100%;
	outline: none;
}
.komm-checkout .shipping-form .form-row .form-group .search-btn {
    color: #ffffff;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
    height: 32px;
}



/* 
.komm-checkout .shipping-order .table-bordered .oc6 {
	display: none; 
} */


}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-checkout {
	padding-top: 10px;
}
.komm-checkout .col-address-bb {
    padding-bottom: 60px;
	/* margin-bottom: 40px; */
}
/*
.komm-checkout .col-address-bb::after {
    content: " ";
    background: #e7e7e7;
    bottom: 40px;
    position: absolute;
    display: block;
    height: 1px;
	right: 15px;
	left: 15px;
}
*/
.komm-checkout .spacer-top {
	padding-top: 40px !important;
}

.komm-checkout h2.co-head01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 15px 0;
    letter-spacing: normal;
}
.komm-checkout h2.co-head02 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 15px 0;
    letter-spacing: normal;
}
.komm-checkout p.co-address {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.komm-checkout p.co-copy1 {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.komm-checkout p.co-copy1 a {
    color: #000000;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-checkout p.co-copy1 a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left {
	background-color: #ffffff;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:last-child {
	margin-right: 0;
}

.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:last-child {
	margin-right: 0 !important;
}


.komm-checkout .shipping-form .form-row .form-group {
	margin-bottom: 20px;
}
.komm-checkout .shipping-form .form-row .form-group .date {
    display: block;
	position: relative;
}
.komm-checkout .shipping-form .form-row .form-group .date i {
    color: #c32519;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.komm-checkout .shipping-form .form-row .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .shipping-form .form-row .form-group label.title {
    color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
}
.komm-checkout .shipping-form .form-row .form-group label.note {
    color: #c32519;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 4px;
}


.komm-checkout .shipping-order .table-bordered {
	border: none;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}
.komm-checkout .shipping-order .table-bordered thead th {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #ced4da;
	border-bottom-width: 1px;
	color: #000000;
	font-weight: 500;
	padding: 7px;
}
.komm-checkout .shipping-order .table-bordered tbody td {
	border-color: #ced4da;
	padding: 8px 7px;
}
.komm-checkout .shipping-order .table-bordered tbody td span {
	display: block;
}

.komm-checkout .shipping-order .table-total {
	background-color: #c32519;
	border: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 35px;
}
.komm-checkout .shipping-order .table-total tbody td {
	border: none;
	text-align: right;
	padding: 8px 15px;
}
.komm-checkout .shipping-order .table-total tbody td span {
	display: inline-block;
	margin-right: 20px;
}

.komm-checkout .shipping-order .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}


.komm-checkout .confirm-order .form-row .form-group .form-check {
    border: 1px solid #c32519;
	padding: 15px 10px 15px 35px;
	margin-bottom: 10px;
}
.komm-checkout .confirm-order .form-row .form-group .form-check label.form-check-label {
    color: #c32519;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}


.komm-checkout .confirm-order a.order-link {
	display: inline-block;
	font-size: 20px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:last-child {
	margin-right: 0;
}
.komm-checkout .confirm-order a.order-link i {
	display: inline-block;
	font-size: 24px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 20px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:last-child {
	margin-right: 0 !important;
}
.komm-checkout .confirm-order .order-link-btn i {
	display: inline-block;
	font-size: 24px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-senden {
	text-align: right;
}
.komm-checkout .confirm-order .order-senden-btn {
	background: #c32519;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
	padding: 10px 13px 10px 13px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-checkout .extra-infos .extra-infos-cont {
	background-color: #f5f5f5;
	border: 1px solid #ced4da;
 	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 35px;
	padding: 15px;
	position: relative;
	width: 100%;
}
.komm-checkout .extra-infos .extra-infos-cont ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 18px;
}

.komm-checkout .extra-infos .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}


.komm-checkout .modal {
    padding-left: 17px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    letter-spacing: normal;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 26px;
    opacity: 1;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item {
	border-bottom: 1px solid #ced4da;
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item:last-child {
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item label {
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name {
	padding: 8px 8px 8px 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name .address-checkbox {
	position: absolute;
	left: 0;
	top: 12px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-desc {
	padding: 8px 8px 8px 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


.komm-checkout .komm-modal-form .komm-modal-lg {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content {
    margin-bottom: 1.75rem;
	max-height: 100%;
	min-height: 100px;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w1 {
    width: 25%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w1 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 265px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w2 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w2 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w3 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w3 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w4 {
    width: 4%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w5 {
    width: 8%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w6 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w6 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 190px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w7 {
    width: 5%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w8 {
    width: 4%;
	text-align: center;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body {
    overflow-y: auto;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td {
	padding: 0;
	vertical-align: middle;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td label {
	display: block;
	width: 100%;
	padding: 6px 3px 6px 0;
	margin: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td:first-child label {
	padding: 6px 3px 6px 5px;
	font-weight: 500;
}




.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w1 {
    width: 90%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w2 {
    width: 10%;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .w1 {
    width: 100%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:focus, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:active, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:hover {
    color: #000000;
	border: none;
	background: transparent;
	display: inline-block;
	padding: 8px 5px 8px 5px;
	text-align: left;
	width: 100%;
	outline: none;
}
.komm-checkout .shipping-form .form-row .form-group .search-btn {
    color: #ffffff;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 3px 7px 0 7px;
    height: 32px;
}










}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-checkout {
	padding-top: 10px;
}
.komm-checkout .col-address-bb {
    padding-bottom: 60px;
	/* margin-bottom: 40px; */
}
/*
.komm-checkout .col-address-bb::after {
    content: " ";
    background: #e7e7e7;
    bottom: 40px;
    position: absolute;
    display: block;
    height: 1px;
	right: 15px;
	left: 15px;
}
*/
.komm-checkout .spacer-top {
	padding-top: 40px !important;
}

.komm-checkout h2.co-head01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0 0 8px 0;
    letter-spacing: normal;
}
.komm-checkout h2.co-head02 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0 0 8px 0;
    letter-spacing: normal;
}
.komm-checkout p.co-address {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
.komm-checkout p.co-copy1 {
    color: #000000;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}
.komm-checkout p.co-copy1 a {
    color: #000000;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-checkout p.co-copy1 a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left {
	background-color: #ffffff;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:last-child {
	margin-right: 0;
}

.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:last-child {
	margin-right: 0 !important;
}


.komm-checkout .shipping-form .form-row .form-group {
	margin-bottom: 20px;
}
.komm-checkout .shipping-form .form-row .form-group .date {
    display: block;
	position: relative;
}
.komm-checkout .shipping-form .form-row .form-group .date i {
    color: #c32519;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.komm-checkout .shipping-form .form-row .form-group .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.komm-checkout .shipping-form .form-row .form-group label.title {
    color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
}
.komm-checkout .shipping-form .form-row .form-group label.note {
    color: #c32519;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 4px;
}


.komm-checkout .shipping-order .table-bordered {
	border: none;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}
.komm-checkout .shipping-order .table-bordered thead th {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #ced4da;
	border-bottom-width: 1px;
	color: #000000;
	font-weight: 500;
	padding: 7px;
}
.komm-checkout .shipping-order .table-bordered tbody td {
	border-color: #ced4da;
	padding: 8px 7px;
}
.komm-checkout .shipping-order .table-bordered tbody td span {
	display: block;
}

.komm-checkout .shipping-order .table-total {
	background-color: #c32519;
	border: none;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 35px;
}
.komm-checkout .shipping-order .table-total tbody td {
	border: none;
	text-align: right;
	padding: 8px 15px;
}
.komm-checkout .shipping-order .table-total tbody td span {
	display: inline-block;
	margin-right: 20px;
}

.komm-checkout .shipping-order .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}


.komm-checkout .confirm-order .form-row .form-group .form-check {
    border: 1px solid #c32519;
	padding: 10px 6px 10px 30px;
	margin-bottom: 10px;
}
.komm-checkout .confirm-order .form-row .form-group .form-check label.form-check-label {
    color: #c32519;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}


.komm-checkout .confirm-order a.order-link {
	display: inline-block;
	font-size: 16px;
	margin-right: 12px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:last-child {
	margin-right: 0;
}
.komm-checkout .confirm-order a.order-link i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 12px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:last-child {
	margin-right: 0 !important;
}
.komm-checkout .confirm-order .order-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-senden {
	text-align: right;
}
.komm-checkout .confirm-order .order-senden-btn {
	background: #c32519;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	padding: 6px 8px 6px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn i {
    font-size: 21px;
	display: inline-block;
	margin-right: 2px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-btn-left {
    -ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.komm-checkout .confirm-order .order-btn-right {
    -ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}


.komm-checkout .extra-infos .extra-infos-cont {
	background-color: #f5f5f5;
	border: 1px solid #ced4da;
 	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 35px;
	padding: 15px;
	position: relative;
	width: 100%;
}
.komm-checkout .extra-infos .extra-infos-cont ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 18px;
}
.komm-checkout .extra-infos .extra-infos-cont ul li {
	line-height: 22px;
}

.komm-checkout .extra-infos .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}


.komm-checkout .modal {
    padding-left: 17px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    letter-spacing: normal;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 24px;
    opacity: 1;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item {
	border-bottom: 1px solid #ced4da;
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item:last-child {
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item label {
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name {
	padding: 8px 8px 8px 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name .address-checkbox {
	position: absolute;
	left: 0;
	top: 12px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-desc {
	padding: 8px 8px 8px 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


.komm-checkout .komm-modal-form .komm-modal-lg {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content {
    margin-bottom: 1.75rem;
	max-height: 100%;
	min-height: 100px;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w1 {
    width: 25%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w1 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 210px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w2 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w2 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w3 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w3 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w4 {
    width: 4%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w5 {
    width: 8%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w6 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w6 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w7 {
    width: 5%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w8 {
    width: 4%;
	text-align: center;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body {
    overflow-y: auto;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list {
    color: #000000;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	width: 100%;
    margin-bottom: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td {
	padding: 0;
	vertical-align: middle;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td label {
	display: block;
	width: 100%;
	padding: 6px 3px 6px 0;
	margin: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td:first-child label {
	padding: 6px 3px 6px 5px;
	font-weight: 500;
}




.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 0px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
    height: 26px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w1 {
    width: 90%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w2 {
    width: 10%;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .w1 {
    width: 100%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:focus, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:active, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:hover {
    color: #000000;
	border: none;
	background: transparent;
	display: inline-block;
	padding: 8px 5px 8px 5px;
	text-align: left;
	width: 100%;
	outline: none;
}
.komm-checkout .shipping-form .form-row .form-group .search-btn {
    color: #ffffff;
    font-size: 13px;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 0px 7px 0 7px;
    height: 26px;
}










}
@media (min-width: 768px) and (max-width: 991px) {
.komm-checkout {
	padding-top: 10px;
}
.komm-checkout .co-mb-mob {
	margin-bottom: 35px;
}
.komm-checkout .col-address-bb {
    padding-bottom: 0px;
	/* margin-bottom: 40px; */
}
/*
.komm-checkout .col-address-bb::after {
    content: " ";
    background: #e7e7e7;
    bottom: 40px;
    position: absolute;
    display: block;
    height: 1px;
	right: 15px;
	left: 15px;
}
*/
.komm-checkout .spacer-top {
	padding-top: 40px !important;
}

.komm-checkout h2.co-head01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0 0 8px 0;
    letter-spacing: normal;
}
.komm-checkout h2.co-head02 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0 0 8px 0;
    letter-spacing: normal;
}
.komm-checkout p.co-address {
    color: #000000;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 7px;
}
.komm-checkout p.co-copy1 {
    color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}
.komm-checkout p.co-copy1 a {
    color: #000000;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-checkout p.co-copy1 a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left {
	background-color: #ffffff;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1, .komm-checkout .komm-col-checkout-left .komm-col-address2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 a.link:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 a.link:last-child {
	margin-right: 0;
}

.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:hover, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-left .komm-col-address1 .link-btn:last-child, .komm-checkout .komm-col-checkout-left .komm-col-address2 .link-btn:last-child {
	margin-right: 0 !important;
}
.komm-checkout .komm-col-checkout-right {
	margin-bottom: 0;
}
.komm-checkout .komm-col-checkout-right .co-important {
	background-color: #f5f5f5;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 7px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.komm-checkout .komm-col-checkout-right .co-important .co-head01 {
	display: inline-block;
	position: absolute;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #6c6969;
    margin: 0;
    letter-spacing: normal;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.komm-checkout .komm-col-checkout-right .co-important p.co-copy1 {
    color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	padding-left: 25px;
}
.komm-checkout .komm-col-checkout-right .co-important p.co-copy1 a {
    color: #000000;
	text-decoration: underline;
	transition: all 0.2s;
}
.komm-checkout .komm-col-checkout-right .co-important p.co-copy1 a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-checkout .komm-col-shipping {
	margin-bottom: 35px;
}
.komm-checkout .komm-col-shipping:last-child {
	margin-bottom: 0;
}
.komm-checkout .shipping-form .form-row .form-group {
	margin-bottom: 12px;
}
.komm-checkout .shipping-form .form-row .form-group .date {
    display: block;
	position: relative;
}
.komm-checkout .shipping-form .form-row .form-group .date i {
    color: #c32519;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.komm-checkout .shipping-form .form-row .form-group .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.komm-checkout .shipping-form .form-row .form-group label.title {
    color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 3px;
}
.komm-checkout .shipping-form .form-row .form-group label.note {
    color: #c32519;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 4px;
}


.komm-checkout .shipping-order .table-bordered {
	border: none;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0px;
}
.komm-checkout .shipping-order .table-bordered thead th {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #ced4da;
	border-bottom-width: 1px;
	color: #000000;
	font-weight: 500;
	padding: 5px;
}
.komm-checkout .shipping-order .table-bordered tbody td {
	border-color: #ced4da;
	padding: 6px 5px;
}
.komm-checkout .shipping-order .table-bordered tbody td span {
	display: block;
}

.komm-checkout .shipping-order .table-total {
	background-color: #c32519;
	border: none;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}
.komm-checkout .shipping-order .table-total tbody td {
	border: none;
	text-align: right;
	padding: 6px 12px;
}
.komm-checkout .shipping-order .table-total tbody td span {
	display: inline-block;
	margin-right: 20px;
}

.komm-checkout .shipping-order .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .shipping-order .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}


.komm-checkout .confirm-order .form-row .form-group .form-check {
    border: 1px solid #c32519;
	padding: 10px 6px 10px 30px;
	margin-bottom: 10px;
}
.komm-checkout .confirm-order .form-row .form-group .form-check label.form-check-label {
    color: #c32519;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}


.komm-checkout .confirm-order a.order-link {
	display: inline-block;
	font-size: 16px;
	margin-right: 12px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order a.order-link:last-child {
	margin-right: 0;
}
.komm-checkout .confirm-order a.order-link i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 12px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-link-btn:last-child {
	margin-right: 0 !important;
}
.komm-checkout .confirm-order .order-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 0px;
}

.komm-checkout .confirm-order .order-senden {
	text-align: right;
}
.komm-checkout .confirm-order .order-senden-btn {
	background: #c32519;
	border: 1px solid #c32519;;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	padding: 6px 8px 6px 8px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-senden-btn i {
    font-size: 21px;
	display: inline-block;
	margin-right: 2px;
	transition: all 0.2s;
}
.komm-checkout .confirm-order .order-btn-left {
    -ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.komm-checkout .confirm-order .order-btn-right {
    -ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}


.komm-checkout .extra-infos .extra-infos-cont {
	background-color: #f5f5f5;
	border: 1px solid #ced4da;
 	display: block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 35px;
	padding: 15px;
	position: relative;
	width: 100%;
}
.komm-checkout .extra-infos .extra-infos-cont ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 18px;
}
.komm-checkout .extra-infos .extra-infos-cont ul li {
	line-height: 22px;
}

.komm-checkout .extra-infos .readmore-button-wrapper a {
	color: #000000;
	font-size: 14px;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a:hover {
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-checkout .extra-infos .readmore-button-wrapper a i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 1px;
}

.komm-checkout .modal {
    padding-left: 17px;
}
.komm-checkout .komm-modal-form .modal-dialog {
    max-width: 800px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    letter-spacing: normal;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-header .close {
    font-size: 2.0rem;
    font-weight: 700;
    color: #c32519;
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem -1rem auto;
    line-height: 24px;
    opacity: 1;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body {
	padding: 1rem 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 5px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group label.title {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .form-group .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #c32519;
	padding: .75rem .75rem .75rem .75rem;
	margin-top: 10px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn {
	display: inline-block;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 16px;
	margin-right: 20px;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn:last-child {
	margin-right: 5px !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-footer .address-link-btn i {
	display: inline-block;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item {
	border-bottom: 1px solid #ced4da;
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item:last-child {
	border-bottom: none;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item label {
	margin: 0 !important;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name {
	padding: 8px 8px 8px 25px;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-name .address-checkbox {
	position: absolute;
	left: 0;
	top: 12px;
}
.komm-checkout .komm-modal-form .modal-dialog .modal-content .modal-body .address-list-item .address-desc {
	padding: 8px 8px 8px 8px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}



.komm-checkout .komm-modal-form .komm-modal-lg {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content {
    margin-bottom: 1.75rem;
	max-height: 100%;
	min-height: 100px;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w1 {
    width: 25%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w1 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 155px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w2 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w2 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 110px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w3 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w3 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 110px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w4 {
    width: 4%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w5 {
    width: 8%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w6 {
    width: 18%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list .w6 label div {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 110px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w7 {
    width: 5%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .w8 {
    width: 4%;
	text-align: center;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-address-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body {
    overflow-y: auto;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list {
    color: #000000;
	font-size: 13px;
    font-weight: 400;
    line-height: 20px;
	width: 100%;
    margin-bottom: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr:first-child td {
	border-top: none;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td {
	padding: 0;
	vertical-align: middle;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td label {
	display: block;
	width: 100%;
	padding: 6px 3px 6px 0;
	margin: 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .address-filter-list tbody tr td:first-child label {
	padding: 6px 3px 6px 5px;
	font-weight: 500;
}





.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter {
    padding: 0 1rem 0rem 1rem;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead {
    width: 100%;
    margin-bottom: 0;
    color: #000000;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th {
    vertical-align: bottom;
    border-bottom: none;
	border-top: none;
	padding: 0 3px 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th:last-child {
	padding: 0 0 3px 0;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th label {
	display: block;
    width: 100%;
    margin: 0;
    color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .form-control {
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn {
    background: #c32519;
    border: 1px solid #c32519;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 0px 5px 2px 5px;
	width: 100%;
    text-transform: none;
    transition: all 0.2s;
    height: 26px;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead thead th .filter-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w1 {
    width: 90%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .inline-search-filter .address-filter-thead .w2 {
    width: 10%;
}

.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .w1 {
    width: 100%;
}
.komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:focus, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:active, .komm-checkout .komm-modal-form .komm-modal-lg .modal-content .modal-body .inline-search-list .button-content:hover {
    color: #000000;
	border: none;
	background: transparent;
	display: inline-block;
	padding: 8px 5px 8px 5px;
	text-align: left;
	width: 100%;
	outline: none;
}
.komm-checkout .shipping-form .form-row .form-group .search-btn {
    color: #ffffff;
    font-size: 13px;
    background: #c32519 !important;
    border: 0;
    box-shadow: none !important;
    padding: 0px 7px 0 7px;
    height: 26px;
}











}
@media (max-width: 767px) {}


/* Komm Checkout Ende */











/* Komm Warenkorb Start */

@media (min-width: 1921px) {
.komm-col-cartlist {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.komm-col-cartopts {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.komm-col-cartlist .cart-headline {
	border-bottom: 1px solid #e7e7e7;
    color: #909090;
    margin: 0 0 5px 0;
	padding: 0 0 7px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.komm-col-cartlist .cart-headline a i {
    color: #909090;
    font-size: 20px;
    line-height: 26px;
    position: relative;
}
.komm-col-cartlist .cart-headline a:hover i {
    color: #c32519;
    font-size: 20px;
    line-height: 26px;
    position: relative;
}
.komm-col-cartlist .cart-headline .artikel {
	text-align: left;
}
.komm-col-cartlist .cart-headline .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}
.komm-col-cartlist .cart-headline .price-single {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-headline .price-total {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-headline .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}

.komm-col-cartlist .cart-item {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0 10px 0;
    position: relative;
}
.komm-col-cartlist .cart-item:last-child {
	border-bottom: 0px solid transparent;
	margin-bottom: 30px;
}
.komm-col-cartlist .cart-item .artikel {
	text-align: left;
}
.komm-col-cartlist .cart-item .artikel a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:last-child {
	margin-right: 0;
}
.komm-col-cartlist .cart-item .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}
.komm-col-cartlist .cart-item .qty .form-control {
    display: inline-block;
    width: 60px;
    height: auto;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: center;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .qty .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .price-single {
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-item .price-total {
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-item .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}

.komm-col-cartlist .cart-item h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 8px 0;
    letter-spacing: normal;
}
.komm-col-cartlist .cart-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0 0 10px 0;
    letter-spacing: normal;
    text-transform: none;
}

.komm-col-cartlist .cart-item .retoure {
    font-size: 14px;
	margin: 20px 18px 0 0;
}
.komm-col-cartlist .cart-item .retoure .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 4px 25px 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
	margin-left: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .retoure .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .retoure .retoure-date {
    display: inline-block;
	position: relative;
}
.komm-col-cartlist .cart-item .retoure .retoure-date i {
	color: #c32519;
	font-size: 14px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.komm-col-cartlist .cart-item .artikel .artikel-infobox {
    position: relative;
	display: block;
	width: 100%;
	padding-left: 100px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 80px !important;
    height: 80px !important;
	margin-left: -100px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p .no-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 80px !important;
    height: 80px !important;
	margin-left: -100px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail .with-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}



.komm-col-cartopts .cartopts01 {
    padding: 0 15px;
}
.komm-col-cartopts .cartopts01 .row-total {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-total .total {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
	text-align: left;
}
.komm-col-cartopts .cartopts01 .row-total .total-p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
	text-align: right;
}


.komm-col-cartopts .cartopts01 .row-gesamt {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
	text-align: left;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
	margin-left: 10px;
	text-align: center;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt-p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
	text-align: right;
}


.komm-col-cartopts .cartopts01 .row-cash {
	border-top: 3px solid #e7e7e7;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-cash .cash {
	text-align: left;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 15px 14px 15px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-shopon {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon {
	text-align: left;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 15px 14px 15px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-info {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	margin-top: 35px;
    padding: 20px 0;
}


.komm-col-cartlist .file-upload {
	margin-top: 35px;
}
.komm-col-cartlist .file-upload h2 {
	display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #c32519;
	position: relative;
    margin: 0 0 4px 0;
    letter-spacing: normal;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
	display: block;
    padding: 20px;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload {
	display: block;
    margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload input {
    background: #ffffff;
}

.komm-col-cartlist .file-upload .upload-box .added ul {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin: 5px;
	padding-left: 12px;
	position: relative;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button {
    display: inline-block;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
	position: relative;
    font-size: 14px;
    margin-left: 7px;
	top: 0px;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button:hover {
    text-decoration: none;
    color: #c32519;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .upload .btn {
    font-size: 14px;
    line-height: 14px;
	height: 27.5px;
    padding: 0px 10px;
	margin-top: -2px;
    background-color: #000000;
    border-color: #000000 #000000 #000000;
    color: #FFF;
}

}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-col-cartlist {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.komm-col-cartopts {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.komm-col-cartlist .cart-headline {
	border-bottom: 1px solid #e7e7e7;
    color: #909090;
    margin: 0 0 5px 0;
	padding: 0 0 7px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline a i {
    color: #909090;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline a:hover i {
    color: #c32519;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline .artikel {
	text-align: left;
}
.komm-col-cartlist .cart-headline .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
}
.komm-col-cartlist .cart-headline .price-single {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-headline .price-total {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-headline .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
}

.komm-col-cartlist .cart-item {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0 10px 0;
    position: relative;
}
.komm-col-cartlist .cart-item:last-child {
	border-bottom: 0px solid transparent;
	margin-bottom: 30px;
}
.komm-col-cartlist .cart-item .artikel {
	text-align: left;
}
.komm-col-cartlist .cart-item .artikel a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:last-child {
	margin-right: 0;
}
.komm-col-cartlist .cart-item .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
}
.komm-col-cartlist .cart-item .qty .form-control {
    display: inline-block;
    width: 50px;
    height: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: center;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .qty .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .price-single {
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-item .price-total {
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-item .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
}

.komm-col-cartlist .cart-item h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
    margin: 0 0 8px 0;
    letter-spacing: normal;
}
.komm-col-cartlist .cart-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0 0 10px 0;
    letter-spacing: normal;
    text-transform: none;
}

.komm-col-cartlist .cart-item .retoure {
	margin: 20px 9px 0 0;
    font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.komm-col-cartlist .cart-item .retoure .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 4px 25px 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
	margin-left: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .retoure .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .retoure .retoure-date {
    display: inline-block;
	position: relative;
}
.komm-col-cartlist .cart-item .retoure .retoure-date i {
	color: #c32519;
	font-size: 14px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.komm-col-cartlist .cart-item .artikel .artikel-infobox {
    position: relative;
	display: block;
	width: 100%;
	padding-left: 90px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 76px !important;
    height: 76px !important;
	margin-left: -90px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p .no-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 76px !important;
    height: 76px !important;
	margin-left: -100px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail .with-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}



.komm-col-cartopts .cartopts01 {
    padding: 0 15px;
}
.komm-col-cartopts .cartopts01 .row-total {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-total .total {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.komm-col-cartopts .cartopts01 .row-total .total-p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}


.komm-col-cartopts .cartopts01 .row-gesamt {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
	margin-left: 10px;
	text-align: center;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt-p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}


.komm-col-cartopts .cartopts01 .row-cash {
	border-top: 3px solid #e7e7e7;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-cash .cash {
	text-align: left;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 10px 14px 10px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a i {
    font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-shopon {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon {
	text-align: left;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 10px 14px 10px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a i {
    font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-info {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	margin-top: 35px;
    padding: 15px 0;
}


.komm-col-cartlist .file-upload {
	margin-top: 35px;
}
.komm-col-cartlist .file-upload h2 {
	display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
	position: relative;
    margin: 0 0 4px 0;
    letter-spacing: normal;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
	display: block;
    padding: 15px;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload {
	display: block;
    margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload input {
    background: #ffffff;
}

.komm-col-cartlist .file-upload .upload-box .added {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.komm-col-cartlist .file-upload .upload-box .added ul {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin: 5px;
	padding-left: 12px;
	position: relative;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button {
    display: inline-block;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
	position: relative;
    font-size: 14px;
    margin-left: 7px;
	top: 0px;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button:hover {
    text-decoration: none;
    color: #c32519;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .upload .btn {
    font-size: 14px;
    line-height: 14px;
	height: 27.5px;
    padding: 0px 10px;
	margin-top: -2px;
    background-color: #000000;
    border-color: #000000 #000000 #000000;
    color: #FFF;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-col-cartlist {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.komm-col-cartopts {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.komm-col-cartlist .cart-headline {
	border-bottom: 1px solid #e7e7e7;
    color: #909090;
    margin: 0 0 5px 0;
	padding: 0 0 7px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline a i {
    color: #909090;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline a:hover i {
    color: #c32519;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline .artikel {
	text-align: left;
}
.komm-col-cartlist .cart-headline .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}
.komm-col-cartlist .cart-headline .price-single {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
}
.komm-col-cartlist .cart-headline .price-total {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
}
.komm-col-cartlist .cart-headline .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}

.komm-col-cartlist .cart-item {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0 10px 0;
    position: relative;
}
.komm-col-cartlist .cart-item:last-child {
	border-bottom: 0px solid transparent;
	margin-bottom: 30px;
}
.komm-col-cartlist .cart-item .artikel {
	text-align: left;
}

.komm-col-cartlist .cart-item .artikel .artikel-infobox {
    position: relative;
	display: block;
	width: 100%;
	padding-left: 90px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 76px !important;
    height: 76px !important;
	margin-left: -90px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p .no-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 76px !important;
    height: 76px !important;
	margin-left: -100px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail .with-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}




.komm-col-cartlist .cart-item .artikel a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:last-child {
	margin-right: 0;
}
.komm-col-cartlist .cart-item .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}
.komm-col-cartlist .cart-item .qty .form-control {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: center;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .qty .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .price-single {
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
}
.komm-col-cartlist .cart-item .price-total {
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
}
.komm-col-cartlist .cart-item .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}

.komm-col-cartlist .cart-item h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0 0 8px 0;
    letter-spacing: normal;
}
.komm-col-cartlist .cart-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0 0 8px 0;
    letter-spacing: normal;
    text-transform: none;
}

.komm-col-cartlist .cart-item .retoure {
	margin: 20px 13px 0 0;
    font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.komm-col-cartlist .cart-item .retoure .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 4px 25px 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
	margin-left: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .retoure .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .retoure .retoure-date {
    display: inline-block;
	position: relative;
}
.komm-col-cartlist .cart-item .retoure .retoure-date i {
	color: #c32519;
	font-size: 16px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}



.komm-col-cartopts .cartopts01 {
    padding: 0 15px;
	margin-top: 35px;
}
.komm-col-cartopts .cartopts01 .row-total {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-total .total {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: left;
}
.komm-col-cartopts .cartopts01 .row-total .total-p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: right;
}


.komm-col-cartopts .cartopts01 .row-gesamt {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: left;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
	margin-left: 10px;
	text-align: center;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt-p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: right;
}


.komm-col-cartopts .cartopts01 .row-cash {
	border-top: 3px solid #e7e7e7;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
	order: 2;
}
.komm-col-cartopts .cartopts01 .row-cash .cash {
	text-align: left;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 15px 14px 15px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-shopon {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
	order: 1;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon {
	text-align: left;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 15px 14px 15px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-info {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	margin-top: 35px;
    padding: 15px 0;
}


.komm-col-cartlist .file-upload {
	margin-top: 35px;
}
.komm-col-cartlist .file-upload h2 {
	display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
	position: relative;
    margin: 0 0 4px 0;
    letter-spacing: normal;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
	display: block;
    padding: 15px;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload {
	display: block;
    margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload input {
    background: #ffffff;
}

.komm-col-cartlist .file-upload .upload-box .added {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.komm-col-cartlist .file-upload .upload-box .added ul {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin: 5px;
	padding-left: 12px;
	position: relative;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button {
    display: inline-block;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
	position: relative;
    font-size: 14px;
    margin-left: 7px;
	top: 0px;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button:hover {
    text-decoration: none;
    color: #c32519;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .upload .btn {
    font-size: 14px;
    line-height: 14px;
	height: 27.5px;
    padding: 0px 10px;
	margin-top: -2px;
    background-color: #000000;
    border-color: #000000 #000000 #000000;
    color: #FFF;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.komm-col-cartlist {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.komm-col-cartopts {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.komm-col-cartlist .cart-headline {
	border-bottom: 1px solid #e7e7e7;
    color: #909090;
    margin: 0 0 5px 0;
	padding: 0 0 7px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline a i {
    color: #909090;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline a:hover i {
    color: #c32519;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.komm-col-cartlist .cart-headline .artikel {
	text-align: left;
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
	max-width: 53%;
}
.komm-col-cartlist .cart-headline .att {
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
}
.komm-col-cartlist .cart-item .artikel a.link {
	display: inline-block;
	font-size: 13px;
	margin-right: 15px;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:hover {
	text-decoration: none;
    color: #c32519;
	transition: all 0.2s;
}
.komm-col-cartlist .cart-item .artikel a.link:last-child {
	margin-right: 0;
}
.komm-col-cartlist .cart-headline .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}
.komm-col-cartlist .cart-headline .price-single {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-headline .price-total {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-headline .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}

.komm-col-cartlist .cart-item {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0 10px 0;
    position: relative;
}
.komm-col-cartlist .cart-item:last-child {
	border-bottom: 0px solid transparent;
	margin-bottom: 30px;
}
.komm-col-cartlist .cart-item .artikel {
	text-align: left;
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
	max-width: 53%;
}
.komm-col-cartlist .cart-item .att {
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
}

.komm-col-cartlist .cart-item .artikel .artikel-infobox {
    position: relative;
	display: block;
	width: 100%;
	padding-left: 90px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 76px !important;
    height: 76px !important;
	margin-left: -90px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .thumbnail-no-img-p .no-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail {
    border: 1px solid #dee2e6;
	float: left;
    padding: 3px;
    display: inline-block !important;
    width: 76px !important;
    height: 76px !important;
	margin-left: -100px;
}
.komm-col-cartlist .cart-item .artikel .artikel-infobox .artikel-thumbnail .with-img {
    position: relative !important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}




.komm-col-cartlist .cart-item .qty {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}
.komm-col-cartlist .cart-item .qty .form-control {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: center;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .qty .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .price-single {
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-item .price-total {
    font-size: 15px;
    font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.komm-col-cartlist .cart-item .delete-selected {
	text-align: center;
	padding: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}

.komm-col-cartlist .cart-item h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #c32519;
    margin: 0 0 4px 0;
    letter-spacing: normal;
}
.komm-col-cartlist .cart-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin: 0 0 8px 0;
    letter-spacing: normal;
    text-transform: none;
}

.komm-col-cartlist .cart-item .retoure {
	margin: 20px 13px 0 0;
    font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.komm-col-cartlist .cart-item .retoure .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 4px 25px 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	text-align: left;
	margin-left: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.komm-col-cartlist .cart-item .retoure .form-control:focus-visible {
    text-shadow: 0 0 0 transparent;
}
.komm-col-cartlist .cart-item .retoure .retoure-date {
    display: inline-block;
	position: relative;
}
.komm-col-cartlist .cart-item .retoure .retoure-date i {
	color: #c32519;
	font-size: 16px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}



.komm-col-cartopts .cartopts01 {
    padding: 0 15px;
	margin-top: 35px;
}
.komm-col-cartopts .cartopts01 .row-total {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-total .total {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: left;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.komm-col-cartopts .cartopts01 .row-total .total-p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: right;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}


.komm-col-cartopts .cartopts01 .row-gesamt {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	padding-top: 20px;
    padding-bottom: 20px;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: left;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
	margin-left: 10px;
	text-align: center;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt a:hover {
    color: #c32519;
	text-decoration: none;
	transition: all 0.3s;
}
.komm-col-cartopts .cartopts01 .row-gesamt .gesamt-p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-align: right;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}


.komm-col-cartopts .cartopts01 .row-cash {
	border-top: 3px solid #e7e7e7;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-cash .cash {
	text-align: center;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 15px 14px 15px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-cash .cash a i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-shopon {
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon {
	text-align: center;
	padding: 0px;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a {
	background: #ffffff;
	display: block;
    font-size: 18px;
    font-weight: 500;
    color: #c32519;
	padding: 14px 15px 14px 15px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a:hover {
 	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.2s;
}
.komm-col-cartopts .cartopts01 .row-shopon .shopon a i {
    font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	transition: all 0.2s;
}


.komm-col-cartopts .cartopts01 .row-info {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	margin-top: 35px;
    padding: 15px 0;
}


.komm-col-cartlist .file-upload {
	margin-top: 35px;
}
.komm-col-cartlist .file-upload h2 {
	display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #c32519;
	position: relative;
    margin: 0 0 4px 0;
    letter-spacing: normal;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box {
    border: 1px solid #cccccc;
    background: #f6f6f6;
	display: block;
    padding: 15px;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload {
	display: block;
    margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}
.komm-col-cartlist .file-upload .upload-box .upload input {
    background: #ffffff;
}

.komm-col-cartlist .file-upload .upload-box .added {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.komm-col-cartlist .file-upload .upload-box .added ul {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    margin: 5px;
	padding-left: 12px;
	position: relative;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button {
    display: inline-block;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
	position: relative;
    font-size: 14px;
    margin-left: 7px;
	top: 0px;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .added ul li button:hover {
    text-decoration: none;
    color: #c32519;
    transition: all 0.2s;
}
.komm-col-cartlist .file-upload .upload-box .upload .btn {
    font-size: 14px;
    line-height: 14px;
	height: 27.5px;
    padding: 0px 10px;
	margin-top: -2px;
    background-color: #000000;
    border-color: #000000 #000000 #000000;
    color: #FFF;
}

}
@media (max-width: 767px) {}


/* Komm Warenkorb Ende */











/* Komm Product List 02 Listenansicht Start */
.product-thumb-info-list .productlist-row {
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}
.product-thumb-info-list .productlist-row:last-child {
	border-bottom: 0px solid transparent;
}
.owl-carousel {
    margin-bottom: 0px;
}
.form-control {
    border-color: rgba(0, 0, 0, 0.2);
}
.product-thumb-info-list .komm-art-list-options .options .input-number {
    -moz-appearance: textfield;
    -webkit-inner-spin-button, 
    -webkit-outer-spin-button { 
      -webkit-appearance: none;
      margin: 0; 
    }
}
@media (min-width: 1921px) {
.komm-productlist-01 .productlist-header-01 {
    background-color: #ffffff;
    margin: 0 0 40px 0;
    padding: 25px 25px 22px 25px;
    position: relative;
    text-align: left;
	height: 250px;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}
.komm-productlist-01 .productlist-header-01::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #c32519;
    opacity: 0.7;
}
.komm-productlist-01 .productlist-header-01 h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #ffffff;
    margin: 0 0 2px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-01 p {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.komm-productlist-01 .productlist-header-02 {
    background-color: #ffffff;
	border: 1px solid #c32519;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
    text-align: left;
	height: 250px;
}
.komm-productlist-01 .productlist-header-02 h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #c32519;
    margin: 0 0 2px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-02 p {
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.komm-productlist-01 .productlist-header-02 .left {
    padding: 25px 25px 22px 25px;
}
.komm-productlist-01 .productlist-header-02 .right {
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}




.product-thumb-info-list .productlist-row .owl-carousel .owl-item {
    min-height: 175px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 175px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-no-img {
	position: relative;
	display: block;
	width: 100%;
    min-height: 175px;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p .no-img {
	position: relative!important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}



.product-thumb-info-list .productlist-order-21 {
}
.product-thumb-info-list .productlist-order-22 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.product-thumb-info-list .productlist-order-23 {
}

.product-thumb-info-list .komm-art-list-elements .listed {
	float: right;
	margin-left: 20px;
}
.product-thumb-info-list .komm-art-list-elements .listed i {
	color: #c32519;
	font-size: 20px;
}

.product-thumb-info-list .komm-art-list-elements .art-name {
	font-size: 20px;
    font-weight: 500;
	line-height: 26px;
	color: #c32519;
	margin: 0;
	letter-spacing: normal;
}
.product-thumb-info-list .komm-art-list-elements .art-nr {
	font-size: 14px;
    font-weight: 400;
	line-height: 22px;
	color: #000000;
	margin: 0 0 8px 0;
	letter-spacing: normal;
	text-transform: none;
}
.product-thumb-info-list .komm-art-list-elements .art-nr strong {
    font-weight: 500;
}
.product-thumb-info-list .komm-art-list-elements .art-desc {
	position: relative;
	display: block;
	width: 100%;
	color: #000000;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-elements .art-desc-extra {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	color: #000000;
	display: block;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 7px 10px;
	position: relative !important;
}
.product-thumb-info-list .komm-art-list-elements .art-infos {
	display: inline-block;
	width: 100%;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 8px 0;
	padding-left: 0;
	padding-right: 0;
	position: relative !important;
	list-style: none;
}
.product-thumb-info-list .komm-art-list-elements .art-infos li {
	display: inline-block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	color: #000000;
	margin: 0 -1px -1px 0;
	padding: 5px 12px;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail {
	margin: 0;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a {
	color: #c32519;
	display: inline-block;
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 0 0;
	padding: 3px 8px 1px 5px;
	position: relative !important;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a > i {
	display: inline-block;
	margin-right: 7px;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover {
	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover > i {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options::before {
	content: " ";
	background: #cccccc;
	left: 0px;
	position: absolute;
	width: 1px;
	height: 100%;
}
.product-thumb-info-list .komm-art-list-options .art-not-available {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	text-align: center;
}
.product-thumb-info-list .komm-art-list-options .options {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group label {
    margin-bottom: 0;
}
.product-thumb-info-list .komm-art-list-options .options .form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-control {
    height: auto;
    padding: 3px 6px;
	font-size: 14px;
	line-height: 22px;
    color: #000000;
}

.product-thumb-info-list .komm-art-list-options .options-icon-btns {
    margin-top: 10px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns li {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a {
    color: 000000;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a:hover {
    color: #c32519;
	text-decoration: none;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link i {
    color: #c32519;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 {
	padding-left: 0 !important;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a > i {
	color: #ffffff !important;
	display: inline-block!important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	margin-right: 7px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 8px 0 10px 0;
	padding: 5px 8px;
	text-align: center;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a:hover {
    text-decoration: none;
	background: #2c2c2a;
	transition: all 0.3s;
}

}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-productlist-01 .productlist-header-01 {
    background-color: #ffffff;
    margin: 0 0 40px 0;
    padding: 22px 22px 19px 22px;
    position: relative;
    text-align: left;
	height: 220px;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}
.komm-productlist-01 .productlist-header-01::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #c32519;
    opacity: 0.7;
}
.komm-productlist-01 .productlist-header-01 h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #ffffff;
    margin: 0 0 1px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-01 p {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.komm-productlist-01 .productlist-header-02 {
    background-color: #ffffff;
	border: 1px solid #c32519;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
    text-align: left;
	height: 220px;
}
.komm-productlist-01 .productlist-header-02 h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #c32519;
    margin: 0 0 1px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-02 p {
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.komm-productlist-01 .productlist-header-02 .left {
    padding: 22px 22px 19px 22px;
}
.komm-productlist-01 .productlist-header-02 .right {
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}



.product-thumb-info-list .productlist-row .owl-carousel .owl-item {
    min-height: 160px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 160px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-no-img {
	position: relative;
	display: block;
	width: 100%;
    min-height: 160px;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p .no-img {
	position: relative!important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}



.product-thumb-info-list .productlist-order-21 {
}
.product-thumb-info-list .productlist-order-22 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.product-thumb-info-list .productlist-order-23 {
}

.product-thumb-info-list .komm-art-list-elements .listed {
	float: right;
	margin-left: 20px;
}
.product-thumb-info-list .komm-art-list-elements .listed i {
	color: #c32519;
	font-size: 20px;
}

.product-thumb-info-list .komm-art-list-elements .art-name {
	font-size: 20px;
    font-weight: 500;
	line-height: 26px;
	color: #c32519;
	margin: 0;
	letter-spacing: normal;
}
.product-thumb-info-list .komm-art-list-elements .art-nr {
	font-size: 14px;
    font-weight: 400;
	line-height: 22px;
	color: #000000;
	margin: 0 0 8px 0;
	letter-spacing: normal;
	text-transform: none;
}
.product-thumb-info-list .komm-art-list-elements .art-nr strong {
    font-weight: 500;
}
.product-thumb-info-list .komm-art-list-elements .art-desc {
	position: relative;
	display: block;
	width: 100%;
	color: #000000;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-elements .art-desc-extra {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	color: #000000;
	display: block;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 7px 10px;
	position: relative !important;
}
.product-thumb-info-list .komm-art-list-elements .art-infos {
	display: inline-block;
	width: 100%;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 8px 0;
	padding-left: 0;
	padding-right: 0;
	position: relative !important;
	list-style: none;
}
.product-thumb-info-list .komm-art-list-elements .art-infos li {
	display: inline-block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	color: #000000;
	margin: 0 -1px -1px 0;
	padding: 5px 12px;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail {
	margin: 0;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a {
	color: #c32519;
	display: inline-block;
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 0 0;
	padding: 3px 8px 1px 5px;
	position: relative !important;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a > i {
	display: inline-block;
	margin-right: 7px;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover {
	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover > i {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options::before {
	content: " ";
	background: #cccccc;
	left: 0px;
	position: absolute;
	width: 1px;
	height: 100%;
}
.product-thumb-info-list .komm-art-list-options .art-not-available {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	text-align: center;
}
.product-thumb-info-list .komm-art-list-options .options {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group label {
    margin-bottom: 0;
}
.product-thumb-info-list .komm-art-list-options .options .form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-control {
    height: auto;
    padding: 3px 6px;
	font-size: 14px;
	line-height: 22px;
    color: #000000;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns {
    margin-top: 10px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns li {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a {
    color: 000000;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a:hover {
    color: #c32519;
	text-decoration: none;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link i {
    color: #c32519;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 {
	padding-left: 0 !important;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a > i {
	color: #ffffff !important;
	display: inline-block!important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	margin-right: 7px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 8px 0 10px 0;
	padding: 5px 8px;
	text-align: center;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a:hover {
    text-decoration: none;
	background: #2c2c2a;
	transition: all 0.3s;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-productlist-01 .productlist-header-01 {
    background-color: #ffffff;
    margin: 0 0 40px 0;
    padding: 19px 19px 16px 19px;
    position: relative;
    text-align: left;
	height: 190px;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}
.komm-productlist-01 .productlist-header-01::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #c32519;
    opacity: 0.7;
}
.komm-productlist-01 .productlist-header-01 h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    margin: 0 0 1px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-01 p {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.komm-productlist-01 .productlist-header-02 {
    background-color: #ffffff;
	border: 1px solid #c32519;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
    text-align: left;
	height: 190px;
}
.komm-productlist-01 .productlist-header-02 h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #c32519;
    margin: 0 0 1px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-02 p {
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.komm-productlist-01 .productlist-header-02 .left {
    padding: 19px 19px 16px 19px;
}
.komm-productlist-01 .productlist-header-02 .right {
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}



.product-thumb-info-list .productlist-row .owl-carousel .owl-item {
    min-height: 120px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 120px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-no-img {
	position: relative;
	display: block;
	width: 100%;
    min-height: 120px;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p .no-img {
	position: relative!important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}



.product-thumb-info-list .productlist-order-21 {
}
.product-thumb-info-list .productlist-order-22 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.product-thumb-info-list .productlist-order-23 {
}

.product-thumb-info-list .komm-art-list-elements .listed {
	float: right;
	margin-left: 20px;
}
.product-thumb-info-list .komm-art-list-elements .listed i {
	color: #c32519;
	font-size: 20px;
}

.product-thumb-info-list .komm-art-list-elements .art-name {
	font-size: 20px;
    font-weight: 500;
	line-height: 26px;
	color: #c32519;
	margin: 0;
	letter-spacing: normal;
}
.product-thumb-info-list .komm-art-list-elements .art-nr {
	font-size: 14px;
    font-weight: 400;
	line-height: 22px;
	color: #000000;
	margin: 0 0 8px 0;
	letter-spacing: normal;
	text-transform: none;
}
.product-thumb-info-list .komm-art-list-elements .art-nr strong {
    font-weight: 500;
}
.product-thumb-info-list .komm-art-list-elements .art-desc {
	position: relative;
	display: block;
	width: 100%;
	color: #000000;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-elements .art-desc-extra {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	color: #000000;
	display: block;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 7px 10px;
	position: relative !important;
}
.product-thumb-info-list .komm-art-list-elements .art-infos {
	display: inline-block;
	width: 100%;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 8px 0;
	padding-left: 0;
	padding-right: 0;
	position: relative !important;
	list-style: none;
}
.product-thumb-info-list .komm-art-list-elements .art-infos li {
	display: inline-block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	color: #000000;
	margin: 0 -1px -1px 0;
	padding: 5px 12px;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail {
	margin: 0;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a {
	color: #c32519;
	display: inline-block;
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 0 0;
	padding: 3px 8px 1px 5px;
	position: relative !important;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a > i {
	display: inline-block;
	margin-right: 7px;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover {
	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover > i {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options::before {
	content: " ";
	background: #cccccc;
	left: 0px;
	position: absolute;
	width: 1px;
	height: 100%;
}
.product-thumb-info-list .komm-art-list-options .art-not-available {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	text-align: center;
}
.product-thumb-info-list .komm-art-list-options .options {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group label {
    margin-bottom: 0;
}
.product-thumb-info-list .komm-art-list-options .options .form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-control {
    height: auto;
    padding: 3px 6px;
	font-size: 14px;
	line-height: 22px;
    color: #000000;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns {
    margin-top: 10px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns li {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a {
    color: 000000;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a:hover {
    color: #c32519;
	text-decoration: none;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link i {
    color: #c32519;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 {
	padding-left: 0 !important;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a > i {
	color: #ffffff !important;
	display: inline-block!important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	margin-right: 7px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 8px 0 10px 0;
	padding: 5px 8px;
	text-align: center;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a:hover {
    text-decoration: none;
	background: #2c2c2a;
	transition: all 0.3s;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.komm-productlist-01 .productlist-header-01 {
    background-color: #ffffff;
    margin: 0 0 40px 0;
    padding: 15px 15px 12px 15px;
    position: relative;
    text-align: left;
	height: 190px;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}
.komm-productlist-01 .productlist-header-01::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #c32519;
    opacity: 0.7;
}
.komm-productlist-01 .productlist-header-01 h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 1px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-01 p {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.komm-productlist-01 .productlist-header-02 {
    background-color: #ffffff;
	border: 1px solid #c32519;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
    text-align: left;
	height: 190px;
}
.komm-productlist-01 .productlist-header-02 h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #c32519;
    margin: 0 0 1px 0;
    letter-spacing: normal;
}
.komm-productlist-01 .productlist-header-02 p {
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.komm-productlist-01 .productlist-header-02 .left {
    padding: 15px 15px 12px 15px;
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	max-width: 62%;
}
.komm-productlist-01 .productlist-header-02 .right {
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	max-width: 38%;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}



.product-thumb-info-list .productlist-row .owl-carousel .owl-item {
    min-height: 140px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .owl-carousel .owl-item .thumbnail-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-single {
	position: relative;
	display: block;
	width: 100%;
    min-height: 140px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a {
	-webkit-background-size: contain !important; 
	-moz-background-size: contain !important; 
	-o-background-size: contain !important; 
	background-size: contain !important;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p a .ph {
	display: none;
	width: 0px;
	height: 0px;
}
.product-thumb-info-list .productlist-row .thumbnail-single .thumbnail-single-p .img-thumbnail.img-thumbnail-hover-icon::after {
    content: "\f00e";
}

.product-thumb-info-list .productlist-row .thumbnail-no-img {
	position: relative;
	display: block;
	width: 100%;
    min-height: 140px;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p {
	border: 1px solid #dee2e6;
    padding: 5px;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
.product-thumb-info-list .productlist-row .thumbnail-no-img .thumbnail-no-img-p .no-img {
	position: relative!important;
	width: 100% !important;
	height: 100% !important;
	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important;
}



.product-thumb-info-list .productlist-order-31 {
	-ms-flex-order: 2;
	order: 2;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.product-thumb-info-list .productlist-order-32 {
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
}
.product-thumb-info-list .productlist-order-33 {
	-ms-flex-order: 3;
	order: 3;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.product-thumb-info-list .productlist-order-21 {
	-ms-flex-order: 2;
	order: 2;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.product-thumb-info-list .productlist-order-22 {
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
}
.product-thumb-info-list .productlist-order-23 {
	-ms-flex-order: 3;
	order: 3;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.product-thumb-info-list .productlist-order-23::before {
content: " ";
background: transparent !important;
left: 0px;
position: absolute;
width: 1px;
height: 100%;
}

.product-thumb-info-list .komm-art-list-elements .listed {
	float: right;
	margin-left: 20px;
}
.product-thumb-info-list .komm-art-list-elements .listed i {
	color: #c32519;
	font-size: 20px;
}

.product-thumb-info-list .komm-art-list-elements .art-name {
	font-size: 20px;
    font-weight: 500;
	line-height: 26px;
	color: #c32519;
	margin: 0;
	letter-spacing: normal;
}
.product-thumb-info-list .komm-art-list-elements .art-nr {
	font-size: 14px;
    font-weight: 400;
	line-height: 22px;
	color: #000000;
	margin: 0 0 8px 0;
	letter-spacing: normal;
	text-transform: none;
}
.product-thumb-info-list .komm-art-list-elements .art-nr strong {
    font-weight: 500;
}
.product-thumb-info-list .komm-art-list-elements .art-desc {
	position: relative;
	display: block;
	width: 100%;
	color: #000000;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-elements .art-desc-extra {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	color: #000000;
	display: block;
	margin: 0 0 8px 0;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding: 7px 10px;
	position: relative !important;
}
.product-thumb-info-list .komm-art-list-elements .art-infos {
	display: inline-block;
	width: 100%;
    font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 8px 0;
	padding-left: 0;
	padding-right: 0;
	position: relative !important;
	list-style: none;
}
.product-thumb-info-list .komm-art-list-elements .art-infos li {
	display: inline-block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	color: #000000;
	margin: 0 -1px -1px 0;
	padding: 5px 12px;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail {
	margin: 0;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a {
	color: #c32519;
	display: inline-block;
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0 0 0;
	padding: 3px 8px 1px 5px;
	position: relative !important;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a > i {
	display: inline-block;
	margin-right: 7px;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover {
	background: #c32519;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-elements .art-btn-detail a:hover > i {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options::before {
	content: " ";
	background: #cccccc;
	left: 0px;
	position: absolute;
	width: 1px;
	height: 100%;
}
.product-thumb-info-list .komm-art-list-options .art-not-available {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	text-align: center;
}
.product-thumb-info-list .komm-art-list-options .options {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options .form-group label {
    margin-bottom: 0;
}
.product-thumb-info-list .komm-art-list-options .options .form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 14px;
	line-height: 22px;
}
.product-thumb-info-list .komm-art-list-options .options .form-control {
    height: auto;
    padding: 3px 6px;
	font-size: 14px;
	line-height: 22px;
    color: #000000;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns {
    margin-top: 10px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns li {
    margin-bottom: 5px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a {
    color: 000000;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link a:hover {
    color: #c32519;
	text-decoration: none;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .option-link i {
    color: #c32519;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 {
	padding-left: 0 !important;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a > i {
	color: #ffffff !important;
	display: inline-block!important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	margin-right: 7px;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a {
    font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	background: #c32519;
	color: #ffffff;
	margin: 8px 0 10px 0;
	padding: 5px 8px;
	text-align: center;
	transition: all 0.3s;
}
.product-thumb-info-list .komm-art-list-options .options-icon-btns .add-to-basket1 a:hover {
    text-decoration: none;
	background: #2c2c2a;
	transition: all 0.3s;
}

}
@media (max-width: 767px) {}


/* Komm Product List 02 Listenansicht Ende */










/* Komm Product List Subnav Start */

@media (min-width: 1921px) {
.komm-col-nav .sidebar ul.nav-list li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.komm-col-nav .sidebar ul.nav-list li a {
	transition: background 0.1s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0 10px 15px;
	display: block;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
}

.komm-col-nav .sidebar ul.nav-list li:last-child a {
	border-bottom: none;
}

.komm-col-nav .sidebar ul.nav-list li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	color: #c32519;
	font-weight: 900;
	position: absolute;
	top: 10px;
	font-size: 8px;
	opacity: 1.0;
	transform: none;
	left: 5px;
}

.komm-col-nav .sidebar ul.nav-list li a:hover {
	color: #c32519;
	text-decoration: none;
}

.komm-col-nav .sidebar ul.nav-list li a:hover:before,
.komm-col-nav .sidebar ul.nav-list li a:hover i[class*="fa-chevron"] {
	-webkit-animation-name: arrowLeftRight;
	animation-name: arrowLeftRight;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.komm-col-nav .sidebar ul.nav-list li a i[class*="fa-chevron"] {
	position: relative;
	top: 5px;
	font-size: 8px;
	opacity: 1.0;
}

.komm-col-nav .sidebar ul.nav-list li > a.active {
	color: #c32519;
	font-weight: bold;
}
.komm-col-nav {
	-ms-flex: 0 0 18%;
	flex: 0 0 18%;
	max-width: 18%;
}


}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-col-nav .sidebar ul.nav-list li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.komm-col-nav .sidebar ul.nav-list li a {
	transition: background 0.1s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0 10px 15px;
	display: block;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
}

.komm-col-nav .sidebar ul.nav-list li:last-child a {
	border-bottom: none;
}

.komm-col-nav .sidebar ul.nav-list li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	color: #c32519;
	font-weight: 900;
	position: absolute;
	top: 10px;
	font-size: 8px;
	opacity: 1.0;
	transform: none;
	left: 5px;
}

.komm-col-nav .sidebar ul.nav-list li a:hover {
	color: #c32519;
	text-decoration: none;
}

.komm-col-nav .sidebar ul.nav-list li a:hover:before,
.komm-col-nav .sidebar ul.nav-list li a:hover i[class*="fa-chevron"] {
	-webkit-animation-name: arrowLeftRight;
	animation-name: arrowLeftRight;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.komm-col-nav .sidebar ul.nav-list li a i[class*="fa-chevron"] {
	position: relative;
	top: 5px;
	font-size: 8px;
	opacity: 1.0;
}

.komm-col-nav .sidebar ul.nav-list li > a.active {
	color: #c32519;
	font-weight: bold;
}
.komm-col-nav {
	-ms-flex: 0 0 18%;
	flex: 0 0 18%;
	max-width: 18%;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-col-nav .sidebar ul.nav-list li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.komm-col-nav .sidebar ul.nav-list li a {
	transition: background 0.1s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0 10px 15px;
	display: block;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	line-height: 20px;
}

.komm-col-nav .sidebar ul.nav-list li:last-child a {
	border-bottom: none;
}

.komm-col-nav .sidebar ul.nav-list li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	color: #c32519;
	font-weight: 900;
	position: absolute;
	top: 10px;
	font-size: 8px;
	opacity: 1.0;
	transform: none;
	left: 5px;
}

.komm-col-nav .sidebar ul.nav-list li a:hover {
	color: #c32519;
	text-decoration: none;
}

.komm-col-nav .sidebar ul.nav-list li a:hover:before,
.komm-col-nav .sidebar ul.nav-list li a:hover i[class*="fa-chevron"] {
	-webkit-animation-name: arrowLeftRight;
	animation-name: arrowLeftRight;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.komm-col-nav .sidebar ul.nav-list li a i[class*="fa-chevron"] {
	position: relative;
	top: 5px;
	font-size: 8px;
	opacity: 1.0;
}

.komm-col-nav .sidebar ul.nav-list li > a.active {
	color: #c32519;
	font-weight: bold;
}
.komm-col-nav {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.komm-col-nav .sidebar ul.nav-list li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.komm-col-nav .sidebar ul.nav-list li a {
	transition: background 0.1s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px 0 8px 15px;
	display: block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
}

.komm-col-nav .sidebar ul.nav-list li:last-child a {
	border-bottom: none;
}

.komm-col-nav .sidebar ul.nav-list li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	color: #c32519;
	font-weight: 900;
	position: absolute;
	top: 9px;
	font-size: 8px;
	opacity: 1.0;
	transform: none;
	left: 5px;
}

.komm-col-nav .sidebar ul.nav-list li a:hover {
	color: #c32519;
	text-decoration: none;
}

.komm-col-nav .sidebar ul.nav-list li a:hover:before,
.komm-col-nav .sidebar ul.nav-list li a:hover i[class*="fa-chevron"] {
	-webkit-animation-name: arrowLeftRight;
	animation-name: arrowLeftRight;
	-webkit-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.komm-col-nav .sidebar ul.nav-list li a i[class*="fa-chevron"] {
	position: relative;
	top: 5px;
	font-size: 8px;
	opacity: 1.0;
}

.komm-col-nav .sidebar ul.nav-list li > a.active {
	color: #c32519;
	font-weight: bold;
}
.komm-col-nav {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

}
@media (max-width: 767px) {}


/* Komm Product List Subnav Ende */










/* Komm Product List 01 Start */

@media (min-width: 1921px) {
.komm-productlist-01 .k-prod-dummy {
	margin-bottom: 30px;
}
.komm-productlist-01 .k-prod-dummy p {
	background-color: #f3f2f2;
	padding: 20px;
	margin: 0;
	height: 130px;
}

.page-header {
    background-color: #ffffff;
    margin: 20px 0 30px 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.page-header .komm-header {
    background-color: #c32519;
    text-align: left;
	padding: 15px 20px 10px 20px;
}
.page-header .komm-header h1 {
	font-size: 32px;
    font-weight: 500;
	line-height: 38px;
	color: #ffffff;
	margin: 0;
	letter-spacing: normal;
}
.page-header .komm-header p {
	color: #ffffff;
	margin: 0;
    font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.komm-productlist-01 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.komm-col-list {
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%;
}

}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-productlist-01 .k-prod-dummy {
	margin-bottom: 30px;
}
.komm-productlist-01 .k-prod-dummy p {
	background-color: #f3f2f2;
	padding: 20px;
	margin: 0;
	height: 130px;
}

.page-header {
    background-color: #ffffff;
    margin: 20px 0 30px 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.page-header .komm-header {
    background-color: #c32519;
    text-align: left;
	padding: 15px 20px 10px 20px;
}
.page-header .komm-header h1 {
	font-size: 32px;
    font-weight: 500;
	line-height: 38px;
	color: #ffffff;
	margin: 0;
	letter-spacing: normal;
}
.page-header .komm-header p {
	color: #ffffff;
	margin: 0;
    font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.komm-productlist-01 {
	margin-top: 30px;
	margin-bottom: 60px;
}

.komm-col-list {
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-productlist-01 .k-prod-dummy {
	margin-bottom: 30px;
}
.komm-productlist-01 .k-prod-dummy p {
	background-color: #f3f2f2;
	padding: 20px;
	margin: 0;
	height: 110px;
}

.page-header {
    background-color: #ffffff;
    margin: 20px 0 30px 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.page-header .komm-header {
    background-color: #c32519;
    text-align: left;
	padding: 15px 20px 10px 20px;
}
.page-header .komm-header h1 {
	font-size: 26px;
    font-weight: 500;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	letter-spacing: normal;
}
.page-header .komm-header p {
	color: #ffffff;
	margin: 0;
    font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

.komm-productlist-01 {
	margin-top: 30px;
	margin-bottom: 60px;
}

.komm-col-list {
	-ms-flex: 0 0 81%;
	flex: 0 0 81%;
	max-width: 81%;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.komm-productlist-01 .k-prod-dummy {
	margin-bottom: 20px;
}
.komm-productlist-01 .k-prod-dummy p {
	background-color: #f3f2f2;
	padding: 20px;
	margin: 0;
	height: 110px;
}

.page-header {
    background-color: #ffffff;
    margin: 15px 0 25px 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.page-header .komm-header {
    background-color: #c32519;
    text-align: left;
	padding: 12px 15px 7px 15px;
}
.page-header .komm-header h1 {
	font-size: 26px;
    font-weight: 500;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	letter-spacing: normal;
}
.page-header .komm-header p {
	color: #ffffff;
	margin: 0;
    font-weight: 400;
	font-size: 15px;
	line-height: 24px;
}

.komm-productlist-01 {
	margin-top: 30px;
	margin-bottom: 60px;
}

.komm-col-list {
	-ms-flex: 0 0 81%;
	flex: 0 0 81%;
	max-width: 81%;
}

}
@media (max-width: 767px) {}


/* Komm Product List 01 Ende */










/* Komm common Content Start */

@media (min-width: 1921px) {
.komm-start {
	margin-top: 80px;
	margin-bottom: 100px;
}

.komm-typo-common h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
}
.komm-typo-common {
    color: #000000;
	font-size: 16px;
	line-height: 26px;
}
.komm-typo-common p {
    color: #000000;
	font-size: 16px;
	line-height: 26px;
}


.komm-start .komm-login .btn-login {
	background-color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	color: #FFF;
	font-size: 16px;
	padding: 1rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	display: block;
	width: 100%;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:focus {
 	background: #ffffff;
	color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

.komm-start .komm-intro-productgroups .thumb-info {
	border: 1px solid #c32519;
	padding: 4px;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-bg {
    position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
    bottom: 4px;
    z-index: 1;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper {
	height: 140px !important;
    z-index: 2;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title {
    background: rgba(195, 37, 25, 1);
    color: #FFF;
    font-weight: 600;
    letter-spacing: normal;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    font-size: 16px;
    padding: 5px 8px;
	left: 0px;
	right: 0px;
    bottom: 0px;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-title {
    background: rgba(195, 37, 25, 0);
	display: block;
    bottom: 38%;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title .thumb-info-inner {
    font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 0);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 1);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups {
	margin-left: -6px !important;
	margin-right: -6px !important;
}
.komm-start .komm-intro-productgroups .komm-productgroup {
	margin-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title {
	padding-left: 6px;
	padding-right: 6px;
    margin-top: 20px;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title h2 {
    font-size: 28px;
    font-weight: 500;
	line-height: 32px;
	margin-bottom: 20px;
    letter-spacing: normal;
    text-transform: none;
}


.komm-start .send {
	margin-bottom: 50px;
}
.komm-start .send-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
	padding: 10px 13px 10px 13px;
	text-transform: none;
	transition: all 0.2s;
}
.komm-start .send-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-error-fld01 {
	border: 1px solid #c32519;
    color: #c32519;
	font-size: 16px;
    font-weight: 500;
	line-height: 26px;
	padding: 8px 5px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}



.komm-content {
	margin-top: 80px;
	margin-bottom: 100px;
}
.komm-content .komm-content-box {
	
}
.komm-content .komm-content-box h1 {
    font-size: 26px;
    font-weight: 500;
	line-height: 36px;
	margin-bottom: 8px;
    letter-spacing: normal;
    text-transform: none;
}
.komm-content .komm-content-box {
	font-size: 16px;
	line-height: 26px;
}
.komm-content .komm-content-box a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.komm-content .komm-content-box p a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box p a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box ul {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 18px;
}
.komm-content .komm-content-box ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 3px;
}
.komm-content .komm-content-box ul li a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box ul li a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box .table {
	font-size: 16px;
	line-height: 26px;
    width: auto;
	margin-top: 10px;
    margin-bottom: 15px;
}
.komm-content .komm-content-box .table td, .komm-content .komm-content-box .table th {
    padding: 8px;
}
.komm-content .komm-content-box .table td a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box .table td a:hover {
	text-decoration: underline;
}

}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-start {
	margin-top: 80px;
	margin-bottom: 100px;
}

.komm-typo-common h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
}
.komm-typo-common {
    color: #000000;
	font-size: 16px;
	line-height: 26px;
}
.komm-typo-common p {
    color: #000000;
	font-size: 16px;
	line-height: 26px;
}


.komm-start .komm-login .btn-login {
	background-color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	color: #FFF;
	font-size: 16px;
	padding: 0.7rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	display: block;
	width: 100%;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:focus {
 	background: #ffffff;
	color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

.komm-start .komm-intro-productgroups .thumb-info {
	border: 1px solid #c32519;
	padding: 4px;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-bg {
    position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
    bottom: 4px;
    z-index: 1;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper {
	height: 130px !important;
    z-index: 2;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title {
    background: rgba(195, 37, 25, 1);
    color: #FFF;
    font-weight: 600;
    letter-spacing: normal;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    font-size: 16px;
    padding: 5px 8px;
	left: 0px;
	right: 0px;
    bottom: 0px;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-title {
    background: rgba(195, 37, 25, 0);
	display: block;
    bottom: 38%;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title .thumb-info-inner {
    font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 0);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 1);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups {
	margin-left: -6px !important;
	margin-right: -6px !important;
}
.komm-start .komm-intro-productgroups .komm-productgroup {
	margin-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title {
	padding-left: 6px;
	padding-right: 6px;
    margin-top: 20px;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title h2 {
    font-size: 28px;
    font-weight: 500;
	line-height: 32px;
	margin-bottom: 20px;
    letter-spacing: normal;
    text-transform: none;
}


.komm-start .send {
	margin-bottom: 50px;
}
.komm-start .send-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.5;
    color: #ffffff;
	padding: 0.7rem !important;
	text-transform: none;
	transition: all 0.2s;
}
.komm-start .send-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-error-fld01 {
	border: 1px solid #c32519;
    color: #c32519;
	font-size: 16px;
    font-weight: 500;
	line-height: 26px;
	padding: 8px 5px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}


.komm-content {
	margin-top: 80px;
	margin-bottom: 100px;
}
.komm-content .komm-content-box {
	
}
.komm-content .komm-content-box h1 {
    font-size: 26px;
    font-weight: 500;
	line-height: 36px;
	margin-bottom: 8px;
    letter-spacing: normal;
    text-transform: none;
}
.komm-content .komm-content-box {
	font-size: 16px;
	line-height: 26px;
}
.komm-content .komm-content-box a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.komm-content .komm-content-box p a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box p a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box ul {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 18px;
}
.komm-content .komm-content-box ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 3px;
}
.komm-content .komm-content-box ul li a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box ul li a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box .table {
	font-size: 16px;
	line-height: 26px;
    width: auto;
	margin-top: 10px;
    margin-bottom: 15px;
}
.komm-content .komm-content-box .table td, .komm-content .komm-content-box .table th {
    padding: 8px;
}
.komm-content .komm-content-box .table td a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box .table td a:hover {
	text-decoration: underline;
}


}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-start {
	margin-top: 80px;
	margin-bottom: 100px;
}

.komm-typo-common h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
}
.komm-typo-common {
    color: #000000;
	font-size: 15px;
	line-height: 24px;
}
.komm-typo-common p {
    color: #000000;
	font-size: 15px;
	line-height: 24px;
}


.komm-start .komm-login .btn-login {
	background-color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	color: #FFF;
	font-size: 15px;
	padding: 0.5rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	display: block;
	width: 100%;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:focus {
 	background: #ffffff;
	color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

.komm-start .komm-intro-productgroups .thumb-info {
	border: 1px solid #c32519;
	padding: 4px;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-bg {
    position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
    bottom: 4px;
    z-index: 1;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper {
	height: 110px !important;
    z-index: 2;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title {
    background: rgba(195, 37, 25, 1);
    color: #FFF;
    font-weight: 600;
    letter-spacing: normal;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    font-size: 16px;
    padding: 5px 8px;
	left: 0px;
	right: 0px;
    bottom: 0px;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-title {
    background: rgba(195, 37, 25, 0);
	display: block;
    bottom: 38%;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title .thumb-info-inner {
    font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 0);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 1);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups {
	margin-left: -6px !important;
	margin-right: -6px !important;
}
.komm-start .komm-intro-productgroups .komm-productgroup {
	margin-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title {
	padding-left: 6px;
	padding-right: 6px;
    margin-top: 20px;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title h2 {
    font-size: 22px;
    font-weight: 500;
	line-height: 26px;
	margin-bottom: 20px;
    letter-spacing: normal;
    text-transform: none;
}


.komm-start .send {
	margin-bottom: 50px;
}
.komm-start .send-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
	line-height: 1.5;
    color: #ffffff;
	padding: 0.5rem !important;
	text-transform: none;
	transition: all 0.2s;
}
.komm-start .send-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-error-fld01 {
	border: 1px solid #c32519;
    color: #c32519;
	font-size: 15px;
    font-weight: 500;
	line-height: 24px;
	padding: 8px 5px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}



.komm-content {
	margin-top: 50px;
	margin-bottom: 70px;
}
.komm-content .komm-content-box {
	
}
.komm-content .komm-content-box h1 {
    font-size: 24px;
    font-weight: 500;
	line-height: 34px;
	margin-bottom: 8px;
    letter-spacing: normal;
    text-transform: none;
}
.komm-content .komm-content-box {
	font-size: 15px;
	line-height: 24px;
}
.komm-content .komm-content-box a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}
.komm-content .komm-content-box p a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box p a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box ul {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 18px;
}
.komm-content .komm-content-box ul li {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 2px;
}
.komm-content .komm-content-box ul li a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box ul li a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box .table {
	font-size: 15px;
	line-height: 24px;
    width: auto;
	margin-top: 10px;
    margin-bottom: 15px;
}
.komm-content .komm-content-box .table td, .komm-content .komm-content-box .table th {
    padding: 8px;
}
.komm-content .komm-content-box .table td a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box .table td a:hover {
	text-decoration: underline;
}



}
@media (min-width: 768px) and (max-width: 991px) {
.komm-start {
	margin-top: 80px;
	margin-bottom: 100px;
}

.komm-typo-common h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
}
.komm-typo-common {
    color: #000000;
	font-size: 15px;
	line-height: 24px;
}
.komm-typo-common p {
    color: #000000;
	font-size: 15px;
	line-height: 24px;
}


.komm-start .komm-login .btn-login {
	background-color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	color: #FFF;
	font-size: 15px;
	padding: 0.5rem !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	display: block;
	width: 100%;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}

.komm-start .komm-login .btn-login:focus {
 	background: #ffffff;
	color: #c32519;
	border-color: #c32519 #c32519 #c32519;
	box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

.komm-start .komm-intro-productgroups .thumb-info {
	border: 1px solid #c32519;
	padding: 4px;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-bg {
    position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
    bottom: 4px;
    z-index: 1;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper {
	height: 110px !important;
    z-index: 2;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title {
    background: rgba(195, 37, 25, 1);
    color: #FFF;
    font-weight: 600;
    letter-spacing: normal;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    font-size: 16px;
    padding: 5px 8px;
	left: 0px;
	right: 0px;
    bottom: 0px;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-title {
    background: rgba(195, 37, 25, 0);
	display: block;
    bottom: 38%;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-title .thumb-info-inner {
    font-size: 15px;
	line-height: 22px;
	text-align: center;
}
.komm-start .komm-intro-productgroups .thumb-info .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 0);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .thumb-info:hover .thumb-info-wrapper:after {
	content: "";
    background-color: rgba(195, 37, 25, 1);
	opacity: 1;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups {
	margin-left: -6px !important;
	margin-right: -6px !important;
}
.komm-start .komm-intro-productgroups .komm-productgroup {
	margin-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	transition: all 0.3s;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title {
	padding-left: 6px;
	padding-right: 6px;
    margin-top: 40px;
}
.komm-start .komm-intro-productgroups .komm-productgroup-title h2 {
    font-size: 22px;
    font-weight: 500;
	line-height: 26px;
	margin-bottom: 20px;
    letter-spacing: normal;
    text-transform: none;
}


.komm-start .send {
	margin-bottom: 80px;
}
.komm-start .send-btn {
	background: #c32519;
	border: 1px solid #c32519;
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
	line-height: 1.5;
    color: #ffffff;
	padding: 0.5rem !important;
	width: 100%;
	text-transform: none;
	transition: all 0.2s;
}
.komm-start .send-btn:hover {
 	background: #ffffff;
	color: #c32519;
	text-decoration: none;
	transition: all 0.2s;
}


.komm-error-fld01 {
	border: 1px solid #c32519;
    color: #c32519;
	font-size: 15px;
    font-weight: 500;
	line-height: 24px;
	padding: 8px 5px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}



.komm-content {
	margin-top: 30px;
	margin-bottom: 50px;
}
.komm-content .komm-content-box {
	
}
.komm-content .komm-content-box h1 {
    font-size: 22px;
    font-weight: 500;
	line-height: 32px;
	margin-bottom: 8px;
    letter-spacing: normal;
    text-transform: none;
}
.komm-content .komm-content-box {
	font-size: 15px;
	line-height: 24px;
}
.komm-content .komm-content-box a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}
.komm-content .komm-content-box p a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box p a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box ul {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 18px;
}
.komm-content .komm-content-box ul li {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 2px;
}
.komm-content .komm-content-box ul li a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box ul li a:hover {
	text-decoration: underline;
}
.komm-content .komm-content-box .table {
	font-size: 15px;
	line-height: 24px;
    width: auto;
	margin-top: 10px;
    margin-bottom: 15px;
}
.komm-content .komm-content-box .table td, .komm-content .komm-content-box .table th {
    padding: 8px;
}
.komm-content .komm-content-box .table td a {
	color: #c32519;
	text-decoration: none;
}
.komm-content .komm-content-box .table td a:hover {
	text-decoration: underline;
}




}
@media (max-width: 767px) {}


/* Komm common Content Ende */










/* Header Start */

@media (min-width: 1921px) {
#header .header-body {
    background: #FFF;
    border-bottom: 1px solid #c32519;
}
#header .header-nav {
    padding: 0;
    min-height: 1px;
}
#header .header-nav-bar .header-nav {
    min-height: 1px;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a {
    padding: 8px 0 12px 0;
    margin: 0;
    min-height: 1px;
}
#header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #c32519 !important;
}
#header .header-nav-main nav > ul > li {
    margin-left: 0px;
	margin-right: 30px;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
    color: #000000;
}
#header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"], #header .header-nav.header-nav-icons nav > ul > li > a .icons {
    font-size: 21px;
    margin-right: 9px;
    margin-top: 2px;
}
#header .header-nav.header-nav-icons nav > ul > li > a .shop-admin {
    font-size: 23px;
    margin-right: 0px;
    margin-top: 2px;
}

#header .order-mod {
    font-size: 14px;
    padding: 4px 6px;
}
#header .header-top {
    border-bottom: 1px solid #cccccc;
    min-height: 40px;
}
#header .header-top.header-top-borders .nav-item-borders {
    border-right: 1px solid #cccccc;
    padding-right: 6px;
    padding-left: 6px;
}
#header .header-nav-top .nav > li > a {
    color: #000000;
    font-size: 14px;
    padding: 4px 6px;
    letter-spacing: normal;
}
#header .header-nav-top .nav > li > a [class*="fa-"] {
    color: #c32519;
    margin-right: 5px;
    font-size: 18px;
}
#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"], #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
    top: 2px;
}
#header .header-nav-top .nav > li > a > i {
    top: 2px;
}
#header .header-nav-top .dropdown-menu a {
    color: #000000;
    padding: 5px 12px;
    font-size: 14px !important;
}
#header .header-nav-top .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e7e7e4;
}
#header .header-nav-top .dropdown-menu {
	border: 1px solid #cccccc;
    margin-top: -2px;
    margin-left: -50%;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    padding: 3px;
    min-width: 180px;
    margin-top: 4px;
}
#header .header-nav-top .dropdown-menu::before {
    display: none;
}
#header .header-logo {
    margin: 18px 0 !important;
	height: 80px;
	width: 400px;
}
#header .header-column .header-extra-info li .header-extra-info-text {
	text-align: center;
}
#header .header-column .header-extra-info li .header-extra-info-text a {
	display: block;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover {
	text-decoration: none;
}
#header .header-column .header-extra-info li .header-extra-info-text a > i {
    color: #c32519;
	display: inline-block;
	font-size: 29px;
	margin-bottom: 10px;
}
#header .header-column .header-extra-info li .header-extra-info-text a > span {
    color: #000000;
	display: block;
	font-size: 14px;
	line-height: 17px !important;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover > span {
    color: #c32519;
}
#header .header-nav-features .simple-search {
	margin-bottom: 5px;
}
#header .header-nav-features .simple-search .form-control {
	border-radius: 0;
	border: 1px solid #c32519;
	font-size: 14px;
	letter-spacing: normal;
	padding: .345rem .5rem;
}
#header .header-nav-features .simple-search .form-control:-moz-focusring {
	text-shadow: 0 0 0 transparent;
}
#header .header-nav-features .simple-search .input-group-append {
	border-radius: 0;
	border: 1px solid #c32519;
	border-left: 0;
}
#header .header-nav-features .simple-search .input-group-append .btn {
	background: #c32519 !important;
	border: 0;
	box-shadow: none !important;
	padding: 5px 7px 0 7px;
}
#header .header-nav-features .simple-search .input-group-append .btn i {
	color: #ffffff;
    font-size: 20px;
}
#header .header-nav-features::before {
    display: none;
}
#header .header-nav-features .header-nav-feature a {
	text-align: center;
}
#header .header-nav-features .header-nav-feature a:hover {
	text-align: center;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a .cart-info-text {
	color: #000000;
	display: block;
	font-size: 14px;
	line-height: 17px !important;
}
#header .header-nav-features .header-nav-feature a:hover .cart-info-text {
	color: #c32519;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a > i {
    color: #c32519;
	display: inline-block;
	font-size: 29px;
	margin-bottom: 10px;
}
#header .header-nav-features .header-nav-features-cart .cart-info {
    top: 20px;
}
#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    top: -20px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #ffffff;
    background-color: #2c2c2a;
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}
#header .header-nav-features .header-nav-features-cart .totals {
    padding: 0 8px;
    overflow: visible;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current {
	position: relative;
	display: block;
    font-size: 14px;
	line-height: 18px !important;
	margin-bottom: 15px;
	padding-bottom: 15px
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current::after {
	content: " ";
	display: block;
	width: 260px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	margin-left: -8px;
	margin-right: -8px;
	bottom: 0px;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a {
    text-transform: none;
    font-weight: 400;
    color: #c32519;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	padding-left: 45px;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a:hover {
	text-decoration: underline !important;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a > i {
    font-size: 31px;
    color: #c32519;
	display: inline-block;
	left: 0;
	top: 1px;
	position: absolute;
	transition: ease all 300ms;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-saved {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
	line-height: 20px !important;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-name {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
	line-height: 20px !important;
	text-align: left;
	margin-bottom: 10px;
}
#header .header-nav-features .header-nav-features-dropdown {
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
	border: 1px solid #cccccc;
    background: #FFF;
    margin-right: -25px;
    margin-top: 30px;
	min-width: 260px;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
    padding: 20px 0px 0px 0px;
}
#header .header-nav-features .header-nav-features-dropdown::before {
    display: none;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown .btn-primary {
    background-color: #c32519;
    border-color: #c32519 #c32519 #c32519;
    color: #FFF;
}



#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background-color: #ffffff;
	border: 1px solid #c32519 !important;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    margin: 0;
    padding: 1px 5px 5px 5px;
    text-align: left;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    background: #f7f7f7;
    border-bottom: 0px solid transparent;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
	margin-top: 5px;
    padding: 8px 12px 8px 12px;
    position: relative;
    text-transform: none;
    letter-spacing: normal;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background-color: #c32519;
	color: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 15px;
	background: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row .komm-mega-col {
	-ms-flex: 0 0 20% !important;
	flex: 0 0 20% !important;
	max-width: 20% !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a {
    background: #f7f7f7;
	color: #000000;
	display: block;
	margin-top: 0 !important;
    padding: 10px 12px 10px 12px !important;
	height: 100%;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a:hover {
    background: #c32519 !important;
	color: #ffffff;
	text-decoration: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

}
@media (min-width: 1200px) and (max-width: 1920px) {
#header .header-body {
    background: #FFF;
    border-bottom: 1px solid #c32519;
}
#header .header-nav {
    padding: 0;
    min-height: 1px;
}
#header .header-nav-bar .header-nav {
    min-height: 1px;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a {
    padding: 7px 0 11px 0;
    margin: 0;
    min-height: 1px;
}
#header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #c32519 !important;
}
#header .header-nav-main nav > ul > li {
    margin-left: 0px;
	margin-right: 28px;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
    color: #000000;
}
#header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"], #header .header-nav.header-nav-icons nav > ul > li > a .icons {
    font-size: 18px;
    margin-right: 9px;
    margin-top: 0px;
}
#header .header-nav.header-nav-icons nav > ul > li > a .shop-admin {
    font-size: 20px;
    margin-right: 0px;
    margin-top: 0px;
}
#header .order-mod {
    font-size: 14px;
    padding: 3px 6px;
}
#header .header-top {
    border-bottom: 1px solid #cccccc;
    min-height: 37px;
}
#header .header-top.header-top-borders .nav-item-borders {
    border-right: 1px solid #cccccc;
    padding-right: 5px;
    padding-left: 5px;
}
#header .header-nav-top .nav > li > a {
    color: #000000;
    font-size: 14px;
    padding: 3px 6px;
    letter-spacing: normal;
}
#header .header-nav-top .nav > li > a [class*="fa-"] {
    color: #c32519;
    margin-right: 5px;
    font-size: 16px;
}
#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"], #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
    top: 2px;
}
#header .header-nav-top .nav > li > a > i {
    top: 2px;
}
#header .header-nav-top .dropdown-menu a {
    color: #000000;
    padding: 4px 9px;
    font-size: 14px !important;
}
#header .header-nav-top .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e7e7e4;
}
#header .header-nav-top .dropdown-menu {
	border: 1px solid #cccccc;
    margin-top: -2px;
    margin-left: -50%;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    padding: 2px;
    min-width: 170px;
    margin-top: 4px;
}
#header .header-nav-top .dropdown-menu::before {
    display: none;
}
#header .header-logo {
    margin: 16px 0 !important;
	height: 70px;
	width: 350px;
}
#header .header-column .header-extra-info li .header-extra-info-text {
	text-align: center;
}
#header .header-column .header-extra-info li .header-extra-info-text a {
	display: block;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover {
	text-decoration: none;
}
#header .header-column .header-extra-info li .header-extra-info-text a > i {
    color: #c32519;
	display: inline-block;
	font-size: 26px;
	margin-bottom: 8px;
}
#header .header-column .header-extra-info li .header-extra-info-text a > span {
    color: #000000;
	display: block;
	font-size: 13.5px;
	line-height: 16px !important;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover > span {
    color: #c32519;
}
#header .header-nav-features .simple-search {
	margin-bottom: 5px;
}
#header .header-nav-features .simple-search .form-control {
	border-radius: 0;
	border: 1px solid #c32519;
	font-size: 14px;
	letter-spacing: normal;
	padding: .26rem .45rem;
}
#header .header-nav-features .simple-search .form-control:-moz-focusring {
	text-shadow: 0 0 0 transparent;
}
#header .header-nav-features .simple-search .input-group-append {
	border-radius: 0;
	border: 1px solid #c32519;
	border-left: 0;
}
#header .header-nav-features .simple-search .input-group-append .btn {
	background: #c32519 !important;
	border: 0;
	box-shadow: none !important;
	padding: 3px 7px 0 7px;
    font-size: 18px;
	line-height: 18px;
}
#header .header-nav-features .simple-search .input-group-append .btn i {
	color: #ffffff;
    font-size: 18px;
}
#header .header-nav-features::before {
    display: none;
}
#header .header-nav-features .header-nav-feature a {
	text-align: center;
}
#header .header-nav-features .header-nav-feature a:hover {
	text-align: center;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a .cart-info-text {
	color: #000000;
	display: block;
	font-size: 13.5px;
	line-height: 16px !important;
}
#header .header-nav-features .header-nav-feature a:hover .cart-info-text {
	color: #c32519;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a > i {
    color: #c32519;
	display: inline-block;
	font-size: 26px;
	margin-bottom: 8px;
}
#header .header-nav-features .header-nav-features-cart .cart-info {
    top: 20px;
}
#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    top: -20px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #ffffff;
    background-color: #2c2c2a;
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}
#header .header-nav-features .header-nav-features-cart .totals {
    padding: 0 8px;
    overflow: visible;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current {
	position: relative;
	display: block;
    font-size: 13.5px;
	line-height: 17px !important;
	margin-bottom: 12px;
	padding-bottom: 12px
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current::after {
	content: " ";
	display: block;
	width: 250px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	margin-left: -8px;
	margin-right: -8px;
	bottom: 0px;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a {
    text-transform: none;
    font-weight: 400;
    color: #c32519;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	padding-left: 38px;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a:hover {
	text-decoration: underline !important;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a > i {
    font-size: 26px;
    color: #c32519;
	display: inline-block;
	left: 0;
	top: 1px;
	position: absolute;
	transition: ease all 300ms;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-saved {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 13.5px;
    font-weight: 500;
    color: #000000;
	line-height: 19px !important;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-name {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 13.5px;
    font-weight: 400;
    color: #000000;
	line-height: 19px !important;
	text-align: left;
	margin-bottom: 10px;
}
#header .header-nav-features .header-nav-features-dropdown {
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
	border: 1px solid #cccccc;
    background: #FFF;
    margin-right: -25px;
    margin-top: 30px;
	min-width: 250px;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
    padding: 20px 0px 0px 0px;
}
#header .header-nav-features .header-nav-features-dropdown::before {
    display: none;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown .btn-primary {
    background-color: #c32519;
    border-color: #c32519 #c32519 #c32519;
    color: #FFF;
	font-size: 0.8rem;
	padding: 0.4rem 0.2rem;}



#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background-color: #ffffff;
	border: 1px solid #c32519 !important;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    margin: 0;
    padding: 1px 5px 5px 5px;
    text-align: left;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    background: #f7f7f7;
    border-bottom: 0px solid transparent;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
	margin-top: 5px;
    padding: 6px 10px 6px 10px;
    position: relative;
    text-transform: none;
    letter-spacing: normal;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background-color: #c32519;
	color: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 15px;
	background: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row .komm-mega-col {
	-ms-flex: 0 0 20% !important;
	flex: 0 0 20% !important;
	max-width: 20% !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a {
    background: #f7f7f7;
	color: #000000;
	display: block;
	margin-top: 0 !important;
    padding: 6px 10px 6px 10px !important;
	height: 100%;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a:hover {
    background: #c32519 !important;
	color: #ffffff;
	text-decoration: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
#header .header-body {
    background: #FFF;
    border-bottom: 1px solid #c32519;
}
#header .header-nav {
    padding: 0;
    min-height: 1px;
}
#header .header-nav-bar .header-nav {
    min-height: 1px;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a {
    padding: 5px 0 9px 0;
    margin: 0;
    min-height: 1px;
}
#header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #c32519 !important;
}
#header .header-nav-main nav > ul > li {
    margin-left: 0px;
	margin-right: 24px;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
    color: #000000;
}
#header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"], #header .header-nav.header-nav-icons nav > ul > li > a .icons {
    font-size: 16px;
    margin-right: 7px;
    margin-top: 0px;
}
#header .header-nav.header-nav-icons nav > ul > li > a .shop-admin {
    font-size: 18px;
    margin-right: 0px;
    margin-top: 0px;
}
#header .order-mod {
    font-size: 13px;
    padding: 2px 4px;
}
#header .header-top {
    border-bottom: 1px solid #cccccc;
    min-height: 32px;
}
#header .header-top.header-top-borders .nav-item-borders {
    border-right: 1px solid #cccccc;
    padding-right: 4px;
    padding-left: 4px;
}
#header .header-nav-top .nav > li > a {
    color: #000000;
    font-size: 13px;
    padding: 2px 4px;
    letter-spacing: normal;
}
#header .header-nav-top .nav > li > a [class*="fa-"] {
    color: #c32519;
    margin-right: 3px;
    font-size: 14px;
}
#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"], #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
    top: 2px;
}
#header .header-nav-top .nav > li > a > i {
    top: 2px;
}
#header .header-nav-top .dropdown-menu a {
    color: #000000;
    padding: 3px 7px;
    font-size: 13px !important;
}
#header .header-nav-top .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e7e7e4;
}
#header .header-nav-top .dropdown-menu {
	border: 1px solid #cccccc;
    margin-top: -2px;
    margin-left: -50%;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    padding: 2px;
    min-width: 150px;
    margin-top: 4px;
}
#header .header-nav-top .dropdown-menu::before {
    display: none;
}
#header .header-logo {
    margin: 14px 0 !important;
	height: 60px;
	width: 350px;
}
#header .header-column .header-extra-info li .header-extra-info-text {
	text-align: center;
}
#header .header-column .header-extra-info li .header-extra-info-text a {
	display: block;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover {
	text-decoration: none;
}
#header .header-column .header-extra-info li .header-extra-info-text a > i {
    color: #c32519;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 6px;
}
#header .header-column .header-extra-info li .header-extra-info-text a > span {
    color: #000000;
	display: block;
	font-size: 13px;
	line-height: 15px !important;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover > span {
    color: #c32519;
}
#header .header-nav-features .simple-search {
	margin-bottom: 5px;
}
#header .header-nav-features .simple-search .form-control {
	border-radius: 0;
	border: 1px solid #c32519;
	font-size: 13.5px;
	letter-spacing: normal;
	padding: .20rem .35rem;
}
#header .header-nav-features .simple-search .form-control:-moz-focusring {
	text-shadow: 0 0 0 transparent;
}
#header .header-nav-features .simple-search .input-group-append {
	border-radius: 0;
	border: 1px solid #c32519;
	border-left: 0;
}
#header .header-nav-features .simple-search .input-group-append .btn {
	background: #c32519 !important;
	border: 0;
	box-shadow: none !important;
	padding: 3px 7px 0 7px;
    font-size: 16px;
	line-height: 16px;
}
#header .header-nav-features .simple-search .input-group-append .btn i {
	color: #ffffff;
    font-size: 16px;
}
#header .header-nav-features::before {
    display: none;
}
#header .header-nav-features .header-nav-feature a {
	text-align: center;
}
#header .header-nav-features .header-nav-feature a:hover {
	text-align: center;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a .cart-info-text {
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 15px !important;
}
#header .header-nav-features .header-nav-feature a:hover .cart-info-text {
	color: #c32519;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a > i {
    color: #c32519;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 6px;
}
#header .header-nav-features .header-nav-features-cart .cart-info {
    top: 20px;
}
#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    top: -20px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #ffffff;
    background-color: #2c2c2a;
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}
#header .header-nav-features .header-nav-features-cart .totals {
    padding: 0 8px;
    overflow: visible;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current {
	position: relative;
	display: block;
    font-size: 13px;
	line-height: 16px !important;
	margin-bottom: 10px;
	padding-bottom: 10px
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current::after {
	content: " ";
	display: block;
	width: 230px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	margin-left: -8px;
	margin-right: -8px;
	bottom: 0px;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a {
    text-transform: none;
    font-weight: 400;
    color: #c32519;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	padding-left: 34px;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a:hover {
	text-decoration: underline !important;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a > i {
    font-size: 24px;
    color: #c32519;
	display: inline-block;
	left: 0;
	top: 3px;
	position: absolute;
	transition: ease all 300ms;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-saved {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
	line-height: 17px !important;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-name {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
	line-height: 17px !important;
	text-align: left;
	margin-bottom: 10px;
}
#header .header-nav-features .header-nav-features-dropdown {
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
	border: 1px solid #cccccc;
    background: #FFF;
    margin-right: -25px;
    margin-top: 30px;
	min-width: 230px;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
    padding: 15px 0px 0px 0px;
}
#header .header-nav-features .header-nav-features-dropdown::before {
    display: none;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown .btn-primary {
    background-color: #c32519;
    border-color: #c32519 #c32519 #c32519;
    color: #FFF;
	font-size: 0.7rem;
	padding: 0.3rem 0.2rem;}



#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background-color: #ffffff;
	border: 1px solid #c32519 !important;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    margin: 0;
    padding: 1px 5px 5px 5px;
    text-align: left;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    background: #f7f7f7;
    border-bottom: 0px solid transparent;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
	margin-top: 5px;
    padding: 5px 9px 5px 9px;
    position: relative;
    text-transform: none;
    letter-spacing: normal;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background-color: #c32519;
	color: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 15px;
	background: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row .komm-mega-col {
	-ms-flex: 0 0 20% !important;
	flex: 0 0 20% !important;
	max-width: 20% !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a {
    background: #f7f7f7;
	color: #000000;
	display: block;
	margin-top: 0 !important;
    padding: 5px 9px 5px 9px !important;
	height: 100%;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a:hover {
    background: #c32519 !important;
	color: #ffffff;
	text-decoration: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.main {
    padding-top: 170px;
}
#header {
    position: absolute;
	width: 100%;
}
#header .header-btn-collapse-nav {
    background: #c32519;
    margin: 0 16px 0 1px !important;
	padding: 3px 8px;
	font-size: 22px;
	line-height: 22px;
}
#header .header-nav-main nav {
    max-height: auto;
    overflow: auto;
    transition: ease all 100ms;
}
#header .header-column .header-extra-info li {
    margin-left: 18px;
}
#header .header-nav-features {
    padding-left: 13px;
    margin-left: 10px;
}
#header .header-body {
    background: #FFF;
    border-bottom: 1px solid #c32519;
    transition: min-height 0.05s ease;
}
#header .header-nav {
    padding: 0;
    min-height: 1px;
}
#header .header-nav-bar .header-nav {
    min-height: 1px !important;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a {
    padding: 5px 0 9px 0;
    margin: 0;
    min-height: 1px;
}
#header .header-nav.header-nav-links nav > ul > li:hover > a {
    color: #c32519 !important;
}
#header .header-nav-main nav > ul > li {
    margin-left: 0px;
	margin-right: 0px;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {
    color: #000000;
}
#header .header-nav.header-nav-icons nav > ul > li > a [class*="fa-"], #header .header-nav.header-nav-icons nav > ul > li > a .icons {
    font-size: 16px;
    margin-right: 7px;
    margin-top: 0px;
}
#header .header-nav.header-nav-icons nav > ul > li > a .shop-admin {
    font-size: 18px;
    margin-right: 0px;
    margin-top: 0px;
}
#header .order-mod {
    font-size: 13px;
    padding: 2px 4px;
}
#header .header-top {
    border-bottom: 1px solid #cccccc;
    min-height: 32px;
}
#header .header-top.header-top-borders .nav-item-borders {
    border-right: 1px solid #cccccc;
    padding-right: 4px;
    padding-left: 4px;
}
#header .header-nav-top .nav > li > a {
    color: #000000;
    font-size: 13px;
    padding: 2px 4px;
    letter-spacing: normal;
}
#header .header-nav-top .nav > li > a [class*="fa-"] {
    color: #c32519;
    margin-right: 3px;
    font-size: 14px;
}
#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"], #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
    top: 2px;
}
#header .header-nav-top .nav > li > a > i {
    top: 2px;
}
#header .header-nav-top .mobile-no {
    display: none;
}
#header .header-nav-top .dropdown-menu a {
    color: #000000;
    padding: 3px 7px;
    font-size: 13px !important;
}
#header .header-nav-top .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e7e7e4;
}
#header .header-nav-top .dropdown-menu {
	border: 1px solid #cccccc;
    margin-top: -2px;
    margin-left: -50%;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    padding: 2px;
    min-width: 150px;
    margin-top: 4px;
}
#header .header-nav-top .dropdown-menu::before {
    display: none;
}
#header .header-logo {
    margin: 12px 0 !important;
	height: 50px;
	width: 270px;
}
#header .header-column .header-extra-info li .header-extra-info-text {
	text-align: center;
}
#header .header-column .header-extra-info li .header-extra-info-text a {
	display: block;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover {
	text-decoration: none;
}
#header .header-column .header-extra-info li .header-extra-info-text a > i {
    color: #c32519;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 6px;
}
#header .header-column .header-extra-info li .header-extra-info-text a > span {
    color: #000000;
	display: block;
	font-size: 13px;
	line-height: 15px !important;
}
#header .header-column .header-extra-info li .header-extra-info-text a:hover > span {
    color: #c32519;
}
#header .header-nav-features .simple-search {
	margin-bottom: 5px;
}
#header .header-nav-features .simple-search .form-control {
	border-radius: 0;
	border: 1px solid #c32519;
	font-size: 13.5px;
	letter-spacing: normal;
	padding: .20rem .35rem;
}
#header .header-nav-features .simple-search .form-control:-moz-focusring {
	text-shadow: 0 0 0 transparent;
}
#header .header-nav-features .simple-search .input-group-append {
	border-radius: 0;
	border: 1px solid #c32519;
	border-left: 0;
}
#header .header-nav-features .simple-search .input-group-append .btn {
	background: #c32519 !important;
	border: 0;
	box-shadow: none !important;
	padding: 3px 7px 0 7px;
    font-size: 16px;
	line-height: 16px;
}
#header .header-nav-features .simple-search .input-group-append .btn i {
	color: #ffffff;
    font-size: 16px;
}
#header .header-nav-features::before {
    display: none;
}
#header .header-nav-features .header-nav-feature a {
	text-align: center;
}
#header .header-nav-features .header-nav-feature a:hover {
	text-align: center;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a .cart-info-text {
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 15px !important;
}
#header .header-nav-features .header-nav-feature a:hover .cart-info-text {
	color: #c32519;
	text-decoration: none !important;
}
#header .header-nav-features .header-nav-feature a > i {
    color: #c32519;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 6px;
}
#header .header-nav-features .header-nav-features-cart .cart-info {
    top: 20px;
}
#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    top: -20px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #ffffff;
    background-color: #2c2c2a;
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
}
#header .header-nav-features .header-nav-features-cart .totals {
    padding: 0 8px;
    overflow: visible;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current {
	position: relative;
	display: block;
    font-size: 13px;
	line-height: 16px !important;
	margin-bottom: 10px;
	padding-bottom: 10px
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current::after {
	content: " ";
	display: block;
	width: 230px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	margin-left: -8px;
	margin-right: -8px;
	bottom: 0px;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a {
    text-transform: none;
    font-weight: 400;
    color: #c32519;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	padding-left: 34px;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a:hover {
	text-decoration: underline !important;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-current a > i {
    font-size: 24px;
    color: #c32519;
	display: inline-block;
	left: 0;
	top: 3px;
	position: absolute;
	transition: ease all 300ms;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-saved {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
	line-height: 17px !important;
	text-align: left;
}
#header .header-nav-features .header-nav-features-cart .totals .basket-name {
	display: block;
	position: relative;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
	line-height: 17px !important;
	text-align: left;
	margin-bottom: 10px;
}
#header .header-nav-features .header-nav-features-dropdown {
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
	border: 1px solid #cccccc;
    background: #FFF;
    margin-right: -25px;
    margin-top: 30px;
	min-width: 230px;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown {
    padding: 15px 0px 0px 0px;
}
#header .header-nav-features .header-nav-features-dropdown::before {
    display: none;
}
#header .header-nav-features .header-nav-features-cart .header-nav-features-dropdown .btn-primary {
    background-color: #c32519;
    border-color: #c32519 #c32519 #c32519;
    color: #FFF;
	font-size: 0.7rem;
	padding: 0.3rem 0.2rem;}



#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    background-color: #ffffff;
	border: 1px solid #c32519 !important;
    box-shadow: 0px 5px 13px 2px rgba(0, 0, 0, 0.07);
    margin: 0;
    padding: 1px 5px 5px 5px;
    text-align: left;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    background: #f7f7f7;
    border-bottom: 0px solid transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
	margin-top: 5px;
    padding: 5px 9px 5px 9px;
    position: relative;
    text-transform: none;
    letter-spacing: normal;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background-color: #c32519;
	color: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 15px;
	background: #ffffff;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega .komm-mega-row .komm-mega-col {
	-ms-flex: 0 0 20% !important;
	flex: 0 0 20% !important;
	max-width: 20% !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a {
    background: #f7f7f7;
	color: #000000;
	display: block;
	margin-top: 0 !important;
    padding: 5px 9px 5px 9px !important;
	height: 100%;
	transition: ease all 200ms;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a:hover {
    background: #c32519 !important;
	color: #ffffff;
	text-decoration: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega .komm-mega a.active {
    background: #2c2c2a !important;
	color: #ffffff;
}

}
@media (max-width: 767px) {}


/* Header Ende */








/* Komm Container Start */

@media (min-width: 1921px) {
.komm-container {
	max-width: 1500px;
}
	
}
@media (min-width: 1200px) and (max-width: 1920px) {
.komm-container {
	max-width: 1500px;
}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
.komm-container {
	max-width: 1150px;
}
	
}
@media (min-width: 768px) and (max-width: 991px) {
.komm-container {
	max-width: 980px;
}
	
}
@media (max-width: 767px) {}

/* Komm Container Ende */









/* Footer Start */

@media (min-width: 1921px) {
#footer {
    background: #ffffff;
    border-top: 1px solid #c32519;
    font-size: 14px;
	line-height: 20px;
    margin-top: 60px;
}
#footer .footer-copyright {
    background: #ffffff;
	padding-top: 15px;
	padding-bottom: 45px;
}
#footer .footer-copyright p {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 14px;
	line-height: 20px;
}
#footer .footer-copyright p > a {
    color: #000000 !important;
}
#footer .footer-copyright p > a:hover {
    color: #c32519 !important;
}
#footer .footer-copyright .footer-info-left {
    text-align: left;
}
#footer .footer-copyright .footer-info-right {
    text-align: right;
}

}
@media (min-width: 1200px) and (max-width: 1920px) {
#footer {
    background: #ffffff;
    border-top: 1px solid #c32519;
    font-size: 14px;
	line-height: 20px;
    margin-top: 60px;
}
#footer .footer-copyright {
    background: #ffffff;
	padding-top: 15px;
	padding-bottom: 45px;
}
#footer .footer-copyright p {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 14px;
	line-height: 20px;
}
#footer .footer-copyright p > a {
    color: #000000 !important;
}
#footer .footer-copyright p > a:hover {
    color: #c32519 !important;
}
#footer .footer-copyright .footer-info-left {
    text-align: left;
}
#footer .footer-copyright .footer-info-right {
    text-align: right;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
#footer {
    background: #ffffff;
    border-top: 1px solid #c32519;
    font-size: 13px;
	line-height: 18px;
    margin-top: 60px;
}
#footer .footer-copyright {
    background: #ffffff;
	padding-top: 15px;
	padding-bottom: 45px;
}
#footer .footer-copyright p {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 13px;
	line-height: 18px;
}
#footer .footer-copyright p > a {
    color: #000000 !important;
}
#footer .footer-copyright p > a:hover {
    color: #c32519 !important;
}
#footer .footer-copyright .footer-info-left {
    text-align: left;
}
#footer .footer-copyright .footer-info-right {
    text-align: right;
}

}
@media (min-width: 768px) and (max-width: 991px) {
#footer {
    background: #ffffff;
    border-top: 1px solid #c32519;
    font-size: 13px;
	line-height: 18px;
    margin-top: 60px;
}
#footer .footer-copyright {
    background: #ffffff;
	padding-top: 15px;
	padding-bottom: 45px;
}
#footer .footer-copyright p {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 13px;
	line-height: 18px;
}
#footer .footer-copyright p > a {
    color: #000000 !important;
}
#footer .footer-copyright p > a:hover {
    color: #c32519 !important;
}
#footer .footer-copyright .footer-info-left {
    text-align: center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
#footer .footer-copyright .footer-info-right {
    text-align: center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

}
@media (max-width: 767px) {}






/* Footer Ende */







/* Komm Bestellmodus Switcher Start */

@media (min-width: 1921px) {

}
@media (min-width: 1200px) and (max-width: 1920px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {
.netliva-switch label {
  font-size: 11px !important;
  width: 80px !important;
  height: 22px!important;

}
.netliva-switch label:after {
  top: 2px;
  left: 2px;
  width: 18px !important;
  height: 18px !important;
}
}

@media (max-width: 767px) {}


.netliva-switch {
  display: inline-block;
  margin-left: 5px;
  margin-top: -1px;
  vertical-align: middle;
}

.netliva-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute; }

.netliva-switch label {
  cursor: pointer;
  font-size: 12px;
  text-indent: -9999px;
  width: 60px;
  height: 24px;
  --switch-passive-color: #bbb;
  background: var(--switch-passive-color);
  display: block;
  border-radius: 100px;
  position: relative;
  margin: 0; }

.netliva-switch input:checked + label {
  --switch-active-color: #1f7f4d;
  background: var(--switch-active-color); }

.netliva-switch input:disabled + label {
  opacity: 0.6; }

.netliva-switch label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s; }

.netliva-switch input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%); }

.netliva-switch input:not(:disabled) + label:active:after {
  width: 90%;
  width: calc(100% - 4px); }

.netliva-switch input + label:before {
  content: attr(data-passive-text);
  left: 30px;
  right: 10px;
  text-align: right;
  justify-content: flex-end;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  position: absolute;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
  font-size: 12px; }

.netliva-switch input:checked + label:before {
  content: attr(data-active-text);
  left: 10px;
  right: 30px;
  text-align: left;
  justify-content: flex-start; }

.netliva-switch input[data-size="mini"] + label {
  height: 16px; }

.netliva-switch input[data-size="mini"] + label:after {
  height: 12px;
  width: 12px; }

.netliva-switch input[data-size="mini"] + label::before {
  top: 1px;
  bottom: 1px;
  font-size: 10px;
  left: 10px;
  right: 5px; }

.netliva-switch input[data-size="mini"]:checked + label:before {
  left: 5px;
  right: 10px; }

.netliva-switch input[data-size="mini"] + label {
  font-size: 10px; }


/* Komm Bestellmodus Switcher Ende */




/* Komm No Entry Start */
@media (min-width: 768px) {
.no-function {
	display: none !important;
	z-index: -1 !important;
}

}
@media (max-width: 767px) {
.no-function {
	background: #ffffff;
	z-index: 99999999999999999 !important;
	overflow: hidden;
}

}
/* Komm No Entry Ende */




/* display resolution */
.piresolution {
	background: #ff0000;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	display: inline-block;
	padding: 4px 8px;
	line-height: 16px;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	z-index: 99999999999999;
}


@media (min-width: 1921px) {
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1921  {display: inline-block;}
}
@media (min-width: 1200px) and (max-width: 1920px) {
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: inline-block;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 992px) and (max-width: 1199px) {
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: inline-block;}
.piresolution .min1200  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 768px) and (max-width: 991px) {
.piresolution .max767  {display: none;}
.piresolution .max991  {display: inline-block !important;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (max-width: 767px) {
.piresolution .max767  {display: inline-block !important;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1921  {display: none;}
}










