a.nav-link[title="PREZENTY i PREZENCIKI"] {
    text-transform: uppercase;
    white-space-collapse: collapse;
    max-width: 120px;
    text-align: left;
    background-color: #e90000;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 10px;
}

a.nav-link[title="PREZENTY i PREZENCIKI"]:before {
    content: " ";
    position: absolute;
    top: -8px;
    left: -50px;
    width: 100px;
    height: 100px;
    background-size: 60px 60px!important;
    background-repeat: no-repeat!important;
    background: url(https://www.svgheart.com/wp-content/uploads/2021/11/santa-hat-christmas-free-svg-file-SvgHeart.Com.png);
    transform: rotateY(180deg) rotateZ(34deg);
}

a.nav-link[title="Fashion week"] {
    text-transform: uppercase;
    white-space-collapse: collapse;
    max-width: 90px;
    text-align: center;
    background-color: rgb(236, 0, 139);
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
    padding: 5px 10px;
    border-radius: 3px;
}

div#menu_navbar {
    margin-top: 1em;
}

@media screen and (max-width: 974px){
   a.nav-link[title="PREZENTY i PREZENCIKI"] {
    margin-left: 0px;
    margin-bottom: 5px;
   }
#logo picture::after {
font-size: 0.8em;
    
}
}

video {
    width: 100%!important;
    height: auto!important;
}

a.nav-link[href="/pol_m_MESKA-ENERGIA-933.html"] {
    max-width: 120px;
}
a.nav-link[href="/pol_m_TENGA-WEEK-959.html"] {
    max-width: 120px;
}
[title="MĘSKA ENERGIA"]{
    max-width: 120px;
}
.magazine-viewport img {
    object-fit: cover;
}

div#tws_a_100000 {
    margin-top: -45px!important;
}

ul.navbar-nav.mx-md-n2 {
    flex-wrap: nowrap;
}

ul.navbar-nav.mx-md-n2 li a {
    /*display: flex;*/
    justify-content: center;
}

.projector_details .omnibus_price {
    margin: 0px 0 20px;
}
li:has(> span[title="Break"]) {
    white-space: pre-line;
    flex-basis: 100%;
    height: 0;
    opacity: 0;
    z-index: -1;
}

ul.navbar-nav.mx-md-n2 {
    flex-wrap: wrap;
}

#logo picture::after {
    content: 'Dyskretny \A Sklep \A Dla Dorosłych';
    white-space: pre;
    font-size: 1.3em;
    font-weight: bold;
    margin-left: 0.4em;
    color: #ed008c;
}

#logo picture {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#logo a {
    text-decoration: none;
}

div#logo {
    justify-content: start;
}

ul.navbar-nav.mx-md-n2 {
    justify-content: space-evenly;
}

.client_info.col-md-4.col-12.col-xl-3 {
    display: flex;
    justify-content: center!important;
    width: 100%;
    text-align: center;
    flex: 100%;
    max-width: unset!important;
}

.login_menu.client-barcode {
    display: block !important;
    width: 100%;
    border: 0;
    padding: 0 !important;
}

.login_menu.client-barcode.d-sm-none {}

.login_menu.client-barcode h3{
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.login_menu.client-barcode strong {
    display: none!important;
}

div#login_menu {
    padding-top: 0px;
}

/*święta*/


.snowflakes {
	width: 100%; height: 1200px;
	position: fixed; top: -90px; left: 0;
    overflow: hidden;
    z-index: -1;
}

.snowflakes i {
  color: #ed008c;
  font-size: 3em;
}


.snowflakes i {
	display: inline-block;
	-webkit-animation: snowflakes 3s linear 2s 20;
	-moz-animation: snowflakes 3s linear 2s 20;
	position: relative;
}
.snowflakes i:after, .snowflakes i:before {
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}

@-webkit-keyframes snowflakes {
	0% {
		-webkit-transform: translate3d(0,0,0) rotate(0deg) scale(0.6);
	}
	100% {
		-webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
	};
}

.snowflakes i:nth-child(3n) {
	width: 16px; height: 4px;
	-webkit-animation-duration: 8s;
	-webkit-animation-iteration-count: 30;
	-webkit-transform-origin: right -45px;
}

.snowflakes i:nth-child(3n+1) {
	width: 24px; height: 6px;
	-webkit-animation-duration: 12s;
	-webkit-animation-iteration-count: 45;
	-webkit-transform-origin: right -30px;
}

.snowflakes i:nth-child(3n+2) {
	width: 32px; height: 8px;
	-webkit-animation-duration: 18s;
	-webkit-animation-iteration-count: 60;
	-webkit-transform-origin: right -15px;
}
	
/* different delays so they don't all start at the same time */
.snowflakes i:nth-child(7n) {
  opacity:.3;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+1) {
  opacity:.4;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+2) {
  opacity:.5;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+3) {
  opacity:.6;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+4) {
  opacity:.7;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+5) {
  opacity:.8;
  -webkit-animation-delay: 3s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+6) {
  opacity:.9;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-timing-function:ease-in;
}

div#rma_login {
    display: none;
}