/*
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 */

label.error{
    color:red;
}

.bg-dark {
    background-color: #001232;
}
.bottom-footer{
    background-color: rgba(0, 0, 0, 0.15);
	padding-top: 30px;
    padding-bottom: 30px;
}
.image-wrap .onsale{
display:none;
}
.featured .onsale{
display:none;
}

.widget_product_categories li a, .widget_layered_nav li a{
	text-transform: none !important;
}

.cat-item--img + a {
  display: inline-block;
  max-width: calc(100% - 50px);
  float: left;
  margin-top: 15px;
}
.cat-item--img + a::before {
  display: none;
}
.cat-item--img {
  display: inline-block;
  max-width: 100%;
  width: 50px;
  float: left;
}
.cat-item {
  float: left;
}

.post-type-archive-product #content-wrap, .tax-product_cat #content-wrap{
    display: flex;
    flex-wrap: wrap;
}

.post-type-archive-product #content-wrap #primary, .tax-product_cat #content-wrap #primary{
	order:1;
}

.post-type-archive-product #content-wrap #right-sidebar, .tax-product_cat #content-wrap #right-sidebar{
	order:0;
}

.nav .dropdown{
	border: none;
	border-bottom: 1px solid #EEE;
	margin: 0;
}

.yith-ywraq-add-to-quote{
	
	margin-top: 10px;
}

#yith-ywrq-table-list input.button{
	float: right;
}