* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}
a {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  text-decoration: none !important;
}
a:hover {
  color: #e91f64;
}
a:focus {
  text-decoration: underline;
  color: #e91f64;
}
.navbar {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  padding-top: 25px;
  padding-bottom: 20px;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}

.navbar #site_logo {
  padding-left: 25px;
}

.navbar .nav-item .nav-link {
  padding-left: 0px;
  border-radius: 0;
  color: black;
  font-weight: 700;
  margin-top: 15px;
  padding: 0px 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .navbar .nav-item .nav-link {
    padding-left: 0px;
    border-radius: 0;
    color: black;
    font-weight: 800;
    margin-top: 15px !important;
    padding-top: 0px !important;
    padding: 0px 30px;
    text-align: center;
  }
}
.navbar .nav-item .nav-link:hover {
  border-radius: 0;
  color: #e91f64;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(233, 31, 100)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar > li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-weight: 800;
  margin-right: 5px;
  padding: 9px 36px;
  text-align: center;
}
.navbar > li > .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  background-color: #04aa6d;
  box-shadow: none;
  padding: 0px 0;
}
.navbar > li > .dropdown-menu li {
  margin: 0;
}
.navbar > li > .dropdown-menu a {
  color: #fff;
  padding: 12px 25px;
}
.navbar li:hover .dropdown-menu li a {
  color: #fff;
}
.navbar > li > .dropdown-menu a:hover,
.navbar li:hover .dropdown-menu li a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #111;
}

.navbar > li > .dropdown-menu li:last-child {
  border: 0px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #fff;
  color: #111;
}
@media (min-width: 768px) {
  .navbar > li > .dropdown-menu {
    top: 80px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .navbar > li:hover > .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
  }
}
/*override inline padding-right added from js */
.modal {
  padding: 0 !important;
}
.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body {
  overflow-y: hidden;
}
/*--------------------------------------------
Pink Pages
---------------------------------------------------*/
#mySidenav a {
  position: fixed; /* Position them relative to the browser window */
  left: -30px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 10px; /* 15px padding */
  width: 100px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-family: Arial, Helvetica, sans-serif;
  top: 50%;
  transform: rotate(90deg);
  z-index: 10;
  font-size: 16px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

/* The about link: 20px from the top with a green background */
#sideblob {
  top: 20px;
  background-color: #e91e63;
}

.side-bar .menu {
  width: inherit;
  margin-top: 0px;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu .item a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding-top: 25px;
  line-height: 10px;
}

.side-bar .menu .item a:hover {
  color: #e91f64;
  transition: 0.3s ease;
}

.side-bar .menu .item i {
  margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 0px;
  transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
  background: #ffffff;
  display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 10px;
}

.whatrot {
  top: 100px;
  position: fixed;
  z-index: 10;
  writing-mode: vertical-lr;
  background-color: #04aa6d;
}
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  padding-top: 3px;
  width: 50px;
  height: 30px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
/*--------------------------------------------
                  Shop Page
---------------------------------------------------*/
/* Adjust styles as needed */
.product-image-container {
  height: 400px; /* Fixed height for the main image container */
  overflow: hidden; /* Hide overflow to prevent distortion */
  position: relative; /* Ensure relative positioning for absolute positioning of images */
}
.product-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.thumbnail {
  width: 100%; /* Adjust thumbnail width as needed */
  height: 150px; /* Maintain aspect ratio */
  cursor: pointer;
  object-fit: contain;
}
.thumbnail:hover {
  opacity: 0.7; /* Adjust opacity on hover as needed */
}
/*--------------------------------------------
                  Shop Page - Ends
---------------------------------------------------*/
