/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a:hover, a:focus
{
	outline:0 !important;
}
p:last-child
{
	margin-bottom:0;
}
.element-sticky-header.sticky:last-child
{
	border-bottom:none;
}
#tbay-header, #tbay-customize-header
{
	background:transparent;
}
.btn1 .elementor-button-link
{
	width:100%;
	text-align:left;
}
.newsletter-1
{
	
}
.newsletter-1 .input-group
{
	width:100%;
	
}
.newsletter-1 .input-group input
{
	border-radius: 30px !important;
	height:47px;
}
.newsletter-1 .input-group button
{
	    position: absolute;
    right: 7px;
    z-index: 4;
    top: 6px;
    background: #BF2B29;
    border-radius: 30px;
    border: none;
    padding: 5px 40px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.newsletter-1 .input-group button:hover
{
background:#6E0E0C;	
}
.topbar-device-mobile
{
	background:#000 !important;
}
.topbar-device-mobile .active-mobile a, .topbar-device-mobile .active-mobile button
{
	color:#fff;
}
.topbar-device-mobile .search-device .search-icon
{
	color:#fff;
}
@media (max-width: 991px)
{
.cart-dropdown .cart-icon {
    color: #fff !important;
}
}
.product-block.v12 .name, .product-block .name
{
	font-size: 20px;
font-weight: 700;
}
.product-block.v12 .add-cart a
{
	opacity:1;
	background: #bf2b29;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.product-block.v12:hover .price
{
	opacity:1;
}
.eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1)
{
	display:block;
}
.woocommerce ul.products li.owp-content-center .product-inner
{
	border: 1px solid #eee;
    padding: 20px;
}
.woocommerce ul.products li.product .button
{
	padding: 10px 21px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
}
.woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs
{
	border-bottom: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a
{
	    background: #eee;
    border-radius: 5px 5px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
{
	background: #bf2b29;
    border-radius: 5px 5px 0 0;
}
.woocommerce div.product .woocommerce-product-gallery .flex-viewport
{
	border:1px solid #eee;
}
@media(min-width:992px)
{
	.woocommerce-cart-form
	{
		width:65%;
		float:left;
	}
	.woocommerce-page .cart-collaterals .cart_totals
	{
		width:33% !important;
	}
}
#site-logo #site-logo-inner a:hover img
{
	opacity:1 !important
}
table#wpfront-notification-bar-table {
    position: fixed;
    top: 0px;
	width: 100%;
}
@media only screen and (max-width:650px)
{
.wpfront-message.wpfront-div {
    font-size: 9px;
}
}

