/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.2
Tested up to: 6.6
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
header.woocommerce-products-header {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #009ee0;
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 0px;
}
 .eael-cat-tab a:hover,.eael-cat-tab a.active  {
    color: #fff;
    background-color:#009ee0 !important;
}
.twentythirteen .woocommerce-breadcrumb a{
		color:white;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    background: #009ee0;
    color: white;
}
.footer-contact-icon-fixed {
	position:fixed;
	bottom:122px;
	right:-47px;
	z-index:999;
}
.footer-contact-icon-fixed a{
	margin-left:33px !important;
}
.footer-contact-icon-fixed .phone-cell{
	background: red;
    color: white;
    padding: 10px 16px;
	font-size: 30px;
    border-radius: 100%;
}
.footer-contact-icon-fixed .what-cell{
	margin-top:20px;
	background: green;
    color: white;
    padding: 10px 16px;
    border-radius: 100%;
	font-size: 30px;
}
#contctbottomform label{
	width:100%;
}

#contctbottomform input[type="submit"]{
	background: #065A92;
    color: white;
    border: 1px solid #065A92;
    padding: 9px 88px;
    margin-top: 20px;
}

/* .woocommerce-product-gallery img{
	opacity: 1 !important;
	width:400px !important;
	height:400px !important; 
} */

.woocommerce ul.products li.product a img {
    width: unset !important;
}
.wpcf7 form .wpcf7-response-output{
	border:unset !important;
}

.woocommerce div.product div.images img {
    display: block;
    width: unset !important;
    height: auto;
    box-shadow: none;
}
.woocommerce-product-gallery__wrapper a{
	text-align: -webkit-center;
}
.woocommerce ul.products li.product a {
    text-align: -webkit-center;
    text-decoration: none;
    background: #009ee0;
    color: white;
}

#swal2-html-container{
	overflow:hidden !important;
}
#swal2-html-container label{
	width:100%;
}
.paoc-popup-content label{
	width:100%;
	margin-top:20px;
}
.paoc-popup-content input[type="submit"]{
	margin-top: 30px;
    background-color: #009EE0;
    color: white;
    border: 1px solid #009EE0;
    padding: 15px 70px;
}
.paoc-popup-con-bg{
	padding:30px !important;
}

.paoc-popup-btn {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    background: #009EE0 !important;
    color: #fff;
    border-radius: 3px;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-block !important;
    margin-top: 10px;
}
.wpcf7-radio .wpcf7-list-item-label{
	display: inline-block !important;
	    margin-right: 10px;
}
}
.wpb-pcf-btn.wpb-pcf-btn-large{
	padding:10px 15px 10px;
}