/**
Theme Name: GoHuntingAstra
Author: GoHunting
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gohuntingastra
Template: astra
*/

.gh-pricecompare {
    font-size: 13px;
    /*border-color: darkgray;
    border: 0px solid ;*/
    border-width: 1px;
 
}

.gh-pricecompare .atkp-button {
    padding: 4px 0px;
    width: 100%;
    text-align: center;
}

.gh-pricecompare tr {
    margin-bottom: 50px;
    border-top: 1px solid;
    border-left: 1px;
    border-right: 1px;
}
.gh-pricecompare td {
    border-left: 0px;
    border-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gh-pricecompare tr:last-child { 
    border-bottom: 1px solid;
    border-left: 1px solid;
}

.gh-pricecompare .atkp-price {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 18px;
}
.gh-pricecompare .atkp-text {
    font-size: 0.9em;
    line-height: 18px;
}

.gh-pricecompare .head {
    padding-top: 4px ;
}

.price-to {

}

div.wpgdprc {
}

@media all and (min-width:0px) and (max-width: 568px) {
    /* put your css styles in here */
    .price-to {
        display: none;
    }
    
}

.atkp-button {
    margin: 0 auto;
    font-size: 15px;
    padding: 4px 2rem;
    display: inline-block;
    background-color: #eb5202;
    border: 1px solid transparent;
    color: #ffffff !important;
    font-weight: 400;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

/*Edit for Cashback CSS error 09 2021 */
.cbtrkr_widget .cbtrkr_grid_image img {
    max-height: 40px;
    object-fit: cover;
}

.cbtrkr_grid_image img {
    max-height: 100%;
    max-width: 100%;
}

.atkp-pricecompare-container {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.atkp-pricecompare-row {
    display: table-row;
}

.atkp-pricecompare-cell {
    display: table-cell;
}

.atkp-pricecompare-title {
    width: 41.66666667%;
    float: none;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    padding: 18px 10px;
    font-size: 13px;
}

.atkp-pricecompare-nologo .atkp-pricecompare-title {

    width: 58.33333334%;
}

.atkp-pricecompare-title > a, .atkp-pricecompare-mobile-title > a {
    text-decoration: none !important;
    color: #0b0b0b;
}

.atkp-pricecompare-mobile-title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.atkp-pricecompare-logo, .atkp-pricecompare-button {
    width: 16.66666667%;
    float: none;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    padding: 18px 10px;
    text-align: right;
}

.atkp-pricecompare-nologo .atkp-pricecompare-logo {
    display: none;
}

.atkp-pricecompare-logo img {
    max-width: 100px;
}

.atkp-pricecompare-price {
    width: 25%;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    padding: 18px 10px;
}

.atkp-pricecompare-price > .atkp-price {
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
    color: #dc3545;
}

.atkp-pricecompare-price > .atkp-stock {
    color: #7ad03a;
    font-size: 80%;
    font-weight: normal;
    line-height: 15px;
}

.atkp-pricecompare-price > .atkp-price > .atkp-shipping {
    font-size: 80%;
    font-weight: normal;
    line-height: 15px;
    display: inline-block;
}

.atkp-pricecompare-container .atkp-button {
    white-space: nowrap;
}

.atkp-shopname {
    color: #777;
    font-size: 85%;
    text-align: center;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    max-height: 50px;
}

.atkp-pricecompare-row:hover {
    background-color: #f9f9f9;
}

@media (max-width: 460px) {
    .atkp-pricecompare-mobile-title {
        display: block;
    }

    .atkp-pricecompare-title {
        display: none;
    }

    .atkp-pricecompare-nologo .atkp-pricecompare-cell {
        width: 50%
    }

    .atkp-pricecompare-cell {
        width: 33.3333%
    }

    .atkp-pricecompare-button > a {
        width: 100%;
    }
}