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

/* Parent stylesheet should be loaded from functions.php not using @import */
a:focus {
    outline: 0;
}
.ourcart {
	text-align: right;
}
.wcmenucart-cart-icon .wcmenucart-count {
    min-width: 1.6em !important;
    height: 1.6em !important;
    line-height: 1.4em !important;
}
.owp-floating-bar.show {
	top: 0 !important;
}
p.selected {
	display: none !important;
}
.owp-floating-bar h2.entry-title {
	font-size: 14px !important;
}
form.vi-woocommerce-orders-tracking-form-search {
    margin: 40px auto;
}
#headingline h2 {
    overflow: hidden;
    text-align: center;
}
#headingline h2:before,
#headingline h2:after {
    background-color: #999;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
#headingline h2:before {
    right: 0.5em;
    margin-left: -50%;
}
#headingline h2:after {
    left: 0.5em;
    margin-right: -50%;
}
#footer #site-logo {
	max-width: 220px;
}
#forminator-module-10876 .forminator-row:nth-child(2) {
	float: left;
	width: calc(100% - 72px);
	margin-right: 2px;
	display: inline-block;
}

#forminator-module-10876 #submit {
display: inline-block;
}
.forminator-button {
	border: 0;
	padding: 6px 16px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
}
.forminator-response-message {
	display: none;
}

@media (max-width: 1100px) {
	.wcmenucart-total {
		display: none;
	}
}