#bam_kalkulacka_wrapper{
	display: flex;
}

#bam_kalkulacka{
	min-height: 200px;
}


*, *:after, *:before {
     box-sizing: border-box;
}


#bam_kalkulacka{
	float: left;
    width: 500px;
    margin: 0 30px 0 0px;
}

#bam_kalkulacka .mbwa-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
     max-width: 500px;
     margin-bottom: 10px;
}
#bam_kalkulacka .mbwa-custom-select {
     position: relative;
     display: flex;
     flex-direction: column;
     border-width: 0 2px 0 2px;
     border-style: solid;
     border-color: #394a6d;
}
#bam_kalkulacka input {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 2px;
    border-style: solid;
    border-color: #394a6d;
	padding: 0 22px;
     font-size: 20px;
     font-weight: 300;
     height: 60px;
     line-height: 60px;
     width: 100%;
}
#bam_kalkulacka .mbwa-wrapper.submit-btn{
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 2px;
    border-style: solid;
    border-color: #394a6d;
	padding: 0 22px;
     font-size: 20px;
     font-weight: 300;
     height: 60px;
     line-height: 60px;
     width: 100%;
     background-color: #394a6d;
     color: white;
     text-align: center;
}
#bam_kalkulacka .mbwa-wrapper.submit-btn a{
     color: white;
     font-weight: bold;
}
#bam_kalkulacka .mbwa-custom-select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 0 0 22px;
     font-size: 20px;
     font-weight: 300;
     color: #3b3b3b;
     height: 60px;
     line-height: 60px;
     background: #ffffff;
     cursor: pointer;
     border-width: 2px 0 2px 0;
     border-style: solid;
     border-color: #394a6d;
}
#bam_kalkulacka .mbwa-custom-select__trigger > div:first-child{
	height: inherit;
}
#bam_kalkulacka .mbwa-custom-select__trigger img{
    height: 100%;
    max-height: 56px;
    position: relative;
    left: -22px;
    top: 2px;
}
#bam_kalkulacka .mbwa-custom-select__trigger span{
	float: right;
}
#bam_kalkulacka .mbwa-custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     border: 2px solid #394a6d;
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
}

#bam_kalkulacka .mbwa-custom-select.open .mbwa-custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
     max-height: 600px;
     overflow: auto;
}

#bam_kalkulacka .mbwa-custom-option {
     position: relative;
     display: flex;
     padding: 0 22px 0 22px;
     font-size: 22px;
     font-weight: 300;
     color: #3b3b3b;
     line-height: 60px;
     cursor: pointer;
     transition: all 0.5s;
}


#bam_kalkulacka .custom-text {
	position: absolute;
    font-size: 15px;
    color: gray;
}
#bam_kalkulacka .mbwa-custom-option span.custom-text {
    left: 112px;
	top: 59px;
    line-height: normal
}
#bam_kalkulacka .mbwa-custom-select__trigger .has-custom-text span {

}
#bam_kalkulacka .mbwa-custom-select__trigger span.custom-text {
    top: 16px;
    display: block;
}

#bam_kalkulacka .mbwa-custom-message {
     position: relative;
     display: flex;
     padding: 0 22px 0 22px;
     font-size: 22px;
     font-weight: 300;
     color: red;
     background-color: rgb(255 209 209);
     line-height: 60px;
     cursor: pointer;
     transition: all 0.5s;
}
#bam_kalkulacka .mbwa-custom-option:hover {
     cursor: pointer;
     background-color: #b2b2b2;
}
#bam_kalkulacka .mbwa-custom-option.selected {
     color: #ffffff;
     background-color: #305c91;
}
#bam_kalkulacka .mbwa-custom-option div{
    display: flex;
    margin: 10px;
}
#bam_kalkulacka .mbwa-custom-option img{
     height: 80px;
     width: auto;
   	 position: relative;
     left: -24px;
}
#bam_kalkulacka .mbwa-custom-option span{
    	line-height: 30px;
	display: flex;
     align-content: center;
     flex-wrap: wrap;
}
     

#bam_kalkulacka .mbwa-arrow {
     position: relative;
     height: 15px;
     width: 15px;
     right: 22px;
}
#bam_kalkulacka .mbwa-arrow::before, .mbwa-arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
#bam_kalkulacka .mbwa-arrow::before {
     left: -5px;
     transform: rotate(45deg);
     background-color: #394a6d;
}
#bam_kalkulacka .mbwa-arrow::after {
     left: 5px;
     transform: rotate(-45deg);
     background-color: #394a6d;
}
#bam_kalkulacka .open .mbwa-arrow::before {
     left: -5px;
     transform: rotate(-45deg);
}
#bam_kalkulacka .open .mbwa-arrow::after {
     left: 5px;
     transform: rotate(45deg);
}


#bam_kalkulacka .mbwa-placeholder{
	font-size: 20px;
    font-weight: 500;
    color: #272727;
    position: absolute;
    top: 17px;
    left: 22px;
    padding: 0 3px;
    pointer-events: none;
    background: #FFF;
    transition: top .25s linear, font-size .25s linear;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 120px)
}

#bam_kalkulacka .focusin .mbwa-placeholder, #bam_kalkulacka .filled .mbwa-placeholder{
	font-size: 14px;
    top: -7px;
    display: inline;
}

#bam_kalkulacka .required input, #bam_kalkulacka .required .mbwa-custom-select, #bam_kalkulacka .required .mbwa-custom-select__trigger{
	border-color: red;
}
#bam_kalkulacka .required .mbwa-placeholder, #bam_kalkulacka .required input{
	color: red;
}



/************************************************
 * 				SUMARNA TABULKA
 ************************************************/

#bam_kalkulacka_vysledok_sumar tr{
	border-color: #ffffff;
}
#bam_kalkulacka_vysledok_sumar .mbwa-info{
	text-align: center;
}
#bam_kalkulacka_vysledok_sumar .mbwa-info img{
	width: 80px;
	margin: auto;
}
#bam_kalkulacka_vysledok_sumar .mbwa-info span{
	display: block;
}

#bam_kalkulacka_vysledok_sumar table{
	border-collapse: collapse;
}
#bam_kalkulacka_vysledok_sumar tr td{
	border-width: 2px;
    border-style: solid;
    border-color: #394a6d;
    padding: 10px 20px;
    font-size: 20px;
    text-align: right;
}

#bam_kalkulacka_vysledok_sumar td:first-child{
	text-align: left;
}
#bam_kalkulacka_vysledok_sumar td.no-border{
	border: none;
}

#bam_kalkulacka_vysledok_sumar td .mbwa-full-price{
	display: block;
	text-decoration: line-through;
}


/************************************************
 * 				DETAILNA TABULKA
 ************************************************/
#bam_kalkulacka_vysledok_detail tr{
	border: none;
}
#bam_kalkulacka_vysledok_detail table{
	margin-bottom: 50px;
}
#bam_kalkulacka_vysledok_detail td:first-child{
	text-align: left;
}
#bam_kalkulacka_vysledok_detail td.mbwa-info{
	padding: 0;
	text-align: center;
}
#bam_kalkulacka_vysledok_detail .mbwa-info img{
	float: left;
	width: 80px;
}
#bam_kalkulacka_vysledok_detail .mbwa-info span{
	line-height: 76px;
	display: block;
}

#bam_kalkulacka_vysledok_detail table{
	border-collapse: collapse;
}
#bam_kalkulacka_vysledok_detail td{
	border-width: 2px;
    border-style: solid;
    border-color: #394a6d;
    padding: 10px 20px;
    font-size: 20px;
    text-align: right;
}

#bam_kalkulacka_vysledok_detail td .mbwa-full-price{
	display: block;
	text-decoration: line-through;
}

#bam_kalkulacka_vysledok_sumar table td, #bam_kalkulacka_vysledok_sumar table th,
#bam_kalkulacka_vysledok_detail table td, #bam_kalkulacka_vysledok_detail table th{
	width: auto;
}

.span.mbwa-discount-value{
	display: block;
}

@media only screen and (max-width: 970px) {
	#bam_kalkulacka_wrapper{
		display: block;
	}
	
	#bam_kalkulacka{
		width: 100%;
	}
	
	#bam_kalkulacka .mbwa-arrow {
	     right: 8px;
	}
	
	#bam_kalkulacka_vysledok_sumar{
		padding-top: 20px;		
	}
	
	#bam_kalkulacka_vysledok_sumar,
	#bam_kalkulacka_vysledok_detail{
		overflow-x: scroll;
    	width: 100%;
	}
}