.drp .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.product-part1 {
	width: 100%;
	height: auto;
	display: block;
}

.product-part {
    display:block;
    margin-right: 10px;
    width: 100%; /* Set a fixed width for better display */
    height: 100%; /* Set a fixed height for better display */
}

.form-group select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    width: 100%;
}

.form-group{
    margin-bottom: 15px;
    text-align: left!important;
}
.form-group input{
    width: 323px;
}

.form-group #quantity{
	text-align: center;
    min-height: 35px;
	}
	
.form-group input[type=number] {
    width: 70px;
    border-radius: 20px;
	padding: 0.55em
}	
	
/* Styles for the popup */
.popup {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content:center;
    align-items:center;
    z-index:99999!important;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
	
.drp-ul {
    list-style:none!important;
    margin-left:0px!important;
}

.drp-ul td {
    vertical-align: middle!important;
}

.drp-ul .prd-img {
    width:100px;
    
}



.row .col-md-6 {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

a.anchor-btn{
    cursor: pointer;
    background-color: #0274be;
    color: white;
    padding: 9px 15px;
    text-align: center;
    font-size: 0.9rem!important;
    text-decoration: none!important;
    display: inline-block;
    border-radius: 20px;
} 

 a.anchor-btn:hover {
	background-color: #000 !important;
	 color: #fff;
} 

.prd-select{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-left: 0;
}


.prd-select li {
    float: left;
    display: block;
    text-decoration: none;
    max-width: 50%;
    width: 100%;
}

#caseSizeDisplay {
	font-weight: 700;
}

#productImageContainer {
	background-image: url(https://glassdropperbottles.com/images/bg-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px;
	background-position: center;
    border-radius: 15px;
    /*background: linear-gradient(0deg, rgb(255 255 255 / 30%), rgb(0 0 0 / 43%));*/
    /* background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)); */
    /* background: linear-gradient(0deg, rgba(240, 240, 240, 0.7), rgba(255, 255, 255, 0.7)); */

}

@media only screen and (max-width:600px) {
 .form-group input {
	width: 323px;
}
#productImageContainer {
    margin: 0px 0px 20px 0px!important;
}

.row .col-md-6 {
	width: 100%!important;
	display: inline-block;
	vertical-align: middle;
}

.mb-4 {
	font-size: 25px !important;
}
}
