@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
  --primaryColor: #1a96e7;
  --primaryDark: #050973;
  --primaryExtraDark: #000347;
  --secondarycolor: #0cf531;
  --secondaryDark: #00be1e;
}

* {
  transition: all .3s ease
}

body {
  font-family: 'Roboto', sans-serif;
}

section {
  margin: 80px 0
}

header {
  padding: 20px 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;
}

.navbar {
  background-color: var(--primaryExtraDark);
}

.nav-item.products {
  border-right: 1px solid white;
  padding-right: 10px;
}

a:hover {
  color: var(--secondaryDark);
}

.btn {
  border: 0;
  padding: 16px 32px;
}

.btn.btn-sm {
  padding: 8px 16px;
}

.btn.btn-primary {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: white;
}

.bg-dark {
  background-color: var(--primaryDark) !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: 14px;
}

.lightfont {
  font-weight: 300;
}

.bg-secondary {
  background-color: var(--secondarycolor) !important;
  color: #fff !important
}

.bg-custom {
  background-color: #f5f5f5
}

.custom-gredient {
  background: #FBC9E3;
  background: radial-gradient(circle, rgba(251, 201, 227, 1) 0%, rgba(109, 202, 232, 1) 38%, rgba(254, 207, 189, 1) 78%);
}

.custom-gredient1 {
  background: #300557;
  background: radial-gradient(circle, rgba(48, 5, 87, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

img {
  max-width: 100%
}

.preheader a {
  color: var(--secondarycolor);
}

.bannertitle {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 74px;
}

.prodDetail img {
  max-height: 500px
}

.prodData img {
  width: 320px;
  height: 320px;
  object-fit: contain;
}

.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
}

.table-cart td {
  vertical-align: middle
}

.fa-circle-xmark {
  cursor: pointer
}

#fields_note {
  width: 100%;
  display: block
}

.fa-circle-xmark {
  font-size: 28px
}

.prefooter {
  background-color: #0a111e;
  color: #fff;
}

.prefooter a {
  color: var(--secondarycolor);
}

.blings {
  background-image: url('../images/blings.png');
  background-repeat: no-repeat;
  background-size: 120% 120%;
  background-position: center;
}

.custombanner {
  background-size: cover;
  background-color: var(--primaryDark);
}

.custombanner header {
  background-color: transparent;
}

.custombanner .banner {
  background: transparent;
}

.banner {
  padding: 70px 0;
  background: var(--secondarycolor)
}

.bottlewrap {
  position: relative
}

.bannerbottle {
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  left: -30px;
  bottom: -20px
}

.checkouttable img {
  max-height: 44px;
  max-width: 44px;
}

.info-card {
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primaryDark);
}

@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;
  right: 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-radius: 5px;
  padding: 8px 8px 8px 32px;
}

.customsearch input:focus {
  outline: none
}

.customsearch i {
  position: absolute;
  left: 10px;
  top: 12px;
}

.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;
}