#autocomplete{
    width: 100%;
    /*text-align: center;*/
}

#address-details{
    display: none;
}

.hide{
    display: none !important;
}

.main-single{
    width: 100%;
    margin: 0;
    padding: 3rem;
    align-content: center;
}

.content{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    /*padding: 2rem;*/
    /*border: 1px solid black;*/
}

.banner-img-div{
    /*margin: 0 auto;*/
    /*align-self: center;*/
    width: 100px;
}

.banner-div{
    width: 100%;
    align-content: center;
    justify-content: center;
}

.packet{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.packet-left{
    width: 50%;
    height: 100%;
    /*background-color: #2a6495;*/
    justify-content: center;
    align-items: center;
}

.packet-right, .packet-left{
    display: flex;
}
.packet-left > div > img{
    width: 100px;
    /*height: 65%;*/
}
.packet-left > div{
    margin: 2rem;
}

.packet-addendum{
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}



.packet-right{
    width: 50%;
    min-width: 350px;
    height: 100%;
    /*background-color: #f0ad4e;*/
    justify-content: center;
    align-items: center;
}

.col-left > p{
	margin: 3px 0 3px 0;
	padding-right: 5px;
}
.col-right > p{
	margin: 3px 0 3px 0;
	padding-left: 5px;
}

.col-left > *{
	text-align: right;
}
.col-right > *{
	text-align: left;
}

.col-left > p:nth-child(odd) {
  background: #FFA37D;
}

.col-right > p:nth-child(even) {
  background: #EA7C4E;
}

.packet-header{
    width: 100%;
    text-align: center;
}

#packet-text-text{
    font-size: 0.9em;
}

.includes-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
    width: 100%;
}

.includes-left, .includes-right{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.includes-left{
    background-color: #F39300;
    /*color: white;*/
}

.includes-appendix{
    width: 100%;
    padding-bottom: 3rem;
}

.includes-appendix > span{
    width: 100%;
    /*padding: 3rem;*/
}

.li-check {
    list-style-image: url(../pics/check2.png);
}

.btn-secondary{
    color: black;
    background-color: #F39300;
    border-radius: 0;
    border: 0;
}

.installation-div{
    padding: 0 2rem 0 2rem;
}

.obligatory{
    color: red;
}

.strike{
    text-decoration: line-through;
}

.modal-header{
 justify-content: center;
}

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid #da5a24;
  /*border-radius: 50%;*/
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*IPAD*/
@media only screen
and (min-width : 768px)
and (max-width : 1024px){

}
@media only screen
and (max-width : 860px){
    .packet{
        flex-direction: column;
        height: auto;
    }
    .packet-left, .packet-right{
        padding: 1rem 0 1rem 0;
    }
    .includes-flex{
        flex-direction: column;
        height: auto;
    }
    .includes-left, .includes-right{
        width: 100%;
    }
    .includes-right, .includes-appendix{
        padding-left: 0;
        padding-right: 0;
    }
    .includes{
        justify-content: left;
    }
    .main-single{
        padding: 1rem;
    }
}
