/*
Theme Name: Kalium
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Requires PHP: 5.6
Version: 3.5
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kalium
*/

.test-style {
	background: black;
}

.vue-top-menu,
.vue-content-div {
	margin-top: 15px;
	padding: 10px 0px;
	border-radius: 10px;
	width: 100%;
	display: flow-root;
}

.vue-panel-content {
	padding: 5px;
	margin: 7px;
}

.vue-menu-button {
	/* background: lightcoral; */
	border-radius: 5px;
	cursor: pointer;
	font-weight: bolder;
	font-size: large;
	padding: 5px;
	margin: 7px;
	float: left;
}

.vue-menu-button-active {
	background: #FBBB30;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bolder;
	font-size: large;
	padding: 5px;
	margin: 7px;
	float: left;
}

.vue-menu-title {
	font-weight: bolder;
	background-color: lightcoral;
	font-size: large;
	padding: 5px;
	margin: 7px;
	border-radius: 5px;
	float: right;
}

.cam-container{
	position: relative;
	height: 54vh;
}

.cam-container video{
	position: absolute;
	z-index: 1;
}

.cam-container .swap-cam{
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 2;
	right: 0px;

	background-color: #FBBB30;
	
	width: 40px;
	padding: 10px;
}

/* @media (max-width: 500px) {
	.wc-my-account-tabs{
		position: fixed !important;
		bottom: 0px;
	}

	.woocommerce-MyAccount-navigation ul{
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
	}

	li{
		margin-right: 5px;
	}

	.panel-active{
		background: #efab21;
    	border-radius: 5px;
	}

} */
.vue-app-nav,.tags-navigations{
	display: none;
}

.return-button-custom{
	background-color: #e51b3f;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border-radius: 10px;
	color: white;
}

.custom-button-green{
	background-color: #5DCF8B;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border-radius: 10px;
	color: white;
}

@media (max-width: 900px) {

	/* CUIDADO SE CARGA CLASES DE WORDPRES/BOOTSTRAP */
	.container, .default-margin{
		width: auto !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
		border-left: 0px;
		padding-left: 0px;
	}
	/* FIN CUIDADO SE CARGA CLASES DE WORDPRES/BOOTSTRAP */




	.vue-container-menus{
		z-index: 10;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
	}
	/* TAGS */
	.tags-navigations{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.vue-tag{
		text-align: center;
		width: 50%;
		padding: 10px 15px;
		border-radius: 3px 3px 0px 0px;
		font-weight: bold;
	}

	.tag-green{
		background-color: #5DCF8B !important;
	}

	.tag-yellow{
		background-color: #FBBB30;
	}

	.vue-tag-selected{
		font-weight: bold !important;
	}

	/* FIN TAGS*/


	/* CONTAINER MENUS */
	.vue-panels-menu{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 20px;
		background-color: #5DCF8B;
	}
	.vue-menu-title {
		background-color: unset;
		font-weight: bolder;
		font-size: large;
		padding: 10px;
		text-decoration: underline;
		border-radius: 5px;
	}
	.vue-panel-buttons{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.vue-menu-button {
		background: none;
		font-weight: unset;
		cursor: pointer;
		font-size: large;
		padding: 10px 20px;
		float: left;
	}

	.vue-menu-button-active{
		background-color: #FBBB30;
		border-radius: 4px;
		cursor: pointer;
		font-weight: bolder;
	}


	.vue-menu-hidden{
		display: none !important;
	}

	.vue-app-nav{
		width: 100%;
		padding: 20px 20px;
		background-color: #FBBB30;

		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.vue-item-app-nav{
		padding: 10px 20px;
	}
	/* FIN CONTAINER MENUS */

	/* CAM */
	.cam-container{
		position: relative;
	}

	.cam-container video{
		position: absolute;
		z-index: 1;
	}

	.cam-container .swap-cam{
		display: flex;
		justify-content: center;
		position: absolute;
		z-index: 2;
		right: 0px;

		background-color: #FBBB30;
		
		width: 40px;
		padding: 10px;
	}
	/* FIN CAM */

	/* CONTENT OF PANELS */
	.vue-content-div {
		width: 100%;
		display: flow-root;
	}

	.vue-panel-content {
		padding: 5px;
		margin: 7px;
	}

	/* FIN CONTENT OF PANELS */
}