/*
Theme Name: PaddlePay
Theme URI: https://wp.aqlova.com/paddlepay
Author: theme_pure
Author URI: themeforest.net
Description: It comes equipped with 5 high-quality prebuilt home pages and a variety of inner pages, including service, portfolio, team, testimonial, and blog layouts. This makes Paddlepay an excellent choice
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Paddlepay
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

div.tp-testimonial-logo {
    max-width: 100px!important;
}

.tp-product-price  del span {
	color: var(--tp-body-color);
	font-size: 14px;
}
.tp-product-price ins {
	text-decoration: none;
}

.tp-product-add-cart-btn-large.added{
	display: none;
}
.added_to_cart.wc-forward {
	font-size: 18px;
	color: var(--tp-white);
	background-color: var(--tp-common-black);
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	padding: 8px 30px;
	text-align: center;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}

.single-product .tp-shop-area{
	/* background-color: #EFF1F5; */
}
.woocommerce .star-rating span::before {
	color: #FFB21D;
}
.container-1230{
	max-width: 1230px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0 5px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -5px;
	margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border: 1px solid;
}

.woocommerce .tp-product-review-wrap .star-rating {
	float: none;
}
.woocommerce-review__author {
	display: block;
}
.woocommerce-review__dash {
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	border-radius: 4px;
	padding: 0;
	margin: 0 0 0 75px;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	padding: 0;
	width: 60px;
	height: 60px;
	margin: 0;
	border-radius: 100%;
}
.woocommerce #review_form #respond .form-submit input {
	left: auto;
	background: var(--tp-theme-color);
	color: #fff;
	padding: 16px 30px;
}

.tp-product-details-tab-nav .comment-form-author {
	width: 50%;
	float: left;
	padding-right: 15px;
  }
  .tp-product-details-tab-nav .comment-form-email {
	width: 50%;
	float: left;
	padding-left: 15px;
  }
  .tp-product-details-tab-nav .comment-form-cookies-consent {
	clear: both;
  }
  .tp-product-details-tab-nav .comment-form-comment {
	margin-bottom: 32px !important;
  }

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background: #000;
	color: #fff;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.mb-50{
    margin-bottom: 50px;
}


.woocommerce  .tp-header-transparent {
	position: static;
}
.woocommerce-page .tp-page-area{

}
.tp-shop-area,.woocommerce-page .tp-page-area{
    padding-top: 150px;
    padding-bottom: 150px;
}