/*
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 */
.container {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}
#top-bar-nav > ul > li {
	padding-right: 15px;
	position: relative;
	margin: 0;
}
#top-bar-content ul.top-bar-menu li::after {
	content: "/";
	position: absolute;
	top: -1px;
	right: 0;
	padding: 0px .39em;
	font-weight: bold;
}
#top-bar-content ul.top-bar-menu li:last-child::after {
	content: " ";
}
#top-bar-content ul.top-bar-menu li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#top-bar-content ul.top-bar-menu li a:hover {
	text-decoration:underline;
}
form#alg_currency_selector .alg_currency_select {
	border: .0825em solid #e5e5e5;
	padding: .1em .6em;
	line-height: 1.75;
	border-radius: 0px;
	-moz-appearance: none;
}
.top-sidebar .sidebar-box {
	margin: 0;
}
.top-sidebar .sidebar-box .cart-link {
	float: right;
	position: relative;
	margin-top: 5px;
}
.top-sidebar .sidebar-box .lang-switcher {
	float: right;
	margin-right: 15px;
	position: relative;
}
.header-menu ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
.header-menu ul.menu > li {
	display: inline-block;
	position: relative;
}
.header-menu ul.menu > li > a {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: .4em 20px;
}
.header-menu ul.menu > li > a:hover {
	background-color:#522555;
	color:#fff;
}
.header-search form.woocommerce-product-search input.search-field {
	border: 1px solid #522555;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	color: #522555;
}
.header-search form.woocommerce-product-search button {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.footer-heading .elementor-heading-title {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: .2em;
	padding: 0 0 .5em 0!important;
	font-size: 1.3em;
}
.fnet-offer {
	color: #fff;
	text-align: center;
}
#rightBar {
	color: #fff;
	text-align: center;
}
.gticker-wrapper.has-js {
	margin: 10px 0px 0px 0px!important;
	padding: 0!important;
	width: 100%!important;
	height: auto!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	background-color: transparent!important;
	font-size: 12px!important;
	text-align: left!important;
}
.gticker-swipe {
    background-color: #fff!important;
}
.gticker-swipe span {
	background-color: #fff!important;
	border-bottom: 1px solid #562553!important;
}
.left .gticker-controls, .left .gticker-content, .left .gticker-title, .left .gticker {
	left: 0 !important;
}
.atw_wrapper .atw_item .atw_item_top {
	position: relative;
	width: 100px;
	text-align: center;
	margin: auto;
}
#atw_style6 .atw--single_item .atw_item_top .atw_post_view {
	background: #522555!important;
}
.atw_item_bottom span.product-category > span {
	display: inline-block;
	padding: 8px;
	background-color: #562553;
	color: #fff;
	font-size: 10px;
}
.atw_item_info .atw_price span.amount {
	color: #943579;
	font-weight: bold;
	font-size: 1.3em;
}
.header-menu ul.menu > li > ul.sub-menu {
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	background-color: #fff;
	top: 2.2em;
	z-index: 999;
	border-top: 5px solid #522555;
	-moz-box-shadow: -10px 10px 5px 0 rgba(0,0,0,0.32);
	-moz-transition: max-height 0s ease 0s;
	-webkit-box-shadow: -10px 10px 5px 0 rgba(0,0,0,0.32);
	-webkit-transition: max-height 0s ease 0s;
	box-shadow: -10px 10px 5px 0 rgba(0,0,0,0.32);
	transition: max-height 0s ease 0s;
	list-style: none;
	width: 10em;
	display:none;
	max-height: 50em;
	height: auto;
}
.header-menu ul.menu li > ul.sub-menu ul {
	position: absolute;
	left: 100%;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
	top: 0;
	min-width: 10em;
	max-height: 50em;
	height: auto;
	background-color: #fff;
	z-index: 999;
	-moz-box-shadow: 0px 10px 5px 0 rgba(0,0,0,0.32);
	-moz-transition: max-height 0s ease 0s;
	-webkit-box-shadow: 0px 10px 5px 0 rgba(0,0,0,0.32);
	-webkit-transition: max-height 0s ease 0s;
	box-shadow: 0px 10px 5px 0 rgba(0,0,0,0.32);
	transition: max-height 0s ease 0s;
	width: 100%;
	display:none;
	max-width: 15em;
}
.header-menu .menu ul.sub-menu li {
	padding: 0 1em .2em 1em;
	border-bottom: .08625em solid #f3f2f2;
	text-align: left;
	float: none;
	display: block;
	letter-spacing: .0625em;
	font-size: 11px;
	margin-bottom: .2em;
}
.header-menu ul.menu li.menu-item-has-children:hover > ul {
	display:block;
}
.header-menu .menu ul.sub-menu li a {
	color: #666;
}
.header-menu .menu ul.sub-menu li a:hover {
	color: #522555;
}
.wpls-logo-showcase .slick-arrow {
	display: none!important;
}
.slider-below .wpls-logo-showcase {
	padding: 0 0px 0px 0px !important;
}
.wpls-logo-showcase .slick-dots {
    display: none !important;
}
.fnet-offer a {
	color: #fff;
	text-align: center;
}
.fnet-offer a:hover {
	color: #fff;
}
.orCircle {
	text-align: center;
	border: solid 4px #fff;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	padding: 0;
	width: 2.5em;
	height: 2em;
	vertical-align: middle;
	display: table;
	line-height: 1.4em;
	color: #522555;
	background-color: #fff;
	margin-top: .3em;
	font-size: 12px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.custom-heading h2.elementor-heading-title {
	background-color: #fff;
	position: relative;
}
.custom-heading h2.elementor-heading-title::after {
	content: "";
	border-bottom: 1px solid #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
.custom-heading h2.elementor-heading-title span {
	background-color: #fff;
	padding: 0px 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.header-bottom.elementor-element {
	margin-left: 10px;
	margin-right: 10px;
}
.peel {
	position: relative;
	z-index: 99;
}
.peel .elementor-column-wrap {
	z-index: 9;
}
.peel::before, .peel::after {
	z-index: 0;
	position: absolute;
	content: "";
	bottom: .9em;
	left: 15px;
	width: 50%;
	top: 60%;
	background: rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 .9em .625em rgba(0,0,0,0.6);
	-moz-box-shadow: 0 .9em .625em rgba(0,0,0,0.6);
	box-shadow: 0 .9em .625em rgba(0,0,0,0.6);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.peel::after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 15px;
	left: auto;
}
.widget-area {
	width: 23%;
}
.content-area {
	width: 77%;
}
.owp-quick-view span {
	display: none !important;
}
.owp-quick-view {
	top: 50%!important;
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	text-align: center;
	right: 0!important;
	padding:0!important;
	margin: auto!important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owp-quick-view i {
	margin-right: 0!important;
	margin-top: -5px!important;
}
#footer-widgets ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-widgets li {
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
#footer-widgets li {
	display: inline-block;
	min-width: 32.33%;
}
#footer-widgets li a {
	font-size: 13px;
}
#footer-widgets li a:hover {
	text-decoration:underline;
}
#footer-bottom.no-footer-nav #copyright {
	text-align: left;
}
#footer-bottom p {
	margin-bottom: 10px;
	line-height: normal;
}
#footer-bottom p.white {
	color: #fff;
}
.footer-form .mc4wp-form input[type="email"] {
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 2.74em;
	font-size: .89em;
	padding: .375em .75em;
	line-height: 1.42857143;
	-moz-box-shadow: inset 0 .0625em .0625em rgba(0,0,0,0.075);
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow: inset 0 .0625em .0625em rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: inset 0 .0625em .0625em rgba(0,0,0,0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.footer-form .mc4wp-form button {
	margin: .8em auto 10px auto;
	background-color: #000;
	font-size: 12px;
	display: block;
	width: 50%;
	padding: .375em .75em;
	line-height: 1.42857143;
	border-radius: .25em;
}
.footer-form .mc4wp-form button:hover {
	text-decoration:underline;
}

#socialLinks .col-md-2 {
	width: 14%;
	float: left;
}
.socialItem {
	font-size: .8em;
	text-align: center;
}
.socialItem > a {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
}
.sr-only {
	position: absolute;
	width: .0625em;
	height: .0625em;
	margin: -0.0625em;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
.socialsprite {
	display: block;
	margin: 0 auto .2em auto;
}
.socialsprite.socialsprite-pinterest,
.socialsprite.socialsprite-twitter,
.socialsprite.socialsprite-youtube,
.socialsprite.socialsprite-instagramm,
.socialsprite.socialsprite-facebook,
.socialsprite.socialsprite-coupon,
.socialsprite.socialsprite-blog {
	width: 47px;
	height: 47px;
}

.col-md-2 {
	position: relative;
	min-height: .0625em;
	padding-left: .9375em;
	padding-right: .9375em;
}
.page-header {
	position: relative;
	background-color: #f5f5f5;
	padding: 20px 20px;
	max-width: 940px;
	margin: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-color: #ddd!important;
}
.woocommerce div.product .woocommerce-tabs {
	background: radial-gradient(90% 60% at 50% 0, #e5e5e5, #fff 50%);
	margin-bottom: 1em;
	margin-top: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: linear-gradient(to bottom, #f2f2f2, #fff, #f2f2f2);
	border: 1px solid #ddd;
	position: relative;
	padding: 0px 20px 0px;
	margin: 0;
}
.oew-product-share {
	margin-top: 30px!important;
}
.woocommerce .related.products {
	margin-top: 30px!important;
}
.woocommerce .related.products h2 {
	text-transform: capitalize;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	color: #522555
}
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image {
	width: 100px;
	height: 100px;
	text-align: center;
	margin: auto;
	position: relative;
}