html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Agenda;
  font-style: light;
  font-weight: 300;
  src: url(../fonts/agenda-light.ttf);
}
@font-face {
  font-family: Agenda;
  font-style: medium;
  font-weight: 500;
  src: url(../fonts/agenda-medium.ttf);
}
@font-face {
  font-family: Agenda;
  font-style: semibold;
  font-weight: 600;
  src: url(../fonts/agenda-semi-bold.ttf);
}
@font-face {
  font-family: Agenda;
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/agenda-bold.ttf);
}
body {
  background: #000000 0% 0% no-repeat padding-box;
  color: #ffffff;
  font: normal normal 300 24px/32px Agenda;
  letter-spacing: 0px;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

.btn {
  font: normal normal 600 20px/24px Agenda;
  letter-spacing: 0px;
  color: #0d1921;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px rgba(255, 232, 0, 0.3019607843);
  border-radius: 32px;
  border: 0px;
  min-width: 160px;
  padding: 8px 10px;
  transition: all ease 0.4s;
}

.btn-primary:hover {
  background: #ffe800 0% 0% no-repeat padding-box;
  color: #0d1921;
}
.btn-primary:focus, .btn-primary:active {
  background: #ffe800 0% 0% no-repeat padding-box !important;
  color: #0d1921 !important;
  outline: none;  
  box-shadow: none;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn
{
    border-color: #fff !important;
    color: #000;
    background: #fff !important;
}
.help-block
{
  display: block;
  color: red;
  font-size: 16px;
  text-align: left;
}

.paint1,
.paint2 {
  position: absolute;
  z-index: 1;
}

.white-mug,
.yellow-mug {
  position: absolute;
  width: 260px;
  opacity: 0.3;
  z-index: -1;
}

.handle {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}

.alcohol-scroll marquee ul li {
  font: normal normal 300 50px/60px Agenda;
  text-transform: uppercase;
  margin: 0px 20px;
}
.alcohol-scroll marquee ul li:nth-child(even) {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.page-title {
  font: normal normal bold 55px/73px Agenda;
}

.main-title {
  font: normal normal 300 46px/55px Agenda;
  text-transform: uppercase;
}

header .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
}
header .navbar .navbar-toggler .fa-bars {
  color: #fff;
}
header .navbar .navbar-nav .nav-item {
  margin: 0px 15px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font: normal normal bold 18px/24px Agenda;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 18px 0px;
  display: inline-block;
  transition: all ease 0.4s;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffe800;
}

footer .footer-top {
  border-top: 2px solid #ffe800;
  border-bottom: 2px solid #ffe800;
  padding: 20px 0;
}
footer .footer-top .footer-menu ul li {
  font: normal normal 300 15px/20px Agenda;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
footer .footer-top .footer-menu ul li p {
  margin-bottom: 0;
}
footer .footer-bottom {
  align-items: center;
  padding: 10px 0;
}
footer .footer-bottom p {
  margin-bottom: 0;
  font: normal normal 300 15px/26px Agenda;
  letter-spacing: 0.45px;
  color: #ffffff;
}
footer .footer-bottom p a {
  color: #fff;
}

.section {
  padding: 50px 0;
}

.section-title {
  font: normal normal bold 90px/96px Agenda;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.banner {
  position: relative;
}
.banner .paint1 {
  left: 35px;
  top: -10px;
}
.banner .carousel-control-next,
.banner .carousel-control-prev {
  display: none;
}

.home2 {
  position: relative;
  z-index: 0;
}
.home2 .section-title {
  font: normal normal bold 80px/88px Agenda;
}
.home2 .home2-content ul li {
  margin-right: 20px;
}
.home2 .home2-content ul li .btn {
  min-width: 190px;
}
.home2 .home2-content ul li .btn-promotion {
  border: 1px solid #ffe800;
}
.home2 .paint1 {
  z-index: -1;
  left: -45px;
  top: 0;
}
.home2 .paint2 {
  width: 450px;
  z-index: -1;
  right: -5%;
  top: -19%;
}

.overlay-inner {
  background: rgba(255, 255, 255, 0.8) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px rgba(255, 232, 0, 0.5019607843);
  border: 1px solid #707070;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin: auto;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all ease 0.4s;
}
.overlay-inner img {
  position: relative;
  top: -6px;
  transition: all ease 0.4s;
}
.overlay-inner .overlay-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all ease 0.4s;
}
.overlay-inner .overlay-hidden .overlay-title {
  font: normal normal bold 22px/26px Agenda;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.overlay-inner:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
}
.overlay-inner:hover img {
  opacity: 0.1;
  top: 0;
}
.overlay-inner:hover .overlay-hidden {
  visibility: visible;
  opacity: 1;
}

.home3 {
  position: relative;
  z-index: 0;
  padding: 70px 0;
}
.home3 .home3-content p {
  padding-left: 4rem;
}
.home3 .handle-glass,
.home3 .handle-bottle {
  position: absolute;
  z-index: -1;
  width: 150px;
}
.home3 .handle-glass {
  top: 0;
  left: -20px;
}
.home3 .handle-bottle {
  right: -20px;
  top: 0;
}

.beer1 {
  position: relative;
}
.beer1 .beer-inner p {
  font: normal normal 300 20px/26px Agenda;
}
.beer1 .paint2 {
  right: -16%;
  top: -35%;
  transform: rotate(80deg);
  opacity: 0.7;
  z-index: -1;
}
.beer1 .paint1 {
  top: -25%;
  left: -6%;
  z-index: -1;
  opacity: 0.7;
}
.beer1 .snack-bar {
  width: 480px;
  right: -150px;
  z-index: -1;
}

.about1 {
  position: relative;
}
.about1 .paint1 {
  width: 220px;
  left: -35px;
  top: 50%;
  opacity: 0.8;
}
.about1 .about1-content .section-title {
  font-size: 56px;
  line-height: 68px;
}
.about1 .about1-content .main-title {
  font-size: 50px;
}
.about1 .about1-content p {
  font-size: 20px;
  line-height: 26px;
}
.about1 .beer-garden {
  padding-top: 120px;
}

.about2 {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
.about2 .hoegarden {
  position: absolute;
  z-index: -1;
  left: -2%;
  top: 18%;
  width: 200px;
}
.about2 .paint2 {
  right: -14%;
  bottom: 14%;
  transform: rotate(64deg);
  opacity: 0.5;
}
.about2 .main-title {
  font: normal normal 300 44px/48px Agenda;
}
.about2 .about-time {
  font: normal normal bold 86px/94px Agenda;
  color: #ffe800;
  text-shadow: 5px 5px 10px rgba(255, 232, 0, 0.7019607843);
  text-transform: uppercase;
}

.about-inner .page-title {
  font-size: 70px;
}

.about3 .g-4 {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
.about3 .what-we {
  box-shadow: 10px 10px 20px rgba(255, 232, 0, 0.5019607843);
  border: 2px solid #ffe800;
  border-radius: 24px;
  padding: 80px 25px;
}
.about3 .what-we .great-view-img {
  border-bottom: 3px solid #ffe800;
  margin-bottom: 35px;
}
.about3 .what-we .great-view-img img {
  margin-bottom: 10px;
}
.about3 .what-we p {
  font: normal normal 500 34px/40px Agenda;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.promotion {
  position: relative;
  z-index: 0;
}
.promotion .g-4 {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
.promotion .paint1 {
  left: -3%;
  top: 16%;
  z-index: -1;
  width: 490px;
  opacity: 0.8;
}
.promotion .paint2 {
  right: -2%;
  bottom: -6%;
  z-index: -1;
  transform: rotateX(180deg);
  opacity: 0.8;
}
.promotion .promotion-title p {
  font-size: 20px;
}
.promotion .friday-night .friday-night-inner {
  background: #d0c348 0% 0% no-repeat padding-box;
  padding: 25px 35px;
  min-height: 160px;
}
.promotion .friday-night .friday-night-inner .night-title {
  font: normal normal bold 22px/26px Agenda;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.promotion .friday-night .friday-night-inner p {
  font: normal normal 300 18px/23px Agenda;
  margin-bottom: 0;
}
.promotion .friday-night .friday-night-inner .btn-more {
  font: normal normal bold 18px/23px Agenda;
  color: #fff;
}

.contact-title {
  color: #ffe800;
  font-size: 60px;
}

.contact1 {
  position: relative;
  z-index: 0;
}
.contact1 .juice-mug {
  transform: rotate(-15deg);
}
.contact1 .juice-glass {
  transform: rotate(50deg);
}
.contact1 .juice-mug1,
.contact1 .juice-glass1 {
  position: absolute;
  z-index: -1;
  width: 120px;
  top: 20%;
}
.contact1 .juice-mug1 {
  transform: rotate(-15deg);
  left: 0;
}
.contact1 .juice-glass1 {
  transform: rotate(50deg);
  right: 0;
}
.contact1 .catch-up p {
  font-size: 18px;
  line-height: 22px;
}
.contact1 .catch-up .location {
  align-items: center;
}
.contact1 .catch-up .location .fa {
  color: #e4b500;
  font-size: 70px;
  margin-right: 20px;
}
.contact1 .catch-up .location .location-title {
  font: normal normal bold 36px/55px Agenda;
  margin-bottom: 0;
}
.contact1 .catch-up .location p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}

.contact2 {
  position: relative;
  z-index: 0;
}
.contact2 .white-mug {
  left: -2%;
  top: 15%;
  opacity: 0.8;
}
.contact2 .yellow-mug {
  right: -2%;
  bottom: 15%;
  opacity: 0.8;
}
.contact2 .contact2-inner ul {
  padding: 12px 0;
  border-radius: 37px;
  justify-content: space-evenly;
  box-shadow: 0 0 20px #fff;
}
.contact2 .contact2-inner ul li img {
  width: 28px;
  margin-right: 5px;
}
.contact2 .contact2-inner ul li a {
  font: normal normal 300 18px/26px Agenda;
  color: #000000;
  text-transform: uppercase;
}
.contact2 .contact-form {
  margin-top: 120px;
  position: relative;
  padding: 0px 40px;
  z-index: 0;
}
.contact2 .contact-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: -14%;
  background-image: url(../img/contact/cloud.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 30%;
}
.contact2 .contact-form form {
  background-color: #d6b821;
  padding: 110px 70px 50px 70px;
  border-radius: 37px;
}

form .form-group .form-control {
  box-shadow: none;
  border: 1px solid #d8b68a;
  border-radius: 43px;
  font: normal normal 300 16px/24px Agenda;
  color: #333;
  padding: 10px 25px;
}
form .form-group .form-control::-moz-placeholder {
  color: #cccccc;
}
form .form-group .form-control::placeholder {
  color: #cccccc;
}
form .form-group textarea {
  border-radius: 19px !important;
}

.shop {
  position: relative;
  z-index: 0;
}
.shop .paint1 {
  width: 550px;
  top: -3%;
  left: -7%;
  z-index: -1;
  opacity: 0.3;
}
.shop .yellow-mug {
  width: 200px;
  right: -1%;
  top: 27%;
}
.shop .white-mug {
  width: 200px;
  left: -1%;
  bottom: 24%;
}
.shop .handle {
  width: 150px;
  right: 1%;
  bottom: 2%;
}
.shop .page-title {
  color: #ffe800;
}
.shop .categories-box .categories-title {
  font-weight: 600;
}
.shop .categories-box .categories-inner li {
  padding: 8px 0;
  border-top: 1px solid #fff;
}
.shop .categories-box .categories-inner li a {
  font-size: 18px;
  color: #fff;
  display: flex;
}

.product-box {
  background: #444d53 0% 0% no-repeat padding-box;
  overflow: hidden;
  transition: all ease 0.4s;  
  border-radius: 10px;
}
.product-box .product-img
{
  border-radius: 10px 10px 0 0;
}
.product-box .product-text
{
  border-radius: 0 0 10px 10px;
}


.product-box .product-img img {
  transform: scale(1);
  transition: all ease 0.4s;
  border-radius: 10px 10px 0 0;
}
.product-box .product-text {
  background: #444d53 0% 0% no-repeat padding-box;
  padding: 12px 6px;
  position: relative;
  z-index: 0;
}
.product-box .product-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffe800;
  width: 0%;
  height: 6px;
  z-index: -1;
  transition: all ease 0.4s;
}
.product-box .product-text .product-title {
  font: normal normal bold 22px/34px Agenda;
  color: #ffffff;
  text-transform: capitalize;
}
.product-box .product-text p {
  font: normal normal 300 15px/20px Agenda;
  letter-spacing: 0px;
  color: #cccccc;
  margin-bottom: 0;
}
.product-box .product-text .price {
  font: normal normal 600 18px/23px Agenda;
  color: #ffe800;
}
.product-box:hover .product-img img {
  transform: scale(1.1);
}
.product-box:hover {
  box-shadow: 2px 5px 10px rgba(255, 232, 0, 0.4);
}
.product-box:hover .product-text::before {
  width: 100%;
}

.pagination {
  padding-top: 80px;
}
.pagination .page-item {
  margin: 0px 3px;
}
.pagination .page-item .page-link,.pagination .page-item a {
  font: normal normal 300 16px/23px Agenda;
  color: #cccccc;
  opacity: 1;
  padding: 0px;
  border: none;
  margin-left: 0;
  box-shadow: none;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: transparent;
}
.pagination .page-item .page-link .fa,.pagination .page-item a .fa {
  color: #cccccc;
  font-size: 22px;
  line-height: 24px;
}
.pagination .page-item .active {
  color: #ffe800;
}

.shop-detail .yellow-mug {
  bottom: 0;
  top: inherit;
}
.shop-detail .carousel .carousel-inner .carousel-item {
  text-align: center;
}
.shop-detail .product-box-details .product-title {
  font: normal normal bold 36px/34px Agenda;
}
.shop-detail .product-box-details .price {
  font: normal normal bold 22px/23px Agenda;
  color: #ffe800;
}
.shop-detail .product-box-details p {
  font: normal normal 300 18px/23px Agenda;
  color: #cccccc;
}
.shop-detail .product-box-details .qty {
  font: normal normal 500 20px/21px Agenda;
  color: #cccccc;
  letter-spacing: 1px;
}
.shop-detail .product-box-details .counter {
  border: 1px solid #cccccc;
  border-radius: 32px;
  padding: 5px 18px;
}
.shop-detail .product-box-details .counter li a .fa {
  color: #cccccc;
  font-size: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.shop-detail .product-box-details .counter .count-nummber .count-number {
  background: transparent;
  color: #cccccc;
  font: normal normal 600 18px/20px Agenda;
}
.shop-detail .product-box-details .btn {
  min-width: 265px;
}

.related-product {
  position: relative;
  z-index: 0;
}
.related-product .white-mug {
  left: 0;
  bottom: -12%;
  opacity: 0.3;
}
.related-product .handle {
  right: 0;
  top: 110%;
  width: 190px;
}
.related-product .related-title {
  color: #ffe800;
  font: normal normal bold 36px/45px Agenda;
  position: relative;
  z-index: 0;
}
.related-product .related-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  border-bottom: 2px dashed #ffe800;
  z-index: -1;
}
.related-product .related-slider .product-box {
  margin: 10px 15px;
}

.promotion-modal .modal {
  background-color: rgba(0, 0, 0, 0.6392156863);
}
.promotion-modal .modal .modal-dialog {
  top: 28px;
  max-width: 500px;
  width: 100%;
}
.promotion-modal .modal .modal-dialog .modal-content {
  padding: 0px;
  margin: auto;
  border-radius: 0px;
}
.promotion-modal .modal .modal-dialog .modal-content .btn-close {
  box-shadow: none;
  position: absolute;
  right: -8%;
  top: -4px;
  z-index: 1;
  font-size: 18px;
  background-image: url(../img/home/close-btn.webp);
  opacity: 1;
}
.promotion-modal .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.promotion-modal .modal .modal-dialog .modal-content .modal-body .modal-inner {
  text-align: left;
  padding: 15px 24px;
}
.promotion-modal .modal .modal-dialog .modal-content .modal-body .modal-inner .modal-title {
  font: normal normal bold 22px/26px Agenda;
  text-transform: uppercase;
  color: #000;
  margin: 0px;
}
.promotion-modal .modal .modal-dialog .modal-content .modal-body .modal-inner p {
  font: normal normal 300 18px/23px Agenda;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  header .navbar .navbar-nav .nav-item {
    margin: 0px 24px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font: normal normal bold 23px/28px Agenda;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
    width: 100%;
  }
  .section-title {
    font: normal normal bold 84px/85px Agenda;
  }
  .home2 .section-title {
    font: normal normal bold 65px/68px Agenda;
  }
  .home3 .home3-content p {
    padding-left: 0;
  }
}
@media (max-width: 1099px) {
  .section-title {
    font: normal normal bold 78px/85px Agenda;
  }
  .banner .paint1 {
    left: -15px;
  }
  .about1 .about1-content .section-title {
    font-size: 50px;
    line-height: 58px;
  }
  .about1 .about1-content .main-title {
    font-size: 42px;
  }
  .contact-title {
    font-size: 54px;
  }
  .contact2 .white-mug {
    left: -6%;
  }
  .contact2 .yellow-mug {
    right: -6%;
  }
}
@media (max-width: 991px) {
  body {
    font: normal normal 300 20px/26px Agenda;
  }
  .section {
    padding: 40px 0px;
  }
  header .navbar .navbar-nav {
    display: block;
  }
  header .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #fff;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 6px 0;
  }
  .section-title {
    font: normal normal bold 73px/78px Agenda;
  }
  .banner .paint1 {
    top: -12%;
    z-index: -1;
  }
  .page-title {
    font: normal normal bold 46px/48px Agenda;
  }
  .home2 .section-title {
    font: normal normal bold 65px/68px Agenda;
  }
  .home2 .home2-content p br {
    display: none;
  }
  .about1 .paint1 {
    top: 12%;
  }
  .about1 .beer-garden {
    padding-top: 0;
  }
  .about-inner .page-title {
    font-size: 60px;
  }
  .about2 .about-time {
    font: normal normal bold 72px/74px Agenda;
  }
  .about2 .main-title {
    font: normal normal 300 38px/40px Agenda;
  }
  .contact-title {
    font-size: 48px;
  }
  .contact1 .catch-up .location .location-title {
    font: normal normal bold 26px/38px Agenda;
  }
  .contact1 .catch-up .location p {
    font-size: 16px;
    line-height: 20px;
  }
  .contact1 .catch-up .location .fa {
    font-size: 50px;
  }
  .contact2 .white-mug,
  .contact2 .yellow-mug {
    width: 200px;
  }
  .contact2 .contact2-inner ul {
    padding: 8px 0;
  }
  .contact2 .contact2-inner ul li a {
    font: normal normal 300 16px/24px Agenda;
  }
  .contact2 .contact2-inner ul li img {
    width: 24px;
  }
  .alcohol-scroll marquee ul li {
    font-size: 38px;
  }
  .about3 .what-we p {
    font: normal normal 600 30px/35px Agenda;
  }
  .beer1 .snack-bar {
    width: 320px;
    right: -100px;
    top: inherit;
    bottom: -14%;
  }
  .contact2 .yellow-mug{
    display: none;
  }
  span.product-count
  {
    right: inherit!important;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-brand img {
    width: 80px;
  }
  footer .footer-top .footer-content img {
    width: 80px;
  }
  .btn {
    font: normal normal 600 18px/20px Agenda;
  }
  .section-title {
    font: normal normal bold 54px/60px Agenda;
  }
  .home1 .home1-inner p br {
    display: none;
  }
  .home2 .paint1 {
    top: inherit;
    bottom: 0;
  }
  .home2 .home2-content .section-title {
    font: normal normal bold 58px/62px Agenda;
  }
  .home2 .home2-content ul li .btn {
    min-width: 150px;
  }
  .home3 .home3-content p br {
    display: none;
  }
  .promotion .promotion-title p {
    font-size: 18px;
  }
  .promotion .promotion-title p br {
    display: none;
  }
  .about-inner .page-title {
    font-size: 46px;
  }
  .about2 {
    padding: 40px 0;
  }
  .about2 .hoegarden {
    top: 0;
    width: 150px;
  }
  .about2 .paint2 {
    bottom: inherit;
    right: -15%;
    bottom: -18%;
    width: 400px;
  }
  .about2 .about-time {
    font: normal normal bold 56px/58px Agenda;
  }
  .about2 .main-title {
    font: normal normal 300 32px/34px Agenda;
  }
  .related-product .related-title {
    font: normal normal bold 30px/34px Agenda;
  }
  .related-product .related-title::before {
    top: 18px;
  }
  .contact2 .contact-form form {
    padding: 110px 40px 40px 40px;
  }
  .main-title {
    font: normal normal 300 42px/50px Agenda;
  }
  .beer1 .beer-inner p {
    font: normal normal 300 18px/24px Agenda;
  }
  .alcohol-scroll marquee ul li {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font: normal normal bold 42px/46px Agenda;
  }
  .home2 .paint2 {
    right: -16%;
    top: -10%;
  }
  .home2 .home2-content .section-title {
    font: normal normal bold 46px/48px Agenda;
  }
  .about1 .about1-content .section-title {
    font-size: 42px;
    line-height: 48px;
  }
  .about1 .about1-content .main-title {
    font-size: 36px;
    line-height: 40px;
  }
  .about1 .about1-content p {
    font-size: 18px;
    line-height: 23px;
  }
  .about1 .about1-content p br {
    display: none;
  }
  .about3 .what-we .great-view-img img {
    width: 85px;
  }
  .related-product .related-title {
    font: normal normal bold 26px/32px Agenda;
  }
  .contact-title {
    font-size: 40px;
    line-height: 42px;
  }
  .contact2 .contact-form {
    margin-top: 85px;
    padding: 0;
  }
  .contact2 .contact-form form {
    padding: 80px 25px 35px 25px;
  }
  .promotion .friday-night .friday-night-inner .night-title {
    font-size: 20px;
    line-height: 24px;
  }
  .promotion .friday-night .friday-night-inner p {
    font: normal normal 300 16px/23px Agenda;
  }
  .promotion-modal .modal .modal-dialog {
    max-width: 90%;
    margin: auto;
  }
  .promotion-modal .modal .modal-dialog .modal-content .btn-close {
    top: -28px;
    right: 0;
  }
  .promotion-modal .modal .modal-dialog .modal-content .modal-body .modal-inner .modal-title {
    font: normal normal bold 20px/24px Agenda;
  }
  .promotion-modal .modal .modal-dialog .modal-content .modal-body .modal-inner p {
    font: normal normal 300 16px/23px Agenda;
  }
  .contact2 .contact2-inner ul
  {
    padding: 10px 20px;
    border-radius: 20px;
  }
  .home2 .col-sm-6 
  {
    display: flex;
    justify-content: space-around;
  }
  .home2 .col-sm-6 .overlay-inner
  {
    width: 150px;
    height: 150px;
  }
  .overlay-inner img
  {
    height: 50%;
  }
}
@media (max-width: 460px) {
  body {
    font: normal normal 300 18px/22px Agenda;
  }
  .main-title {
    font: normal normal 300 38px/42px Agenda;
  }
  .section-title {
    font: normal normal bold 36px/44px Agenda;
  }
  .home2 .section-title {
    font: normal normal bold 42px/46px Agenda;
  }
  .home3 .section-title {
    font: normal normal bold 42px/46px Agenda;
  }
  .page-title {
    font: normal normal bold 38px/48px Agenda;
  }
  .about-inner .page-title {
    font-size: 38px;
  }
  .about2 .hoegarden {
    width: 110px;
  }
  .about2 .paint2 {
    width: 300px;
    right: -30%;
  }
  .about2 .about-time {
    font: normal normal bold 46px/50px Agenda;
  }
  .about2 .main-title {
    font: normal normal 300 28px/30px Agenda;
  }
  .shop-detail .product-box-details .btn {
    min-width: 100%;
  }
  .contact-title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 375px) {
  .section-title {
    font: normal normal bold 32px/35px Agenda;
  }
  .home2 .paint2 {
    right: -18%;
  }
  .home2 .home2-content ul li .btn {
    min-width: 120px;
    padding: 7px 10px;
  }
  .about1 .about1-content .section-title {
    font-size: 38px;
    line-height: 44px;
  }
  .about1 .about1-content .main-title {
    font-size: 32px;
    line-height: 34px;
  }
  .related-product .related-title {
    font-size: 26px;
  }
  .contact2 .contact-form {
    margin-top: 60px;
  }
  .contact2 .contact-form form {
    padding: 60px 25px 35px 25px;
  }
}

@media only screen and (min-width:1399px)
{
  .about3 .row.g-4
  {
    padding: 0 40px;
  }
}

.sign-up 
{
/*  background: #fff;*/
  padding: 100px 0;
}
.btn_primary
{
  background: transparent;
  border: 1px solid #000;
  text-align: center;
  font: normal normal 500 22px/27px Agenda;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  border-radius: 0;
  min-width: 200px;
  box-shadow: none;
}
.btn_primary:hover 
{
  border-color:  #ffe800;
  background: #ffe800 !important;
  color: #fff;
}
.form_control 
{
  border: 1px solid #000;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  font: normal normal 500 20px/23px Agenda;
  letter-spacing: 0px;
  color: #8D7460;
  opacity: 1;
}
.form_control::placeholder
{
  font-weight: 400;
  opacity: 0.6;
}
.form_control:active, .form_control:focus 
{
  outline: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #DFB48D;
}
.login-form .main-title {
  text-align: center;
  font: normal normal bold 54px/63px Agenda;
  letter-spacing: 0px;
  color: #ffe800;
  opacity: 1;
  text-transform: capitalize;
  margin-bottom: 25px; 
}
.sign-up form label
{
  text-align: left;
  font: normal normal 500 16px/20px Agenda;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  font-size: 18px;
}
.form-check-input
{
  width: 22px;
  height: 22px;
  border-color: #ffe800;
  border-width: 2px;
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-input:checked {
  background: #ffe800;
  border-color: #ffffff;
  box-shadow: 0 0 1px 2px #ffe800;
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-input:focus {
  /* box-shadow: none;
  border-color: #DFB48D; */
}
.user-dashboard .payment-section .delivery-method .form-check .form-check-label {
      font-size: 18px;
    padding-left: 10px;
    line-height: 24px;
    margin-top: 5px;
}
.forgot-text {
    text-align: right;
    text-decoration: underline !important;
    font: italic normal 300 14px/20px Agenda;
    letter-spacing: 0px;
    color: #939393;
    opacity: 1;
    display: block;
    margin-top: 10px;
}
.login-form
{
  background: #fff;
  border-radius: 0px;
  padding: 30px;
}
.login-form p a {
    text-align: center;
    text-decoration: underline !important;
    font: normal normal 500 18px/23px Agenda;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}
.login-form p a.guest-text {
    color: #939393;
    font-size: 18px;
}
.has-icon 
{
  position: relative;
}
.has-icon .fa
{
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}
.terms .sidebar a
{
  display: block;
  font: normal normal bold 20px/24px Agenda;
  letter-spacing: 0px;
  color: #ffffff;
/*  padding: 18px 0px;*/
margin-bottom: 10px;
  display: inline-block;
  transition: all ease 0.4s;
}
.terms .sidebar a.active
{
  color: #ffe800;
}

@media only screen and (min-width: 1640px)
{
  body 
  {
    font: normal normal 300 20px/28px Agenda;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
  {
    max-width: 90%;
  }
  footer .footer-top .footer-menu ul li
  {
    font: normal normal 300 20px/28px Agenda;
  }
  footer .footer-bottom p
  {
    font-size: 18px;
  }
  .shop-detail .product-box-details p
  {
    font: normal normal 300 22px/30px Agenda;
  }
  .shop-detail .product-box-details .product-title
  {
    font: normal normal bold 55px/55px Agenda;
  }
  .shop-detail .product-box-details .price
  {
    font: normal normal bold 30px/31px Agenda;
  }
  .product-box .product-text .product-title
  {
    font: normal normal bold 26px/34px Agenda;
  }
  .product-box .product-text p
  {
    font: normal normal 300 18px/24px Agenda;
  }
  .product-box .product-text .price
  {
    font: normal normal 600 26px/28px Agenda;
  }
  .shop-detail .product-box-details .btn {
      min-width: 365px;
      line-height: 1.7;
  }
  .related-product .related-title
  {
    font-size: 42px;
  }
  .btn 
  {
    font: normal normal 600 26px/35px Agenda;
    min-width: 235px;
  }
  .overlay-inner
  {
    width: 330px;
    height: 330px;
  }
  .promotion .friday-night .friday-night-inner .night-title
  {
    font-size: 30px;
  }
  .promotion .friday-night .friday-night-inner p
  {
    font: normal normal 300 25px/32px Agenda;
    padding-bottom: 20px;
  }
  .promotion .friday-night .friday-night-inner .btn-more
  {
    font-size: 25px;
  }
  form .form-group .form-control
  {
    font: normal normal 300 20px/30px Agenda;
  }
  span.product-count
  {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
  }
  .about1 .about1-content .section-title 
  {
    font-size: 90px;
    line-height: 95px;
    margin-bottom: 40px;
  }
  .about1 .about1-content .main-title
  {
    font-size: 65px;
    margin-bottom: 40px !important;
  }
  .about-inner .page-title 
  {
    font-size: 80px;
  }
  .about3 .what-we .great-view-img img 
  {
    margin-bottom: 20px;
    height: 160px;
  }
  .about3 .what-we p
  {
    font: normal normal 500 40px/50px Agenda;
  }
  .about3 .what-we .great-view-img
  {
    margin-bottom: 70px;
  }
  .about3 .what-we
  {
    padding: 100px 25px;
  }
  .about2 .main-title {
      font: normal normal 300 55px/60px Agenda;
  }
  .about2 .about-time
  {
    font-size: 95px;
  }
  .about1 .about1-content p {
    font-size: 23px;
    line-height: 32px;
  }
  .banner .section-title, .home3-content .section-title
  {
    font: normal normal bold 137px/140px Agenda !important
  }
  .section .section-title, .section-title
  {
    font: normal normal bold 110px/115px Agenda
  }
  .promotion-title .page-title
  {
   font: normal normal bold 90px/100px Agenda 
  }
  .promotion .promotion-title p {
    font-size: 26px;
    line-height: 1.3;
}
  .home1 .home1-inner p, .home2 .home2-content p, .home3-content p
  {
    font-size: 35px;
    line-height: 50px;
    padding: 20px 0;
  }
  .home3-content p
  {
    text-align: right;
  }
  .home2 .home2-content ul li .btn
  {
    width: 235px;
  }
  .beer1 .beer-inner p {
      font: normal normal 300 24px/35px Agenda;
  }
  .main-title
  {
    font: normal normal 300 55px/55px Agenda;
  }
  .overlay-inner .overlay-hidden .overlay-title
  {
    font: normal normal bold 32px/32px Agenda;
  }
  .promotion .friday-night .friday-night-inner
  {
    padding: 40px 50px;
  }
  .contact-title
  {
    font-size: 80px;
    line-height: 1.5;
  }
  .contact1 .catch-up .location .location-title
  {
    font: normal normal bold 50px/60px Agenda;
  }
  .contact1 .catch-up .location p
  {
    font-size: 34px;
    line-height: 35px;
  }
  .contact1 .catch-up p {
    font-size: 24px;
    line-height: 30px;
  }
  .contact1 .catch-up .location img 
  {
    width: 60px;
  }
  .contact2 .contact2-inner ul li a
  {
    font: normal normal 300 22px/40px Agenda;
  }
  .contact2 .contact2-inner ul
  {
    width: 75%;
    margin: 0 auto;
  }
  .shop .page-title
  {
    font-size: 70px;
  }
  .shop .categories-box .categories-title
  {
    font-size: 40px;
  }
  .shop .categories-box .categories-inner li a, .shop .categories-box p
  {
    font-size: 24px;
    line-height: 1.5;
  }

}


.categories-box p  a:hover{color: #ffe800 !important;}
.shop .categories-box .categories-inner li a:hover{color: #ffe800;}







/*# sourceMappingURL=style.css.map */