<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*   SECRETKITCHEN

/*
Theme Name: QuickFood 
Theme URI: http://www.ansonika.com/quickfood/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home all versions
- 2.2 List page
- 2.3 Restaurant menu
- 2.4  Order process
- 2.5 Restaurant detail page
- 2.6 About
- 2.7 Contacts

3. COMMON
3.1 Preloader
3.2 Parallax bg
3.4 Login/Register modals
3.5 Spacing
3.6  Map
3.7 Password strength
3.8 Input form style
3.9 Collapse
3.10 Tabs
3.11 Tooltips
3.12 Blockquote

4. UPDATES
4.1 Strip list home
4.2 Grid list
4.3 General
4.4 Map listing
4.5 Search modal
4.6 Restaurant menu
4.7 Work with us section

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
  #Swipe-horizontal_1 {
display: inline-block;
    width: 278px;
    margin: 0 auto;
    padding: 0px 87px;
    position: absolute;
    right: 50px;
    z-index: 11;
    transform: translate(120px, 0);
}

/* SVG RULES */

.hand, 
.hand-double, 
.hand-flick, 
.hand-hold, 
.hand-rock, 
.hand-tap, 
.hand-x, 
.hand-y {
  fill: #0097e6;
  stroke: #0097e6;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arrow-down, 
.arrow-head, 
.arrow-left, 
.arrow-right, 
.arrow-up, 
.arrow-up-1, 
.arrow-up-2, 
.arrow-up-3,   
.hold-1,
.hold-2, 
.line-horizontal, 
.line-rotate, 
.line-vertical, 
.notes, 
.tap-1, 
.tap-2 {
  fill: transparent;
  stroke: #0097e6;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arrow-up-2, 
.hold-1, 
.tap-1 {
  opacity: .5;
}

.arrow-up-1, 
.hold-2, 
.tap-2 {
  opacity: .25;
}

.arrow-up-3, 
.swipe-horizontal, 
.swipe-rotate, 
.swipe-vertical {
  opacity: .75;
}

.hold-1, 
.hold-2, 
.notes {
  opacity: 0;
}

.shoppingbasket {
 width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 9px;
    position: relative;
    float: right;
    margin: 0 auto;
}
.basketitems {
  color:#fff;
  font-size:80%;
  background-color:#e74c3c;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-90%);
  -moz-transform:translate(-50%,-90%);
  transform:translate(-50%,-90%);
  padding:0 12%;
  border-radius:1000px;
}
.shoppingbasket .top {
  width:60%;
  height:10%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  top:25%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shoppingbasket .bottom {
  width:50%;
  height:10%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  bottom:25%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shoppingbasket .left {
  width:50%;
  height:10%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  top:45%;
  left:1%;
  -webkit-transform: rotate(80deg);
  -moz-transform: translateX(80deg);
  transform: translateX(80deg);
}
.shoppingbasket .right {
  width:50%;
  height:10%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  top:45%;
  right:1%;
  -webkit-transform: rotate(-80deg);
  -moz-transform: translateX(-80deg);
  transform: translateX(-80deg);
}


/*-------- Allert for old browsers IE8 and below --------*/
.td-wrap,
.td-wrap * {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.td-wrap svg {
    width: 100%;
}
.td-input {
    cursor: pointer;
}
.td-wrap {
    display: none;
    font-family: sans-serif;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    color: #4d4d4d;
}
.td-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.td-clock {
    width: 156px;
    height: 156px;
    border-radius: 156px;
    box-shadow: 0 0 0 1px #1977CC, 0 0 0 8px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    line-height: 156px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.td-clock:before {
    position: absolute;
    content: "";
    top: -10px;
    margin-left: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #FFF;
    border-left: 1px solid #1977CC;
    border-top: 1px solid #1977CC;
    border-top-left-radius: 4px;
}
.td-init .td-deg {
    -webkit-animation: slide 1s cubic-bezier(.7, 0, .175, 1) 1.2s infinite;
}
.td-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.td-svg-2 {
    position: absolute;
    top: 18px;
    left: 18px;
    bottom: 18px;
    right: 18px;
}
.td-wrap.td-show {
    display: block;
}
.td-deg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    position: absolute;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.td-medirian {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.td-medirian span {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -20px;
    font-size: .8em;
    opacity: 0;
    font-weight: bold;
}
.td-medirian .td-icon-am {
    top: 40px;
}
.td-medirian .td-icon-pm {
    bottom: 40px;
}
.td-medirian .td-icon-am.td-on {
    top: 26px;
    opacity: 1;
}
.td-medirian .td-icon-pm.td-on {
    bottom: 26px;
    opacity: 1;
}
.td-select {
    position: absolute;
    top: 4px;
    left: 32px;
    right: 32px;
    bottom: 22px;
}
.td-select svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.td-select:after {
    position: absolute;
    background: #FFF;
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 1px #1977CC;
    border-radius: 60px;
    top: -16px;
    left: 50%;
    margin-left: -18px;
    border-bottom-left-radius: 0;
    content: "";
    transform: rotate(-45deg);
    cursor: pointer;
}
.td-clock .td-time {
    font-weight: bold;
    position: relative;
}
.td-clock .td-time span {
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    text-align: center;
    margin: 6px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 2em;
    border-radius: 6px;
}
.td-clock .td-time span.on {
    color: #1977CC;
}
.td-n {
    -webkit-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
    transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
}
.td-n2 {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
/*

@-webkit-keyframes td-rubber {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}



.td-rubber {
    -webkit-animation-name: td-rubber;
    animation-name: td-rubber;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

*/

@-webkit-keyframes td-alert {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes td-alert {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.td-alert {
    -webkit-animation-name: td-alert;
    animation-name: td-alert;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* effects */

@-webkit-keyframes td-bounce {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    20% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    60% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    70% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    80% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes td-bounce {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    20% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    60% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    70% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    80% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.td-bounce {
    -webkit-animation-name: td-bounce;
    animation-name: td-bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes td-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes td-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.td-fadein {
    -webkit-animation-name: td-fadein;
    animation-name: td-fadein;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
@-webkit-keyframes td-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes td-fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.td-fadeout {
    -webkit-animation: td-fadeout .3s forwards;
    animation: td-fadeout .3s forwards;
}
@-webkit-keyframes td-dropdown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes td-dropdown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.td-dropdown {
    -webkit-animation-name: td-dropdown;
    animation-name: td-dropdown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.td-bulletpoint,
.td-bulletpoint div,
.td-lancette,
.td-lancette div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.td-bulletpoint div:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.td-lancette {
    border: 2px solid #DFF3FA;
    border-radius: 100%;
    margin: 6px;
}
.td-lancette div:after {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    bottom: 50%;
    border-radius: 10px;
    background: #DFF3FA;
    content: "";
}
.td-lancette div:last-child:after {
    top: 36px;
}


#header{
         background: #000;

}

#localisation-livreur{
        position: relative;
    /*right: 15px;*/
}
@media (max-width: 768px) {
  nav {
    display:none;
  }
}

 .menu {
     background-image: linear-gradient(to right, #78cfcf 38%, #ec8c69 100%);
     text-transform: uppercase;
     box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
}
 .menu a {
     color: #fff;
     text-decoration: none;
     font-weight: 300;
}
 .menu a:focus, .menu a:focus-within {
     outline: none;
}
 .menu &gt; ol {
     display: flex;
    list-style:none !important;
}
 .menu &gt; ol &gt; li {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
        list-style:none !important;
}
 @media (min-width: 45rem) {
     .menu &gt; ol {
         justify-content: space-around;
    }
     .menu &gt; ol:hover &gt; li:first-child &gt; a, .menu &gt; ol:focus-within &gt; li:first-child &gt; a {
         opacity: 0.6;
    }
     .menu &gt; ol &gt; li {
         flex: 1 1 0;
    }
     .menu &gt; ol &gt; li:last-child:after {
         content: '';
         position: absolute;
         top: 0;
         width: 100%;
         bottom: 0;
         margin-right: -50%;
         background: rgba(0, 0, 0, 0.1);
         border-radius: 0.5rem;
         z-index: 0;
         transition: 350ms cubic-bezier(1, 0.49, 0.09, 1.29) all;
         pointer-events: none;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 1) ~ li:last-child:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:after {
         right: 550%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:after {
         right: 650%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:after {
         right: 750%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:after {
         right: 850%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:after {
         right: 950%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:after {
         right: 1050%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 2):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 2) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(0, 0, 0, 1);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem #78cfcf;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.33333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.33333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 3):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 3) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem #000;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.75);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 4) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):nth-child( 4):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:nth-child( 4):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 5) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 550%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.83333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.83333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.66666666666667);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.66666666666667);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.33333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 4):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 4):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.33333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.16666666666667);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):nth-child( 5):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:nth-child( 5):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.16666666666667);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 6) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 650%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.85714285714286);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.85714285714286);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 550%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.71428571428571);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.71428571428571);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.57142857142857);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.57142857142857);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.42857142857143);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 4):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 4):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.42857142857143);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.28571428571429);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 5):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 5):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.28571428571429);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.14285714285714);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):nth-child( 6):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:nth-child( 6):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.14285714285714);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 7) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 750%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.875);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.875);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 650%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.75);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.75);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 550%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.625);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.625);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus-within ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 4):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 4):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.375);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 5):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 5):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.375);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 6):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 6):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.25);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.125);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):nth-child( 7):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:nth-child( 7):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.125);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 8) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 850%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.88888888888889);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.88888888888889);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 750%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.77777777777778);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.77777777777778);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 650%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.66666666666667);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.66666666666667);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus-within ~ li:last-child:after {
         right: 550%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.55555555555556);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 4):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 4):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.55555555555556);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus-within ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.44444444444444);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 5):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 5):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.44444444444444);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.33333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 6):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 6):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.33333333333333);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.22222222222222);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 7):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 7):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.22222222222222);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.11111111111111);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):nth-child( 8):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:nth-child( 8):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.11111111111111);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 9) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 950%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.9);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.9);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 850%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.8);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 750%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.7);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.7);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus-within ~ li:last-child:after {
         right: 650%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 4):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 4):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.6);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus-within ~ li:last-child:after {
         right: 550%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 5):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 5):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.5);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus-within ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 6):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 6):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.4);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.3);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 7):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 7):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.3);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 8):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 8):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.2);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.1);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):nth-child( 9):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:nth-child( 9):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.1);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 10) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus-within ~ li:last-child:after {
         right: 1050%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.90909090909091);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 1):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 1):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.90909090909091);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus-within ~ li:last-child:after {
         right: 950%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.81818181818182);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 2):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 2):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.81818181818182);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus-within ~ li:last-child:after {
         right: 850%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.72727272727273);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 3):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 3):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.72727272727273);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus-within ~ li:last-child:after {
         right: 750%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.63636363636364);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 4):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 4):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.63636363636364);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus-within ~ li:last-child:after {
         right: 650%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.54545454545455);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 5):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 5):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.54545454545455);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus-within ~ li:last-child:after {
         right: 550%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.45454545454545);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 6):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 6):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.45454545454545);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus-within ~ li:last-child:after {
         right: 450%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.36363636363636);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 7):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 7):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.36363636363636);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus-within ~ li:last-child:after {
         right: 350%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.27272727272727);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 8):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 8):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.27272727272727);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus-within ~ li:last-child:after {
         right: 250%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.18181818181818);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 9):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 9):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.18181818181818);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):hover ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus-within ~ li:last-child:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus-within ~ li:last-child:after {
         right: 150%;
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):hover &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus-within &gt; ol a, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus-within &gt; ol a {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0), inset 0 0 0 3rem rgba(237, 110, 160, 0.090909090909091);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):hover &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus-within &gt; ol a:hover, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):hover &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus-within &gt; ol a:focus, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):hover &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):nth-child( 10):focus-within &gt; ol a:focus-within, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:nth-child( 10):focus-within &gt; ol a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1), inset 0 0 0 3rem rgba(237, 110, 160, 0.090909090909091);
    }
     .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:hover:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11):last-child:focus-within:after, .menu &gt; ol &gt; li:first-child:nth-last-child( 11) ~ li:last-child:focus-within:after {
         right: 50%;
    }
     .menu &gt; ol &gt; li:first-child &gt; a {
         opacity: 1;
    }
     .menu &gt; ol &gt; li &gt; a {
         padding: 2rem 0;
         font-size: 1.6vw;
         position: relative;
         width: 100%;
         text-align: center;
         z-index: 1;
         opacity: 0.7;
         transition: 250ms ease all;
    }
     .menu &gt; ol &gt; li &gt; ol {
         position: absolute;
         top: 100%;
           left: -32px;
    width: 108%;
         visibility: hidden;
    }
     .menu &gt; ol &gt; li &gt; ol &gt; li {
         margin-top: 0.5rem;
         transition: 250ms cubic-bezier(0.42, 0.83, 0.49, 1.35) transform;
         transform: scale(0);
    }
     .menu &gt; ol &gt; li &gt; ol &gt; li &gt; a {
         display: block;
         text-align: center;
         border-radius: 0.2rem;
         padding: 1rem 0.5rem;
         font-size: 1.4vw;
         background: white;
         transition: 250ms ease all;
    }
     .menu &gt; ol &gt; li &gt; ol &gt; li &gt; a:hover, .menu &gt; ol &gt; li &gt; ol &gt; li &gt; a:focus, .menu &gt; ol &gt; li &gt; ol &gt; li &gt; a:focus-within {
         box-shadow: inset 0 0 0 3rem rgba(0, 0, 0, 0.1);
         color: rgba(255, 255, 255, 1);
    }
     .menu &gt; ol &gt; li:hover &gt; a, .menu &gt; ol &gt; li:focus &gt; a, .menu &gt; ol &gt; li:focus-within &gt; a {
         opacity: 1 !important;
    }
     .menu &gt; ol &gt; li:hover &gt; ol, .menu &gt; ol &gt; li:focus &gt; ol, .menu &gt; ol &gt; li:focus-within &gt; ol {
         visibility: visible;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li, .menu &gt; ol &gt; li:focus &gt; ol &gt; li, .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li {
         transform: scale(1);
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:first-child, .menu &gt; ol &gt; li:focus &gt; ol &gt; li:first-child, .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:first-child {
         transition-delay: 150ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 1), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 1), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 1) {
         transition-delay: 150ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 2), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 2), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 2) {
         transition-delay: 300ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 3), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 3), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 3) {
         transition-delay: 450ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 4), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 4), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 4) {
         transition-delay: 600ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 5), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 5), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 5) {
         transition-delay: 750ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 6), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 6), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 6) {
         transition-delay: 900ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 7), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 7), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 7) {
         transition-delay: 1050ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 8), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 8), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 8) {
         transition-delay: 1200ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 9), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 9), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 9) {
         transition-delay: 1350ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 10), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 10), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 10) {
         transition-delay: 1500ms;
    }
     .menu &gt; ol &gt; li:hover &gt; ol &gt; li:nth-child( 11), .menu &gt; ol &gt; li:focus &gt; ol &gt; li:nth-child( 11), .menu &gt; ol &gt; li:focus-within &gt; ol &gt; li:nth-child( 11) {
         transition-delay: 1650ms;
    }
}
 @media (max-width: 45rem) {
   
     .menu a {
         font-size: 1.4rem;
         padding: 1rem 0.5rem;
    }
     .menu &gt; ol {
         flex-direction: column;
    }
     .menu &gt; ol &gt; li {
         flex-direction: column;
         align-items: stretch;
         text-align: center;
    }
     .menu &gt; ol &gt; li &gt; a:nth-last-child(2) {
         position: relative;
    }
     .menu &gt; ol &gt; li &gt; a:nth-last-child(2):after {
         content: '';
         position: absolute;
         top: 50%;
         margin-top: -0.25rem;
         right: 1.5rem;
         border-top: 0.5rem solid #fff;
         border-left: 0.3rem solid transparent;
         border-right: 0.3rem solid transparent;
         transition: 250ms ease all;
    }
     .menu &gt; ol &gt; li:focus-within:nth-last-child(2):after, .menu &gt; ol &gt; li:focus:nth-last-child(2):after, .menu &gt; ol &gt; li &gt; a:hover:nth-last-child(2):after, .menu &gt; ol &gt; li &gt; a:focus-within:nth-last-child(2):after, .menu &gt; ol &gt; li &gt; a:focus:nth-last-child(2):after {
         transform: rotate(180deg);
    }
     .menu &gt; ol &gt; li:focus-within + ol, .menu &gt; ol &gt; li:focus + ol, .menu &gt; ol &gt; li &gt; a:hover + ol, .menu &gt; ol &gt; li &gt; a:focus-within + ol, .menu &gt; ol &gt; li &gt; a:focus + ol {
         max-height: 12rem;
    }
     .menu &gt; ol &gt; li &gt; ol {
         background: rgba(0, 0, 0, 0.1);
         box-shadow: inset 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
         overflow: hidden;
         max-height: 0;
         transition: 250ms ease all;
    }
     .menu &gt; ol &gt; li &gt; ol &gt; li a {
         display: block;
         font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
  nav {
    display:none;
  }
}


@font-face {

    font-family: Lato;

    src: url("../../assets/fonts/Lato.ttf") format("opentype");
}


@font-face {

    font-family: Baloo;

    src: url("../../assets/fonts/Baloo.ttf") format("opentype");
}

@font-face {

    font-family: Fredoka;

    src: url("../../assets/fonts/Fredoka.ttf") format("opentype");
}
@font-face {

    font-family: Righteous;

    src: url("../../assets/fonts/Righteous.ttf") format("opentype");
}
@font-face {

    font-family: Pacifico;

    src: url("../../assets/fonts/Pacifico.ttf") format("opentype");
}

@font-face {

    font-family: Rajdhani;

    src: url("../../assets/fonts/Rajdhani.ttf") format("opentype");
}

@font-face {

   font-family: 'ArialGreek' ;
   src: url('../../assets/fonts/Arial_Greek_Bold.ttf') format('truetype');

}


@font-face {

    font-family: Muli;

    src: url("../../assets/fonts/Muli.ttf") format("opentype");
}

@font-face {

    font-family: Gilroy;

    src: url("../../assets/fonts/Gilroy-Light.otf") format("opentype");
}

@font-face {

    font-family: Gilroy2;

    src: url("../../assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
}

.item2{
  
font-family: 'Gilroy2'; 
}

.social-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 666666;
}

.social-bar a {
  display: block;
  text-align: center;
  padding: 24px;
  transition-duration: 0.5s;
  color: white;
  font-size: 20px;
  width: 20px;
}

.social-bar a:hover {
  background-color: teal;
  padding: 30px 40px;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

 .lines {
     display: flex;
     flex-direction: column;
     height: 100%;
     width: 100%;
     justify-content: space-evenly;
}
 .line {
     width: 100%;
     height: 3px;
     background-color: rgba(255, 255, 255, 0.1);
     position: relative;
}
 .line::after {
     position: absolute;
     top: 50%;
     left: -20%;
     transform: translatey(-50);
     content: "";
     width: 20%;
     height: 100%;
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #009fb7 80%, #009fb7 100%);
     animation: move 6s infinite;
     animation-fill-mode: forwards;
     animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
 .line:nth-child(1)::after {
     animation-delay: 0.5s;
}
 .line:nth-child(2)::after {
     animation-delay: 0;
}
 .line:nth-child(3)::after {
     animation-delay: 2s;
}
 @keyframes move {
     0% {
         left: -20%;
    }
     100% {
         left: 100%;
    }
}

.underline{
position: relative;
    letter-spacing: 0.1em;
    font-size: 19px;
    color: #222;
    text-decoration: none;
font-family: monospace;
    line-height: 1;
left: -13px;
bottom: -43px;
    cursor: pointer;
}
.underline span{
position: relative;

}


  /*Trigger Button*/
.login-trigger {
  font-weight: bold;
  color: #fff;
  background: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  position: relative; 
  top: 50%;
}

/*Modal*/
h4 {
  font-weight: bold;
  color: #fff;
}
.close {
  color: #fff;
  transform: scale(1.2)
}
.modal-content {
  font-weight: bold;
  background: #fff;
  /*background: rgba(0,0,0,.3);*/
}
.form-control {
  margin: 1em 0;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;  
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login:hover {
  background: #FAB87F;
  color: #fff;
}

    .loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.loader
{
    display: none;
    width:200px;
    height: 200px;
    position: fixed;
top: 60px;
    left: 560px;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}

#localisationbtn4{
    background-color: #78cfcf; 

}
#localisationbtn{
    position: relative !important;
    left: 30% !important;
}
#villeselect{
    width: 25% !important;
    position: relative !important;
    right: 0% !important;
    bottom: -51px;
    -webkit-appearance: auto;
}

#quartierselect2{
    width: 25% !important;
    position: relative !important;
    right: -1% !important;
    bottom: -51px !important;
    -webkit-appearance: auto;
}
#contentvillqua{
   /* max-height: 688px; */
    border-radius: 0px !important;
        width: 100%;
}
#dialogvillqua{
    max-width: 42%;
    height: 100vh;
    display: block;
    align-items: center;
    justify-content: center;
}
#Selectemplace{
    position: relative;
    bottom: 0; 
    font-family: 'Muli', sans-serif; 
    font-size: 22px;
}
#vousetes{
    position: relative;
    bottom: 0; 
    font-family: 'Muli', sans-serif;
font-size: 16px;
}
#custom_search_villquart{
    position: relative;
    right: 0;
}
#quartierselect{
    -webkit-appearance: none;
    background-color: white;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75) !important;
    margin-bottom: 19px;
}
#localisationbtn2{
    position: relative;
    bottom: 0px;
    left: 0;
    background: #78cfcf;
    width: 100%; 
    border-radius: 0px !important;
    color: #fff;
}
#formposition{
    text-align: center;
    position: relative;
   /* right: -55px;
    top: -60px;*/
}
 #formfirst{
          left: -44px;
    position: relative;
}

#main_menu { 
  font-family: "Gilroy"; 
}

#menu_title { 
  font-family: "Gilroy2"; 
}

#pnProductNav { 
  font-family: "Gilroy2";
  height: 90px;
}

.designiationf { 
  font-family: "Gilroy2"; 
}

/* Sidebar */
#sidebar-wrapper{
    z-index:1;
    position: absolute;
    width:0;
    height:100%;
    overflow-y:hidden;
    background: #5b4282;
    opacity:0.9;
      transition:all .5s;
      display:flex;
      align-items:center;
  }
  
  /* Main Content */
  #page-content-wrapper{
    width: 100%;    
    position: absolute;
    padding:15px;
      transition:all .5s;
  }
  
  #menu-toggle{
      transition:all .3s;
      font-size:2em;
  }
  /* Change the width of the sidebar to display it*/
  #wrapper.menuDisplayed #sidebar-wrapper{
    width:250px;
  }
  
  #wrapper.menuDisplayed #page-content-wrapper{
    padding-left:250px;
  }
  
  /* Sidebar styling */
  .sidebar-nav{
    padding:0;
    list-style:none; 
      transition:all .5s;
      width:100%;
      text-align:center;
  }
  
  .sidebar-nav li{
    line-height:40px;  
      width:100%;
      transition:all .3s;
      padding:10px;
  }
  
  .sidebar-nav li a {
    display:block;
    text-decoration:none;
    color:#ddd;
  }
  
  .sidebar-nav li:hover{
    background:#846bab;
  }
  
  
.mfp-hide{
    display: none;
}
.chromeframe{background:#ddd;color:#000;padding: 0.2em;position: fixed; top: 0; left: 0; text-align: center; z-index:9999; width: 100%;}
.chromeframe a{color:#ed1c24;}

/*-------- 1.1 Typography --------*/
html * {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body {font-size:13px; line-height:1.4; color:#555;background-color:#fff; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, label {color:#333;}

/** Layes slider typography **/   
h3.slide_typo {font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;letter-spacing:-2px; font-size: 60px; white-space:nowrap; color:#fff !important; font-weight:300;}
h3 .slide_typo strong {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;}
.slide_typo_2{color:#fff; font-size:18px; white-space:nowrap}

.box_style_2 h2.inner {
    background-color:#000; 
    color:#fff; 
    margin:-25px -25px 25px -25px; 
    padding:12px 15px; 
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size:22px; 
    font-weight:600;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.main_title{ text-align:center; margin-bottom:45px; }
.main_title h2{ font-size:46px; letter-spacing:-1px; font-weight:300; margin-bottom:0;}
.main_title p{ font-size:18px; color:#555; line-height:1.2; margin-bottom:30px; font-weight:300;}

.feature h3{margin-top:0;}
.feature h3 span{color:#ec008c;}

/*General links color*/
a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; 
    outline:none;
}

a:hover,a:focus {color: #FFFFFF;text-decoration: none; outline:none;}

hr.more_margin {
  margin-top: 60px;
  margin-bottom:40px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
hr.styled {
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
.is_formule{
    text-decoration: underline;
    cursor: pointer;
  font-family: 'Rajdhani';
    font-weight: 900;
    word-break: break-word;
}
.produit_num{
    background: #78cfcf;
    padding: 10px;
    color: #ffffff;
    border-bottom: 2px solid #5aa5a5;
}
.titre_formule{
    color:#78cfcf;
    padding-left: 5px!important;
}
.detail_titre_formule th{
    color: #a3a3a3;
}
.detail_titre_formule th:first-child{
    width: 86%
}
.btn-modifier{
            width: 200px;
            margin-top: 25px;
            color: #fff!important;
            font-size: 20px;
            font-weight: 600;
            padding: 6px;
            background: #78cfcf;
}

#overlay{
  position: fixed;
  top: 0;
  z-index: 666666;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.9);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #78cfcf solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}


/*-------- 1.2 Buttons --------*/
#shake:hover {
    transform: translate(0, -5px);
    /* -webkit-transform: translate(0, -5px); */
    -ms-transform: translate(0, -5px);
    /* -webkit-box-shadow: 0px 2px 0px 0px #ebedef; */
    -moz-box-shadow: 0px 2px 0px 0px #ebedef;
    /* box-shadow: 0px 2px 0px 0px #ebedef; */
}

#shake2:hover {
    transform: translate(0, -5px);
    /* -webkit-transform: translate(0, -5px); */
    -ms-transform: translate(0, -5px);
    /* -webkit-box-shadow: 0px 2px 0px 0px #ebedef; */
    -moz-box-shadow: 0px 2px 0px 0px #ebedef;
    /* box-shadow: 0px 2px 0px 0px #ebedef; */
}



 a.btn_1, .btn_1{
    
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#fff;
    cursor: pointer;
    padding: 0px 20px;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:600;
    display:inline-block;
    text-align:center;
}

a.btn_11, .btn_11{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#fff;
    background: #85c99d;
    cursor: pointer;
    padding: 10px 20px;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:600;
    display:inline-block;
    text-align:center;
}

.thumb_strip img{
  width: 102px;
    height: auto;
       left: 0px;
    bottom: 16px;
    position: relative;
}

a.btn_full, .btn_full{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#fff;
    width:100%;
    background: #2b97e6;
    cursor: pointer;
    padding: 12px 20px;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold;
    display:block;
    text-align:center;
    margin-bottom:5px;
}
a.btn_full:hover, .btn_full:hover{
    background:#333;
}
a.btn_1.medium, .btn_1.medium{
    padding: 10px 20px;
    font-size:14px;
    text-transform:none;
}
a.btn_map{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#fff;
    background:#555;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold;
    display:block;
    text-align:center;
    margin-bottom:25px;
}
a.btn_map:hover{
    background:#333;
}
a.btn_side{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#fff;
    background:#555;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold;
    display:block;
    text-align:center;
    margin-bottom:25px;
}
a.btn_side:hover{
    background:#333;
    color:#fff;
}
a.btn_full_outline, .btn_full_outline{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#78cfcf;
    background:none;
    width:100%;
    border:2px solid #78cfcf;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold;
    display:block;
    text-align:center;
}
a.btn_full_outline:hover, .btn_full_outline:hover{
    border:2px solid #333;
    color:#333;
}
a.button_intro, .button_intro  {
    border: none;
    font-weight:normal;
    font-style:normal;
    color:#fff !important;
    background: #85c99d;
    cursor: pointer;
    padding: 12px 25px;
    display: inline-block;
    outline: none;
    font-size:13px;
    text-align:center;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    min-width:110px;
    font-weight:bold;
}
a.button_intro:hover, .button_intro:hover {
    background: #fff;
    color:#85c99d !important;
}
a.button_intro.outilne, .button_intro.outline  {
    border: 2px solid #fff;
    color:#fff;
    background: none;
    padding: 10px 23px;
}
#cart_box a.btn_full, #cart_box .btn_full{
    background: #2b97e6;
    font-size:15px;
}
#cart_box a.btn_full:hover, #cart_box .btn_full:hover{
    background: #333;
}
#cart_box a.btn_full_outline{
    color:#2b97e6;
    background:none;
    border:2px solid #2b97e6;
}
#cart_box a.btn_full_outline:hover{
    color:#333;
    background:none;
    border:2px solid #333;
}

/*-------- 1.3 Structure --------*/
a.strip_list{
    color:#555;
    -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
}
a.strip_list:hover{
     transform: translate(0, -5px); 
     -webkit-transform: translate(0, -5px); 
     -ms-transform: translate(0, -5px); 
     -webkit-box-shadow: 0px 2px 0px 0px #ebedef; 
     -moz-box-shadow: 0px 2px 0px 0px #ebedef; 
     box-shadow: 0px 2px 0px 0px #ebedef; 
}
/* Header */
header{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
}
header.sticky{
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    height: 9%;
}
#subheader{
    color:#fff;
    text-align:center;
      display: table;
   width:100%;
   height:470px;
   background: rgba(0,0,0,.2);
}
#home #subheader{
   height:550px;
}
#short #subheader{
   height:350px;
}
#subheader a{
    color: #FF9;
}
#subheader a:hover{
    text-decoration:underline;
}

/* Footer  */
footer{
    background-color:#fff;
    border-top: 1px solid #ededed;
    padding: 35px 0;
}
footer h3{
    font-size:16px;
    font-weight:600;
}
footer a{
    color:#555;
}
footer a:hover{
    color:#ec008c;
}
footer ul{
    margin:0;
    padding: 0 0 20px 0;
    list-style:none;
}
footer .btn_1{
    text-transform:none;
    padding:8px 15px;
    background:#555;
}
#social_footer{
    text-align:center;
    border-top:1px solid #ededed;
    padding-top:30px;
    margin-top:30px;
}
#social_footer p{
    font-size:12px;
    color:#8c8c8c;
}
#social_footer ul{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
}
#social_footer ul li{
    display:inline-block;
    margin:0 5px 10px 5px;
}
#social_footer ul li a{
    color:#666;
    text-align:center;
    line-height:34px;
    display:block;
    font-size:16px;
    width:35px;
    height:35px;
    background-color:#f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#social_footer ul li a:hover{
    background:#fff;
    color:#111;
}
a#promote{
    display:inline-block;
    position:relative;
    background:#ec008c;
    position:relative; 
    color:#fff;
    padding:10px 15px 10px 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position:relative;
    margin-top:10px;
    font-weight:600;
}
a#promote:hover{
    background-color:#333;
}
a#promote:before{
    content: "\e003";
    font-family: 'ElegantIcons';
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size:24px;
    position:absolute;
    left:10px;
    top:6px;
}
/* Drop down select footer */
footer .styled-select select {
   background: transparent;
   width:115%;
   padding:7px 5px 5px 15px;
   border: 0;
   border-radius: 0;
   height: 37px;
   margin:0;
    font-weight:400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color:#444;
    box-shadow:none;
}
footer .styled-select {
   width: 100%;
   overflow:hidden;
   height: 40px;
   background: #f8f8f8 url(../img/arrow_down.svg) no-repeat  right center ;
   border:none;
    margin-bottom:15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} 
.styled-select select::-ms-expand {display: none;}
.styled-select select:focus { outline:none;}

/* Menu 2 */
.main-menu-2 ul{
    list-style:none;
    margin:0 0 17px 0;
    padding:0;
    float:right;
     font-size:14px; 
     font-weight:500;
}
.main-menu-2 ul li{
    display:inline-block;
    margin-left:15px;
}
.main-menu-2 ul li a{
    color:#fff;
}  

/*============================================================================================*/
/* 2.  CONTENT  */

/* 2.1 Home  */

#custom-search-input {
    top: 0;
    padding: 0;
    width: 100%;
    margin: auto;
    position: relative;
}
#custom-search-input .input-group {

    display: inline-block;

    width: 100%;
}
#custom-search-input .search-query {
    width:auto;
            height: 51px;
        padding:15px 30px;
        border:0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 0px;
  -webkit-appearance: auto;
font-family: 'Gilroy';
        font-weight:600;
        color:#444;
        background: #FFF;
}

#custom-search-input input.btn_search{
    position:absolute;
    right:20px;
    top:11px;
    border:0;
    width:25px;
    height:25px;
    background: url(../img/search.svg) no-repeat center right;
    cursor:pointer;
}
#custom-search-input input.btn_search:focus, #custom-search-input .search-query:focus{outline:none;}
#custom-search-input input.btn_search:focus, #custom-search-input .search-query:focus{outline:none;}
#count{
    background-color:rgba(0,0,0,0.25);
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    padding:15px 0;
    color:#fff;
    font-size:18px;
    z-index:99;
    border-top: 1px solid rgba(255,255,255,0.15)
}
#count ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center;
}
#count ul li{
    display:inline-block;
    text-align:center;
    margin:0 10px;
    padding-left:20px;
    background:url(../img/dots_vert.png) center left no-repeat;
}
#count ul li:first-child{
    margin-left:0;
    padding-left:0;
    background:none;
}
#count ul li:last-child{
    margin-right:0;
}
#count .number{
    width:auto;
    display:inline-block;
    margin-right:5px;
    font-weight:600;
    text-align:right;
    font-size:24px;
}
.header-video {
  position: relative;
  overflow: hidden;
   background: #000;
}
#hero_video {
    position: relative;
    background-size: cover;
    color:#fff;
    width: 100%;
    font-size:16px;
    display:table;
    height:100%;
    z-index:99;
    text-align:center;
}
#hero_video &gt; div{
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    padding:0 10%;
}
#hero_video &gt; div h1{
    margin-top:-60px;
}
video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:0.5;
}
iframe {
  height: 100%;
  width: 100%;
}
video {
  width: 100%;
}
.teaser-video {
  width: 100%;
  height: auto; 
}
.header-video--media {
  width: 100%;
  height: auto;
}
.box_home{
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-bottom:25px;
    padding:120px 25px 25px 25px;
    text-align:center;
    position:relative;
    font-size:14px;
    color:#666;
    min-height:235px;
}
.box_home span{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ededed;
    background-color:#fff;
    position:absolute;
    top:-20px;
    display:block;
    width:40px;
    height:40px;
    line-height:38px;
    font-weight:bold;
    font-size:16px;
    left:50%;
    margin-left:-20px;
}
.box_home#one{
    background:#fff url(../img/icon_home_1.svg) no-repeat center 26px;
    background-size: 100px 100px;
}
.box_home#two{
    background:#fff url(../img/icon_home_2.svg) no-repeat center 26px;
    background-size: 100px 100px;

}
.box_home#three{
    background:#fff url(../img/icon_home_3.svg) no-repeat center 26px;
    background-size: 100px 100px;

}
.box_home#four{
    background:#fff url(../img/icon_home_4.svg) no-repeat center 26px;
    background-size: 100px 100px;

}
.box_home h3{
    font-size:15px;
    margin-bottom:4px;
    font-weight:bold;
}
#delivery_time{
    width:500px;
    margin:auto;
    text-align:center;
    margin-top:25px;
}
#delivery_time strong span{
    background:url(../img/time_panel.svg) no-repeat 0 0;
    display: inline-block;
    width:80px;
    margin-left:10px;
    height:120px;
    font-size:72px;
    line-height:120px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
.high_light{
    padding:60px 0 60px 0;
    background:#85c99d;
    color:#fff;
    font-size:16px;
}
.high_light p{
    margin-bottom:0;
}
.high_light &gt; div{
    position:relative;
}
.high_light h3{
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#fff;
    font-weight:300;
    font-size:42px;
    margin:0;
    padding:0;
}
.high_light a{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#fff;
    background:none;
    border:2px solid #fff;
    cursor: pointer;
    padding: 15px 30px;
    outline: none;
    font-size:14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold;
    display: inline-block;
    margin-top:15px;
    text-align:center;
    position:absolute;
    right:15px;
    top:0;
}
.high_light a:hover{
    background:#333;
    color:#fff;
    border:2px solid #333;
}

/* 2.2 List page*/
#map{
    width:400px; 
    height:400px; 
    border-bottom:1px solid #ddd;
    position: relative;
       right: 34px;
    top: 64px;
    }
#filters_col{
    background-color:#fff;
    padding:20px;
     border: 1px solid #ededed;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:25px;
}
#filters_col label{
    font-weight:normal;
}
a#filters_col_bt {
    display:block;
    color:#444;
    font-weight:600;
}
a#filters_col_bt .icon_set_1_icon-65{
    font-size:20px;
    position:relative;
    top:0;
    margin-right:5px;
}
.filter_type h6{
    border-top: 1px solid #ddd;
    margin:15px 0;
    padding:15px 0 0 0;
}
.filter_type ul{
    list-style:none;
    padding:0;
    margin:0 0 15px 0;
}
.filter_type ul li .rating{
    font-size:16px;
    left:-7px;
    position:relative;
    top:3px;
    color:#ccc;
}
.filter_type ul li .color_1, .filter_type ul li .color_2, .filter_type ul li .color_3, .filter_type ul li .color_4, .filter_type ul li .color_5, .filter_type ul li .color_6, .filter_type ul li .color_7, .filter_type ul li .color_8{
    width:8px;
    height:8px;
    margin:5px 5px 0 0;
    float:right;
     -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.filter_type ul li .color_1{
    background-color:#7dccc7;
}
.filter_type ul li .color_2{
    background-color:#f29bc1;
}
.filter_type ul li .color_3{
    background-color:#8494c8;
}
.filter_type ul li .color_4{
    background-color:#8dc63f;
}
.filter_type ul li .color_5{
    background-color:#84c99e;
}
.filter_type ul li .color_6{
    background-color:#f5977d;
}
.filter_type ul li .color_7{
    background-color:#72d0f4;
}
.strip_list{
    background-color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:20px;
    position:relative;
    border: 1px solid #ededed;
    min-height:152px;
    margin-top: 30px;
    margin-bottom:30px;
    line-height:1.3;
    display:block;
}
.strip_list.last{
    margin-bottom:25px;
}
a.strip_list:hover h3{
    color:#ec008c;
}
.desc{
    padding-left:135px;
    position:relative;
}
.desc .rating{
    color:#ccc;
    padding-top:0;
}
.desc h3{
    margin:0;
    padding:0;
}
.desc h3 a{
    color:#333;
}
.desc h3 a:hover{
    color:#EC008C;
}
.desc .type{
    font-size:12px;
    font-style:italic;
    color:#777;
    margin-bottom:12px;
    margin-top:5px;
}
.desc .opening{
    color:#C33;
}
.desc ul{
    list-style:none;
    margin:3px 0 0 0;
    padding:0;
}
.desc ul li{
    display:inline-block;
    margin-right:15px;
}
.desc ul li i.ok{
    color:#6C3;
    position:relative;
    top:2px;
    left:5px;
    font-size:14px;
}
.desc ul li i.no{
    color: #C30;
    position:relative;
    top:2px;
    left:5px;
    font-size:14px;
}
.thumb_strip{
    position:absolute;
    left:0;
    top:0;
    width:110px;
    height:110px;
    overflow:hidden;
    border:1px solid #ededed;
    padding:5px;
    text-align:center;
    box-sizing: border-box;
}
.thumb_strip img{
    width:98px;
    height:auto;
}
.strip_list .go_to{
    display:table;
    height:112px;
    text-align:right;
    width:100%;
}
.strip_list .go_to div{
    display: table-cell;
    vertical-align:middle;
}

.ribbon_1{
    position:absolute;
    text-indent:-9999px;
    top:-5px;
    left:-5px;
    background:url(../img/ribbon_popular.png) no-repeat 0 0;
    width:81px;
    height:80px;
    z-index:3;
}

/* 2.3 Restaurant menu*/
.box_style_1{
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
     border: 1px solid #ededed;
     margin-bottom:30px;
}
.box_style_2, #cart_box{
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 25px;
     border: 1px solid #ededed;
     margin-bottom:25px;
     padding:15px;
}
.box_style_2#main_menu, .box_style_2.info{
    padding-bottom:10px;
}
.box_style_2#help{
    text-align:center;
}
.box_style_2#help i{
    font-size:52px;
    display:inline-block;
    color:#999;
}
.box_style_2#help a.phone{
    font-size:26px;
    display:block;
    margin-bottom:0;
    color:#85c99d;
}
#cart_box{
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
     border: 1px solid #ededed;
     margin-bottom:25px;
     padding:0px;
}
#cart_box h3{
    background:#f8f8f8;
    margin-top:0px;
    padding:15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size:18px;
}
a.remove_item{
    color:#ddd;
    font-size:14px;
}
a.remove_item:hover{
    color: #C33;
}
#cart_box hr {
    margin-left:0px;
    margin-right:0px;
    border-color:#ededed;
}
#main_menu hr {
    margin-left:-15px;
    margin-right:-15px;
    margin-top:10px;
    border-color:#ededed;
}
#order_process hr {
    margin-left:-15px;
    margin-right:-15px;
    margin-top:10px;
    border-color:#ededed;
}
#main_menu h3 {
    text-transform:uppercase;
    font-size:20px;
}
ul#cat_nav{
    list-style:none;
    margin: 0;
    padding:0;
}
ul#cat_nav li{
     border-bottom: 1px solid #ededed;
}
ul#cat_nav li a{
    position:relative;
    color:#555;
}
ul#cat_nav li a span{
    font-size:11px;
    color:#999;
}
ul#cat_nav li a:after{
    font-family: "fontello";
    content: "\e89b";
    position:absolute;
    right:15px;
    top:15px;
}
ul#cat_nav li:last-child{
     border-bottom: 0;
     padding-bottom:0;
}
ul#cat_nav li:first-child a:hover, ul#cat_nav li:first-child a.active{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
ul#cat_nav li:last-child a:hover, ul#cat_nav li:last-child a.active{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
ul#cat_nav li a{
    display:block;
    padding:15px 10px;
}
ul#cat_nav li a:hover, ul#cat_nav li a.active{
    background:#f9f9f9;
    color:#111;
}
#sub_content{
     display: table-cell;
    padding:0 15%;
    vertical-align: middle;
    text-align:center;
    font-size:16px;
}
#sub_content #thumb{
    width:auto;
    height:auto;
    overflow:hidden;
    text-align:center;
    padding-top:25px;
    box-sizing: border-box;
    margin:auto;
}
#sub_content #thumb img{
    width:113px;
    height:auto;
    position: relative;
    bottom: 16px;
}
#sub_content h1{
    margin:0 0 10px 0;
    font-size:60px;
    font-weight:300;
    color:#fff;
}
.rating{
    color:#fff;
    padding-top:10px;
}
.rating .voted{
    color: #FC0;
    margin-right:3px;
}
ul.additional_links{
    list-style:none;
    margin:0;
    padding:0;
}
ul.additional_links li{
    display:inline-block;
    border-left: 1px solid #ededed;
    margin-left:3px;
    padding-left:5px;
}
ul.additional_links li:first-child{
    border-left: none;
    padding-left:0;
    margin-left:0;
}
.table.cart-list td h5{
    margin-bottom:0;
    font-weight:600;
}
.table.cart-list{
    margin-bottom:0;
}
.table.cart-list td{
    vertical-align:middle;
}

.table.table_summary td {
    border-top:0
}
.table.table_summary td.total{
    font-weight:bold;
    font-size:18px;
}
.table td.total_confirm{
    font-weight:bold;
    font-size:18px;
    background-color:#333;
    color:#fff;
}
.options i{
    font-size:26px;
}
.row#options_2{
    margin-bottom:-10px;
    margin-top:-5px;
}
#options_2 label{
    font-size:12px;
}
.thumb_cart{
  border: 1px solid #ddd;
  overflow:hidden;
   width:60px;
   height:60px;
   margin-right:10px;
   float:left;
}
.thumb_cart img{
  padding:1px;
  width:58px;
  height:auto;
}
.item_cart{
    display: inline-block;
    margin-top:20px;
}

/* 2.4 Order process */
.bs-wizard { width:90%;margin:auto;}
.bs-wizard &gt; .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard &gt; .bs-wizard-step .bs-wizard-stepnum {font-size: 16px; margin-bottom: 5px;}
.bs-wizard &gt; .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard &gt; .bs-wizard-step &gt; .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -11px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard &gt; .bs-wizard-step &gt; .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #e04f67; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard &gt; .bs-wizard-step &gt; .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 23px 0;}
.bs-wizard &gt; .bs-wizard-step &gt; .progress &gt; .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard &gt; .bs-wizard-step.complete &gt; .progress &gt; .progress-bar {width:100%;}
.bs-wizard &gt; .bs-wizard-step.active &gt; .progress &gt; .progress-bar {width:50%;}
.bs-wizard &gt; .bs-wizard-step:first-child.active &gt; .progress &gt; .progress-bar {width:0%;}
.bs-wizard &gt; .bs-wizard-step:last-child.active &gt; .progress &gt; .progress-bar {width: 100%;}
.bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot:after {opacity: 0;}
.bs-wizard &gt; .bs-wizard-step:first-child  &gt; .progress {left: 50%; width: 50%;}
.bs-wizard &gt; .bs-wizard-step:last-child  &gt; .progress {width: 50%;}
.bs-wizard &gt; .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

#confirm{
    text-align:center;
    margin-bottom:25px;
}
#confirm i{
    font-size:140px;
    color: #85c99d;
    display:inline-block;
}

/*2.5 Restaurant detail page*/
#Img_carousel .sp-selected-thumbnail {border-bottom: 2px solid #ec008c;}
#summary_review{
    margin:30px 0 40px 0;
    padding:25px 25px 10px 25px;
    background-color:#f1fafa;
}
#general_rating{
    margin:0 0 20px 0;
    font-weight:600;
    font-size:16px;
}
#general_rating .rating{
    display:inline;
    color:#ddd;
    font-size:20px;
}
#rating_summary ul{
    list-style:none;
    margin:0 0 0 0;
    padding:0;
}
#rating_summary ul li{
    font-size:14px;
    margin-bottom:5px;
}
#rating_summary ul li .rating{
    display:inline-block;
    float:right;
    padding:0;
    color:#ddd;
}
.review_strip_single{
    position:relative;
    padding:30px 0 20px 0;
    margin:30px 0 25px 0;
    border-bottom:1px solid #ededed;
}
.review_strip_single .rating{
    color:#ddd;
    font-size:12px !important;
}
.review_strip_single.last{
    margin-bottom:0;
    border-bottom:0;
}
.review_strip_single img{
    top:-15px;
    position:absolute;
    left:0;
    border:4px solid #ededed;
}
.review_strip_single h4{
    font-size:18px;
    margin:-12px 0 35px 90px;
    padding:0;
}
.review_strip_single small{
    float:right;
    font-size:12px;
    margin-top:-10px;
    font-style:italic;
}
.review_strip_single .rating{
    font-size:16px;
}
ul.opening_list{
    list-style:none;
    margin:0;
    padding:0;
}
ul.opening_list{
    list-style:none;
    margin:20px 0 0 0;
    padding:0;
}
ul.opening_list li{
    margin-bottom:8px;
    font-weight:600;
}
ul.opening_list li span{
    float:right;
    font-weight:400;
}
/*2.6 About*/
.features-bg {
    position: relative;
    min-height: 400px;
    background: url(../img/features-intro-01.jpg) no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-content {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #78cfcf;
    color:#fff;
    font-size:16px;
}
.features-content h3{
   font-family: "Gochi Hand", cursive;
   color:#fff;
   font-size:32px;
   line-height:34px;
   text-transform:uppercase;
}
.feature {
    padding:30px 30px 20px 120px;
    position:relative;
    background:#fff;
    margin-bottom:30px;
    color:#666;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.feature i{
    margin:0;
    position:absolute; 
    top:30px;
    left:30px;
    padding:0;
    margin:0;
    width:65px;
    height:65px;
    line-height:60px;
    text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px dashed #ccc;
    font-size:34px;
    color:#6dcff6;
}

/*2.7 Contacts*/
#contacts a{
    font-size:18px;
}
/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
/*3.1 Preloader*/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    bottom:0;
    background-color:#fff; 
    z-index:999999; 
}
.remove_item i{
color: #fb5959;
cursor: pointer;
}
.remove_item:hover i{
color: #f34949;
}

.sk-spinner-wave.sk-spinner {
  margin:-15px 0 0 -25px; 
  position:absolute;
  left:50%; 
  top:50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
 }
.sk-spinner-wave div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
   animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-spinner-wave .sk-rect3 {-webkit-animation-delay: -1s;animation-delay: -1s;}
.sk-spinner-wave .sk-rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s;animation-delay: -0.8s;}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}
  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}
  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}

/* 3.2 Parallax bg */
.parallax-window {
    min-height: 470px;
    background:transparent;
    position:relative;
}
.parallax-window#home {
    min-height: 550px;
}
.parallax-window#short {
    height: 350px;
    min-height:inherit;
}
.parallax-content{
    color:#fff;
    text-align:center;
    display: table;
    width:100%;
    height:470px;
}
.parallax-content .sub_content{
     display: table-cell;
    padding:0 15%;
   vertical-align: middle;
    text-align:center;
    font-size:16px;
}
.parallax-content .sub_content h3{
    margin:0 0 10px 0;
    font-size:60px;
    font-weight:300;
    color:#fff;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.parallax-content .sub_content i{
    font-size:60px;
}
.parallax-window-2 {
    height:auto;
    background: url(../img/bg_office.jpg) no-repeat center center;
    background-attachment:fixed;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position:relative;
}
.parallax-content-2 {
    display: table;
   width:100%;
  height:auto;
}
.parallax-content-2 &gt; div{
  display: table-cell;
  padding:10% 15%;
   vertical-align: middle;
    text-align:center;
    color:#fff;
    font-size:16px;
}
.parallax-content-2 div h3{
    margin:0 0 10px 0;
    font-size:60px;
    font-weight:300;
    color:#fff;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.parallax-content-2 div p{
    margin-bottom:0;
}
.parallax-content-2 div i{
    font-size:60px;
}
/* 3.3 Position  breadcrumbs */
#position {
    background-color:#fff;
    border-bottom:1px solid #ededed;
    padding:10px 0;
    font-size:11px;
    display: none;
}
#position ul li:first-child{
    padding-left:20px;
}
#position ul li:first-child:before{
    content:"\eaf4";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position:absolute;
    left:0;
     top:1px;
    color:#999;
}
#position ul{
    margin:0;
    padding:0;
    color:#888;
}
#position ul li a{
    color:#252525;
    opacity:0.7;
}
#position ul li a:hover{
    color:#252525;
    opacity:1;
}
#position ul li{
    display:inline-block;
    padding-right:8px;
    margin-right:3px;
    position:relative;
}
#position ul li:after{
    content:"\e9ee";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position:absolute;
    right:0;
    top:1px;
}
#position ul li:last-child:after{
    content:'';
}
.margin_fix {
    margin-top:60px;
}

/*3.4 Login/Register modals*/
#message-review .error_message{
    color:#FF9;
    position:relative;
    top:-30px;
}
.form-control.form-white {
    color: #fff;
    font-size: 16px;
    height:42px;
    position: relative;
    border-radius: 0;
    border: 1px solid white;
    line-height:42px;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    box-shadow: 0;
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
}
select.form-control.form-white{
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   box-shadow:0;
   border-radius: 0;
   height:42px;
   line-height:28px;
}
.modal-dialog #review .form-control.form-white{
    margin-bottom:0;
}
.form-control.form-white::-webkit-input-placeholder {
    color: #fff;
}
.form-control.form-white:-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.form-control.form-white::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.form-control.form-white:-ms-input-placeholder {
    color: #fff;
}
.form-control.form-white:focus {
    background: rgba(255,255,255,0.2);
     -webkit-box-shadow: none;
     box-shadow: none;
}
.login_icon {
    color:#fff;
    font-size:60px;
    opacity:0.5;
}
 .modal-backdrop {
    z-index: 100000 !important;
  }
body.modal-open {
    overflow: hidden !important;
}
  .modal {
    z-index: 100001 !important;
  }
.modal-dialog {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    max-height: 600px;
}
.produit_details th{
width: 70%;
font-size: 15px;
border-color: #333!important;
}
table.total th{
background: #eeeeee;
width: 82%;
font-size: 15px;
}
.modal-dialog #review {
    width: 100%;
    max-width: 650px;
}
.modal-popup {
    position: relative;
    padding:1px 30px 10px 30px;
    text-align: center;
    border-radius: 0px;
    border:none;
}
#details_ .detail_titre_dormule th:first-child{
width: 70%;
padding-left: 15px;
}


.titre_formule, .detail_titre_dormule{
    text-align: left;
    padding: 0px 15px;
}

.modal-popup a{
    color:#fff;
}
.modal-popup a:hover{
    color:#fff;
    text-decoration:underline;
}
.modal-popup a.close-link {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}
.modal-popup a.close-link:hover {
    color: #333;
    text-decoration:none;
}
.popup-form {
    width: 90%;
    max-width: 375px;
    margin: 60px auto;
}
.popup-form .form-control {
    margin: 20px 0;
}
s.checkbox-holder {
    white-space: nowrap;
}
.checkbox {
    position: relative;
    display: block;
}
.checkbox {
    position: relative;
}
.checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid white;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.checkbox input[type=checkbox]:focus + label:before {
    background: rgba(255,255,255,0.2);
}
.checkbox label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}
.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: normal;
    color: #fff;
}
.btn.btn-submit {
    width: 100%;
    margin-top: 30px;
    color: #85c99d;
    padding:10px;
    background: #fff;
    font-weight:600;
    outline:none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size:16px;
}
.btn.btn-submit:focus {
    outline:none;
}
.btn.btn-submit:hover {
    color: #fff;
    background: #444;
}

/*3.5 Spacing*/
.add_bottom_15 {margin-bottom:15px;}
.add_bottom_30 {margin-bottom:30px;}
.add_bottom_45 {margin-bottom:45px;}
.add_bottom_60 {margin-bottom:60px;}
.add_bottom_75 {margin-bottom:75px;}
.add_top_20 {padding-top:20px;}
.add_top_60 {padding-top:60px;}
.margin_60 {padding-top:60px;}
.margin_60_35 {padding-top:60px; padding-bottom:35px;}
.margin_30 {margin-top:30px; margin-bottom:30px;}
.nomargin_top {margin-top:5px;}
.nopadding {margin: 0 !important;padding: 0 !important;}
.nomargin {margin: 0 !important;}


/* 3.6 Map */
.marker_info {
    width: 250px;
    height: 280px;
    padding:20px;
    border-radius: 3px;
    text-align:center;
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 9999999;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.marker_info img {
    display: block;
    margin:auto;
}
.marker_info h3 {
    font-size:16px;
    line-height:18px;
    text-transform:uppercase;
    margin-bottom:3px;
}
.marker_info em {
    margin-bottom:10px;
    display:inline-block;
    font-size:13px;
    color:#999;
}
.marker_info span {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height:16px;
    color:#555;
    margin-bottom:15px;
}
.marker_info:after{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(255, 255, 255, 0.9);
    border-width: 10px;
    margin-top: -10px;
}

/* 3.7 Password strength */   
#pass-info{
    width: 100%;
    margin-bottom:15px;
    color: #829CBD;
    text-align: center;
    font: 12px/25px Arial, Helvetica, sans-serif;
}
#pass-info.weakpass{
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E;
    text-shadow: 1px 1px 1px #FFF;
}
#pass-info.stillweakpass {
    border: 1px solid #FBB;
    background: #FDD;
    color: #945870;
    text-shadow: 1px 1px 1px #FFF;
}
#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E;
    text-shadow: 1px 1px 1px #FFF;
}
#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34;
    text-shadow: 1px 1px 1px #FFF;
}
#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #CDFFCD;
    text-shadow: 1px 1px 1px #296429;
}

/* 3.8 Input form style */   
.loader { margin-left:5px; position:absolute;}
.error_message { color:#F33; font-weight:600; margin-bottom:4px;}
.form-control {
  color: #333;
  height:40px;
  border-radius: 3px;
  box-shadow:none;
  border:1px solid #ddd;
  box-shadow: 0;
}
.form-group {
    margin-bottom:20px;
}
footer .form-group {
    margin-bottom:15px;
}
.payment_select{
    background-color:#f0f0f0;
    padding:15px 15px 10px 15px;
    margin-bottom:20px;
    border-radius: 3px;
}
.payment_select label{
    font-size:16px;
}
.payment_select i{
    float:right;
    font-size:24px;
}
.payment_select#paypal{
    background:#f0f0f0 url(../img/paypal.svg) center right no-repeat;
}

/*3.9 Collapse*/   
.panel {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow:none;
  border-color:#ededed;
}
.panel-title a {display:block; color:#444;}
.panel-default &gt; .panel-heading {
  background-color: #f9f9f9;
  padding:20px;
  border-bottom:1px solid #ddd;
}
.panel-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-group .panel {
  border-radius: 3px;
}
.panel-body {
    padding:30px;
    line-height:1.6 !important;
}
.panel-title a .indicator{
    color:#ec008c;
}
.panel-title a:hover .indicator{
    color:#333;
}



/*3.10 Tabs*/   
.tab-content{
    padding:30px; 
    background-color:#fff; 
    border:1px solid #ddd; 
    border-top:none; 
    margin-bottom:25px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*3.11 Tooltips*/   
.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 999;
}
.tooltip-item {
    cursor: pointer;
    display: inline-block;
}
.tooltip-item::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip_styled:hover .tooltip-item::after {
    pointer-events: auto;
}
.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 180px;
    left: 50%;
    margin: 0 0 20px -90px;
    bottom: 100%;
    text-align: left;
    line-height:1.2;
    display: block;
    padding: 15px;
    font-size:13px;
    text-align:center;
    font-weight:600;
    color: #fff;
    box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
    background: #333;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
    transform: perspective(1000px) rotate3d(1,0,0,45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7,0.3,1);
    transform: scale3d(0.7,0.3,1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.tooltip_styled:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}
.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
    transform: perspective(1000px) rotate3d(1,0,0,0deg);
}
.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px;
    margin-left: -10px;
}
.tooltip-content .label {
    margin-left:10px;
}
.tooltip-content i{
    font-size:20px !important;
    top:3px !important;
    left:-3px !important;
    position:relative;
}
.tooltip-content h4 {
    display:block;
    margin: 0 0 10px 0;
    line-height:14px;
    font-size:14px;
    color:#fff;
    text-transform:uppercase;
}
.tooltip-content a {
    font-weight: bold;
}

/*3.12 Blockquote*/
blockquote.styled {
    font-family:Georgia, "Times New Roman", Times, serif;
}

.white_bg{
    background-color:#fff;
}

/*============================================================================================*/
/* 4.  UPDATES */
/*============================================================================================*/
/*4.1 Strip list home*/
a.strip_list{
    color:#555;
    -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
}
a.strip_list:hover{
     transform: translate(0, -5px); 
     -webkit-transform: translate(0, -5px); 
     -ms-transform: translate(0, -5px); 
     -webkit-box-shadow: 0px 2px 0px 0px #ebedef; 
     -moz-box-shadow: 0px 2px 0px 0px #ebedef; 
     box-shadow: 0px 2px 0px 0px #ebedef; 
}
/*4.2 Grid list*/
.strip_list.grid .desc{
    padding-left:0;
    text-align:center;
}
.strip_list.grid .thumb_strip{
    display:block;
    position:static;
    margin:auto;
    margin-bottom:15px;
    width:140px;
    height:140px;
}
.strip_list.grid .thumb_strip img{
    width:128px;
    height:auto;
}
.strip_list.grid .desc ul{
    margin:10px 0 0 0;
}
/*4.3 General*/
a.load_more_bt{
    display:block;
    padding:10px;
    text-align:center;
    border:3px solid #fff;
    color:#555;
    font-weight:600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.load_more_bt:hover{
    background-color:#fff;
    color:#ec008c;
}
#tools{
    background:#fff;
    margin-bottom:25px;
    height:38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ededed;
}
a.bt_filters{
    height:36px;
    width:36px;
    color:#555;
    display:inline-block;
    text-align:center;
    line-height:36px;
    float:right;
    font-size:16px;
    border-left: 1px solid #ededed;
}
#tools .styled-select select {
   background: transparent;
   width:115%;
   padding:7px 5px 5px 15px;
   border: 0;
   border-radius: 0;
   height: 31px;
   margin:0;
    font-weight:600;
    font-size:11px;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color:#444;
    box-shadow:none;
}
#tools .styled-select {
   width: 100%;
   overflow:hidden;
   height: 36px;
   background: url(../img/arrow_down.svg) no-repeat  right center ;
   border:none;
   border-right: 1px solid #ededed;
} 

.infoBox {padding-right:30px !important;}

/*4.4 Map listing */
header#map_listing_header{
    background-color: #78cfcf;
    position:fixed;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
}
.full-height {height:100%;}
.row-height{
    height:100%;
    min-height:100%;
}
.map-right{
    height:100%;
    min-height:100%;
    padding:0px;
}
.content-left{
    height:100%;
    min-height:100%;
    overflow-y:scroll;
    padding:50px 30px 30px 30px;
    background-color:#fff;
    border-right: 1px solid #ededed;
}
#map_listing{
    width:100%;
    height:100%;
}
#collapseFiltesmap .filter_type{
    clear:both;
    width:100%;
    border-top: 1px solid #ddd;
}
#collapseFiltesmap .filter_type .range_wp{
    float:left;
    width:80%;
    padding-left:30px;
    padding-bottom:20px;
    padding-top:5px;
}
#collapseFiltesmap .filter_type h6{
    float:left;
    width:20%;
    border:0;
    padding-top:10px;
}
#collapseFiltesmap .filter_type ul{
    float:left;
    width:80%;
    margin:0 0 15px 0;
    padding:0;
    padding-top:20px;
}
#collapseFiltesmap .filter_type ul li {
    display:inline-block;
    min-width:190px;
    margin-left:45px;
}
#collapseFiltesmap .filter_type ul li label{
    font-weight:normal;
    font-size:13px;
}

#filters_map{
    border-bottom:1px solid #ededed;
    margin:0 -30px 30px -30px;
    background-color:#f8f8f8;
    padding:15px 30px 0 30px;
}
a.btn_filter{
    padding:5px;
    background-color:#fff;
    border:1px solid #ededed;
    display:inline-block;
    line-height:1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:15px;
}
a.btn_filter:before{
    font-size:30px;
    color:#999;
    padding:0;
}
a.btn_filter#open_filters:before{
    font-family: "ElegantIcons";
    content: "\66";
}
a.btn_filter#list:before{
    font-family: "ElegantIcons";
    content: "\64";
    font-size:20px;
}
a.btn_filter#grid, a.btn_filter#list{
    margin-top:5px;
}
a.btn_filter#grid:before{
    font-family: "ElegantIcons";
    content: "\e025";
    font-size:20px;
}
a.btn_filter#grid{
    margin-right:5px;
}
a.btn_listing{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#777;
    cursor: pointer;
    font-weight:500;
    background-color:#f0f0f0;
    padding: 10px 20px;
    margin-top:5px;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight:500;
    display:inline-block;
    text-align:center;
}
a.btn_listing:hover{
    background-color:#333;
    color:#fff;
}
a.load_more_bt_2{
    display:block;
    padding:10px;
    text-align:center;
    border:none;
    background-color:#f0f0f0;
    color:#555;
    font-weight:500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.load_more_bt_2:hover{
    background-color:#333;
    color:#fff;
}

/*4.5 Search modal  */
#position {
    background-color:#fff;
    border-bottom:1px solid #ededed;
    padding:12px 0;
    font-size:13px;
}
#position ul{
    display:inline-block;
}
a.search-overlay-menu-btn {
    display: inline-block;
    padding: 0 0 0 10px;
    color:#999;
    font-size:13px;
    border-left: 1px solid #ddd;
}
a.search-overlay-menu-btn:hover {
    color: #ec008c;
}
a.btn_filter#search_bt{
    padding:7px;
    margin:0 4px 0 0;
    position:relative;
    top:-3px;
}
a.btn_filter#search_bt:before{
    font-family: "fontello";
    content: "\ee33";
    font-size:17px;
}
.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    text-align: center;
}
.search-overlay-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.search-overlay-menu form {
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -35px auto 0;
    width: 60%;
    left: 20%;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.search-overlay-menu.open form {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.search-overlay-menu input[type="search"] {
    height: 100%;
    width: 100%;
    color: #fff;
    background: transparent;
    border-top: 0px solid transparent;
    border-bottom: 2px solid #909090 !important;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 42px;
    font-weight: 300;
    outline: none;
    padding: 10px 0 10px 0;
}
.search-overlay-menu form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 15px;
    color: #c6c6c6;
    outline: none;
}
.search-overlay-menu .search-overlay-close {
    position: absolute;
    top: 5px;
    right: 20px;
    opacity: 1;
    font-size: 40px;
    color: #fff;
}
.search-overlay-menu .search-overlay-close:hover {
    color: #ec008c;
    cursor: pointer;
}

/*4.6 Restaurant menu  */
.thumb_menu_list{
    width:100px;
    height:100px;
    overflow:hidden;
    text-align:center;
    display:inline-block;
    float:left;
    margin-right:15px;
    border:1px solid #fff;
    border-radius:3px;
}
.thumb_menu_list img{
    width:100px;
    height:100px;
        object-fit: cover;
}

.dropdown-options .dropdown-menu{
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 20px 10px 20px;
  width:200px;
  font-size:12px;
  font-weight: normal;
  text-shadow:none;
  text-transform:none !important;
  border-top: 2px solid #ec008c;
  margin-left:-86px;
}

 .dropdown-options .dropdown-menu:before{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ec008c;
    border-width: 7px;
    margin-left: -7px;
}
 .dropdown-options .dropdown-menu{
    margin-top:10px;
    
}
 .dropdown-options .dropdown-menu h5{
     border-bottom:1px solid #ededed;
     padding-bottom:5px;
     margin-bottom:5px !important;
     font-size:13px;
}
 .dropdown-options .dropdown-menu label{
     font-weight:500;
     color:#555 !important;
}
 .dropdown-options .dropdown-menu label{
     font-weight:500;
     color:#555 !important;
     width:100%;
}
 .dropdown-options .dropdown-menu label input{
     margin-right:5px;
}
 .dropdown-options .dropdown-menu label span{
     float:right !important;
     display:inline-block;
     text-align:right;
}
 .dropdown-options .dropdown-menu a.add_to_basket{
     background-color:#f8f8f8;
     border-radius:3px;
     display:block;
     font-weight:500;
     text-align:center;
     padding:5px 10px;
     margin-top:15px;
     color:#ec008c
}
 .dropdown-options .dropdown-menu a.add_to_basket:hover{
     background-color:#ec008c;
     color:#fff;
}

/*Drop-down menu options position */
 .dropdown-options.dropup .dropdown-menu{
     border-top:0; 
     border-bottom: 2px solid #ec008c;
     margin-bottom: 10px;
}
 .dropdown-options.dropup .dropdown-menu:before{
    top: 100%;
    left: 50%;
    border-color: #ec008c transparent transparent transparent;
    border-bottom-color: #ec008c;
    border-width: 7px 7px 0 7px;
    margin-left: -7px;
}
/*4.7 Work with us section  */
a.box_work{
    text-align:center;
    background-color:#fff;
    padding:30px;
    font-size:14px;
    transition: all 300ms ease-in-out; 
    -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out; 
    -o-transition: all 300ms ease-in-out; 
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; 
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; 
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color:#666;
    margin-bottom:30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
}
a.box_work:hover{
     transform: translate(0, -10px); 
     -webkit-transform: translate(0, -10px); 
     -ms-transform: translate(0, -10px); 
     -webkit-box-shadow: 0px 3px 0px 0px #ebedef; 
     -moz-box-shadow: 0px 3px 0px 0px #ebedef; 
     box-shadow: 0px 3px 0px 0px #ebedef; 
}
a.box_work h3{
    font-size:24px;
}
a.box_work h3 span{
    display:block;
    font-size:18px;
    margin-top:3px;
    color:#999;
    font-weight:300;
}
a.box_work .btn_1{
    margin-top:30px;
}
ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}

ul.list_ok li {
    position: relative;
    padding-left: 30px;
    margin-bottom:15px;
}
body.modal-open{
     padding-right:0 !important;
 }
ul.list_ok li:before {
    font-style: normal;
    font-weight: bold;
    font-family: "ElegantIcons";
    font-size: 18px;
    content: "\e052";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.features-bg.img_2 {
    position: relative;
    min-height: 400px;
    background: url(../img/delivery_2.jpg) no-repeat center center;
    background-size: cover;
}
.feature_2 h3{margin-top:0; font-size:21px;}
.feature_2 {
    padding:30px 30px 20px 100px;
    position:relative;
    background:#fff;
    margin-bottom:30px;
    color:#666;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.feature_2 i{
    margin:0;
    position:absolute; 
    top:20px;
    left:20px;
    padding:0;
    margin:0;
    width:65px;
    height:65px;
    line-height:60px;
    text-align:center;
    font-size:38px;
    color:#6dcff6;
}
label.margin_left{
    margin-left:15px !important;
}

/*Pricing tables*/
.plans {
    margin: 0px auto 50px;
    zoom: 1;
}
.plans:before,
.plans:after {
    content: '';
    display: table;
}
.plans:after {
    clear: both;
}
.plan {
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    background: #fafafa;
    background-clip: padding-box;
    border: solid #dddddd;
    min-height: 380px;
    border-width: 1px 0 1px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.col-md-4.plan:first-child {
    margin-right: -30px;
    margin-left: 30px;
}
.plan:last-child {
    border-width: 1px;
}
.plan-title {
    position: relative;
    margin: -20px -10px 20px;
    padding: 20px;
    text-transform:uppercase;
    line-height: 1;
    font-size: 18px;
    color:#555;
    font-weight: bold;
}
.plan-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.plan-price {
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: #4b4b4b;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-family: "Helvetica Neue", Arial;
}
.plan-price &gt; span {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
}
.plan-features {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    text-align: center;
}
ul.plan-features {
    padding: 0;
    margin: 0 0 15px 0;
}
.plan-features li {
    list-style: none;
}
a.disabled {
  pointer-events: none;
  cursor: default;
  background: #cbcbcb!important;
}
.plan-tall {
    margin: 0;
    background: #fff;
    border-width: 1px;
    border-radius: 10px;
    margin-right: -30px;
    position: relative;
    z-index: 100;
    border: solid #83c99f;
    position: relative;
}
.ribbon_table {
    width: 99px;
    height: 97px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
    background: url(../img/ribbon.png) no-repeat 0 0;
    z-index: 101;
}
.plan-tall &gt; .plan-title {
    font-size: 18px;
}
.plan-tall &gt; .plan-price {
    margin: 0 auto 20px;
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 36px;
    font-weight: bold;
    color: white;
    background: #ec008c;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    display: inline-block;
    text-align: center;
}
.plan-tall &gt; .plan-features {
    font-size: 14px;
}
.plan-tall &gt; .plan-button {
    padding: 0 16px;
    line-height: 32px;
}
.plan-tall + .plan {
    border-left: 0;
}
.retourhref{
    margin-bottom: 20px;
    display: block;
}
.cart-list .options{
    text-align: right;
    padding-right: 30px;
}
#open-popup {padding:20px;cursor: pointer;}
/*
.white-popup {
  position: relative;
  background: #FFF;
  max-width: 600px;
  width: 500px;
  margin: 80px auto;
  text-align: center;
}
*/

.white-popup {
  position: relative;
    background: #FFF;
    max-width: 654px;
    border-radius: 7px 7px 7px 7px;
    /* width: 100%; */
    margin: 80px auto;
    text-align: center;
}
#my-popup-image img{
  width: 100%;
}
#my-popup-description{
  padding-bottom: 10px;
}
#my-popup-mask2{
    display: none;
}
#my-popup-mask,#my-popup-mask2{
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 25%;
    font-size: 20px;
}

#my-popup-mask3{
    display: none;
}
#my-popup-mask3 {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 25%;
    font-size: 20px;
}

.img_produit{
    position: relative;
    cursor: pointer;
}
.img_produit .zoomin{
    width: 15px;
    height:15px;
}
img.zoomin {
    position: absolute;
    top: 5px;
    right: 5px;
}
.theiaStickySidebar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 55px 0 rgba(65,128,161,0.41);
    -moz-box-shadow: 0 0 55px 0 rgba(65,128,161,0.41);
    box-shadow: 0 0 8px 0 rgba(65,128,161,0.41);}
.theiaStickySidebar #cart_box{
    position: relative;
}

.theiaStickySidebar #box_style_1_cat_nav {
    position: relative;
}



@media (min-width: 320px) and (max-width: 480px) {
  
  .col-xs-7 {
    padding-left: 10% !important;
  }
  
}

</pre></body></html>