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

.box-departamentos-col-1 {
    position: absolute;
}

.box-departamentos-col-2 {
    margin-left: 260px;
}

.button-wc-proceed-to-checkout {
	float: right;
	padding: 10px 20px;
	margin-right: 10px;
}

.oceanwp-theme #main #content-wrap {
	padding-top: 0;
	padding-bottom: 20px;
}

.woocommerce-Price-amount.amount {
    font-weight: 600;
}


.oceanwp-theme .woocommerce span.onsale {
	background-color: rgba(237, 10, 10, 0.8);
}

/*Footer */
.footer-box .oceanwp-twitter {
	margin-left: -5px;
}


#footer-widgets {
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer-widgets .footer-box .footer-widget {
    margin-bottom: 40px;
}

/* Header */

#site-header {
	border: none;
}

#departamentos {
	position: relative;
	height: 50px;
}

#departamentos .title {
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}

#departamentos h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

#departamentos i {
	margin-right: 10px;
}

#menu-departamentos {
	background: #fff;
	padding: 10px 0 10px 0;
	margin: 0;
	height: 400px;
	border-left: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#menu-departamentos > li {
	position: relative;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0 5px;
}
#menu-departamentos a{
	padding: 5px;
}

#menu-departamentos li, #menu-departamentos a {
	display: block;
}


#menu-departamentos > li:after {
	background: #000;
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	transition: 0.5s width;
}

#menu-departamentos > li:hover:after {
	width: 100%;
}

#menu-departamentos > li:hover .sub-menu {
	visibility: initial;
	opacity: 1;
}

#menu-departamentos .sub-menu {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	background: #fff;
	padding: 10px 20px;
	transition: 0.5s all;
}

.menu-departamentos-container {
	display: none;
}

.home .menu-departamentos-container {
	display: initial;
}

.box-departamentos {
	width: 260px;
	position: absolute;
}

/* Banner */
.home .main-banner .elementor-slick-slider {
	width: calc(100% - 260px);
	float: right;
	min-height: 400px;
}

.home .main-banner .elementor-slide-heading {
	background: rgba(256, 256, 256, 0.8);
	color: #000;
	text-transform: uppercase;
	padding: 20px 40px;
	display: table;
	margin: 0 auto;
	font-weight: 300;
	letter-spacing: 8px;
}

.home .main-banner .elementor-slide-description {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px 40px;
	display: table;
	margin: 0 auto;
}

/* Product Carousel */
.product-carousel .products {
	overflow: hidden;
}

.product-carousel .product {
	width: 100% !important;
	max-width: 270px;
}

.products .owl-item {
	display: inline-block;
}

.products .owl-item .product {
	float: none !important;
	margin: 0 auto;
}

.products-carousel {
	width: 900px;
}

.owl-nav {
	position: absolute;
	width: 100%;
	top: 30%;
}

.owl-nav .owl-prev {
	float: left;
}

.owl-nav .owl-next {
	float: right;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
	background: #232f3e;
	padding: 5px 10px;
	cursor: pointer;
	color: #fff;
}
ul, ol{
	margin-left:15px;
}
.box-departamentos-col-1 .title{
	background: rgba(0,0,0,.2);
	padding: 0 0 0 15px;
	padding-left:15px!important;
}

#departamentos .container{
	display: flex;
	flex-wrap: wrap;
}
.box-departamentos-col-1{
	box-sizing: border-box;
	width: 260px;
}
.box-departamentos-col-2{
	box-sizing: border-box;
	width: calc(100% - 260px);
	padding: 0 10px;
}
.departamentos-col1:hover{
	opacity: .9;
}

#site-navigation-wrap .dropdown-menu > li > a{
	line-height: 40px;
	border-radius: 50px!important;
	border: 1px solid transparent;
}

#site-navigation-wrap .dropdown-menu > li > a:hover{
	border: 1px solid;
	line-height: 40px;
	border-radius: 50px!important;
}
#site-navigation-wrap{
	margin-top: 17px;
}

.product-categories{
	list-style: none;
	margin: 0;
}
.product-categories .open-this{
	float: left;
	width: 15px;
}
.footer-box .widget-title, .footer-box .widget-oceanwp-contact-info i{
	border-color: #fff;
	color:#fff;
}

.home .widget_product_categories {
	display: none;
}

/* sid panel */
.sidr-class-section-title {
	background: #f8f8f8;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 20px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.oceanwp-theme #main #content-wrap {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.oceanwp-theme #site-header-inner {
		padding-bottom: 0;
	}

	.home .main-banner .elementor-slick-slider {
		width: 100%;
	}

	#departamentos {
		display: none;
	}

	#sidr a i {
		display: none;
	}
	#site-logo, #oceanwp-mobile-menu-icon, #site-logo-inner, #site-logo-inner a{
		display: block!important;
		width: 100%;
		text-align: center;
		height: auto!important;
	}
}
