#compareproducts {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.productName {
    padding: 6px 0 0 0;
    color: #555;
    background-color: #eee;
    z-index: 99999;
    /* width: calc((100% - 20px) / 4); */
    display: inline-block;
    border-style: none !important;
    vertical-align: top;
}
.productImg,
.productName{
    border-style: groove;
    border-color: #E3E3E3;
    border-width: 1px;
    border-collapse: collapse;
}
.productName a {
    color: #4B3C23;
    border-style: none;
    text-decoration: none
}
.productName a:HOVER {
    color: #C67171;
    border-style: none;
    text-decoration: underline
}
/* //duplicate class */
.productName {
    padding: 6px 0 0 0;
    color: #555;
    background-color: #eee;
    z-index: 99999;
    display: inline-block;
    border-style: none !important;
}
.productImg {
    padding: 0 0 0 0;
    width: calc((100% - 20px) / 4);
    /*changed by shivam*/
    height: 100px;
    background-color: #fff;
    display: inline-table;
    border: 0px !important;
    text-align: center;
}
/* .productImg {
    display: none;
} */
.childmanufact {
    display: inline-block;
    font-size: 13px;
}
.copyUrlandSendMail {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width:100%;
}
.sendMailDiv {
    margin-top: 5px;
    margin-left: 5px;
}
.productTitle {
    padding: 6px 0 0 0;
    color: #555;
    background-color: #eee;
    z-index: 99999;
    width: calc((100% - 20px) / 4);
    display: inline-block;
    border-style: none !important;
    margin-bottom: 5px;
}
.productTitle {
    border-style: groove;
    border-color: #E3E3E3;
    border-width: 1px;
    border-collapse: collapse;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}
img.close {
    /* Position the close button */
    float: right;
    margin: -19px 0px 0 0;
    /*changed by shivam*/
}
.productImg_Comp {
    margin-right: 5px;
    padding: 0 0 0 0;
    height: fit-content;
    background-color: #fff;
    display: inline-block;
    border-style: groove;
    border-color: #E3E3E3;
    border-width: 1px;
    border-collapse: collapse;
}
.templateHeader {
    min-width: 1010px;
    width: 1490px;
    max-width: calc(100% - 10px);
    min-height: 350px;
    margin-top: 2px;
    padding: 5px 5px 10px 5px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px
}
.tdCompareKey_comppage {
    width: calc(100% - 20px);
    font-size: 20px;
    color: #555;
    text-align: left;
    padding-left: 1px;
    background-color: #eee;
    margin-bottom: 10px;
    border-radius: 6px;
}
.tdCompareKey_comppage {
    border-style: groove;
    border-color: #E3E3E3;
    border-width: 1px;
    border-collapse: collapse;
    /* text-align: center */
}
.catogorystyle {
    margin-top: 3px;
    font-size: 13px;
    line-height: 14px;
}
.manufacdetails {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}
.productstyle {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}
.productName1 {
    padding: 3px 0;
    color: #555;
    background-color: #eee;
    z-index: 99999;
    width: calc(100% - 20px);
    display: inline-block;
}
.productName1 h3, .productName2 h3, .productName3 h3, .productName4 h3 {
    font-weight: normal;
}
.productName2 {
    padding: 3px 0;
    color: #555;
    background-color: #eee;
    z-index: 99999;
    width: calc((100% - 20px) / 2);
    display: inline-block;
    margin-bottom: 0px;
}
.productName3 {
    padding: 3px 0;
    color: #555;
    background-color: #eee;
    z-index: 99999;
    width: calc((100% - 20px) / 3);
    display: inline-block;
}
.productName4 {
    padding: 3px 0;
    color: #555;
    background-color: #eee;
    z-index: 99999;
    width: calc((100% - 20px) / 4);
    display: inline-block;
}
.productImg1 {
    width: calc(100% - 0px);
}
.productImg2 {
  width: calc((100% - 25px) / 2);
}
.productImg3 {
  width: calc((100% - 25px) / 3);
}
.productImg4 {
  width: calc((100% - 25px) / 4);
}

.copytoClipboardBtn {
    cursor: pointer;
    background-color: #2272FF;
    border: navajowhite;
    color: white;
    padding: 8px;
    border-radius: 4px;
}
@media only screen and (max-width: 400px) {
    .productTitle {
        width: calc((100% - 20px) / 1) !important;
    }
    .productImg_Comp {
        display: none;
    }
    .productName2 {
        width: calc((100% - 20px) / 1);
    }
    .productName3 {
        width: calc((100% -20px)/ 1);
    }
    .productName4 {
        width: calc((100% - 20px)/ 1) !important;
    }
}
@media only screen and (max-width: 500px) and (min-width: 400px) {
    .comp_prodImg {
        width: 90px !important;
        height: 90px !important;
    }
    .productName2 {
        width: calc((100% - 20px) / 2);
    }
    .productName3 {
        width: calc((100% - 20px) / 3);
    }
    .productName4 {
        width: calc((100% - 20px) / 4);
    }
}
@media screen and (min-width: 500px) {
    /* .productTitle {
        padding: 6px 0 0 0;
        color: #555;
        background-color: #eee;
        z-index: 99999;
        width: calc((100% - 20px) / 2);
        display: inline-block;
        border-style: none !important;
        margin-bottom: 5px;
      } */
}
@media screen and (min-width: 300px) and (max-width: 900px) {
    .productTitle {
        width: calc((100% - 20px) / 1);
        margin-bottom: 5px;
        display: inline-block;
        border-style: none !important;
        padding: 3px 0;
        color: #555;
        background-color: #eee;
        z-index: 99999;
    }
    .productImg_Comp {
        display: none !important;
    }
    .tdCompareKey_comppage {
        width: calc(100% - 20px);
        font-size: 20px;
        color: #555;
        text-align: left;
        padding-left: 1px;
        background-color: #eee;
        margin-bottom: 10px;
        border-radius: 6px;
    }
}
@media screen and (min-width:800px) {
    /* .productName {
      padding: 6px 0 0 0;
      color: #555;
      background-color: #eee;
      z-index: 99999;
      display: inline-block;
      border-style: none !important;
    } 
    .productTitle {
        padding: 6px 0 0 0;
        color: #555;
        background-color: #eee;
        z-index: 99999;
       width: calc((100% - 20px) / 4);
        display: inline-block;
        border-style: none !important;
        margin-bottom: 5px;
    } 
   .comp_prodImg {
        width: 100px !important;
        height: 100px !important;
    } */
}

.sendmaillink {
    cursor: pointer;
}
