.btns-assembly li img {
    box-shadow: 0 6px 10px rgba(0,0,0,0.1);
    width:300px;
}
.btns-assembly {
    text-align:center
}
.btns-assembly li {
    margin-right:40px;
    width:300px;
}
.btns-assembly li:last-of-type {
    margin-right:0;
}
.div-text {
    box-shadow: 0 6px 10px rgba(0,0,0,0.1);
    background:#fff;
    padding:0 0 40px 0;
    margin-bottom:100px;
}
.div-text p {
    text-align: center;
}
.div-text h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom:30px;
    text-align: center;
}
.div-text h2 strong{
    font-weight:900;
}
.activeAssembly {
    box-shadow: 0 6px 10px rgba(0,0,0,0.3) !important;
    position: relative;
    top: -5px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.yellow-border span {
    position: relative;
    font-weight: 900;
    z-index:1;
}
.yellow-border span:after {
    content:"";
    background-color:#ffcc01;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: .475rem .75rem;
    margin: 10px 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline:0 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border: 1px solid #b8b8b8 !important;
}

.dropdown-toggle::after {
    margin-left: -15px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding:0 2px;
    color: #495057;
}
.forms-center {
    margin:30px auto;
}
.stepwizard-step .btn-default.btn-primary {
    background: #75a729;
    color: #fff;
    border-color: #75a729;
    font-weight:900;
    margin: 0 auto;
    display: block;
    margin-bottom:10px;
}
.btn.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 40px;
    border-color: #cecece;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    font-family:"Ubuntu",sans-serif;
}
.stepwizard-step p {
    font-weight: 900;
    text-transform: uppercase;
    font-size:22px;
}
.orderBtn{
    margin:50px auto !important;
}
.priceTextAssembly {
    border-top:1px solid #c8c8c8;
}
.priceTextAssembly p,.priceTextAssembly p span {
    letter-spacing: 1.4px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 0;   
    font-size: 23px !important;
    text-align: center !important;
}
.div-text ul.list-disc {
    list-style-position: inside;
    list-style-type: disc;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.div-text ul.list-disc li {
    list-style-type: disc;
    display:list-item;
}
.assembly-table {
    width:900px;
    margin: 50px auto 60px auto;
}
.assembly-table b,.assembly-table b span {
    font-weight:900;
}
.assembly-table tbody span,tbody .product_suma_item,tbody .product_zdj {
    line-height:2.5;
}
.assembly-table tbody span,tbody .product_suma_item,.valueMeasurement, .sumAssembly b,.valueMeasurement span{
    font-weight:800;
}
.assembly-table thead tr{
    background: #f9f9f9;
}
.assembly-table tbody tr{
    background: #fdfdfd;
}
.table.assembly-table thead th {
    border-bottom:0;
}
.div-text h2:after,.div-text h2:before {
    content:"\A";
    width:10px;
    height:10px;
    border-radius:50%;
    background: #111;
    display:inline-block;
    margin: 6px 28px;
}
.div-text h2  {
    padding:20px 0;
    background:#e8e8e8;
}

.gateway_id {
    height: 100%;
    width: 100%;
    border:1px solid #c5c5c5;
    border-radius:3px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.forms-center .info_error {
    text-align:left !important;
}
@media (max-width:1170px) {
    .assembly-table {
        width:100%;
    }
}
@media (max-width:768px) { 
    .btns-assembly li,.btns-assembly li img {
        width:220px;
    }
}
@media (max-width: 576px) { 
    .div-text h2 {
        font-size:1rem;
    }
    .yellow-border,.list-disc li {
        font-size:16px !important;
    }
    .div-text p{
        padding-left:15px;
        padding-right:15px;
        font-size:16px !important;
    }
    .yellow-border span::after { 
        display: none;
    }
    table, thead, tbody, th, td, tr, tfoot { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
        padding-left: 50%; 
        text-align: center;
	}
	
	td:before { 
		/* Now like a table header */
        position: relative;
        display: block;
        font-weight: 500;
        margin-bottom: 20px;
        text-decoration: underline;
    }
    tfoot td:nth-of-type(1){ border-top:0 }
	tfoot td:nth-of-type(2){  border-top:0 }
	
	/*
	Label the data
	*/
	tbody td:nth-of-type(1):before { content: "Montaż"; }
	tbody td:nth-of-type(2):before { content: "Cena"; }
    tbody td:nth-of-type(3):before { content: "Ilość"; }
    tbody td:nth-of-type(4):before { content: "Suma"; }

    .btns-assembly li,.btns-assembly li img {
        width:150px;
    }
    .btns-assembly li {
        margin-right:15px;
    }
    .div-text .orderBtn {
        width:100%;
    }
    .div-text h2::after, .div-text h2::before { 
        margin:0 15px;
    }
    .div-text p.info_error {
        font-size:12px !important;
        padding-left:0;
        padding-right:0;
    }
}
@media (max-width: 450px) {
    .gateway_id {
        height: initial;
        border:1px solid #c5c5c5;
        border-radius:3px;
    }
}
