/*
 Theme Name:   GP Digital Pro
 Theme URI:    https://wplitetheme.com/gp-digital-pro/
 Description:  GeneratePress Child theme for mobile responsive digital product selling website. Using this child theme you can easily create a digital product selling website using WooCommerce plugin. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.0.0
*/

.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#wp-block-search__input-1 {
	border-radius: 120px;
	border: 0px;
}
.wp-block-search__inside-wrapper {
	border-radius: 120px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/*woocommerce-shop-page*/
.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 10px 20px;
	font-size: 15px;
}
#wc-column-container .product {
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.woocommerce ul.products li.product .button {
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 4px;
    margin: 5px;
    width: 95%;
    font-size: 14px;
}
.woocommerce ul.products li.product a img {
    border-radius: 4px;
}
.woocommerce-billing-fields label {
    display: none; /* Hides labels for removed fields */
}
@supports (display:grid) {
    .woocommerce ul.products li.product {
			padding: 10px;
			box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }
}
/*woocommerce-product-page*/
.woocommerce div.product form.cart .button {
    transition: 0.5s;
	margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
	width: 100%;
}
/*woocommerce-related-products*/
.woocommerce .related ul.products li.product, .woocommerce .up-sells ul.products li.product {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.live-preview-button {
    display: block;
    text-align: center;
    background-color: #000000!important;
    color: #fff;
}
/*WooCommerce Place Order Page*/
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-weight: 700;
    font-size: 18px!important;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	width: 120px;
}
/*Social Share*/
.wpjankari-social-wrapper {
    margin: 20px 5px 20px 5px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.wpjankari-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
		display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
/*sticky footer menu*/
@media only screen and (min-width: 960px) {
.sticky-footer-menu{display:none!important;}
}
.sticky-footer-menu {
	position: fixed!important;
	height: 60px;
	width: 100%;
	bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
