/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 0;
  color: #5a5a5a;
}

/* Basic print styles */
.visible-print  { display: inherit !important; }
.hidden-print   { display: none !important; }

a[href]:after {
  content: none !important;
}

input{
  min-width: 60px;
}
input[type=checkbox],input[type=radio]{
  min-width:20px;
}
/* style for number input buttons. Not works in FF v98.0.2 */
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 1;
  height: 50px;
  -moz-appearance: textfield;
  appearance: textfield;
}

#headerNavbarCollapse a:not(.dropdown-item, .dropdown-item-text a),
footer>nav a:not(.dropdown-item, .dropdown-item-text a)
{
    text-decoration: none;
    color: white !important;
}

/* auto-open for dropdowns */
.dropup:hover>.dropdown-menu,
.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: var(--bs-dropdown-spacer);
 }
li.dropdown{
  max-width: 300px;
}

.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -4px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
@media (max-width: 576px) {
  .dropdown-menu .dropdown-submenu {
    right: 0;
    left: auto;
  }
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.dropdown .menu_image, .dropup .menu_image{
  max-width: 40px;
  margin-right: 20px;
}

.product-flex .card{
  width: 25rem !important;
}

.language-flag-img{
  width: 20px;
  height: 14px;
  margin-right: 6px;
  vertical-align: unset;
}

ul.dropdown-menu.topcartopen{
  min-width: 400px;
}

.latest-column img,
.bestsellers-column img,
.featured-column img,
.special-column img,
.listing-block-left img,
.listing-block-right img
{
  max-width: 80px;
  max-height: 80px;
}

@media (max-width: 768px) {
    #headerNavbarCollapse a:not(.dropdown-item, .dropdown-item-text a)
    {
        font-size: 1.5rem;
    }
    /* style for top-search box */
    ul#search-category,
    .topnavbar .dropdown-menu,
    .topnavbar .fa-caret-down,
    #category_top_block .dropdown-menu,
    #footer .dropdown-menu,
    #footer .fa-caret-down
    {
        display: none !important;
    }

    .dropdown-currency{
        font-size: 1.5rem;
    }

    .currency-switcher{
        min-width: 12rem;
    }

    .special-badge {
        font-size: 0.6rem !important;
    }
    .product-flex .card{
      width: 20rem !important;
    }
    .pricetag .btn-success{
        font-size: 1.2rem;
    }
}

/* PRODUCT PAGE CSS */

* {box-sizing: border-box;}
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
#myimage{
    width: 500px;
    height: 500px;
}

#product_list{
  display: none;
}

/* sitemap */
.sitemap-category-list li, .sitemap-category-list li a {
  padding: .5rem 1rem;
  text-decoration: none;
}

/* cart*/
.cart-qnty-wrapper{
  max-width: 11rem;
}

#top_cart_product_list .product-icon{
  max-width: 50px;
}

.product-flex .blurb {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}

.category-block li:hover{
    background-color: var(--bs-gray-100);
}

#gotop {
    position: fixed;
    bottom: 2px;
    right: 5px;
    height: 58px;
    width: 58px;
    display: block;
    overflow: hidden;
    opacity: 0.5;
    color: darkgray;
}

#customernav li .current{
    background-color: var(--bs-primary);

}
#customernav li .current a{
    color: var(--bs-white);
}
#customernav li .current a:hover{
    color: var(--bs-dark);
}

::placeholder{
    opacity: 70% !important;
}

blockquote {
    margin: 0;
}

blockquote p {
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}

.navbar .mega-menu {
    position: static;
}

.mega-sf-menu > li.nav-item > a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 6px;
}

.navbar .mega-menu .dropdown-menu.dropdown-mega-menu {
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 5px;
    border: none;
    width: fit-content;
}
.navbar .mega-menu .dropdown-menu.dropdown-mega-menu .tab-content {
    min-width: 850px;
}

.navbar .mega-menu .category-links a {
    display: flex;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    border: none;
}

.navbar .mega-menu .category-sub-links a {
    display: flex;
    transition: all 0.2s ease-in-out;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
}

.mega-menu .featured-products .card-body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

@import url('https://fonts.googleapis.com/css?family=Sen&display=swap');

body
  background: #374E59
  color: #C06162
  font-family: 'Sen'
  margin-bottom: 200px
  
h1
  font-size: 48px
  text-align: center
  margin-top: 30px
  margin-bottom: 40px
  
.menu-container
    margin-top: 20px
    h3
      font-size: 24px
      margin-bottom: 10px
      text-align: center
.menu-container:nth-child(3)
    margin-top: 200px

nav 
  width: 100%
  display: flex
  justify-content: center


.menu
  display: flex
  justify-content: center

 .dropdown
   padding: 20px 40px
   display: flex
   justify-content: center
   align-items: center
   color: white
   background: #C06162
   background: #34495e
   position: relative
   font-size: 18px
   perspective: 1000px
   z-index: 100
   &:hover
     background: #2980b9 
     cursor: pointer
     
   &:hover .dropdown_menu li
     display: block
   

 .dropdown_menu
   position: absolute
   top: 100%
   left: 0
   width: 100%
   perspective: 1000px
   z-index: -1
   li
    display: none
    color: white
    background-color: #34495e
    padding: 10px 20px
    font-size: 16px
    opacity: 0
    &:hover
      background-color: #2980b9 
   


// Menu as a whole animated
.dropdown:hover .dropdown_menu--animated
    display: block
.dropdown_menu--animated
    display: none
    li
      display: block
      opacity: 1

.dropdown_menu-6
    animation: growDown 300ms ease-in-out forwards
    transform-origin: top center


@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

.dropdown_menu-7
    animation: rotateMenu 400ms ease-in-out forwards
    transform-origin: top center

    
@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }
    70% {
        transform: rotateX(20deg) 
    }
    100% {
        transform: rotateX(0deg) 
    }
}



.dropdown_menu-8
    animation: downOut 300ms ease-in-out forwards
    transform-origin: center center


@keyframes downOut {
     0% {
        transform: translateZ(200px) transLateY(40px)
    }
    80% {
        transform: translateZ(-10px) transLateY(0px)
    }
    100% {
        transform: translateZ(0px) transLateY(0px)
    }
}

.dropdown_menu-9
    animation: growOut 300ms ease-in-out forwards
    transform-origin: top center

@keyframes growOut {
     0% {
        transform: scale(0)
    }
    80% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.dropdown_menu-10
    animation: rotateY 300ms ease-in-out forwards
    transform-origin: top center

@keyframes rotateY {
     0% {
        transform: rotateY(90deg)
    }
    80% {
        transform: rotateY(-10deg)
    }
    100% {
        transform: rotateY(0)
    }
}




// Menu Items Animated invidually

.dropdown_menu-1
  for num in (1..5)
     .dropdown_item-{num}
       transform-origin: top center
       animation: slideDown 300ms (num * 60ms) ease-in-out forwards
     
         
@keyframes slideDown {
  0% { 
    opacity: 0
    transform: translateY(-60px)
  }

  100% {
    opacity: 1
    transform: translateY(0)
  }
}

.dropdown_menu-2
  for num in (1..5)
     .dropdown_item-{num}  
       transform-origin: top center
       animation: rotateX 300ms (num * 60ms) ease-in-out forwards


@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.dropdown_menu-3
  for num in (1..5)
     .dropdown_item-{num}  
       transform-origin: top center
       animation: rotateZ 300ms (num * 60ms) ease-in-out forwards


@keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }
  
  80% {
    transform: translateZ(10px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.dropdown_menu-4
  for num in (1..5)
     .dropdown_item-{num}  
       transform-origin: top center
       animation: scaleZ 300ms (num * 60ms) ease-in-out forwards


@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  
  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.dropdown_menu-4
  for num in (1..5)
     .dropdown_item-{num}  
       transform-origin: top center
       animation: scaleZ 300ms (num * 60ms) ease-in-out forwards


@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  
  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.dropdown_menu-5
  for num in (1..5)
     .dropdown_item-{num}  
       transform-origin: top center
       animation: translateX 300ms (num * 60ms) ease-in-out forwards


@keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  
  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}


