/**
 * @package com_foodinfo
 */

/*
==========================================================================
							TOOLS
==========================================================================
*/

.row.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-']
{
    padding-right: 0;
    padding-left: 0;
}

.row.gutters-xs
{
    margin-right: 5px;
    margin-left: 5px;
}

.row.gutters-xs > [class^='col-'],
.row.gutters-xs > [class*=' col-']
{
    padding-right: 5px;
    padding-left: 5px;
}

.display-block
{
    display: block;
}

.no-margin
{
    margin: 0 !important;
}
.no-padding
{
    padding: 0 !important;
}

.badge-danger
{
    color: #a94442;
    border-color: #dca7a7;
    background: #f2dede;
}
.badge-warning
{
    color: #8a6d3b;
    border-color: #f5e79e;
    background: #fcf8e3;
}
.badge-success
{
    color: #3c763d;
    border-color: #b2dba1;
    background: #dff0d8;
}
.badge-info
{
    color: #31708f;
    border-color: #9acfea;
    background: #d9edf7;
}


/*
==========================================================================

==========================================================================
*/

.sss__modal_overlay
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;

    overflow: hidden;
    padding: 0;
    pointer-events: none;
}

body .sss__modal_zindex,
body .sss__modal_zindex * {
    z-index: 9999!important;
}

.sss__modal_overlay--visible .sss__modal_overlay
{
    visibility: visible;

    opacity: 1;
}

.sss__modal_overlay--invisible .sss__modal_overlay
{
    visibility: hidden;

    height: 0;

    opacity: 0;
}

.sss__modal_background
{
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;

    background: rgba(150, 150, 150, .5);
    transition: all .5s ease;
}

.sss__modal_background--visible .sss__modal_background
{
    visibility: visible;

    opacity: 1;
}

.sss__modal_background--invisible .sss__modal_background
{
    visibility: hidden;

    height: 0;

    opacity: 0;
}

.sss__result__panel
{
    height: 98%;
    margin: 0 auto;

    background: #fff;
    box-shadow: 0 0 5px 1px rgba(106, 106, 106, .1);
    transition: all .5s ease;
    pointer-events: initial;
}
.sss__panel__header
{
    padding-bottom: 0;
}

.sss__panel__body
{
}

.sss__panel__body .nav-tabs li
{
    cursor: pointer;
}
.sss__panel__body .nav-tabs a
{
    text-decoration: none;
}
.sss__panel__body .tab-content
{
    overflow: hidden;
    overflow-y: auto;
    max-height: 60vh;
    border-bottom: 1px solid #ddd;
}

.sss__panel__footer
{
    display: none;

    margin: 0;
    padding-top: 0;
}

.sss__panel__footer.sss__panel__footer--visible
{
    display: block;
}

.sss__panel__footer .column
{
}
.sss__panel__footer .column:nth-of-type(1n)
{
    padding-right: 1rem;

    border: none;
    border-right: 1px solid #dbdbdb;
}
.sss__panel__footer .column:nth-of-type(2n)
{
    padding: 0rem;
    padding-left: 1rem;

    border: none;
}
.sss__panel__footer h4
{
    margin: 1rem 0 .5rem 0;
}
.sss__panel__footer ul
{
    margin-bottom: 0;
    padding: 0;
}
.sss__panel__footer ul li
{
    padding: .5rem 1rem;

    list-style: none;

    border: 1px solid #dbdbdb;
}
.sss__panel__footer ul li a
{
    display: inline-block;

    width: 100%;

    text-decoration: none;
}
.sss__panel__footer ul li:hover
{
    background: #d50e2c;/*GASTRO: */
    /*KBS: background: #01579b; */
    border-color: #d50e2c;/*GASTRO: */
    /*KBS: border-color: #01579b; */
}
.sss__panel__footer ul li:hover a
{
    color: #fff;
}
.sss__panel__footer ul li:first-of-type
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sss__panel__footer ul li:last-of-type
{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sss__usage_notice
{
    font-size: 18px;

    margin-bottom: 0;

    text-align: center;
}

.sss__list {
    margin: 0;
}

.sss__list__item
{
    position: relative;
}
.sss__list__item a
{
    display: block;
}
.sss__list__item a:hover
{
    text-decoration: none;
}

.sss__item.no-desc .col-text,
.sss__list__item.no-desc .col-text {
	display: flex;
	align-items: center;
}
.sss__item.no-desc .sss__list__item__title,
.sss__list__item.no-desc .sss__list__item__title,
.sss__item.no-desc .sss__list__item__image_link,
.sss__list__item.no-desc .sss__list__item__image_link {
	line-height: 110px;
}


.sss__item .sss__list__item__image_link,
.sss__list__item .sss__list__item__image_link {
    display: block;
    text-align: center;
    width: 100%;
}

.sss__list__item__image {
    max-width: 100%;
}

.sss__list__item__title
{
    font-size: 20px;

    margin: 0;
}

.sss__list__item__price
{
    margin: 10px 0 0 0;
    text-align: right;
}
.sss__list__item__button
{
    width: 100%;
}
.sss__list__item__desc
{
}
.sss__list__item__info
{
    margin: 10px 0 0 0;
}
.sss__list__item__desc:before,
.sss__list__item__info:before
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

.sss__list__item__manufacturer
{
}

.sss__list__message {
    font-size: 16px;
    margin: 0;
}

.sss__pagination {
    margin-bottom: 0;
}

.sss__loading_indication
{
	font-size: 16px;
}

.sss__list__show_all {
    text-align: center;
    padding: 15px;
}

.btn.btn-search,
.btn.btn-showall,
.btn.btn-close {
    cursor: pointer;
}



/*
==========================================================================

==========================================================================
*/

.sss__modal_overlay
{
	top: 116px;
	background: transparent;
}

.sss__result__panel
{
    width: auto;
    padding: 0 15px 15px 15px;
    border-bottom: 3px solid #d50e2c;/*GASTRO: */
    /*KBS: border-bottom: 3px solid #01579b; */
}

.sss__panel__body {
    padding: 15px 0 0 0;
}
.sss__panel__header > .row > .col-xs-10.col-md-10.col-sm-10
{
	padding-left: 15px;
}

.sss__list__item__price .price {
    color: #d0021b;
}

.sss__item,
.sss__list__item {
    padding: 10px 0;
}

.btn.btn-search,
.btn.btn-showall,
.btn.btn-close {
    background-color: #d50e2c;/*GASTRO: */
    /*KBS: background-color: #01579b; */
    border: 1px solid #d50e2c;/*GASTRO: */
    /*KBS: border: 1px solid #01579b; */
    color: #fff;
}

.sss__modal_overlay [class^='col-'],
.sss__modal_overlay [class*=' col-'] {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.sss__list__show_all {
    background: transparent;
    border-color: transparent;
}
.badge-success
{
    line-height: 10px;
    color: #fff;
    border-color: #aaafba;
    background: #aaafba;
}
.sss__usage_notice {
    border-color: #f3f1f0;
    background: #f3f1f0;
    color: #7d8291;
}

@media (min-width: 768px) {
	.sss__result__panel {
	    width: 710px;
	}
}

@media (min-width: 992px) {
	.sss__result__panel {
	    width: 930px;
	}
}

@media (min-width: 1280px) {
	.sss__result__panel {
	    width: 1160px;
	}
}

@media only screen and (max-width: 990px) {
	.sss__modal_overlay
	{
		top: 100px;
	}
}

@media only screen and (max-width : 640px) {
	.sss__modal_overlay--visible .main-wrapper {
    	overflow: visible!important;
	}
	.sss__modal_overlay--visible #shopauskunft_widget {
		display: none!important;
	}
}

/*
==========================================================================
							Responsive
==========================================================================
*/


@media only screen and (max-width : 1824px) {

}

/* iPads (landscape) ----------- */
@media only screen and (max-width : 1224px) {
	.sss__panel__footer.sss__panel__footer--visible {
		display: block;
	}
	.sss__list__item__button_mobile {
		display: none;
	}
}
@media only screen and (max-width: 1180px) {
}

@media only screen and (max-width : 1024px) {
	.sss__panel__footer.sss__panel__footer--visible {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.sss__panel__footer.sss__panel__footer--visible {
		display: none;
	}
    .sss__modal_overlay {
        position: absolute;
        top: 198px;
    }
    .sss__result__panel {
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {
	.sss__panel__footer.sss__panel__footer--visible {
		display: none;
	}
	.sss__item .sss__list__item__image,
	.sss__list__item .sss__list__item__image {
		max-width: 35%;
	}
	.sss__list__item__button_mobile {
		display: block;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation : portrait) {
	.sss__panel__footer.sss__panel__footer--visible {
		display: block;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
	.sss__panel__footer.sss__panel__footer--visible {
		display: block;
	}
}

@media only screen and (max-width : 640px) {
	.sss__panel__footer.sss__panel__footer--visible {
		display: none;
	}
	.sss__panel__body .tab-content {
		max-height: initial;
	}

	.sss__list__item__price {
		width: 100%;
	}
	.sss__list__item__button {
		width: 100%;
	}
	.sss__list__item__button_mobile {
	}
    .sss__panel__body .nav-tabs .badge {
        display: none;
    }
    .sss__panel__body .tab-content {
    	border-bottom: none;
    }
}

@media only screen and (max-width : 321px) {
    .sss__panel__body .nav-tabs > li > a {
        padding: 5px 10px!important;
    }
}
