/*
 Theme Name:   ClickDigital
 Theme URI:    https://wwww.sienna-goat-760137.hostingersite.com
 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 wwww.sienna-goat-760137.hostingersite.com
 Author:       WPLiteTheme.com
 Author URI:   https://wwww.sienna-goat-760137.hostingersite.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;
}
.single-post #main {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.rank-math-breadcrumb p {
    padding: 3px 10px 3px 10px;
    font-size: 14px;
	background: #f9f9f9;
    border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.rank-math-list-item {
    background: #fff;
    padding: 10px 10px 2px;
    box-shadow: 0px 0px 5px #d1d8dd, 0px 0px 5px #ffffff;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.rank-math-question {
    border-bottom: 1px solid #F0F4F8;
    padding-bottom: 0.825rem;
    margin-bottom: 0.825rem;
    position: relative;
    padding-right: 40px;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px !important;
}
hr.wp-block-separator {
    border-bottom: none;
    color: rgba(0,0,0,.2);
}		

.gb-container.floating-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.in-view .gb-container.floating-button {
    opacity: 1;
    pointer-events: auto;
}
.whatsapphighlight {
	animation: WPLiteTheme-GreenBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
.telegramhighlight {
	animation: WPLiteTheme-BlueBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-BlueBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #0086ce;
	}
	100% {
		border-color: transparent;
	}
}
.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 div.product form.cart .button {
    transition: 0.5s;
	margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
	width: 100%;
}
.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 #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;
}
.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);
}