a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.hero-slider-btn {
    animation-delay: .9s;
    animation-duration: .9s;
}
.hero-slider-btn {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}
.os-btn-2 {
    border-color: #323232;
}

.os-btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    padding: 0 42px;
    border: 2px solid #ebebeb;
    color: #323232;
    background: transparent;
    z-index: 1;
    font-size: 12px;
  }
  .os-btn span {
    color: #bc8246;
  }
  .os-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #bc8246;
    z-index: -1;
  }
  .os-btn:hover {
    color: #ffffff;
    border-color: #bc8246;
  }
  .os-btn:hover::after {
    height: 100%;
  }
  .os-btn:hover span {
    color: #ffffff;
  }
  .os-btn-3 {
    padding: 0 77px;
  }
  .os-btn-4::after {
    background: #666;
  }
  .os-btn-black {
    color: #ffffff;
    background-color: #323232;
    border-color: #323232;
  }
  .os-btn-black::after {
    background-color: #bc8246;
  }
  .os-btn-black:hover {
    border-color: #bc8246;
  }
  .os-btn-white {
    color: #ffffff;
    border-color: #ffffff;
  }
  .os-btn-white:hover {
    color: #323232;
    border-color: #ffffff;
  }
  .os-btn-white:hover::after {
    background: #ffffff;
  }
  
  .os-btn-4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    padding: 0 42px;
    border: 2px solid #323232;
    color: #323232;
    background: transparent;
    z-index: 1;
    font-size: 12px;
  }
  .os-btn-4 span {
    color: #bc8246;
  }
  .os-btn-4::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #8a8f6a;
    z-index: -1;
  }
  .os-btn-4:hover {
    color: #ffffff;
    border-color: #8a8f6a;
  }
  .os-btn-4:hover::after {
    height: 100%;
  }
  .os-btn-4:hover span {
    color: #ffffff;
  }
  
  .os-btn-5 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    padding: 0 42px;
    border: 2px solid #ebebeb;
    color: #ffffff;
    background: transparent;
    z-index: 1;
    font-size: 12px;
  }
  .os-btn-5 span {
    color: #bc8246;
  }
  .os-btn-5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #8a8f6a;
    z-index: -1;
  }
  .os-btn-5:hover {
    color: #ffffff;
    border-color: #8a8f6a;
  }
  .os-btn-5:hover::after {
    height: 100%;
  }
  .os-btn-5:hover span {
    color: #ffffff;
  }
  .store-notify p {
    color: inherit;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.store-notify i {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 4px;
    color: inherit;
    display: inline-block;
    margin-left: 10px;
    padding: 8px 10px;
}
.store-notify #notify-close {
    border-radius: 5px;
    display: block;
    height: 27px;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .35s ease;
    width: 27px;
}
.store-notify {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    min-height: 40px;
    padding: 5px 30px 5px 60px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3500;
}
.store-notify #notify-close i {
  background-color: transparent;
  border-radius: 0;
  color: white;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
.store-notify i {
  background-color: rgba(0, 0, 0, .05);
  border-radius: 4px;
  color: inherit;
  display: inline-block;
  margin-left: 10px;
  padding: 8px 10px;
}
.store-notify #notify-close:hover {
  background-color: rgba(0, 0, 0, .1);
  cursor: pointer;
}
  

