/*
Theme Name: FinestudioEcommerce1 Child
Theme URI: https://finestudio.sk
Description: Child theme pre FinestudioEcommerce1
Author: Finestudio.sk
Author URI: https://finestudio.sk/
Template: FinestudioEcommerce1
Version: 1.0.0
Text Domain: fs-ecommerce
*/


section#fs-mobile-sidenav-widgets {
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
	text-transform: uppercase;
}

section#fs-mobile-sidenav-widgets i.icon-podpora {
	padding: 16px;
	font-size: 70px;
	background: var(--p_farba);
	color: #ffffff;
	border-radius: 100px;
	margin-bottom: 15px;
	display: inline-block;
}





:root {
    --p_farba: #8A0078;

}

:root {
	--b_radius: 30px;
}






div.question-wrapper {
	display:none;
}



.highlight a {
    background: red;
    color: #ffffff !important;
    padding: 10px 25px !important;
}


header#fs-header-navigation_container section#fs-header-global-oznam-top {
	background:red;
}


.gift-section {
    background: var(--p_farba);
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    padding: 25px 15px;
    border-radius: 25px;
    font-weight: bold;
}

@media (max-width:768px) {
	.gift-section {
		background: var(--p_farba);
		color: #ffffff;
		font-size: 22px;
		text-align: center;
		padding: 25px 15px;
		border-radius: 25px;
		font-weight: bold;
	}
}