/*
Theme Name: Kapee
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts team
Author URI: https://presslayouts.com/
Description: Kapee is ThemeForest WordPress Premium Theme.
Version: 1.3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kapee
Tags: woocommerce, corporate, ecommerce, responsive, one-column, two-columns, right-sidebar, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready

 DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 To add your own CSS, use a child theme kapee-child
 
 CSS file is in "assets/css"
*/
.woocommerce-Price-amount
{
	color: red !important;
}
p a
{
	color: #ff6709!important;
}
p
{
	font-size: 16px !important;
}
.wc-pao-addon
{
	width: 100% !important
}
div.product span.price ins
{
	color: #f00 !important; 
}
div.product span.price
{
	color: #f00 !important; 
}
div.product p.price ins
{
	color: #f00 !important; 
}
div.product p.price
{
	color: #f00 !important; 
}
.woocommerce.widget_shopping_cart .buttons a.checkout {
    color: #fff !important;
}
.whatsapp-btn {
    position: fixed;
    bottom: 1em;
    left: 1%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.whatsapp-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}
.whatsapp-btn .icon_logo > a > img {
    width: 100%;
    padding: unset;
    border: none;
}
.whatsapp-btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.email-btn {
    position: fixed;
    bottom: 6em;
    left: 1%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.email-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}
.email-btn .icon_logo>a>img {
    width: 100%;
    padding: unset;
    border: none;
}
.email-btn .circle_waves {
    border-radius: 50%;
    background-color: #39f;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36,.11,.89,.32);
}
@keyframes waves {
			from {
				transform: scale(.55, .55);
				opacity: .6;
			}
			to {
				transform: scale(1.8, 1.8);
				opacity: 0;
			}
		}

@media only screen and (max-width: 600px)
{
	.mobileicon img
	{
		max-width: 25% !important;
	}
	.whatsapp-btn
	{
		bottom: 5em;
	}
	.email-btn
	{
		bottom: 10em;
	}
	
}
