.product-comparison-container {
    /*max-width: 90%;*/
    margin: 0 auto;
    padding: 40px 20px;
}
.product-comparison-header-container {
    text-align: center;
}
/*.product-comparison-header-container h2 {*/
/*    font-size: 2rem;*/
/*    font-weight: 400;*/
/*    margin-bottom: 2rem;*/
/*}*/
.product-comparison-header-container .coh-wysiwyg p {
    line-height: normal;
}
.product-comparison-header-container div {
    margin-bottom: 2rem;
}
.product-specs-container .product-list {
    width: 80%;
    margin-left: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product-list .product-details{
    text-align: center;
    max-width: 12.5rem;
    flex-basis: 30%;
}
.coh-row-xl > .coh-row-inner > .coh-column.product-details {
    padding: 0;
}
.product-details .product-use p {
    padding: 0.125rem 0.25rem;
    border: 1px solid #7F7F7F;
    color: #7F7F7F;
    font-size: 0.75rem;    
    width: max-content;
    margin: 0 auto 1rem;
    border-radius: 5px;
}
.product-details img{
    max-width: 12.5rem;
    margin: auto;
    height:210px;
    object-fit: contain;
    margin-bottom: 20px;
}
.product-details .product-name p {
    font-size: 0.75rem;
    font-weight: 700;
    color: #333333;
}
.product-specification-list {
    margin: 2rem 0;
}
.product-specification{
    display: flex;
    margin: 1rem 0;
}
.product-specification  p {
    font-size: 0.75rem;
    font-weight: 700;
    color: #4D4D4F;
    margin: 0;
}
.product-specification .specification-checklist {
    display: flex;
    align-items: center;
    width: 100%;
}
.specification-checklist span {
    width: 2.5rem;
    flex-basis: 50%;
    text-align: center;
    position: relative;
}
.specification-checklist span::before {
    content: '';
    width: 1.125rem;
    height: 1.125rem;
    padding: 0.125rem;
    border: 1px solid #7F7F7F;
    background-color: #7F7F7F;
    background-clip: content-box;
    border-radius: 100%;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%);
}
.specification-checklist span.attribute-status-true::before {
  background-color: #7F7F7F;
}
.specification-checklist span.attribute-status-false::before {
  background-color: white;
}
.coh-row-inner.product-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin-left: auto;
    height: 100%;
    width: 80%;
}
.product-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    flex-basis: 30%;
    padding: 0.5rem;
    background-color: #51B5DF;
    color: white;
    font-size: 0.8125rem;
}
.product-links a:hover {
    background-color: #2083AC;
}

.compare-tooltip-description p{
    font-size: 16px !important;
    font-weight: normal;
    color: #000;
}

@media only screen and (min-device-width: 768px) {
    .product-comparison-container {
        /*max-width: 70%;*/
        padding: 80px 0px;
    }
    .product-specs-container .product-list {
        width: 75%;
    }
    .product-details .product-name p{
        font-size: 1rem;
    }
    .product-specification p {
        font-size: 14px;
        line-height:24px;
    }
    .coh-row-inner.product-links {
        width: 75%;
    }
    .product-links a {
        padding: 1rem;
    }
}
/* stylings made by Nithin */
.product-specification{
    margin: 1rem 1rem;
}
.product-specification .specification-checklist{
  display:flex;
  column-gap:5px;
}
.attribute-status-ipad{
  display:none;
}
.product-specification-list {
    margin: 2rem 0;
}
.coh-row-inner .product-list{
  margin-right:0;
}
@media screen and (max-width: 820px){
	.specification-checklist span {
    flex-basis: 25%;
}
.product-details img{
		height:130px;
}
  .product-specification-list {
    margin: 0;
  }
  .coh-inline-element.attribute-status-true.attribute{
      display:none;
  }
  .coh-inline-element.attribute-status-false.attribute{
      display:none;
  }
  .product-specification .specification-checklist{
  column-gap:0px;
}
  .attribute-status-ipad{
      display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-basis:50%;
    padding: 9px 0;
    border-right: 10px solid white;
  }
  .attribute-status-ipad>p{
      font-size:14px;
      width: -webkit-fill-available;
    	padding-left: 10px;
  }
  .attribute::before{
      display:none;
  }
  .product-specification{
    margin: 0;
}
}
@media screen and (max-width: 540px){
  .product-specs-container .product-list{
      justify-content:space-between;
    flex-wrap: inherit;
    position: relative;
    left: 10px;
    column-gap:35px;
  }
  .product-details img{
		height:180px;
}
  .product-list .product-details{
      max-width:14.5rem;
  }
  .attribute-status-ipad{
      background:none;
      min-width:260px;
  }
  .product-specification  p {
    font-weight: 400;
}
}
