/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.simpletoc.active{
    background-color: #3b5998ed;
}
.simpletoc-collapsible{
background-color: #3b5998;
color: #e6e9ec;
}
.post-thumbnail img{
	height: auto;
}
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 10px;
	
}

/* Pricing buttons
 * We will add all manual buttons for different affiliate
 * programs here as well.   */
.price-check {
	text-align: center;
    width: 240px;
    padding: 5px;
    padding: 0.5rem;
    background-color: #eee;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0px 0px;
}
.pricing-buttons {
	float: left;
    margin: 0;
    text-align: center;
}

.pricing-buttons span {
	font-size: 15px;
    padding-left: 4px;
}

.pricing-buttons button {
	width: 120px;
	padding: 10px;
	padding: 1rem;
    line-height: 1;
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}

.pricing-buttons button a, .pricing-buttons button a:hover {
	color: #fff;
}

.pricing-buttons .amazon-price {
	background-color: #ffa724;
	border-radius: 0 0 0 5px;
}
.pricing-buttons .amazon-price:hover {
	background-color:#c86e23; 
}
.pricing-buttons .walmart-price {
	background-color:#007bc4;
	border-radius: 0 0 5px 0;
    color: white;
}
.pricing-buttons .kiwi-price {
	background-color:#00AB5F;
	border-radius: 0 0 5px 0;
  color: white;
 }
.pricing-buttons .lovevery-price {
	background-color: #4edbc9;
	border-radius: 0 0 5px 0;
  color: #514f4e;
  
}
.pricing-buttons .walmart-price:hover {
	background-color:#0065a0; 
}
.pricing-buttons .kiwi-price:hover {
	background-color:#025530; 
}

.pricing-buttons .lovevery-price:hover {
	background-color:#07e9cc; 
}

.pricing-buttons .best-deal {
	height: 63px;
	border-bottom: 22px solid #e74c3c;
}

.pricing-buttons .best-deal div {
    font-size: 14px;
    position: relative;
    top: 14px;
    font-weight: 200;
}

/* Product Summary Table */
.summary-review-table {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}

.summary-review-table img {
	max-width: 120px;
}

/*.summary-review-table tbody {
	border: 1px solid #ddd;
}*/

.summary-review-table tr {
	height: 140px;
	line-height: 1.4;
}

.summary-review-table .popular-row {
	border: 3px solid #e74c3c;
}

.summary-review-table .price-row {
	border: 3px solid #27ae60;
}

.summary-review-table .product-tag {
	float: left;
	width: 140px;
	margin: 0.5rem;
	padding: 0.2rem;
	font-size: 15px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.summary-review-table .most-popular {
	background-color: #e74c3c;
}

.summary-review-table .lowest-price {
	background-color: #27ae60;
}

.simple-social-icons {
	margin-top: -34px;
}

.simple-social-icons ul li {
	margin-bottom: 0 !important;
}

.posts-in-sidebar {
	padding: 0 !important;
}

.posts-in-sidebar .pis-li {
	padding: 2px;
}

.posts-in-sidebar .pis-thumbnail {
	float: left;
	width: 82px;
	padding-right: 8px;
	margin-bottom: 0;
}

.posts-in-sidebar .pis-title {
	height: 70px;
	padding: 0 10px 0 80px;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 7px 0;
}

.social-share-icons {
	padding: 0 !important;
}

.social-share-icons li {
	float: left;
	width: 20%;
	list-style-type: none;
	text-align: center;
	font-size: 3rem;
}
@media only screen and (max-width: 767px) {
	.summary-review-table {
		/*display: none;*/
		font-size:15px;
		line-height:1.1;
		
	}
	.price-check{
		width:110px;
		font-size:15px;
		border-radius:10px;
	}
	.summary-review-table .most-popular{
		max-width:140px;
		font-size:12px;
		
	}
	.summary-review-title {
		/*display: none;*/
	}
	.summary-review-table img{
		max-width: 84px;
	}
	.td{
		max-width:fit-content;
		padding:5px 3px; 
	}
	.wp-block-image img{
		max-width:300px;
	}
	.pricing-buttons button{
		width:110px;
	}
}