@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root {
  --primaryColor: #fa8100;
  --primaryDark: #fa8100;
  --secondarycolor: #2a2a2a;
  --secondaryDark: rgb(19, 19, 19);
}
* {
  transition: all .3s ease
}
body {
  font-family: 'Roboto', sans-serif;
}
section {
  margin: 80px 0
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondaryDark);
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 6px 13px rgb(38 78 118 / 10%);
  z-index: 50
}
.fixed img {
  max-height: 20px
}
.text-primary {
  color: var(--primaryDark) !important
}
.text-secondary {
  color: var(--secondaryDark) !important;
}
#navbarSupportedContent .btn {
  color: #000;
}
a:hover {
  color: var(--secondaryDark);
}
.btn {
  border: 0;
  padding: 12px 30px;
}
.btn-primary {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}
.btn-primary:hover {
  background: var(--secondarycolor);
  border-color: var(--secondarycolor);
  color: white;
}
.bg-dark {
  background-color: var(--primaryDark) !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.navbar-brand {
  color: var(--secondarycolor);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  font-weight: 700;
}
.navbar-light .dropdown-item {
  font-size: 12px;
  letter-spacing: 0px;
}
.navbar {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.lightfont {
  font-weight: 300;
}
.bg-secondary {
  background-color: var(--secondarycolor) !important;
  color: #fff !important
}
.bg-custom {
  background-color: #f5f5f5
}
img {
  max-width: 100%
}
.bannertitle {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 74px;
}
.prodDetail img {
  max-height: 500px
}
.prodData img {
  width: 280px;
  height: 280px;
  object-fit: contain;
  mix-blend-mode: darken;
}
.prodData aside {
  font-size: 11px;
  color: #fdd436;
}
.prodWrap {
  border: 1px solid #0000001a;
  border-radius: 8px;
  background-color: white;
}
.prodWrap .col-8 {
  border-left: 1px solid #0000001a;
}
.productlist .input-group > .form-control {
  flex: 0 0 60px
}
.cart-image {
  height: 45px;
  width: 45px;
  object-fit: contain
}
.card img {
  transition: transform 0.3s ease;
}
.badge {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  font-weight: 600;
}
.new-arrivals .card {
  border: none;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}
.new-arrivals .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.new-arrivals .card img {
  height: 200px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.new-arrivals .card:hover img {
  transform: scale(1.05);
}
.table-cart td {
  vertical-align: middle
}
.fa-circle-xmark {
  cursor: pointer
}
#fields_note {
  width: 100%;
  display: block
}
.fa-circle-xmark {
  font-size: 28px
}
.prefooter a {
  color: var(--primaryDark)
}
.mainfooter {
  background-color: var(--primaryColor);
  color: white
}
.custombanner {
  background: url('../images/bannerbg.jpg') top right;
  background-size: cover;
}
.custombanner header {
  background-color: #0000000d;
  padding: 20px 0;
}
.custombanner .banner {
  background: transparent;
}
.banner {
  padding: 120px 0;
  background: var(--secondarycolor)
}
.bottlewrap {
  position: relative
}
.bannerbottle {
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  left: -30px;
  bottom: -20px
}
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .text-primary {
  color: var(--primaryColor) !important;
}
.about-section p {
  font-size: 1rem;
  line-height: 1.7;
}
.about-section .btn-primary {
  background: var(--primaryColor);
  border: none;
  box-shadow: 0 5px 15px rgba(250, 129, 0, 0.25);
}
.about-section .btn-primary:hover {
  background: var(--secondarycolor);
  box-shadow: 0 5px 20px rgba(42, 42, 42, 0.25);
  transform: translateY(-3px);
}
.rounded-image {
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.contctbox aside {
  background-color: var(--primaryColor);
  padding: 30px;
}
.contctbox i {
  background-color: white;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
}
.contctbox h3 {
  margin-bottom: 0;
  font-size: 24px;
  color: white;
}
.checkouttable img {
  max-height: 44px;
  max-width: 44px;
}
.highlight-box {
  background-color: #f5f5f5
}
@media only screen and (min-width:600px) and (max-width:1200px) {
  /* For tablets: */
  .bannerbottle {
    max-width: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width:768px) {
  /* For mobile phones: */
  .bannerbottle {
    max-width: 200px;
    max-height: 200px;
  }
}
.customsearch {
  position: relative;
}
.customsearch article {
  background-color: white;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  width: 340px;
  left: 0;
  top: calc(100% + 2px);
  max-height: 450px;
  overflow-y: scroll;
  display: none
}
.customsearch ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.customsearch a {
  display: flex;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 10px
}
.customsearch a:hover {
  background-color: #efefef
}
.customsearch strong {
  color: #646464;
}
.customsearch .imgBox {
  width: 35px;
  flex: 0 0 35px;
  margin-right: 15px
}
.customsearch img {
  height: 35px;
  width: 35px;
  object-fit: contain;
}
.customsearch input {
  padding-left: 32px;
  border: 1px solid var(--secondarycolor);
  border-radius: 5px;
  color: var(--secondarycolor);
  padding: 8px 8px 8px 32px;
}
.customsearch input:focus {
  outline: none
}
.customsearch i {
  position: absolute;
  left: 10px;
  top: 12px;
  color: var(--secondarycolor)
}
.box-offer {
  padding: 30px 20px;
  background: var(--primaryDark);
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  color: #fff
}
.box-offer a {
  text-transform: uppercase;
  color: #8a2525;
  text-decoration: none
}
.box-offer small a {
  text-transform: lowercase
}
.box-offer i {
  font-size: 30px;
  margin-bottom: 15px;
  background-color: var(--primaryColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryDark);
  box-shadow: 0 0 12px 3px var(--primaryColor);
}
.benefits img {
  margin: 30px 0;
  border-radius: 100px
}
.upsale .btn-primary {
  background-color: var(--secondarycolor);
  border-color: var(--secondarycolor)
}
.upsale .btn-primary:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.priceShip {
  padding-left: 17px
}
.offer {
  background: url(../images/offer-banner.png) no-repeat center/cover;
  padding: 50px 25px;
  border-radius: 7px
}
.total_agree {
  margin-right: 5px
}
.err_msg {
  background: #ffb6c1;
  border: 1px solid red;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  color: #8b0000;
  font-size: 14px
}
.err_msg em {
  font-style: normal
}
.E-Book .qtyPackage {
  display: none;
}