body {
  background: #f8f8f8;
  height: 100%;
  font-family: "Mukta Vaani", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

nav.bg-dark {
  background: #000000 !important; /*#222!important;*/
}

nav.bg-dark a {
  color: #efefef;
}

nav.box-shadow,
.box-shadow,
.box_shadow {
  box-shadow: 0 0 4px #000;
}

.navbar-toggler {
  border: none;
  background: none;
  position: relative;
}

.logo img {
  border: 2px solid #ffffff;
}
.navbar img {
  border: 1px solid #ffffff;
}

/* closed menu */
.menu-bar {
  background: #efefef;
  height: 5px;
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  transition: all 0.4s ease-in-out;
}
.menu-bar::before,
.menu-bar::after {
  content: "";
  position: absolute;
  background: inherit;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  left: 0;
  transform: translate(0, -100%);
  transition: all 0.4s ease-in-out;
}
.menu-bar::after {
  top: 100%;
  transform: translate(0, 100%);
}

/* open menu */
.menu-bar.open {
  transform: rotate(-45deg);
}
.menu-bar.open::before {
  transform: rotate(-90deg);
  top: 10%;
}
.menu-bar.open::after {
  opacity: 0;
  transform: rotate(90deg);
}

nav .nav-item.active a.nav-link {
  border-bottom: 2px solid #197bff;
  padding-bottom: 0;
}

.navbar-nav.ml-auto {
  background: #197bff;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.navbar-nav.ml-auto a {
  color: #efefef !important;
}

.navbar-nav.ml-auto .nav-item:hover {
  background: #222;
  transition: all 0.2s linear;
}

nav .ml-auto .nav-link {
  padding-left: 2%;
}

/*.main {
    padding: .5%; 
    padding-top: 0;
}*/

.main.product-page {
  padding: 0.5%;
}

.bg-black {
  background: #000000; /*#222222;*/
}

nav .fab {
  font-size: large;
}

.main .row.grid {
  margin-bottom: 1%;
}

.card-deck,
.card-deck .card {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.card {
  border: 0;
  border-radius: 0;
}

.card-img-top {
  border-radius: 0;
}

.card a .card-img-top.img-fluid {
  max-height: 20vh;
  min-height: 20vh;
  object-fit: cover;
}

.card-body {
  display: flex;
  flex-direction: column;
}

.card-body .card-text a,
.card .card-title a,
.page-header a {
  color: #212529;
}

.card::after a:hover {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  border: 1px solid red;
}

.card-footer {
  border: 0;
  background: #222;
  border-radius: 0 !important;
  color: #efefef;
}

.card-deck .card {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.card-top {
  overflow: hidden;
}

.card .card-img-top.img-fluid {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.card:hover .card-img-top.img-fluid {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}

.fade-in-el,
.fade_in_el {
  opacity: 1 !important;
}

.btn-primary {
  /*box-shadow: 0 0 4px 2px #f1f1f1;*/
  border: 1px solid #222222;
  background: #222222;
  color: #efefef !important;
}
.btn-primary:hover {
  color: #ffffff !important;
}

.price {
  font-size: larger;
}

.in-stock,
.out-of-stock {
  font-weight: 400;
  font-size: smaller;
}
.in-stock {
  color: #469a46;
}
.out-of-stock {
  color: #c11b17;
}

.item {
  max-width: 40vh;
  border-radius: 2px;
}

.rich-text img,
.blog-item {
  max-width: 100%;
  height: auto;
  max-height: 40vh;
}

.f-x-large {
  font-size: x-large !important;
}

.f-large {
  font-size: large;
}

.f-medium {
  font-size: medium;
}

.f-small {
  font-size: small;
}
.f-smaller {
  font-size: smaller;
}

.flex {
  flex: 1;
}

.text-light-grey {
  color: #555;
}

.text-footer {
  color: #999999;
}

/* blocks */
div[class*="block-"] {
  margin-bottom: 2.5%;
  width: 100%;
  padding: 0.5%;
}

div[class*="block-"] img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

h2.block-heading {
  color: #222;
}

hr {
  border: 0.5px solid #e6e6e6;
}

a.blog-parent {
  color: inherit;
}

.blog-banner {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: contain;
  min-height: 30vh;
  background-position: center;
}

#main-sidebar-wrapper {
  position: relative;
  min-height: 100vh;
}

.sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  width: 0; /*50px; /*2.5%;*/
  height: 100%;
  /*overflow-y: hidden;*/
  background: #000000; /*#2c3e50;*/
  /*border-top: 5px solid #197bff;*/
  box-shadow: 0 2px 5px #4d4d4d;
  transition: all 0.4s linear;
}

.page-content-wrapper {
  width: 100%;
  /*padding-left: 2%;*/
  padding-left: 0;
  padding-right: 0.5%;
  transition: all 0.4s linear;
}

.wrapper.is_open .sidebar-wrapper {
  width: 20%;
  transition: all 0.4s linear;
}

.wrapper.is_open .page-content-wrapper {
  padding-left: 20%;
  transition: all 0.4s linear;
}

.wrapper.is_open .sidebar-wrapper ul li a {
  /*display: block;*/
  opacity: 1;
  transition: opacity 0.6s linear;
}

.sidebar-wrapper ul {
  padding: 0;
  list-style: none;
}

.sidebar-wrapper ul li a {
  /*display: none;*/
  text-decoration: none;
  opacity: 0;
  line-height: 2;
  transition: opacity 0.2s linear;
}

.sidebar-wrapper ul li:hover a {
  background: #000;
  color: #efefef;
}

.sidebar-wrapper ul li a.active {
  color: #efefef;
}

.sidebar-wrapper ul li:hover a.active {
  background: transparent;
}

.wrapper .sidebar-wrapper .btn-primary,
.wrapper .sidebar-wrapper .btn-info {
  border: none;
  background: #197bff;
}

.wrapper .sidebar-wrapper .btn-info {
  background: #17a2b8;
}

.sidebar-toggle-row.sticky-top {
  top: 65px;
}

.sidebar-wrapper ul.sticky-top {
  top: 155px;
}

.sidebar-toggle-row button.is_open i {
  transform: rotateY(-180deg);
}

.product-page .fa-star {
  margin-right: 0.25%;
}

.fas.fa-star,
.far.fa-star:hover {
  color: #197bff;
  cursor: pointer;
}

.fas.fa-star:hover {
  color: #000;
  cursor: pointer;
}

.card-footer .fas.fa-star:hover {
  color: #fff;
}

.sidebar-wrapper ul .fas.fa-caret-down {
  color: #17a2b8;
}

.sidebar-wrapper ul li.cart-items {
  padding: 1%;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.wrapper.is_open .sidebar-wrapper ul li.cart-items {
  opacity: 1;
}

.sidebar-wrapper ul li.cart-items:nth-child(even) {
  background: #000;
}

.shopping-cart.cart-items {
  background: #fff;
  border: 1px solid #efefef;
  align-items: center;
  text-align: center;
  margin: 1%;
}
.shopping-cart.cart-items span {
  flex: 1;
}

.btn-success {
  background: #28a745 !important;
}
.btn-success:hover {
  background: #218838 !important;
}

@keyframes fade-in-element {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-me-in {
  animation-name: fade-in-element;
  animation-duration: 1s;
}

/* braintree */
[data-braintree-id="cardholder-name-field-group"] {
  display: flex;
  flex-direction: column;
}
[data-braintree-id="cardholder-name-field-group"] input {
  flex: 1;
}

[data-braintree-id="number-field-group"] {
  display: flex;
  flex-direction: column;
}
[data-braintree-id="number-field-group"] input {
  flex: 1;
}

[data-braintree-id="methods-container"] {
  display: none;
}
/* end braintree */

.order-items:nth-child(even) {
  background: #fafafa;
}

.container.delivery-details {
  border: 1px solid #000000;
  padding: 2.5%;
}

.container.delivery-details input {
  max-width: 100%;
}

.container.delivery-details ::placeholder {
  color: #aaaaaa;
}

.footer {
  overflow: hidden;
  margin-top: 1%;
  background: #000000;
  color: #efefef;
  padding: 1.25%;
  padding-bottom: 2%;
}

.footer ::placeholder {
  color: #aaaaaa;
  font-size: small;
}

.mailinglist {
  text-align: left;
}

.mailing-list-error,
.mailing-list-success {
  color: #fff;
  font-size: smaller;
  padding: 1.5%;
  display: flex;
  margin-bottom: 1%;
  background: #c11b17;
}

.mailing-list-success {
  background: #197bff;
}

.homepage .card {
  background: #000000;
  transition: all 0.3s linear;
}

.homepage .card:hover {
  background: #262f3c;
  transition: all 0.3s linear;
}

.homepage .card h2 {
  color: #197bff;
}

.homepage .card a {
  color: #efefef;
  text-decoration: none;
}

.homepage .card-deck {
  margin-bottom: 1%;
}

.contact-us {
  padding: 2%;
  display: flex;
  flex-direction: column;
}

.contact-us ::placeholder {
  font-size: smaller;
  color: #aaaaaa;
}

iframe {
  max-width: 100%;
}

/* spotify embed object */
.responsive-object {
  padding-bottom: 0 !important;
  margin: auto !important;
}

/* mobile */
@media only screen and (max-width: 760px) {
  .main.product-page {
    text-align: center;
  }

  .wrapper.is_open .sidebar-wrapper {
    width: 100% !important;
  }

  .page-content-wrapper h3 {
    padding-left: 6% !important;
  }

  .card-deck .card {
    max-width: 100% !important;
    margin-bottom: 10% !important;
  }

  .shopping-cart.cart-items {
    display: block !important;
  }

  .shopping-cart.cart-items span {
    margin: 1%;
  }

  .mobile {
    text-align: center !important;
  }

  .order-items {
    margin: 5% 0 !important;
    border: 1px solid #efefef;
  }

  .mailinglist {
    text-align: center;
    padding-bottom: 5%;
  }

  .scroll-top-button {
    padding-top: 5%;
  }
}

/* tablet */
@media only screen and (max-width: 801px) {
  .card-deck .card {
    min-width: 49%;
    margin-bottom: 1%;
    max-width: 49%;
  }

  .wrapper .sidebar-wrapper {
    width: 2%;
  }
  .wrapper .page-content-wrapper {
    padding-left: 2%;
  }

  .wrapper.is_open .sidebar-wrapper {
    width: 66%;
  }

  .wrapper.is_open .page-content-wrapper {
    padding-left: 33%;
  }

  .page-content-wrapper h3 {
    padding-left: 3%;
  }
}

/* laptops+ */
@media only screen and (min-width: 800px) {
  .card-deck .card {
    max-width: 49%;
  }

  .sidebar-wrapper {
    width: 40px;
  }

  .page-content-wrapper {
    padding-left: 40px;
  }
}

/* experiments */
