/*
============================================================

	Theme Name: Oxygen - Child Theme
	Theme URI: https://laborator.co/themes/oxygen
	Author: Laborator
	Author URI: https://laborator.co/
	Version: 1.0
	Description: Use this theme if you want to extend features of Oxygen or prevent overwriting the changes you make when new theme update is available.
	Template: oxygen
	Text Domain: oxygen
	
============================================================
*/
.oxygen-top-menu.ht-3>.wrapper>.top-menu.sticky-header>.main .tl-header .logo .logo-element img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    width: auto;
}
.oxygen-top-menu>.wrapper>.top-menu.main-menu-top .sec-nav-menu>li>a {
    font-size: 92%!important;
    padding: 0 8px!important;
}
.oxygen-top-menu>.wrapper>.top-menu.main-menu-top .main-menu-env>.nav>li>a {
    font-size: 123% !important;
    padding: 10px 15px !important;
}
.oxygen-top-menu.ht-3>.wrapper>.top-menu.sticky-header>.main .tl-header .main-menu-env>.search-form>a {
	padding-top: 17px;
}
.home.oxygen-top-menu>.wrapper>.main {
	margin-top: 25px;
}

/* PRODUCTOS HOME */
.woocommerce .products .type-product .product-wrapper {
	box-shadow: none;
}
.sale .ribbon .ribbon-content, .product-featured .ribbon .ribbon-content {
	font-weight: normal !important;
}
.product-categories {
	color: #ccc;
	font-size: 12px;
	text-transform: uppercase; 
}
.product-categories a:hover {
	color: #b0976e;
}