@charset "utf-8";

@font-face {
    font-family: 'Open Sauce One';
    src: url('OpenSauceOne-Light.woff2') format('woff2'),
        url('OpenSauceOne-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('OpenSauceOne-ExtraBold.woff2') format('woff2'),
        url('OpenSauceOne-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('OpenSauceOne-Bold.woff2') format('woff2'),
        url('OpenSauceOne-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce One';
    src: url('OpenSauceOne-Regular.woff2') format('woff2'),
        url('OpenSauceOne-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Open Sauce One", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #a92227;
	background-image: url(../../Images/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#fff;
}

select, input, textarea, button{
	font-family:"Open Sauce One", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#fff;
}

/* Remove arrows from number inputs (Chrome, Safari, Edge, Opera) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows (Firefox) */
input[type=number] {
  -moz-appearance: textfield;
}
.container{
	width:94%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #46801D;
}
.forbidden{background-color:#d00;}


/* your existing styles */
.top-menu{
	width:100%;
	height:64px;
	color:#fff;
	position:fixed;
	top:0; left:0;
	transition:all .3s ease;
	z-index:99;
}
.top-menu-scroll{
	background:linear-gradient(90deg,#561214 0%,#7d171a 50%,#9d1d22 100%);
	box-shadow:0 2px 8px rgba(0,0,0,.25);
}
.top-menu .container{
	height:64px; display:flex; align-items:center; justify-content:space-between;
}
.top-logo{ height:34px; }
.top-nav a{ color:#fff; font-size:14px; font-weight:600; margin-left:24px; opacity:.9; }
.top-nav a:hover{ opacity:1; }

/* ---- Mobile menu ---- */
.top-burger{
	display:none; width:44px; height:44px; border:0; background:transparent; cursor:pointer; position:relative;
}
.top-burger span{
	position:absolute; left:10px; right:10px; height:2px; background:#fff; transition:transform .25s ease, opacity .25s ease, top .25s ease;
}
.top-burger span:nth-child(1){ top:14px; }
.top-burger span:nth-child(2){ top:21px; }
.top-burger span:nth-child(3){ top:28px; }

/* transform to X when open */
body.nav-open .top-burger span:nth-child(1){ top:21px; transform:rotate(45deg); }
body.nav-open .top-burger span:nth-child(2){ opacity:0; }
body.nav-open .top-burger span:nth-child(3){ top:21px; transform:rotate(-45deg); }

/* panel + behavior under 1030px */
@media (max-width:1030px){
	
	.top-menu{
		background:linear-gradient(90deg,#561214 0%,#7d171a 50%,#9d1d22 100%);
		box-shadow:0 2px 8px rgba(0,0,0,.25);
	}
	/* show burger, turn nav into slide-in panel */
	.top-burger{ display:block; }

	/* make inline menu disappear on mobile layout */
	.top-nav{
		position:fixed;
		top:64px; right:0;
		width:100vw;
		height:calc(100vh - 64px);
		padding:20px;
		background:linear-gradient(180deg,#561214 0%, #7d171a 60%, #9d1d22 100%);
		box-shadow:-6px 0 16px rgba(0,0,0,.25);
		transform:translateX(100%);
		transition:transform .3s ease;
		display:flex; flex-direction:column; align-items:flex-start;
		gap:14px;
	}

	/* block-style links */
	.top-nav a{
		margin:0;
		font-size:16px;
		opacity:1;
	}

	/* reveal when open */
	body.nav-open .top-nav{ transform:translateX(0); }

	/* prevent background scroll when menu open */
	body.nav-open{ overflow:hidden; }
	
}


.intro-header{
	width: 100%;
}
@media (max-width:1030px){

	.intro-header{
		margin-top: 60px;
	}
}
.main-title{
	font-size: 52px;
	font-weight: 800;
	text-align: center;
	margin: 100px auto 50px auto;
}

.main-desc{
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 90%;
	max-width: 820px;
	margin: auto;
}
.main-desc-big{
	font-size: 22px;
	font-weight: 800;
}
.main-disclaimer{
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: 90%;
	max-width: 800px;
	margin: auto;
}
@media (max-width:1030px){
	.main-title{
		font-size: 26px;
		margin: 60px auto 30px auto;
	}

	.main-desc{
		font-size: 14px;
	}
	.main-desc-big{
		font-size: 18px;
	}
}
.light-button{
	display: block;
	width: 220px;
	height: 48px;
	line-height: 48px;
	margin: 20px auto 10px auto;
	border: none;
	border-radius: 28px;
	font-size: 15px;
	font-weight: 700;
	background-color: #fff;
	color: #a92227;
	text-align: center;
	cursor: pointer;
}
.sticky-side-btn {
    display: block;
    width: 220px;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 28px;
    font-size: 15px;
    background-color: #fff;
    color: #a92227;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: fixed;
    top: calc(50% - 110px);
    right: 15px;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right center;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: background 0.3s, color 0.3s;
	font-weight: 800;
	text-transform: uppercase;
}
@media (max-width:1030px){
.sticky-side-btn {
    top: auto;
	bottom: 10px;
    right: 0;
	left: 0;
	margin: auto;
    transform: rotate(0) translateY(0);
}
}
.sticky-side-btn:hover {
    background-color: #a92227;
    color: #fff;
}

.bg-prizes-container{
	width: 90%;
	max-width: 1000px;
	margin: 75px auto;
}
.main-round-big-prize{
	height: 200px;
	border-radius: 100px;
	width: 46%;
	background-size: cover;
	background-position: center center;
}
.big-prize-saptamanal-bg{
	background-image: url("../../Images/saptamanale-bg.jpg");
}
.big-prize-viena-bg{
	background-image: url("../../Images/viena-bg.jpg");
}
.main-round-big-prize-text{
	height: 80px;
	line-height: 40px;
	font-size: 42px;
	text-align: center;
	margin: 60px auto;
	font-weight: 800;
}
.main-round-big-prize-text font{
	font-size: 20px;
}
@media (max-width:1030px){
	
.bg-prizes-container{
	width: 100%;
	margin: 25px auto;
}
.main-round-big-prize{
	width: 100%;
	height: 160px;
	margin-bottom: 15px;
}
.main-round-big-prize-text{
	height: 60px;
	line-height: 30px;
	font-size: 28px;
	margin: 50px auto;
}
.main-round-big-prize-text font{
	font-size: 16px;
}
}


/* ===== Cum participi ===== */
.steps-container{
	width: 100%;
	max-width: 1100px;
	margin: 60px auto;
	gap: 25px;
	position: relative;
}


.step-box{
	width: 30%;
	min-width: 280px;
	text-align: center;
	position: relative;
	padding: 24px 15px 10px 15px;
}

/* animated spotlight ring lives on :after */
.step-circle{
	width: 170px;
	height: 170px;
	margin: 0 auto 18px auto;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 38%, #ffffff 0%, #f6f6f6 55%, #ececec 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 30px rgba(0,0,0,0.28);
	position: relative;
	/* base state – animation adds emphasis */
	transform: translateZ(0);
}
.step-circle:after{
	content:"";
	position:absolute;
	inset:-6px;
	border-radius:50%;
	background:
		conic-gradient(from 0deg, rgba(255,255,255,0) 0 70%, rgba(255,255,255,.55) 75%, rgba(255,255,255,0) 100%);
	filter: blur(0.3px);
	opacity: .0;           /* becomes visible on cycle */
	animation: ring-spin 6.6s linear infinite;
}
@keyframes ring-spin{
	to { transform: rotate(360deg); }
}

.step-icon{
	width: 66px;
	height: 66px;
	object-fit: contain;
	filter: drop-shadow(0 2px 6px rgba(0,0,0,.15));
}

/* number badge – centered above circle */
.step-number{
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	background: #242422;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	position: absolute;
	top: 35px;
	left: 31%;
	transform: translateX(-50%);
	box-shadow: 0 4px 12px rgba(0,0,0,0.35);
}

/* text */
.step-text{
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	opacity: .95;
}

/* === Auto-cycling emphasis across steps (no hover) ===
   Each .step-box runs the same timeline with different delays.
   Effects: soft scale, glow pulse, brighter ring visibility.
*/
@keyframes step-cycle{
	0%   { transform: scale(1); box-shadow: 0 14px 30px rgba(0,0,0,0.28); }
	8%   { transform: scale(1.03); box-shadow: 0 18px 40px rgba(0,0,0,0.38); }
	20%  { transform: scale(1.03); box-shadow: 0 18px 40px rgba(0,0,0,0.38); }
	28%  { transform: scale(1); box-shadow: 0 14px 30px rgba(0,0,0,0.28); }
	100% { transform: scale(1); box-shadow: 0 14px 30px rgba(0,0,0,0.28); }
}
@keyframes ring-pop{
	0%   { opacity: .0; }
	8%   { opacity: .9; }
	20%  { opacity: .9; }
	28%  { opacity: .0; }
	100% { opacity: .0; }
}

/* apply the cycle */
.step-box .step-circle{ animation: step-cycle 6.6s ease-in-out infinite; }
.step-box .step-circle:after{ animation-name: ring-spin, ring-pop; animation-duration: 6.6s, 6.6s; animation-timing-function: linear, ease-in-out; animation-iteration-count: infinite, infinite; }

/* staggered delays so each step is highlighted in turn */
.step-box:nth-child(1) .step-circle,
.step-box:nth-child(1) .step-circle:after{ animation-delay: 0s, 0s; }
.step-box:nth-child(2) .step-circle,
.step-box:nth-child(2) .step-circle:after{ animation-delay: 2.2s, 2.2s; }
.step-box:nth-child(3) .step-circle,
.step-box:nth-child(3) .step-circle:after{ animation-delay: 4.4s, 4.4s; }

/* notes */
.steps-notes{
	width: 90%;
	max-width: 900px;
	margin: 42px auto 0 auto;
	font-size: 14px;
	color: #fff;
}
.steps-notes h3{
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
}
.steps-notes ul{ padding-left: 20px; margin: 0; }
.steps-notes li{ margin-bottom: 8px; line-height: 20px; }

/* responsive */
@media screen and (max-width: 1030px){
	.steps-container{ flex-direction: column; align-items: center; }
	.steps-container:before{ display:none; }
	.step-box{ width: 100%; max-width: 420px; margin-bottom: 28px; }
	.step-circle{ width: 160px; height: 160px; }
	.step-icon{ width: 60px; height: 60px; }
}



/* ===== Premiile promoției (clean, no effects) ===== */
.title-cap{ text-transform: capitalize; }

.promo-prizes-container{
	width: 100%;
	max-width: 1100px;
	margin: 40px auto 50px auto;
	gap: 34px;
}
.promo-circle-box{
	width: 48%;
	min-width: 360px;
	display: flex;
	justify-content: center;
}

/* 2 equal rows: top image / bottom copy */
.promo-circle{
	width: 440px;
	height: 440px;
	border-radius: 50%;
	position: relative;
	display: grid;
	grid-template-rows: 1fr 1fr;
	align-items: center;
	text-align: center;
	background: radial-gradient(1200px 600px at 50% -220px, #ffffff 0%, #f7f7f7 58%, #efefef 100%);
	box-shadow: 0 26px 48px rgba(0,0,0,.35), inset 0 1px 0 #fff;
	overflow: visible; /* so the badge is not clipped */
}

/* Badge: same vibe as step-number (gray, absolute, centered) */
.promo-badge{
	position: absolute;
	top: 30px;
	left: 20%;
	transform: translateX(-50%);
	padding: 0 14px;
	height: 32px;
	line-height: 32px;
	border-radius: 22px;
	background: #242422;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	text-transform: none; /* keep natural case */
	letter-spacing: .5px;
	box-shadow: 0 4px 12px rgba(0,0,0,.35);
	z-index: 5;
}

/* upper half */
.promo-media{
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 18px 24px 10px 24px;
}
.promo-image{
	max-height: 100%;
	max-width: 85%;
	object-fit: contain;
	filter: drop-shadow(0 6px 16px rgba(0,0,0,.18));
}

/* lower half */
.promo-copy{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 0 28px 26px 28px;
}
.promo-sub{
	font-size: 13px;
	color: #666;
	line-height: 19px;
	margin-bottom: 8px;
}
.promo-list{
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #333;
	line-height: 19px;
}
.promo-list li + li{ margin-top: 6px; }
.promo-sau{
	color: #a92227;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .6px;
}

/* use existing main-disclaimer; only spacing tweak */
.promo-disclaimer{ margin-top: 22px; }

/* responsive */
@media screen and (max-width: 1030px){
	.promo-prizes-container{ flex-direction: column; align-items: center; gap: 22px; }
	.promo-circle-box{ width: 340px; max-width: 100%; min-width: 0; }
	.promo-circle{ width: 340px; height: auto; min-height: 340px; max-width: 100%; border-radius: 25px; }
	.promo-media{ padding: 14px 16px 8px 16px; }
	.promo-image{ max-width: 88%; }
	.promo-copy{ padding: 0 18px 18px 18px; }
	.promo-badge{
		top: -10px;
		left: 0;
		right: 0;
		margin: auto;
		transform: none;
		width: 170px;
	}
}



/* ===== Formular de înscriere (section only) ===== */
.form-wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px auto;
}
.form-subtitle{
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:center;
	width: 92%;
	max-width: 900px;
	margin: -8px auto 18px auto;
	opacity:.95;
}

/* card */
.form-card{
	background:#fff;
	border-radius:18px;
	padding:22px 22px 16px 22px;
}
.shadow-strong{ box-shadow: 0 18px 28px rgba(0,0,0,.32); }

/* grid */
.form-grid{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap:18px;
	grid-row-gap:12px;
}

/* inputs */
.form-input{
	width:100%;
	height:46px;
	border-radius:26px;
	border:1px solid #e8e8e8;
	background:#f9f9f9;
	padding:0 16px;
	font-size:14px;
	color:#333;
	transition:.2s ease-in-out border, .2s ease-in-out background;
}
.form-input:focus{
	border-color:#cfcfcf;
	background:#ffffff;
}
.select{ appearance:none; background-image:linear-gradient(45deg, transparent 50%, #bcbcbc 50%), linear-gradient(135deg, #bcbcbc 50%, transparent 50%); background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px; background-size:6px 6px, 6px 6px; background-repeat:no-repeat; }

/* full row */
.form-row-full{ grid-column: 1 / 3; }

/* Dropzone skin within the card */
.form-dropzone{
	border: 1px dashed #d8d8d8;
	background: #fbfbfb;
	border-radius: 16px;
	min-height: 82px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 14px;
}
.form-dropzone .dz-message{ color:#777; font-size:13px; }
.form-dropzone.dz-started{ min-height: 120px; }

/* ===== Checkboxes ===== */
.checkboxes-wrap{
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.form-check{
	display: flex;
	align-items: flex-start;
	font-size: 13px;
	line-height: 18px;
	color: #444;
	cursor: pointer;
}

.form-check input[type="checkbox"]{
	margin: 2px 10px 0 0;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	cursor: pointer;
	accent-color: #a92227; /* red theme */
}

.form-check span{
	display: inline-block;
	flex: 1;
}


/* notes + button + legal */
.form-note{
	grid-column:1 / 3;
	font-size:12px;
	color:#777;
	text-align:center;
	margin-top: 6px;
}
.form-submit{
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin: 20px auto 10px auto;
	border: none;
	border-radius: 28px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;

	background: linear-gradient(180deg, #b9252c 0%, #941b1f 100%);
	box-shadow: 0 6px 16px rgba(0,0,0,.25);
	transition: all .25s ease-in-out;
}

.form-submit:hover{
	background: linear-gradient(180deg, #c82d34 0%, #a31f24 100%);
	box-shadow: 0 8px 20px rgba(0,0,0,.3);
	transform: translateY(-2px);
}

.form-submit:active{
	transform: translateY(0);
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
}


.form-legal{
	grid-column:1 / 3;
	color:#fff;
	font-size:12px;
	text-align:center;
	margin-top: 6px;
	opacity:.95;
}

/* responsive */
@media screen and (max-width:1030px){
	.form-grid{ grid-template-columns:none; display: block;}
	.form-row-full{ grid-column:auto; }
	.form-submit{ width: 100%; }
	.form-card{ padding:18px 14px; border-radius:14px; }
	.form-input{
		width: 100%;
		margin-bottom: 8px;
	}
}



/* ===== Produsele Red Square (section only) ===== */
.rs-products{
	width: 100%;
	max-width: 1050px;
	margin: 100px auto;
	gap: 18px;
}

/* pill card */
.rs-prod{
	width: 180px;
	background: #fff;
	border-radius: 90px;
	padding: 18px 14px 16px 14px;
	text-align: center;
	position: relative;
}
.shadow-strong{ box-shadow: 0 18px 28px rgba(0,0,0,.28); }

/* disc area */
.rs-disc{
	width: 140px;
	max-width: 100%;
	height: 140px;
	margin: 0 auto 12px auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.rs-disc-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* spinning animation only when hovering card */
	animation: none;
	transition: transform .2s ease-in-out;
}
.rs-prod:hover .rs-disc-img{
	animation: rs-spin 1.4s linear infinite;
}
@keyframes rs-spin{
	to { transform: rotate(360deg); }
}

/* caption */
.rs-caption{
	font-size: 13px;
	line-height: 18px;
	color: #333;
	padding: 20px 0 40px 0;
}

/* responsive */
@media screen and (max-width:1030px){
	.rs-products{ justify-content: center; gap: 0; }
	.rs-prod{ width: 47%; min-width: 0; max-width: 180px; margin-bottom: 12px; }
}



/* ===== Footer ===== */
.site-footer{
	background:#1c1c1c;
	color:#eee;
	font-size:14px;
	padding: 40px 0 0 0;
	margin-top: 150px;
}
.footer-top{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 30px auto;
	gap: 30px;
}
.footer-col{
	width: 45%;
	text-align: center;
}
.footer-title{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	margin-bottom: 10px;
}
.footer-link{
	color:#ccc;
	font-size:14px;
	text-decoration: underline;
	transition: .2s ease-in-out color;
}
.footer-link:hover{ color:#fff; }

.footer-text{
	color:#ccc;
	font-size:14px;
	margin: 3px 0;
}

/* bottom bar */
.footer-bottom{
	background:#111;
	padding: 18px 0;
	color:#aaa;
	font-size:13px;
}
.footer-copy{ margin:0 20px; height: 40px; line-height: 40px; }
.footer-copy a{
	color: #fff;
	text-align: left;
}
.footer-social{
	height: 40px;
	line-height: 40px;
	width: 100px;
}
.footer-social a{
	width: 40px;
	display: block;
	text-align: center;
}
.footer-social img{
	height: 30px;
}

/* responsive */
@media screen and (max-width:1030px){
	.footer-top{ flex-direction: column; align-items:center; gap:20px; }
	.footer-col{ width: 100%; }
	.footer-bottom{ flex-direction: column; gap:6px; text-align:center; }
	.footer-copy,.footer-social{margin: auto;}
	.footer-social{
		padding-bottom: 100px;
	}
}





/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



@media screen and (max-width: 1030px){

.disp-mob{display: block;}
.disp-desk{display: none;}

	
	
	
	
}
