.line {
  border-top: 1px;
  border-style: solid;
  border-color: lightgray;
  border-bottom: 0px;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 46px;
        margin-right: -40vw;
        margin-left: -20vw;
    }
}

@media (min-width:992px) {
    .small-menu {
        margin-left: 0 !important;
    }
}

.small-img{
    width:150px;
    height:150px;
}

.footer-bottom {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.goldline {
  border-width: 2px;
  border-style: solid;
  border-color: #d6ac60;
}

.radius-0 {
  border-radius: 0px;
}

.creation-btn {
  width: 12vw;
  border-radius: 0px;
  color: #FFEAB1;
  font-size: 24px;
  min-width: 120px;
}

.sticky-top-right {
    position: sticky;
    top: 100px;
    z-index: 1020;
}

.gold-btn {
  color: #FFEAB1;
  font-size: 16px;
  height: 48px;
}

.bg-black {
  background-color: black;
}

@media (max-width: 767px) {
  .fragrance-sm {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 921px) {
  .col-md-new {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .line-sm-0 {
    border-top: 0px;
  }
}

@media (max-width: 576px) {
  .line-sm-1 {
    border-top-width: 1px;
    border-color: var(--bs-gray-400);
    border-style: solid;
    border-bottom: rgba(0,0,0,0.05);
  }
}

.accordion-button:not(.collapsed) {
  color: palegoldenrod !important;
  background-color: black;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.bg-pink {
  background-color: #FEF5F4;
}

a:hover {
  color: #d6ac60 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #d6ac60 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #D79696;
  background-color: #fff !important;
  border-color: #D79696 !important;
  border-style: solid;
  border-bottom-width: 4px !important;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0px !important;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: var(--bs-gray-600);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (max-width: 576px) {
  .center-top {
    position: absolute;
    top: -6%;
    right: 50%;
    margin-right: -50px;
  }
}

@media (min-width: 768px) {
  .center {
    position: absolute;
    top: 10%;
    right: 50%;
    margin-right: -70px;
  }
}

@media (min-width: 768px) {
  .center-top {
    position: absolute;
    top: -10%;
    right: 50%;
    margin-right: -70px;
  }
}

@media (min-width: 992px) {
  .left-bottom {
    position: absolute;
    bottom: 0%;
    left: 0%;
  }
}

@media (max-width: 991px) {
  .left-bottom {
    visibility: collapse;
  }
}

.bg-gray {
  background-color: #f9f9f9;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0px;
}

.dropdown-menu-start {
  --bs-position: none;
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 46px;
        margin-right: -34vw;
        margin-left: -34vw;
    }
}


@media (max-width: 991px) {
  .collapse:not(.show) {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}

@media (max-width:991px) {
  .hide-md {
    display: none !important;
  }
}

.sticky-right {
  position: fixed;
  top: 45vh;
  right: 0;
  margin-right: -60px;
  z-index: 1000;
}

.hover08 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


.hover08:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}



.overlay:hover {
  opacity: 1;
  transition: .5s ease;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
}

.gray-scale {
    -webkit-filter: grayscale(100%) brightness(0.5);
    filter: grayscale(100%) brightness(0.5);
}

.bg-cover-bottom {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}

.bg-cover-center {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.gray-scale {
    -webkit-filter: grayscale(100%) brightness(0.5);
    filter: grayscale(100%) brightness(0.5);
}
.bg-cover-bottom {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}

.bg-cover-center {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

@media (max-width: 575px) {
    .discover-sm-hide {
        display: none;
    }
}