/*===compare_sec_1 start===*/
.compare_sec_1{
    .compareCardBox{
        border-radius: 20px;
        background-color: #ffffff;
        overflow: hidden;
        box-shadow: 4px 3px 23px #3a7d9326;
        padding: 5px 0 0 0;
        position: relative;
        z-index: 1;
        .fa.fa-close.reset_product{
            font-size: 20px !important;
            background-color: #000;
            width: 35px;
            height: 35px;
            border-radius: 10px;
            position: absolute;
            right: 20px;
            top: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--orange) !important;
        }
        .compareCardImg {
            height: 225px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            padding: 5px;
            .circleImgItem {
                height: 300px;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                .circleImgInner {
                    margin: 0 auto;
                    width: 100px;
                    border-radius: 5px;
                    border: 2px dotted #0000005e;
                    padding: 10px;
                    background-color: #cccccc40;
                    justify-content: center;
                    align-items: center;
                    font-size: 30px;
                    color: #020202;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    img{
                        width: 100%;
                    }
                }
            }
        }        
        p{
            margin-bottom: 20px;
        }
        .compareCardCont{
            padding: 0 15px 20px;
            span{
                display: block;
                &.select2-container{
                    width: 100% !important;
                    position: relative !important;
                    border: none;
                    border-radius: 10px;
                    .select2-selection__placeholder{
                        height:auto;
                        display: flex;
                        align-items: center;
                        padding: 0 0px;
                        color: #999;
                    }
                }
                .select2-selection__arrow{
                    position: absolute;
                    top: 0;
                    right: 10px;
                    width: 20px;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    b{
                        display: none !important;
                    }
                    &::after{
                        content: "\f0dd";
                        position: absolute;
                        top: 45%;
                        left: 50%;
                        font-size: 12px;
                        font-family: "FontAwesome";
                        transform: translate(-50%, -50%);
                        height: auto;
                        color: #999;
                    }
                }
            }            
            .compareCat{
                margin-bottom: 10px;
                &:last-child{
                    margin-bottom: 0px;
                }
            }
            .select2-container .select2-selection--single .select2-selection__rendered{
                border: none;
                padding: 6px 10px;
            }
            .select2-container .select2-selection--single{
                height: auto;
                border-radius: 10px;
            }
            .select2-container--default.select2-container--disabled .select2-selection--single {
                background-color: #fff;
            }
            .select2-container--default .select2-selection--single .select2-selection__clear {
                cursor: pointer;
                float: right;
                font-weight: 500;
                height: 30px;
                margin-right: 25px;
                padding-right: 0px;
                color: var(--orange);
                font-size: 24px;
                margin-top: 5px;
            }
        }
        .compareImgDiv {
            height: auto;
            padding: 5px 10px 20px;
            .compareImg {
                height: auto;
                width: 100%;
                height: 320px;
                border-radius: 22px;
                overflow: hidden;
                padding: 0px;
                a{
                    display: none;
                }
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center center;
                }
            }
            h5 {
                margin-bottom: 10px;
                width: 100%;
                margin-top: 10px;
                text-align: center;
                color: #666666;
            }
            h6 {
                font-weight: 600;
                width: 100%;
                text-align: center;
                color: #494949;
                font-weight: 600;
            }
        }
    }
    .compareNote{
        background-color: #000;
        padding: 10px 20px;
        border-radius: 10px;
        margin-top: 20px;
        #comparison-mandate {
            color: rgb(249, 165, 26);
            display: block;
            font-size: 17px;
            text-align: center;
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
        }
    }
    .hidden{
        display: none !important;
    }
    }
    .loading{
        display: none;
    }
    /*===compareAbout start==*/
    .compareAbout{
        .secH{
            margin-bottom: 20px;
        }
    }

@media (max-width:1600px) {
    .compareSec{
        .container {
            max-width: 1600px;
            padding-left: 50px;
            padding-right: 50px;
        }
    }
}
@media (max-width:991px) {
    #product-box-3{
        display: none;
    }
}
@media (max-width:768px) {
    .compareSec {
        .container {
            padding-left: 25px;
            padding-right: 25px;
        }
    }
    .compareAbout{
        padding-top: 0px;
    }
}
@media (max-width:767px) {
    #product-box-1{
        margin-bottom: 20px;
    }
    .compare_sec_1 {
        .compareCardBox {
            .compareImgDiv {
                .compareImg {
                    height: auto;
                }
            }
        }
    }
}
@media (max-width:480px) {
    .compareSec {
        .container {
            padding-left: 10px;
            padding-right: 10px;
        }
    }
    
}