/**
 * @author    Gopadma Technologies <info@gopadma.com>
 * @copyright Since 2017 Gopadma Technologies PVT LTD
 */
 .compare_desc.mb-4 {
    text-align: center;
}
span#units_block {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Nunito-Bold';
}
.custom-price-and-shipping span#gp_regular_price {
    color: #fff;
    line-height: 20px;
    margin-right: 0;
    transition: .5s;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    text-decoration: line-through;
}
.product-link-block a.button.btn.btn-default:hover .custom-price-and-shipping span#gp_regular_price {
    color: #010A25;
}
.custom-price-and-shipping span#gp_price {
    font-family: 'Poppins-Bold';
    font-size: 20px;
    line-height: 20px;
}
.compare_desc.mb-4 p {
    line-height: 26px;
    font-size: 17px;
    font-family: 'Raleway-Regular';
    font-variant-numeric: lining-nums;
    color: rgba(58, 65, 65, 1);
}
.divider span.divider-separator {
    background: rgba(221, 221, 221, 0.8);
    height: 1px;
    width: 300px;
    margin: 0;
}
.compare_desc.mb-4 p strong{
    font-family: 'Raleway-Bold';
    font-weight: normal;
}
.category_product_select_block {
    width: 47%;
    margin-bottom: 85px;
    padding: 0 82px;
}
.product_pricecompare {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_msquare_description span.desc strong {
    font-family: 'Nunito-ExtraBold';
    margin: 0 0 0 7px;
}
.product_msquare_description span.desc {
    color: rgba(58, 65, 65, 1);
    font-family: 'Nunito-SemiBold';
    font-size: 18px;
    line-height: 26px;
}
.product_msquare_price {
    text-align: center;
    padding: 45px 0 0;
}
.price_compare_img.price_compare_left_img img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}
.price_compare_left, .price_compare_right {
    border: 1px solid rgba(217, 217, 217, 0.3);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 512px;
    height: 365px;
    padding: 60px 45px 50px;
    position: relative;
}
h2#gp_fgc_double_price {
    padding-top: 20px;
}
.price_compare_img {
    position: absolute;
    top: -40px;
}
.product_compare_block {
    margin-bottom: 118px;
}
.category_product_select_block .title {
    color: rgba(58, 65, 65, 1);
    font-size: 18px;
    font-family: 'Nunito-SemiBold';
    line-height: 26px;
    margin-bottom: 10px;
}
#module-gp_fiftygrass_comparateur-compare #wrapper {
    padding-top: 50px;
}
.product_pricecompare .product-link-block {
    padding: 0px 15px;
    margin-top: 31px !important;
}
.versus {
    color: rgba(58, 65, 65, 1);
    font-family: 'Rubik-ExtraBold';
    font-size: 70px;
    line-height: 42px;
}
.price_compare_center {
    width: 145px;
    text-align: center;
}
.product_compare_block .divider {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span#gp_fgc_price, #gp_fgc_double_price {
    color: rgba(58, 65, 65, 1);
    font-size: 40px;
    font-family: 'Poppins-Bold';
    line-height: 60px;
}
.msquare_regularprice {
    color: rgba(106, 110, 115, 1);
    font-size: 20px;
    font-family: 'Poppins-Regular';
    line-height: 14px;
    text-decoration: line-through;
    margin-right: 10px;
}
select#gp_fgc_product_select {
    appearance: none;
    padding: 10px 20px 10px 20px !important;
    background-color: rgba(41, 41, 41, 0.05) !important;
    border: 1px solid transparent !important;
    line-height: 30px;
    min-height: 30px;
    height: auto;
    border-radius: 4px;
    font-family: 'Nunito-Bold';
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 10px;
}
@media(min-width: 981px) and (max-width:1024px){
    .price_compare_left, .price_compare_right {
        width: 408px;
        height: 345px;
        padding: 60px 35px 50px;
    }
    .compare_desc.mb-4 p {
        font-size: 15px;
    }
    .category_product_select_block {
        width: 60%;
    }
    .product_compare_block .divider {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .product_msquare_description span.desc {
        font-size: 16px;
        line-height: 24px;
    }
    span#gp_fgc_price, #gp_fgc_double_price {
        font-size: 36px;
        line-height: 50px;
    }
    .product_pricecompare .product-link-block {
        padding: 0;
    }
    .product_pricecompare .product-link-block a.button.btn.btn-default {
        font-size: 16px;
        line-height: 18px;
    }
    .custom-price-and-shipping span#gp_price {
        font-size: 16px;
        line-height: 18px;
    }
    .product_pricecompare .product-link-block i.far.fa-circle-right {
        margin-left: 8px !important;
    }
    .product_compare_block {
        margin-bottom: 68px;
    }
}
@media(min-width: 768px) and (max-width:980px){
    .category_product_select_block {
        width: 100%;
    }
    .price_compare_left, .price_compare_right {
        width: 320px;
        height: 305px;
        padding: 50px 20px 40px;
    }
    .product_msquare_description span.desc {
        font-size: 14px;
        line-height: 22px;
    }
    span#gp_fgc_price, #gp_fgc_double_price {
        font-size: 30px;
        line-height: 50px;
    }
    .msquare_regularprice {
        font-size: 12px;
        margin-right: 5px;
    }
    .product_pricecompare .product-link-block {
        padding: 0;
    }
    .price_compare_center {
        width: 80px;
    }
    .price_compare_img.price_compare_left_img img {
        width: 55px;
        height: auto;
    }
    .compare_desc.mb-4 p {
        line-height: 26px;
        font-size: 14px;
    }
    .product_compare_block .divider {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .price_compare_img {
        top: -35px;
    }
    .price_compare_img.price_compare_right_img img {
        width: 175px;
        height: auto;
    }
    .product_pricecompare .product-link-block a.button.btn.btn-default {
        font-size: 12px;
    }
    .custom-price-and-shipping span#gp_price {
        font-size: 15px;
        line-height: 16px;
    }
    .custom-price-and-shipping span#gp_regular_price {
        line-height: 16px;
        font-size: 10px;
    }
    span#units_block {
        font-size: 9px;
        line-height:20px;
    }
    .versus {
        font-size: 50px;
        line-height: 35px;
    }
    .product_compare_block {
        margin-bottom: 68px;
    }
}
@media (max-width: 767px) {
    .product_pricecompare {
        flex-flow: column;
        padding: 0 15px;
    }
    .price_compare_left {
        width: 100%;
        height: auto;
        padding: 38px 15px 40px;        
    }
    .price_compare_right {
        padding: 55px 15px 40px;
        width: 100%;
        height: auto;
    }
    .product_pricecompare .product-link-block {
        padding: 0;
        margin-top: 35px !important;
    }
    .msquare_regularprice {
        font-size: 15px;
    }
    .product_msquare_price {
        padding: 30px 0 0;
    }
    .product_compare_block {
        margin-bottom: 68px;
    }
    .custom-price-and-shipping span#gp_price {
        font-size: 16px;
    }
    .custom-price-and-shipping span#gp_regular_price, span#units_block {
        font-size: 10px;
    }
    span#gp_fgc_price, #gp_fgc_double_price {
        font-size: 31px;
        line-height: 40px;
    }
    #gp_fgc_prices .product-link-block i.far.fa-circle-right {
        margin-left: 10px !important;
    }
    .price_compare_center {
        width: 100%;
        padding: 50px 0 96px 0;
    }
    select#gp_fgc_product_select {
        line-height: 20px;
        min-height: 20px;
        font-size: 15px;
    }
    .compare_desc.mb-4 p {
        line-height: 20px;
        font-size: 15px;
    }
    #module-gp_fiftygrass_comparateur-compare header.page-header h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .category_product_select_block {
        width: 100%;
        margin-bottom: 68px;
        padding: 0 35px;
    }
    .price_compare_img {
        top: -25px;
        left: 30px;
    }
    .price_compare_img.price_compare_left_img img {
        width: 42px;
        height: 40px;
    }
    .price_compare_img.price_compare_right_img img {
        width: 160px;
        height: 40px;
    }
    .category_product_select_block .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    h2#gp_fgc_double_price {
        padding-top: 47px;
    }
    .divider span.divider-separator {
        width: 186px;
        display: block;
    }
    .product_compare_block .divider {
        padding-top: 10px;
        padding-bottom: 65px;
    }
    .product_msquare_description {
        padding: 0 15px;
    }
    .product_msquare_description span.desc {
        font-size: 15px;
        line-height: 26px;
    }
    #module-gp_fiftygrass_comparateur-compare #wrapper {
        padding-top: 0px;
    }
}
