/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 0.5rem;
  width: inherit;
  min-width: inherit;
  z-index: 18;
  position: absolute;
}

.top-menu a.dropdown-submenu {
  color: #232323;
  text-transform: capitalize;
  font-weight: 600;
}


#header .menu,
#header .menu > ul > li {
  display: inline-block;
  position: relative;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
  float: left;
  margin: 0 1.25rem;
  clear: both;
  border-bottom: 2px solid #fd7fd0;
}

#wrapper {
  background: #fff;
}

#footer {
  background: #0073c6;
}

p {
  font-size: 0.9375rem;
  color: black;
  font-weight: 400;
}

.footer-container li a {
    color: white;
    cursor: pointer;
    font-size: 0.875rem;
}

.dropdown {
  color: #fd7fd0;
}

.block-contact {
  color: black;
}

@media (max-width: 767px) {
  .block_newsletter {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #fd7fd0;
  }
}

@media (max-width: 767px) {
  .footer-container .links ul {
    background: #0073c6;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-container .links ul > li {
    padding: 0.625rem;
    border-bottom: 2px solid #fd7fd0;
    font-weight: 700;
  }
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
  color: #fd7fd0;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: absolute;
  z-index: 3;
  background: #fd7fd0;
  width: 250px;
  bottom: 0;
  height: 70px;
}

a {
  color: black;
  text-decoration: none;
}

#header {
  background: #fff;
  color: #fd7fd0;
}

.h1,
.h2,
.h3 {
  text-transform: uppercase;
  color: #fd7fd0;
}

#block_myaccount_infos .myaccount-title a {
  color: #fd7fd0;
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
  color: #fd7fd0;
}

#header .header-nav {
  border-bottom: 2px solid #fd7fd0;
  max-height: 50px;
  margin-bottom: 30px;
  background: #fd7fd0;
}



@media (max-width: 767px) {
  #header .header-nav {
    background: #fff;
    margin-bottom: 0.625rem;
    color: #fd7fd0;
  }
}

@media (max-width: 767px) {
  #header .header-top a[data-depth="0"] {
    color: #fd7fd0;
  }
}

.block-social ul li {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #fd7fd0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer;
}


.btn-primary:hover {
    color: #fff;
    background-color: #fd7fd0;
    border-color: transparent;
}


#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: white;
}

#header .header-nav .material-icons {
    line-height: inherit;
    color: white;
}


#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    color: #0074d9;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}


.social-sharing li {
background-color: #fd7fd0;
border-radius: 20%;
}


.block-social ul li {
    background-color: #fd7fd0;
    border-radius: 20%;
}


body#checkout #footer {
    color: #0074d9;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    border-bottom: 1px solid #0073c6;
    
}

.card {
    box-shadow: 2px 2px 8px 0 #fd7fd0;
}

.block-categories a {
    color: #fd7fd0;
}

.block-categories a:hover {
    color: #0073c6;
}

div.hidden-sm-down {
    font-family: Noto Sans,sans-serif;
    font-size: 14px;
    color: white;
}


/*disable the "Sorry for the inconvenience..."*/


#pagenotfound .page-not-found, #products .page-not-found {
    display: none;
}


/*header color pink*/

#header .header-nav .blockcart {
    background: #fd7fd0;
}


span.hidden-sm-down {
    color: white;
}