/* 
Theme Name: Generatepress Child Theme
Author: WPBunny 
Author URI: https://wpbunny.com/ 
Description: Generatepress Child Theme was generated by WPBunny WordPress Child Theme Generator. Last updated on 22 June, 2022
Version: 1.0.6 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: generatepress-child
Template: generatepress
*/

/* 
Start writing your custom css below 
*/

/*
    Dropdown table with Features A
*/
.aawp-product.my_table {
    padding: 0 !important;
    background: #fff;
}

.my_table-rows {
    display: block;
    width: 100%;
    float: left;
}

.my_table-thumn-column {
    width: 20% !important;
    padding: 2%;
    float: left;
}

.my_table-details-column {
    width: 60% !important;
    padding: 2%;
    float: left;
}

.my_table-price-column {
    width: 20% !important;
    padding: 2%;
    float: right;
    text-align: center;
    min-height: 152px;
}

p.my_table-product-score {
    margin: auto !important;
/*     padding: 10px; */
    font-size: 25px;
    font-weight: 600;
    color: #25a75c;
}

.my_table-more-features {
    width: 100% !important;
    padding: 2%;
    float: left;
    clear: both;
		border-top: 1px solid #ececec;
		background: #24a25a0d;
}

button.features_accordion {
    display: block;
    text-align: center !important;
    margin: auto;
    background: none;
    border: none;
    color: #383838;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: underline;
}

p.my_table-subtitles {
    margin-bottom: 10px;
    font-size: 18px;
}

.featuresPanel {
	max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
    .my_table-thumn-column, .my_table-details-column, .my_table-price-column {
        width: 100% !important;
        text-align: center;
    }

    .my_table-thumn-column img {
        border-radius: 10px;
    }
	
	.my_table-details-column p.aawp-product__title {
		margin-bottom: 0px !important;
	}

    .my_table-price-column {
        min-height: unset;
    }
}

/*
 * Products Box A with score bar
*/
h3.my-product__title {
    font-size: 150%;
    text-align: center;
}

.my-product__thumb img {
	width: 95%;
	max-width: 320px;
	height: auto;
    display: block;
    margin: 0 auto 20px;
	border-radius: 15px;
	border: 1px solid #F8F8F8;
}

ul.my-product_scores {
    list-style: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: auto !important;
    padding: 0 !important;
}

ul.my-product_scores li {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    width: 100%;
		height: 20px !important;
    background: #ccc !important;
    margin-bottom: 15px !important;
    border-radius: 20px !important;
}

ul.my-product_scores span {
    background: rgb(39 174 96 / 80%);
    height: 20px !important;
    display: block;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px !important;
    padding-left: 10px;
    color: #fff !important;
}

/*
 * Products Box B with circle scores
*/
.aawp-product.product-box-b {
    border-radius: 15px;
}

.aawp-product.product-box-b .aawp-product__ribbon--sale {
	display: none !important;
}

.product-box-b .aawp-product__ribbon--bestseller {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 35px;
    border-radius: 15px 0;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-box_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-box_title-area {
    width: 80%;
    float: left;
}

h3.product-box_title {
    font-size: 22px;
    color: #152334;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.product-box_overall-score {
    width: 20%;
    float: right;
}

.product-box_overall-score .progress-circle {
    background-color: #d3ecde;
}

.product-box-b .progress-circle span {
	-webkit-transform: scale(1.5);
	        transform: scale(1.5);
}

.product-box_overall-score .progress-circle span {
    color: #24a25a;
    font-weight: 900;
}

.product-box_overall-score .progress-circle.over50 .first50-bar {
    background-color: #24a25a;
}

.product-box_overall-score .value-bar {
    border-color: #24a25a;
    background-color: #24a25a;
}

.product-box_thumb-area {
    width: 100%;
    padding: 2%;
    float: left;
    clear: both;
    text-align: center;
    box-shadow: inset 0 -25px 50px 0 #e3e1e1;
    margin-bottom: 30px;
    border-radius: 10px;
}

a.product-box_thumb-link {
    max-width: 300px;
    display: block;
    margin: auto;
		text-decoration: none !important;
}

a.product-box_thumb-link span {
    margin: 20px auto 0 !important;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px 16px;
    background: #24a25a;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 20px;
}

.product-box_content-area {
    width: 100%;
    float: left;
    clear: both;
}

ul.product-box_scoring-index {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
}

ul.product-box_scoring-index li {
    -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

p.product-box_subheading {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-box_content-area a {
    display: block !important;
    margin: auto !important;
    text-align: center !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px !important;
    padding: 15px 35px !important;
}

@media only screen and (max-width: 767px) {
	.aawp-product.product-box-b {
    	border-radius: 10px;
	}
	.product-box-b .aawp-product__ribbon--bestseller {
		font-size: 16px;
		width: 50px;
		height: 25px;
		border-radius: 10px 0;
	}
	.product-box_header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.product-box_title-area, .product-box_overall-score {
		width: auto;
		float: none;
	}
	h3.product-box_title {
		font-size: 18px;
		-webkit-line-clamp: 3;
	}
	.product-box_overall-score {
		position: relative;
		left: calc(50% - 50px);
		top: 20px;
		-webkit-transform: scale(0.5) !important;
		        transform: scale(0.5) !important;
    	margin: auto !important;
	}
	.product-box_thumb-area {
    	margin-top: -80px;
	}

	.product-box-b .progress-circle {
		margin: auto !important;
	}

	.product-box-b .progress-circle span {
    	-webkit-transform: scale(2) !important;
    	        transform: scale(2) !important;
	}
	ul.product-box_scoring-index {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		row-gap: 20px;
		-ms-flex-line-pack: end;
		    align-content: flex-end;
	}

	ul.product-box_scoring-index li {
    	-ms-flex-preferred-size: calc(50% - 10px) !important;
    	    flex-basis: calc(50% - 10px) !important;
	}

	ul.product-box_scoring-index .progress-circle {
    	-webkit-transform: scale(0.75) !important;
    	        transform: scale(0.75) !important;
	}
}

/* row linked table template */
.aawp-product.row_linked_table {
    padding: 0 !important;
    border: 4px solid #232f3e66 !important;
    border-radius: 5px;
	margin-bottom: 40px;
}

.aawp-product.row_linked_table:hover {
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	border-color: #e4791196 !important;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
}

.row_linked_table .aawp-product__ribbon--sale {
	display: none !important;
}

.row_linked_table .aawp-product__ribbon--bestseller {
    top: -23px !important;
    left: -23px !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #232f3e;
	font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

a.row_linked_table-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none !important;
}

a.row_linked_table-product:hover {
	color: unset !important;
}

.row_linked_table-thumb, .row_linked_table-details, .row_linked_table-cta {
    padding: 2%;
}

.row_linked_table-thumb {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
	text-align: center;
}

.row_linked_table-thumb span {
    color: #e80600;
    font-size: 13px;
    line-height: 1;
    text-decoration: underline;
}

.row_linked_table-details {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
}

.row_linked_table-details span {
    font-size: 22px;
    color: #152334;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row_linked_table-cta {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
	text-align: center;
}

span.row_linked_table-score, span.row_linked_table-button {
    display: block;
}

span.row_linked_table-score {
    color: #27ae60;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 15px;
}

span.row_linked_table-button {
    background: #e80600;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	a.row_linked_table-product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}
	.row_linked_table .aawp-product__ribbon--bestseller {
		top: 10px !important;
		left: 10px !important;
		width: 50px;
		height: 30px;
		border-radius: 4px;
		font-size: 16px;
	}
	.row_linked_table-details {
    	text-align: center;
	}
	.row_linked_table-details span {
		font-size: 18px;
    	-webkit-line-clamp: 2;
	}
	span.row_linked_table-button {
    	padding: 10px 25px;
		margin-bottom: 10px;
	}
}
