﻿:root {
	--cyan: #21D4FD;
	--electric: #B721FF;
	--black: #000000;
	--stone: #F2F2F0;
	--white: #FFFFFF;

	--void: #1E002E;
	--twilight: #380055;
	--dusk: #530080;
	--surge: #7200B0;
	--pulse: #9500E0;

	--neon-lilac: #D966FF;
	--orchid: #ECA8FF;
	--bloom: #F7D6FF;
	--whisper: #FDF0FF;

	--deep-night: #002D3B;
	--midnight: #004D63;
	--abyss: #006D8A;
	--depth: #0092B8;
	--ocean: #00B8E0;

	--glow: #57E9FD;
	--ice: #9AF4FF;
	--sky-tint: #CDFAFF;
	--mist: #F0FEFF;

	--gradient: linear-gradient(90deg, var(--cyan) 0%, var(--electric) 100%);
	--gradient-btn: linear-gradient(90deg, var(--cyan) 0%, var(--electric) 100%);
	--gradient-cyan: linear-gradient(135deg, var(--cyan) 0%, var(--ocean) 100%);
	--gradient-purp: linear-gradient(135deg, var(--electric) 0%, var(--surge) 100%);

	--font-heading: 'Montserrat', sans-serif;
	--font-body: 'DM Sans', sans-serif;
	--font-mono: 'DM Mono', monospace;

	--radius-card: 18px;
	--radius-input: 10px;
	--radius-btn: 50px;
	--radius-pill: 40px;

	--shadow-card: 0 8px 40px rgba(183,33,255,0.08), 0 2px 12px rgba(33,212,253,0.06);
	--shadow-soft: 0 4px 20px rgba(0,0,0,0.04);
	--shadow-chip: 0 6px 24px rgba(115, 33, 200, 0.10);
	--shadow-drop: 0 12px 40px rgba(30, 0, 46, 0.12);
}

body {
	font-family: var(--font-body);
	background: var(--white);
	color: var(--black);
	-webkit-font-smoothing: antialiased;
}

.offcanvas-header {
	display: none;
}

a {
	color: #4e88e7;
	text-decoration: none;
}
a:hover {
	text-decoration: none
}
a.btn-dark, a.btn-default, a.btn-primary, a.btn-dark:hover, a.btn-default:hover, a.btn-primary:hover {
	color: #fff;
}
h3{
	font-size:20px
}
h4 {
	font-size: 18px
}
header {
	border-bottom: solid 1px #efefef;
}
.navbar {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.admin-body {
	padding-top: 100px
}
.BtnAdminEdit{
	position: fixed;
	opacity:.8;
	z-index:99;
	right:10px;
	bottom: 55px;
}
input[type=radio] {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 3px;
	 
}

.grecaptcha-badge {
	display: none !important;
}
.fixed-top {
	top: 0;
		-webkit-box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
	-moz-box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
	box-shadow: 0 15px 13px -20px rgba(0,0,0,.75);
	background-color: #fff;
	z-index: 20;
	 
}
.affix .hide-affix {
	display: none;
}
#buttonTop {
	padding: 10px;
	z-index: 12;
	position: fixed;
	background: #ccc;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	border-radius: 5px;
	color: rgba(0,0,0,.75);
	transition: opacity 0.5s linear;
}
#buttonTop.show {
	transition: opacity 0.5s linear;
	opacity: 1 !important;
}
.btn-light {
	background-color: #ececec !important
}
.form-group .control-label{
	font-weight: bold;
	margin-right: 5px
}
.CompareCount, .FavCount, .cartCount {
	border-radius: 10px;
	color: #fff;
	background-color: #de1c37;
	float: right;
	position: absolute;
	width: 20px;
	height: 21px;
	text-align: center;
	font-size: 12px;
	right: -12px;
	top: 0;
}
.FavTop ion-icon, .CompTop ion-icon {
	font-size: 34px;
	color: #000;
}
.FavTop a, .CompTop a {
	display:block;
	width:34px;
	height:34px;
	color: #000;
}
	.FavTop a:active, .FavTop a:focus, .CompTop a:active, .CompTop a:focus, .CartTop .CartLink:focus, .NotificationLink.active {
		background-color: #efefef !important;
		outline:none;
	}
.CartTop .CartLink {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: rgba(0, 0, 0, 0.78);
	padding: 0 10px;
	height: 35px;
}
.CartTopBox.dropdown-menu {
	width: 300px;
	padding: 10px;
	margin-top: -2px;
	right: 0;
	left: inherit;
	line-height: 15px;
}
.CartTopBox .PagNum
{
	display: none;
}
.MyAccountNav .nav-link:focus, .MyAccountNav .nav-link:active, .MyAccountNav .nav-item:active {
	background-color: #edecfd;
}
.MyAccountNav .AccountInitials {
    color: #fff;
    background-color: #343a40;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 31px;
    font-size: 14px;
}
.MyAccountNav .AccountLinksBox .btn.active:first-of-type {
	font-weight: bold;
}
.MyAccountNav .AccountLinksBox .btn-light:not(:disabled):not(.disabled).active, .MyAccountNav .AccountLinksBox .btn-light:not(:disabled):not(.disabled):active {
	background-color: #aac5dc !important;
}
.SearchTop .btnSearch {	 
	background-color: #fff;
	color: #000;
	padding: 5px;
	height: 35px;
	line-height: 20px;
	border: 0;
	position: absolute;
	top: 1px;
	right: 10px;
}
.SearchSuggestions {
	position: absolute;
	left: 15px;
	right: 0;
	width: 90%;
	top: 40px;
	background: #fff;
	z-index: 100;
	padding: 20px;
	box-shadow: 1px 1px 2px #202121;
	border-radius: 5px
}
.ProdSubCategories .dropdown-menu ul {		 
	width: 72%;
}
.SearchSuggestions ul,  .dropdown-menu ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	 
}
.DepartMenu, .ProductCatMenu {
	padding: .5rem 0;
}

.DepartMenu .nav-link, .ProductCatMenu .nav-link {
	font-weight: bold;
	padding: .5rem 1rem;
}

.MenuSpecialDrop a
{
	font-size: 18px
}
.ProductCatMenu .navbar-nav, .DepartMenu .navbar-nav {
	position: relative;
	width: 99%
}
.navbar-brand{
	display: none;
}
.ProductCatMenu .nav-item, .DepartMenu .nav-item {
	position: unset;
}
 .DepartMenu .dropdown-menu {
	width: 100%;
	padding: 15px;
	max-width: 1000px;
}
.ProductCatMenu .SubMenuItems li {
	padding: .25rem 1.5rem;
}
.ProductCatMenu ul.ProdSubItems li:hover, .ProductCatMenu .dropdown-item.active {
	background-color: #f8f9fa;
}
.ProductCatMenu .SubMenuItems .dropdown-item {
	font-size: 20px;
}
.ProductCatMenu .SubMenuItems a {
	color: rgba(0,0,0,.75);
	font-size: 16px;
	font-weight: 400;
	display: block
}
.ProductCatMenu .dropdown-menu {
	width: 100%;
	padding: 15px;
}
.ProductMenuDesc {
	float: left;
	height: 100%;
	padding: .25rem 1.5rem;
}
.SubMenuItems {
	float: left;
}

#cookieConsent {
	position: fixed;
	bottom: 0;
	top: unset;
	height: 55px;
	margin: 0;
	background-color: #202121;
	padding: 0 35px;
}
#cookieConsent .navbar-right a {
	margin-right: 20px;
}
#cookieConsent .navbar-right {
	margin-top: 11px;
}
/*Header*/
.header1 {
	padding: 5px;
	font-size: 15px;
	border-bottom: solid 1px #e4e4e4;
	margin-bottom: 10px
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #0082e6 !important;
}

footer a:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline
}
.FooterTitle
{
	font-size: 16px;
}
 
.CultureNav {
    cursor: pointer;
}
.CultureNav .dropdown-item.active {
    background-color: #dedede;
    color: rgba(0,0,0,.75);
}
.CultureNav .dropdown-menu {
    min-width: 65px;
    right: 0;
    left: inherit;
    font-size: 12px;
    position: absolute;
}
.CultureNav .nav-link {
    font-size: 13px !important
}

.HeadZone {
	padding: 10px;
	 
	color: #dc3545;
	margin-top: 20px;
}
.NewsletterSub {
	text-align: center;
	background: #0082e6;
	background-image: -webkit-linear-gradient(left,#ff1d25 5%,#a0328c 35%,#7040a4 45%,#4359c7 55%,#0082e6 70%);
	background-image: linear-gradient(to right,#ff1d25 5%,#a0328c 35%,#7040a4 45%,#4359c7 55%,#0082e6 70%);
	color: #fff;
	padding: 20px 10px;
}
.NewsletterSub input {
	font-size: 18px;
	height: 50px;
}
.NewsletterSub .btn {
	background-color: #1a5fa9;
	border-color: #6b9dc3;
}
.breadcrumb {
	background-color: transparent;
	padding: 5px 0;
	font-size: 12px;
	color: #6c757d;
}
.breadcrumb a {
	color: #6c757d;
}
.breadcrumb a:hover {
	color: #444;
	text-decoration: underline;
}
.slick-prev:before, .slick-next:before {
	color: #1f1f1f;
}
.slick-prev {
	z-index: 2;
}
/*Products List general*/
.slick-prev:before, .slick-next:before {
	color: #6d6d6d !important;
}
.ProductOptions label {
	border: solid 1px #ccc;
	padding: 7px;
	border-radius: 5px;
	font-size: 13px;
	cursor: pointer;
	display: inline-flex;
	line-height: 23px;
	margin-right: 10px
}
.ProductOptions input {
	width: 15px !important;
	height: 15px !important
}
.ProductOptions label:hover
{
	background-color:#efefef;
}
.ProductOptions  input:disabled + span {
	color: #ccc;
}

.ProdRecentVisited .ProductItem {
	margin: 0 10px;
}
.AddtoFav {
	position: absolute;
	bottom: 50px;
	right: 10px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.45);
	height: 30px;
	width: 30px;
	border-radius: 3px;
}
.AddtoComp {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.45);
	height: 30px;
	width: 30px;
	border-radius: 3px;
}
.AddtoFav button, .AddtoComp button {
	position: absolute;
	left: 0;
	outline: none;
	opacity: 0
}
.NoResults{
	padding-top: 120px;
	text-align: center;
	color: #999;
	background: url('../images/not-found.svg') center top no-repeat;
	background-size: 100px;
	 
}

.BtnAddtoCart .badge {
	margin-left: 5px;
}

.ProductRating a {
	margin-right: 10px
}

.ProductPrice .OldPrice {
	font-size: 16px;
}
.AtributBox {
	padding: 10px;
	border: solid 1px #ccc;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom: 20px;
	background: #fff;
}
.AtributBox img {
	height: 100px;
	max-width: 100%;
	margin: auto;
}
.AtributBox .TitleCat {
	display: block;
}
.ProdCount {
	float: right;
	color: #ccc;
	display: inline;
	font-size: 11px;
}
.ProdSubCategories a
{
	font-size: 13px
}
/*------- Carusel Produse ----- */
.owl-item {
	float: left;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
/*------- blog -------*/
.ArticlesCategories ul {
	list-style-type: none;
	padding: 0;
}
.ArticlesCategories ul li {
	padding: 5px 0
}
.ArticlesCategories a {
	color: rgba(0,0,0,.75);
	font-size: 16px
}
/*------- Article CSS -------*/
.ArtItem {
	width: 100%;
	float: left;
	padding: 0px 0px;
	border-radius: 5px;
	margin: 10px 0px;
	height:520px;
}
.ArtItem .col-3 {
	padding-left: 0px;
}
.ArtInfo {
	padding-top: 0px;
	padding-bottom: 20px;
}
.ArtTitle {
	color: #343a40;
}
.ArtClip{
	height:300px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.ArtClip img{
	height:auto;	
	width:auto;
	min-width:100%;
}
.ShortDescription {
	max-height: 75px;
	height: auto;
	overflow: hidden;
}
.ArtCategories li{
	width:100%;
	float:left;
}
.ArtCategories li a{
	width: 100%;
	float: left;
}
.ArtCategories li:first-of-type a {
	font-weight: 600;
	border-bottom: 2px solid #6c757d !important;
	font-size: 18px;
}
.ArticleGallery{
	width:100%;
 
}
.ArtDate {
	width: 100%;
}
.thumbImage {
	height: 100px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
	width: 100%;
	float: left;
	border: 1px solid #efefef;
}
.thumbImage img {
	width: auto;
	height: auto;
	border: 0px solid #efefef;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.xzoom-thumbs{
	width:100%;
	float:left;
}
.RatingValues .radio-inline {
	margin-right: 10px;
}
.RatingValues .radio-inline input
{
	width: 15px;
	height: 15px;
}
.ArticleRating {
	color: #ffc107;
}
.ArtTitle{
	width:100%;
	float:left;
}
.ProdComment {
	padding: 10px;
	background-color: #e8e8e8;
	border-radius: 10px;
	margin-bottom: 10px;
}
/*ACCOUNT */
.LoginPage .btn .facebook, .LoginPage .btn .google {
	float: left;
	font-size: 20px;
	line-height: 21px;
	margin-right: 10px;
}
.AccountTable {
	width: 100%;
}
.AccountTable td {
	vertical-align: middle;
	padding: 10px
}
.AccountTable tr {
	border-top: solid 1px #e0e0e0;
}
.AccountPage .card, .SoppingCartPage .card{
	height: 100%;
	padding: 20px;
	margin-top: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.card {
	padding: 20px;
	margin-top: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.SoppingCartPage .card{
	height: auto;
}
.AccountPage .card h3 {
	margin-top: 0
}
.AccountPage .AccountMenu {
	margin-bottom: 20px;
	background-color: #dedede !important;
}
.AccountMenu .navbar-nav .nav-link.active {
	font-weight:bold !important;
}
.AccountPage .ToggleOrder {
	padding: 10px;
	background-color: #edecfd;
	border-radius: 5px;
	cursor: pointer;
}
.CompareProductsPage {
	background: #fff;
	width: 100%;
	padding: 10px
}
.CompareAccountNav
{
	padding: 0;
}
.CompareAccountNav .nav-tabs .nav-link {
	background-color: #edecfd;
	padding: 10px 20px;
}
.CompareTable .ProdImage .btn, .FavItems .ProdImage .btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	color: #848484;
	font-size: 12px;
	font-family: cursive;
}
.CompareTable .ProdImage {
	min-height: 200px;
	max-width: 200px;
	text-align: center;
	display: flex;
	position: relative;
	margin-bottom: 15px;
	align-items: center;
}
.CompareTable .ProdTitle {
	max-width: 200px;
}
	.CompareTable .ProdImage img {
		max-height: 200px;
		width: auto;
		margin: auto;
	}
.CompareTable td{
	vertical-align: top;
	padding: 0 10px
}
.CompareTable {
	min-width: 800px;
}
/*Select folosit si la account*/
.SelectForm{
	position:relative;
}
.SelectForm .form-control {
	position: absolute;
	z-index: 2;
	margin-top: -1px;
}
.SelectForm .LabelSelectLoc {
	cursor: pointer;
	padding: 7px;
	border-radius: 3px;
	border: solid 1px #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	background-color: #fff;
}
	.SelectForm .SelectLocationList, .SelectForm .SelectProductCategoryList {
		position: absolute;
		max-height: 300px;
		overflow-y: scroll;
		border: solid 1px #ccc;
		border-radius: 0 0 5px 5px;
		box-shadow: 0px 0px 4px #00000038;
		margin-top: 35px;
		z-index: 3;
		width: 100%;
		padding: 10px;
		background: #fff;
	}
.SelectForm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 3;
	width: 100%;
}
.SelectForm li {
    margin: 0;
    padding: 5px 10px;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}
.SelectForm li:hover
{
    background-color: #edecfd;
}
.RentSearchBox
{
	padding: 20px;
	background-color: #edecfd;
	border-radius: 5px
}

.GuestComment {
	padding: 10px;
	background-color: #e8e8e8;
	border-radius: 10px;
	margin-bottom: 10px;
}

/* Animations */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes anim-float {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-9px);
	}
}

.anim-float {
	animation: anim-float 4.5s ease-in-out infinite;
}

@keyframes anim-drift {
	0%, 100% {
		transform: translate(0, 0);
	}

	33% {
		transform: translate(7px, -9px);
	}

	66% {
		transform: translate(-5px, 6px);
	}
}

.anim-drift {
	animation: anim-drift 8s ease-in-out infinite;
}

@keyframes anim-pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.65;
	}

	50% {
		transform: scale(1.35);
		opacity: 1;
	}
}

.anim-pulse {
	animation: anim-pulse 2.8s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: center;
}

@keyframes anim-breathe {
	0%, 100% {
		transform: scale(1);
		opacity: 0.85;
	}

	50% {
		transform: scale(1.06);
		opacity: 1;
	}
}

.anim-breathe {
	animation: anim-breathe 6s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: center;
}

@keyframes anim-rotate-slow {
	to {
		transform: rotate(360deg);
	}
}

.anim-rotate-slow {
	animation: anim-rotate-slow 50s linear infinite;
	transform-box: fill-box;
	transform-origin: center;
}

.anim-rotate-reverse {
	animation: anim-rotate-slow 70s linear infinite reverse;
	transform-box: fill-box;
	transform-origin: center;
}

@keyframes anim-draw {
	0% {
		stroke-dashoffset: 200;
		opacity: 0;
	}

	25% {
		opacity: 0.4;
	}

	80% {
		stroke-dashoffset: 0;
		opacity: 0.4;
	}

	100% {
		stroke-dashoffset: 0;
		opacity: 0;
	}
}

.anim-draw {
	stroke-dasharray: 200;
	stroke-dashoffset: 200;
	animation: anim-draw 4s ease-in-out infinite;
}

@keyframes anim-plane-fly {
	0% {
		transform: translate(120px, 300px) rotate(-32deg);
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	85% {
		opacity: 1;
	}

	100% {
		transform: translate(340px, 30px) rotate(-32deg);
		opacity: 0;
	}
}

.anim-plane-fly {
	animation: anim-plane-fly 7s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	.anim-float,
	.anim-drift,
	.anim-pulse,
	.anim-breathe,
	.anim-rotate-slow,
	.anim-rotate-reverse,
	.anim-draw,
	.anim-plane-fly {
		animation: none;
	}
}
