/*
Theme Name: Dropcean
Theme URI: https://oceanwp.org/
Description: OceanWP child theme.
Author: WizDiz
Author URI: https://wizdiz.net/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
a:focus {
    outline: 0;
}
#site-header {
    position: sticky;
    top: 0;
}
.ourcart {
	text-align: right;
}
.ourcart .wcmenucart-total span {
    color: #ffffff;
}
.oceanwp-mobile-menu-icon a {
    font-size: 18px !important;
}
.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;
}
#submit .newsbutton {
	background-color: #191919;
}
#submit .newsbutton:hover {
    background-color: #794795;
}
.widget_product_categories li a {
	text-transform: uppercase;
}
.woocommerce .summary .prodwidget ul {
    list-style: none;
    margin: 18px 0 0;
}
.prodwidget ul li {
	position: relative;
    margin-bottom: 12px;
    list-style: none;
    padding-left: 28px;
    line-height: 1.3em;
    color: #333333;
	font-weight: 500;
}
.prodwidget ul li:before {
    background: url(/wp-content/themes/dropcean/mark.svg) center/20px no-repeat;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

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

.woocommerce ul.products li.product .ehi-star-rating,
.woocommerce-page ul.products li.product .ehi-star-rating {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    line-height: inherit;
    height: 1.4em;
    display: block !important;
}
 
.woocommerce ul.products li.product .ehi-star-rating:before,
.woocommerce-page ul.products li.product .ehi-star-rating:before {
    color: #a44e03;
}
 
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    display: none;
}

