.cardMargin{
    
    border: none !important;
    position: relative; 
    margin-bottom:20px;
    margin-top:20px;
}
.addButton
{
    width: 30px;
    height: 30px;
    border: 1px solid black;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    
}
.btnColor{
    background-color: white !important;
    border: 1px solid #0097ba !important;
    color: #0097ba !important;
}

.addButtonCircular
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.headerPosition{
    position: fixed !important;
    width: 100%;
}

.navPosition{
    height: 90% !important;
    top: 10%;
}

.rangeboxPadding{
    padding:0px 0px 0px 8px !important;
}

.descHeight{
    min-height:72px;
}

@media only screen and (min-width:1367px){
.w3-col.xl1{width:8.33333%}
.w3-col.xl2{width:16.66666%}
.w3-col.xl3,.w3-quarter{width:24.99999%}
.w3-col.xl4,.w3-third{width:33.33333%}
.w3-col.xl5{width:41.66666%}
.w3-col.xl6,.w3-half{width:49.99999%}
.w3-col.xl7{width:58.33333%}
.w3-col.xl8,.w3-twothird{width:66.66666%}
.w3-col.xl9,.w3-threequarter{width:74.99999%}
.w3-col.xl10{width:83.33333%}
.w3-col.xl11{width:91.66666%}
.w3-col.xl12{width:99.99999%}}

.rotateBtn{
    -webkit-transform : rotate(45deg); 
    -moz-transform : rotate(45deg); 
    -ms-transform : rotate(45deg); 
    -o-transform : rotate(45deg); 
    transform : rotate(45deg); 
}

.comparePanle{
    width: 100%;
    display: none;
    background-color: #4ec2bd;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 3;
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    /*-webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);*/
}

.cmprBtn.pro-compare-btn {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background: transparent;
    border: none;
    box-shadow: none;
}
.cursor{
    cursor: pointer;
}
.addedForComparision{
    position: relative;
}
.popup{
    padding-top:50px !important; 
}

.lmodPos{
   width: 100% !important;
    height: 100% !important;
    display: none;
    background-color: #737373;
    position:fixed;
    left: 0;
    top: 0;
    z-index: 3;
}
.modPos{
    padding-top: 25px !important;
}
.contentPop{
    width: 80%;
    margin-left: 10%;
    height: 80%;
}
.responsiveImg{
    width: 100%;
}
.headerMargin{
    margin: 0 !important;
}

.warningModal{
    position: absolute;
    width: auto !important;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-family:'Segoe UI Symbol';
}
.relPos{
    position:relative !important;
}

.w3-hexagonBlue{
    background-color:#2a96ba;
    color:white;
}

.checkBoxalign{
    position: absolute !important;
    right: 60px;
}





/* end only demo styles */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: white;
    color: black;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

a.compare-proTitle {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #515151;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.compare-product-item {
    /* background: #fff; */
    border-radius: 8px;
    background-color: #ffffff;
    display: inline-block;
    width: 25%;
    margin-right: 20px;
    padding: 10px 20px;
}

.compare-product-item .compare-product-box {
    display: flex;
    align-items: center;
}

a.w3-closebtn.compare-remove span {
    margin-right: 14px;
    font-size: 22px;
}