﻿.com-avail, .com-not-avail {
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compareTable table tbody tr th strong svg {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    transform: rotateY(180deg)
}

    .compareTable table tbody tr th strong svg path {
        fill: #003578;
        stroke: #003578
    }

.mobileshow {
    display: none
}

.com-avail:before, .com-not-avail:before {
    display: none
}

.pages-wrapper table tbody tr:first-child {
    background: 0 0;
    color: #777
}

.compareTable table {
    margin-bottom: 0 !important
}

    .compareTable table tbody tr:first-child th, .compareTable thead tr th:first-child {
        width: 280px !important
    }

.compareTable thead tr th {
    border-left: 1px solid #eef2f5;
    background: #4c6eae;
    color: #949494;
    text-align: center;
    padding: 21px 18px 25px;
    color: #474b53;
    line-height: 1.7;
    font-size: 12pt;
}

.compareTable tbody tr td {
    width: 19%;
    font-size: 10.5pt;
    padding: 10px 15px;
    color: #333
}

.compareTable {
    position: relative;
    text-align: center;
    line-height: 1.5
}

    .compareTable:after {
        content: '';
        clear: both;
        display: table
    }

    .compareTable:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 280px;
        bottom: 0;
        border-radius: 5px;
        box-shadow: 0 0 35px rgba(0,0,0,.09);
        content: '';
        z-index: 2
    }

    .compareTable .popover {
        font-family: IRANSans;
        border: 0;
        width: 700px;
        max-width: 800px;
        padding: 10px;
        display: block;
        transition: .8s;
        opacity: 0;
        -webkit-transform: translateY(calc(-100% + 10px));
        -moz-transform: translateY(calc(-100% + 10px));
        -ms-transform: translateY(calc(-100% + 10px));
        transform: translateY(calc(-100% + 10px));
        color: #333;
        z-index: -1
    }

        .compareTable .popover.open {
            opacity: 1;
            z-index: 20;
        }

    .compareTable table tbody tr th {
        font-size: 11.5pt;
        color: #003578;
        position: relative;
        font-weight: 400;
    }

        .compareTable table tbody tr th strong {
            cursor: help;
            font-size: 11.5pt;
            color: #000;
            font-weight: 500;
            margin-right: 40px;
            display: block;
        }

i.mdi.mdi-comment-question-outline {
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 18pt;
    color: var(--color-orange);
    line-height: 1;
    height: 28px;
    bottom: 0;
    margin: auto;
}

a.productrefer {
    position: relative;
    z-index: 3;
    display: block
}

.compareTable tr.description {
    background: #c4d2d7;
    color: #000;
    text-align: center;
    display: none
}

    .compareTable tr.description td {
        padding: 20px 0
    }

.pages-wrapper .compareTable table tbody tr {
    background: #fff
}

    .pages-wrapper .compareTable table tbody tr:nth-child(odd) {
        background: #eee;
    }


.btnSales {
    margin: 10px auto 0;
    box-shadow: #000;
    background: #01267f;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 12;
    border-radius: 15px;
    font-size: 12pt;
    display: block;
    font-weight: normal;
    width: 130px;
    line-height: 2;
}

.btnSales i.mdi.mdi-cart {
    transform: rotatey(180deg);
    display: inline-block;
    margin-left: 5px;
}
    .btnSales::before, .btnSales::after {
        border: 0 solid transparent;
        box-sizing: border-box;
        content: '';
        pointer-events: none;
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0;
        border-radius: 15px;
        right: 0;
    }

    .btnSales::before {
        border-bottom-width: 2px;
        border-left-width: 2px;
    }

    .btnSales::after {
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .btnSales:hover {
        color: #ffe593;
        background: #4caf50;
    }

        .btnSales:hover::before, .btnSales:hover::after {
            border-color: #ffe593;
            transition: border-color 0s, width 0.25s, height 0.25s;
            width: 100%;
            height: 100%;
        }

        /*.btnSales:hover::before {
            transition-delay: 0s, 0s, 0.25s;
        }

        .btnSales:hover::after {
            transition-delay: 0s, 0.25s, 0s;
        }*/



@media only screen and (max-width:1200px) {
    .compareTable table tbody tr:first-child th, .compareTable thead tr th:first-child {
        width: 200px !important
    }

    .compareTable:before {
        right: 200px
    }
}

@media only screen and (max-width:992px) {
    .compareTable table tbody tr:first-child th, .compareTable thead tr th:first-child {
        width: 160px !important
    }

    .compareTable table tbody tr th, .compareTable table tbody tr th strong {
        font-size: 10.5pt
    }

    .compareTable:before {
        right: 175px
    }

    .compareTable thead tr th {
        padding: 20px 10px;
        font-size: 10pt
    }
}

@media only screen and (max-width:768px) {
    .btnSales {
        width: auto;
        font-size: 9pt;
    }

    .mobileNone {
        display: none
    }

    .mobileShow {
        display: flex
    }

    a.productrefer img {
        display: none
    }

    .compareTable thead tr th {
        border-top: 1px solid #eef2f5
    }

        .compareTable thead tr th:first-child {
            border-top: 0
        }

        .compareTable table tbody tr:first-child th, .compareTable thead tr th:first-child {
            width: 250px !important
        }

    .compareTable {
        background: #fff
    }

        .compareTable:before {
            display: none
        }

        .compareTable table tbody tr th, .compareTable table tbody tr th strong {
            font-size: 9.5pt;
            padding: 10px 0;
        }

            .compareTable table tbody tr th strong svg {
                width: 11px;
                height: 11px;
                vertical-align: inherit
            }

        .compareTable tbody tr td {
            font-size: 9pt;
            padding: 10px
        }

        .compareTable .popover {
            width: 500px;
            max-width: 500px
        }

        .compareTable thead tr th {
            padding: 10px 5px;
            font-size: 9pt
        }

    .com-avail, .com-not-avail {
        display: block !important;
        margin-bottom: -9px
    }

    .compareTable table tbody tr th strong svg {
        width: 12px;
        height: 12px
    }

    .compareTable .popover {
        font-size: 10pt
    }

    .com-not-avail svg {
        width: 10px;
        height: 10px
    }

    .com-avail svg {
        width: 15px;
        height: 15px
    }
}
@media only screen and (max-width: 615px){
    .productrefer{
        min-height:40px;
    }
}
@media only screen and (max-width:580px) {
    .compareTable .popover {
        width: 350px;
        max-width: 350px
    }
}

@media only screen and (max-width:480px) {
    .btnSales {
        font-size: 8pt;
        min-width:35px;
    }
    .btnSales i.mdi.mdi-cart{
        display:none;
    }
    .compareTable tbody tr td {
        font-size: 7pt;
        padding: 2px 0
    }

    .com-avail:before {
        font-size: 12px
    }

    .compareTable table tbody tr th, .compareTable table tbody tr th strong {
        font-size: 8.5pt;
        font-weight: 400;
        color: #666666;
        padding: 15px 0;
    }

    .pages-wrapper table tbody tr th {
        padding: 0
    }

    .compareTable thead tr th {
        padding: 5px
    }

    .productrefer {
        font-size: 8pt;
        color: #000;
        font-weight: 400
    }

    .compareTable table tbody tr:first-child th, .compareTable thead tr th:first-child {
        width: 80px !important
    }

    .compareTable table tbody tr th strong svg {
        width: 9px;
        height: 9px
    }

    .compareTable .popover {
        font-size: 9pt
    }

    .com-avail, .com-not-avail {
        margin-bottom: -5px
    }
}

@media only screen and (max-width:420px) {
    .compareTable .popover {
        width: 280px;
        max-width: 280px
    }
}

.compareTable a {
    word-break: normal;
    color: #f1f1f1;
}
