/* All Devices styles start */
#powerbankCalculator {
padding: 0 0 40px 0;
}
#main p {
text-align: center;
}
.totalChargesHeader {
text-align: center;
padding: 20px 0 10px 0;
margin: 40px 0 0 0;;
}
.pbTopButtons {
grid-column-gap: 20px;
grid-row-gap: 10px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-columns: 1fr;
width: 100%;
display: grid;
}
.pbTopButtons .button {
position: relative;
height: 40px;
border: solid 1px #e84e0e;
border-radius: 3px;
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
}
.pbTopButtons .button .text {
display: block;
width: 100%;
padding: 5px 10px;
color: #fff;
text-align: center;
}
.pbTopButtons .button.active {
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
cursor: pointer;
}
.pbTopButtons .button .dropDown {
position: absolute;
top: 38px;
left: 0;
right: 0;
border: solid 1px #e84e0e;
border-radius: 3px;
padding: 10px;
background-color: #231f20;
z-index: 100;
}
.pbTopButtons .button .dropDown a {
display: block;
padding: 3px 0 4x 0;
}
.pbTopButtons .button .dropDown a.active {
color: #fff;
}
.pbCapacity {
text-align: center;
padding: 10px 0 10px 0;
}
.noOfCharges {
width: 60%;
border: solid 2px #e84e0e;
margin: 0 auto 15px auto;
min-height: 45px;
text-align: center;
color: #fff;
padding: 5px 0;
font-size: 25px;
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
}
.noOfCharges.active {
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
cursor: pointer;
}

.pbTotalCharges {
grid-column-gap: 20px;
grid-row-gap: 20px;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-auto-columns: 1fr;
width: 100%;
display: grid;
}
.pb_item .productImage {
border: solid 2px #e84e0e;
background-color: #231f20;
border-radius: 0;
justify-content: center;
align-items: center;
width: 100%;
height: 300px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 6px;
padding: 19px;
display: flex;
overflow: hidden;
}
.pb_item .productName {
font-size: 20px;
font-weight: normal;
margin: 0 0 5px 0;
}


/* All Devices styles end */


/* 800px - 1024px start */
@media (min-width: 768px) and (max-width: 1023px) {

 .pb_item .productImage {
 height: 200px;
 }

}
 
/* 800px - 1024px end */



/* 800px - 1024px Tablet Portrait start */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1)and (orientation:portrait) {

 .pb_item .productImage {
 height: 200px;
 }

}
/* 800px - 1024px Tablet Portrait end */






/* 1024x - 1200 start */
@media (min-width: 1024px) and (max-width: 1210px) {

 .pb_item .productImage {
 height: 200px;
 }
 
}
/* 1024x - 1200 end */








/* 1200+ start */
@media (min-width: 1210px) {

}
/* 1200+ end */



/* 1600+ start */
@media (min-width: 1600px) {
  
  
}
/* 1600+ end */




/* Mobile start */
@media (max-width: 767px) {

 .pbTopButtons {
 grid-template-columns: 1fr 1fr;
 }
 .pbTopButtons .button.model { 
 grid-column: 1 / span 2;
 }
 .pbTotalCharges {
 display: block;
 }
 .pb_item {
 grid-template-columns: 1fr 1fr;  
 display: grid;
 margin: 0 0 20px 0;
 }
 .pb_item .pbCharges {
 grid-area: 1 / 2;
 }
 .pb_item .product {
 grid-area: 1;
 }
 .pb_item .productImage {
 height: 250px;
 }
 .pb_item .productImage img {
 width: 80%;
 }
 .noOfCharges {
 min-height: 55px;
 font-size: 30px;
 padding-top: 10px;
 }

}
@media (max-width: 450px) {  

 .pb_item {
 margin: 0 0 10px 0;
 }
 .pb_item .productImage {
 height: 150px;
 }

  
}

/* Mobile end */
