@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'tahoma';
  src: url(../fonts/tahoma.woff) format("woff");
}

:root {
  --font-size: 18px;
  --black-color: #0E0E0E;
  --white-color: #fff;
  --red-color: #E40000;
  --gray: #B5B5B5;
  --blue: #1E9DC1;
}

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

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: var(--font-size);
  font-family: 'tahoma';
  background-size: cover;
  overflow-x: hidden;
  padding: 0 !important;
  color: var(--black-color);
  background: #efefef !important;
}

h1,
h2,
h3,
h4 {
  font-family: 'tahoma';
}

p {
  color: #777;
  font-weight: 400;
  font-size: 16px;
  font-family: 'tahoma';
}

.textcolor>p {
  color: #fff;
}

a {
  color: var(--black-color);
  text-decoration: none !important;
  display: inline-block;
  transition: all .5s ease-in-out;
  font-family: 'tahoma';
}

.min-nv {
  padding: 0;
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

/* .navbar-dark .navbar-brand {
  margin-left: -219px;
} */
.lg-ct {
  margin-right: 100px;
}

.navbar-dark .navbar-brand>img {
  max-width: 500px;
}

a.navbar-brand {
  padding: 0;
}

nav.navbar.navbar-expand-lg.navbar-dark {
  padding: 0;
}

.sticky-header {
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
  align-items: center;
  /* padding: 5px 2rem; */
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}

.sticky-header.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.quotebtn {
  background-color: #a9bd3e !important;
  color: #000 !important;
  font-size: 20px !important;
  font-family: 'montserrat' !important;
  font-weight: 400;
  border-radius: 0;
}

.menuBar-sec {
  background: #0020c1;
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #e3e3e3;
  z-index: 99;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.req {
  color: #000;
  font-size: 21px;
  font-family: 'tahoma';
  font-weight: 400;
  text-transform: uppercase;
  background-color: #a9bd3e;
  padding: 5px 20px;
}

.menuBar-sec ul.navbar-nav {
  display: flex;
  gap: 30px;
  width: 78%;
  margin-left: 0px;
}

.menuBar-sec ul.navbar-nav li a {
  color: #ffffff;
  padding: 0 !important;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuBar-sec button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.menuBar-sec ul.navbar-nav li button {
  color: #ffffff !important;
  padding: 0 !important;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuBar-sec .dropdown-menu li a {
  color: #000 !important;
  font-size: 14px !important;
}

ul.dropdown-menu li a {
  justify-content: left !important;
}

.menuBar-sec ul.navbar-nav li a:hover {
  background: #a9bd3e;
}

.menuBar-sec .dropdown-menu li a:hover {
  color: #fff !important;
}

.menuBar-sec .dropdown-menu {
  position: relative;
  top: 30px !important;
  left: 10px !important;
}

.min-nv nav.navbar {
  width: 100%;
}

form.search-bar {
  display: flex;
  position: relative;
  min-width: 700px;
}

.search-bar>input {
  width: 100%;
  font-size: 14px;
  color: #777;
  border-radius: 100px;
  padding: 12px 70px 12px 12px;
  background: #f1f1f3;
  border: none;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.search-bar>button.btn {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 52px;
  width: 52px;
  background: transparent;
  color: #000;
  border-radius: 100px;
  border: none;
}

.f-social>li {
  margin-bottom: 0 !important;
}

.search-bar>button.btn:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

a.login-register:hover,
a.cart:hover {
  color: #fff;

}

a.login-register,
a.cart {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  background: #0020c1;
  height: 42px;
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

nav.navbar.navbar-expand-md.navbar-light,
.navbar.navbar-expand-lg.navbar-light {
  width: 100% !important;
}

.top-sec {
  background: #0020c1;
  padding: 10px 0;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-sec>p {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 0;
  opacity: 1;
  font-weight: 100;
}

.csBtn {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  border: 2px solid #0020c1;
  background: rgb(0, 32, 193);
  color: #fff;
  border-radius: 2px;
  display: flex !important;
  min-width: 190px;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  margin-top: 14px;
}

.Cs-outline {
  border: none;
  background-color: #0020c1;
}

.Cs-outline:hover {
  background-color: #0E0E0E !important;
  border-color: #0E0E0E !important;
  color: #fff !important;
}

.searchbtn:focus {
  box-shadow: none !important;
}

a.login-register img,
a.cart img {
  max-width: 24px;
}

.main-banner>video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* banner box styling START  */
.main-banner {
  padding: 30px 0;
  min-height: calc(100vh - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slideBox h3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0000004f;
  color: #fff;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  font-size: 20px;
  text-align: center;
  transition: all .5s ease-in-out;
  padding: 40px 0;
}

.bottom-disc {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.has-cont>h1 {
  font-size: 66px;
}

.has-cont>p {
  font-weight: 600;
}

.has-cont>h1>span {
  display: block;
}

/* banner box styling END  */

/* product -sec START  */
section.product-sec ul li a {
  clip-path: polygon(0 0, 92% 0, 100% 100%, 6% 100%);
  background: #0020c1;
  min-height: 78px;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
}


.product-sec .owl-carousel .owl-nav button.owl-prev,
.product-sec .owl-carousel .owl-nav button.owl-next,
.product-sec .slick-prev,
.product-sec .slick-next {
  z-index: 1;
  width: 46px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: absolute !important;
  top: 50% !important;
  transform: translatey(-50%);
  color: transparent;
}

.product-sec .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.product-sec .owl-carousel .owl-nav button.owl-next:after,
.product-sec .slick-next:after {
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 25px;
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.product-sec .owl-carousel .owl-nav button.owl-prev:after,
.product-sec .slick-prev:after {
  content: '\f104';
  position: absolute;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 25px;
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.product-sec .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.product-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}


.seller-sec .owl-carousel .owl-nav button.owl-prev,
.seller-sec .owl-carousel .owl-nav button.owl-next,
.seller-sec .slick-prev,
.seller-sec .slick-next {
  z-index: 1;
  width: 46px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: absolute !important;
  top: 50% !important;
  transform: translatey(-50%);
  color: transparent;
}

.seller-sec .owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

.seller-sec .owl-carousel .owl-nav button.owl-next:after,
.seller-sec .slick-next:after {
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
  color: #a5a5a5;
  font-size: 25px;

}

.seller-sec .owl-carousel .owl-nav button.owl-prev:after,
.seller-sec .slick-prev:after {
  content: '\f104';
  position: absolute;
  font-family: 'FontAwesome';
  color: #a5a5a5;
  font-size: 25px;

}

.seller-sec .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}

.seller-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

section.product-sec ul>li .active {
  background: #a9bd3e;
}

section.product-sec {
  position: relative;
  margin-top: -44px;
}

section.product-sec ul li {
  display: block;
}

/* product -sec END  */
.slideBox {
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 20px 75px;
  clip-path: polygon(0 0, 73% 0, 100% 100%, 23% 100%); */
  position: relative;
  overflow: hidden;
  /* min-height: 125px; */
}

.cart span {
  background-color: #fff !important;
  color: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
}

.logoBox {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 125px;
  /* padding-bottom: 35px; */
  margin: 0 25px;
}

.logoBox a {
  position: absolute;
  bottom: 0px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  transform: translateY(200px) !important;
  transition: all .5s ease-in-out;
}

.logoBox:hover a {
  transform: translateY(0) !important;
}

.logoBox a:hover {
  color: #fff !important;
}

.logoBox img {
  /* height: 36px !important; */
  /* object-fit: cover; */
  width: 90%;
}

.slideBox .btntbn,
.logoBox .btntbn {
  position: absolute;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  transform: translateY(200px) !important;
  transition: all .5s ease-in-out;
}

.slideBox:hover .btntbn,
.logoBox:hover .btntbn {
  transform: translateY(18px) !important;
}

.slideBox:hover h3 {
  padding: 10px 0;
  background-color: #000000a8;
}

.slideBox a:hover {
  color: #fff !important;
}

.slideBox img {
  width: 100%;
  height: 120px !important;
  object-fit: cover;
}

.sliderBox {
  background: #f8f8f8;
  padding: 25px;
}

section.product-sec ul {
  margin-bottom: 0;
}

.postBox {
  background: #fff;
  padding: 0 50px;
  min-height: 283px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.postBox img {
  width: 100%;
}

.post-detail {
  padding: 15px 0;
}

.post-detail h4,
.post-detail h4 a {
  font-size: 15px;
  color: #000;
}

.price {
  color: #0020c1;
  font-size: 20px !important;
  font-weight: 700;
}

.addtocart:hover {
  color: #000;
}

a.addtocart {
  background: #a9bd3e;
  padding: 5px 15px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

h2 {
  line-height: 80px !important;
  font-size: 70px !important;
  color: #000000;
}

section.seller-sec {
  padding: 100px 0;
}

.bg-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/Layer-22.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

.seller-sec.new-arrival {
  background: url(../images/new-arival-sec.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.new-arrivalBox {
  background: #fff;
  padding: 100px 20px;
}

.testi_info {
  background-color: #ffffff !important;
  filter: drop-shadow(0px 0px 1px #000) !important;
  border-radius: 10px !important;
  color: #000000 !important;
  font-size: 19px !important;
  line-height: 33px;
  padding: 40px 50px;
  text-align: justify;
  font-weight: 400 !important;
  background-repeat: no-repeat !important;
  background-position: 96% 80% !important;
  background-image: url(../images/left-quotes-sign-1-2.png) !important;
}

.testi_info:before {
  content: '';
  width: 60px !important;
  height: 60px !important;
  border: 0 !important;
  background-color: #fff;
  position: absolute;
  right: 30px !important;
  left: auto !important;
  top: auto !important;
  bottom: -50px !important;
  clip-path: polygon(16% 0, 0% 100%, 100% 0);
}

section.testimonial-sec {
  background: url(../images/testimonials.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0 11%, 69% 0, 100% 10%, 100% 87%, 23% 100%, 0 89%);
  padding-top: 150px;
  padding-bottom: 120px;
  margin: 70px 0;
}

.testi_rating h3 {
  font-size: 32px !important;
  color: white !important;
  font-weight: normal !important;
  text-transform: uppercase;
  margin: 0 !important;
  font-family: 'montserrat' !important;
}

.testi_dp {
  margin-top: 20px;
  align-items: center;
}

.testi_rating ul {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  gap: 10px;
  color: #fff;
}

.testi_rating ul li {
  display: block;
}

.testi_rating ul li span {
  font-size: 30px;
}

section.about-sec {
  clip-path: polygon(0 11%, 69% 0, 100% 10%, 100% 87%, 23% 100%, 0 89%);
  padding-top: 150px;
  padding-bottom: 110px;
  margin-bottom: 40px;
  background: url(../images/about-us.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.mr:hover {
  color: #fff;
}

.mr {
  background-color: #a9bd3e;
  font-size: 18px;
  font-family: 'tahoma';
  color: #000;
  padding: 19px 21px;
  text-transform: capitalize;
  font-weight: 500;
}

.about-sec h4 {
  line-height: 40px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'tahoma';
}

.about-postBox img {
  border-top-right-radius: 110px;
  border-bottom-left-radius: 110px;
  position: relative;
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.about-postBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background-color: #7F7F7F;
  padding: 50px 0 0;
  color: #fff;
}

footer ul li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: white !important;
}

footer ul li {
  display: block;
  margin-bottom: 20px;
}

.ftr-listx span.list-content {
  font-family: 'tahoma' !important;
}

.wd-list li a {
  font-family: 'tahoma' !important;
}

.default-image {
  max-width: 975px !important;
  min-width: 975px;
}

footer h3 {
  margin-bottom: 20px !important;
  text-transform: uppercase;
  font-family: 'tahoma' !important;
  font-size: 20px !important;
  font-weight: bold;
}

.f-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.facebook a {
  background-color: #365493;
}

.linkedin a {
  background-color: #0274B3;
}

.tiktok a {
  background-color: #010101;
}

.f-social {
  gap: 6px;
  margin: 28px 0;
}

.qck {
  column-count: 2;
}

.ft-certif p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.ft-certif p span {
  display: block;
}

.calf {
  width: 50%;
}

.pub-pwr img {
  width: 60%;
  background-color: white;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.fttr-mid {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 0px 40px 40px;
}

.copy {
  border-top: 1px solid #FFFFFF;
  padding: 15px 0;
  margin-top: 35px;
}

.cpy p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.cpy a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline !important;
}

footer ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

footer p {
  color: #fff;
}

img.footer-logo {
  /* background: #fff; */
  max-width: 250px;
  padding-left: 0 !important;
}

/* INNER PAGES START */
.inner-banner {
  background-color: #0a0a0a;
  color: #fff;
  padding: 80px 0;
}

.inner-banner h1 {
  font-size: 68px;
  font-weight: 500;
}

.about-us-sec h4 {
  line-height: 40px;
  font-size: 30px;
  color: #000000;
  margin: 0;
}

.about-us-sec h2 {
  line-height: 65px;
  font-size: 55px;
  color: #000000;
}

.postImg img {
  border-top-right-radius: 110px;
  border-bottom-left-radius: 110px;
  height: 500px;
  object-fit: cover;
}

.shop-loop-head {
  display: flex;
  justify-content: space-between;
}

.wd-shop-tools {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.shop-view {
  font-size: 25px;
  color: #777 !important;
}

span.per-page-title {
  display: inline-block;
  color: var(--black-color);
  font-weight: 600;
  position: relative;
}

.per-page-variation {
  display: inline-block;
  padding: 0 7px;
  color: #777 !important;
  vertical-align: middle;
  position: relative;
  /* font-weight: 600; */
}

.per-page-variation::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -4px;
}

.per-page-variation.current-variation,
.shop-view.current-variation.per-row-3 {
  color: var(--black-color) !important;
}

select.orderby {
  padding-top: 3px;
  padding-bottom: 5px;
  height: auto;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-radius: 0;
  background-color: unset;
  background-position: right 0 top 50%;
  font-weight: 600;
  font-size: inherit;
  line-height: 1.2;
  padding-inline-start: 2px;
  padding-inline-end: 20px;
  border-color: #cbcbcb !important;
  border-bottom: 2px solid;
}

nav.woocommerce-breadcrumb a {
  color: #777 !important;
  font-size: 17px;
}

nav.woocommerce-breadcrumb .breadcrumb-item.active {
  color: var(--black-color) !important;
  font-weight: 500;
  font-size: 17px;
}

.shp-inner {
  border: 1px solid black;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 15px;
}

.shp-inner img {
  object-fit: contain;
  padding: 0px 20px;
  width: 100%;
  max-height: 250px !important;
  max-width: 100%;
}

.prd-sli>img {
  max-height: 300px;
}

.inner-banner .nav-tabs .nav-link {
  color: #fff !important;
}

.prd-nm {
  border-top: 1px solid #000;
  width: 100%;
  min-height: 150px !important;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.pagi>ul>li>a {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagi>ul>li>a:hover {
  color: #007bff;
}

.pagi li:hover {
  background-color: #f1f1f1;
}

.pagi li {
  list-style-type: none;
  font-weight: 600;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
}

.shp-inner a {
  /* display: table; */
  /* margin: 0 auto; */
  width: 100%;
}

.ptrm p>span {
  background-color: none !important;
}

.prd-nm h5 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  font-family: 'tahoma';
}

.prd-nm h4 {
  color: #0020c1;
  font-family: 'tahoma';
  font-size: 35px;
  font-weight: 600;
}

.shop-loop-head {
  padding: 70px 0 25px;
}

.shp-tb li button span {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff99;
}

.nav-link {
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  font-size: 18px !important;
  text-transform: uppercase !important;
}

.shp-tb li button {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
  text-align: left;
}

.shp-tb li a {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
  text-align: left;
}

.shp-tb .nav-tabs {
  border-bottom: none;
  justify-content: center;
}

.shp-tb {
  width: 70%;
  margin: 0 auto;
}

.cable-lft {
  background-color: white;
  padding: 33px 30px 77px;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.shp {
  padding: 10px 23px;
  background-color: #a9bd3e;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}

.cable-lft img {
  width: 400px;
  height: 260px;
  object-fit: cover;
}

.cab {
  line-height: 50px;
  /* font-size: 5px !important; */
  color: #000000;
}

.cab span {
  display: block;
}

.prc {
  line-height: 45px;
  font-size: 35px;
  color: #0020c1;
  font-weight: 500;
  margin-bottom: 20px;
}

.prc span {
  display: block;
}

.grd-prd {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px 0px;
  border-radius: 10px !important;
}

.wmr {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 20px 0;
  border-radius: 10px !important;
  margin: 20px 0;
}

.shop-hed p {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  width: 57%;
  font-weight: 300;
  margin: 10px auto 50px;
}

.shop-cat {
  padding: 20px 0 80px;
}

.manf img {
  width: 70%;
  height: 120px !important;
  object-fit: contain;
}

.manufacturer {
  padding: 70px 0;
}

.evt-inr li a {
  color: #bbbbbb;
}

.evt-inr li {
  list-style-type: none;
  padding-right: 11px;
}

.evt-inr li img {
  width: 27%;
}

.usr {
  border-radius: 50%;
}

.evt-dt {
  position: absolute;
  top: 0;
  left: -24px;
  color: #000;
  padding: 9px 20px;
  background-color: #a9bd3e;
}

.evt-im img {
  box-shadow: 13px 14px 0px 0px #647adf;
  margin-bottom: 30px;
}

.evt-inr h3 {
  color: black;
  font-size: 30px;
}

.cont-loc img {
  filter: invert(1);
  margin-bottom: 10px;
  height: 87px;
  width: 98px;
}

.cont-loc {
  padding: 45px 30px 45px 30px;
  background: #a9bd3e;
  text-align: center;
  color: #fff;
  min-height: 296px;
  border-radius: 30px;
  margin-bottom: 39px;
}

.cot-hed h2 {
  font-size: 45px !important;
  text-transform: capitalize;
  text-align: center;
  color: black;
  top: 50%;
  margin: 0 auto;
  font-weight: 500;
  margin-bottom: 60px;

}

.cnnt-chk li label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0;
  font-family: 'tahoma';
  font-size: 15px;
  font-weight: 400;
}

.cnnt-chk li input {
  width: 11px;
  margin: 0;
  font-size: 15px;
  margin-right: 5px;
}

.req-lit li label {
  flex-direction: row;
}

.cnnt-chk {
  gap: 70px;
}

.cnnt-chk li {
  list-style-type: none;
}

.lebl-hed h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
}

.lebl-hed h4 span {
  color: #c02b0a;
  font-size: 13.008px;
  padding-left: .125em;
  font-style: italic;
  font-weight: 400;
}

.ier-fr input {
  background-color: transparent;
  width: 100%;
  height: 47px;
  margin: 0 0 20px 0;
  border: 1px solid #c2d172;
  padding: 0 18px;
  /* color: #fff; */
  border-radius: 10px;
}

.ier-fr input::placeholder,
.ier-fr textarea::placeholder {
  color: #000;
}

.red {
  background-position: 91% 17px !important;
  border-radius: 20px !important;
  background-color: #a9bd3e !important;
  color: white !important;
  font-weight: 500;
  width: 160px;
  text-align: center;
  height: 50px;
  line-height: 54px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'tahoma';
}

.cont-loc h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.cont-loc p {
  color: #000;
  font-weight: 400;
}

.ier-fr textarea {
  background-color: transparent;
  width: 100%;
  height: 127px;
  margin: 0 0 20px 0;
  border: 1px solid #c2d172;
  padding: 10px 10px;
  border-radius: 10px;
  resize: none;
  /* color: #fff; */
}

.menuBar-sec .dropdown-menu {
  background-color: #fff;
}

.menuBar-sec .dropdown:focus-visible {
  border: none;
  outline: 0;
}

/* INNER PAGES END */
/* Cart */

.total-section li {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.total-section li {
  font-size: 21px;
  padding-bottom: 10px;
  color: var(--black-color) 000ba;
  font-weight: 500;
  font-family: 'tahoma';
  line-height: normal;
}

.total-section ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.total-section h3 {
  text-transform: uppercase;
  font-size: 22px;
  padding-inline-start: 6px;
}

.total-section a {
  font-size: 13px !important;
  background-color: #a9bd3e;
  color: #fff !important;
  height: 40px;
  border-radius: 10px;
  line-height: 22px;
  margin-top: 15px;
}

section.add-to-cart {
  padding: 2% 0 70px;
}

.counter {
  width: 100px;
  display: flex;
  align-items: center;
  border: 3px solid #e5e5e5;
  justify-content: center;
  border-radius: 2px;
}

.counter input {
  width: 40px;
  border: 0;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  height: 38px;
  background: transparent;
  color: var(--black-color);
  appearance: none;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  outline: 0;
  padding: 0;
  padding-left: 5px;
}

.space span {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  font-family: "cereM";
  line-height: 30px;
  padding: 0;
}

/* .add-to-cart input {
    width: 100%;
    text-align: center;
    height: 60px;
    border: 1px solid #d8c4af;
    font-size: 23px;
    color: rgb(0 0 0);
    font-weight: 500;
    margin-top: 24px;
    background: #ffff;
    border-radius: 50px;
    font-family: "JosefinSans";
  } */

.add-to-cart a {
  font-size: 20px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #a3a3a3;
  font-weight: 500;
  text-decoration: none;
}

.add-to-cart h4 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
  vertical-align: middle;
}

.total-section {
  border: none;
  padding: 30px 40px;
  border: 1px solid #00000024;
  border-radius: 30px;
}

.total-section ul {
  list-style: none;
  margin-bottom: 0;
}

.total-section li {
  font-size: 21px;
  padding-bottom: 11px;
  color: #000000ba;
  font-weight: 500;
  line-height: normal;
}

li.color-change {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 26.96px;
  /* text-transform: uppercase; */
  padding-bottom: 0;
  border: solid 1px;
  border-color: #00000030 transparent transparent transparent;
  /* margin-top: 10px; */
  padding-top: 20px;
  text-align: center;
}

.total-section li.sub-total {
  display: flex;
  align-items: center;
  color: #000;
}

.sub-total {
  border-bottom: 1px solid #e2e2e2;
}

.total-section li.color-change span {
  font-weight: 700;
  font-size: 20.96px;
  color: #000;
}

/* .total-section li span {
    float: right;
  } */

.ship-estimate {
  padding: 20px 40px;
  border: 1px solid #dddddd;
  margin-top: 25px;
}

.ship-estimate li {
  color: #000;
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: 500;
}

.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 25px;
  list-style: none;
}

.ship-estimate .grey-style {
  color: #737373;
  font-size: 22px;
  font-weight: 500;
}

.proceed a {
  color: #000;
  text-align: center;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 9px 0;
}

.proceed .checkout-btn {
  padding: 6px;
  height: 40px;
  line-height: 28px;
  width: 100%;
  font-size: 17px;
  color: #ffffff !important;
  background: #a9bd3e;
  border-radius: 10px;
}

.no-space {
  text-wrap: wrap;
}

.proceed .save-btn {
  padding: 15px;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  background: #000000;
  border-radius: 40px;
}

.or-amazon {
  margin-top: 50px;
  position: relative;
  border: 2px solid #cecece;
  padding: 30px 50px;
  border-radius: 5px;
  background: #fff;
}

.or-amazon p {
  font-size: 17px;
  position: absolute;
  background: #f3f3f3;
  top: -18px;
  left: 85px;
  padding: 3px 20px;
  color: #333333;
  display: block;
  text-transform: uppercase;
  border: 2px solid #cecece;
  font-family: "cereR";
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.product-img {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  border-radius: 10px;
}

.product-img img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  height: 100px;
  object-fit: contain;
  padding: 10px 0;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 20px 23px;
  text-transform: uppercase;
}

table.table tr th:nth-child(5) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.table-space h3 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-transform: capitalize;
  margin: 0px;
}

.space .row {
  align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 0;
}

th.qty {
  text-align: center;
}

a.remove {
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  color: #000;
  border: 0;
  border-radius: 50px;
}

.table-space h6 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #cbcbcb;
}

.space span {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.total-section ul {
  padding: 0;
}

table.table tr th:nth-child(1) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.counter button {
  text-decoration: none;
}

.number-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-bn ol li a {
  color: #333;
  font-size: 14px;
}

.abt-bred .active {
  font-weight: 700;
}

/* Cart */
/* Checkout Page Start */

.billing_form h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.billing_form label {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 600;
}

.radiosss p {
  color: #7c7c7c;
  font-size: 12px;

  font-weight: 400;
}

.billing_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-left: 15px;
  background: transparent;
  border-radius: 15px;
}

.billing_form input::placeholder {
  color: #7c7c7c;

}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 20px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

p.p-same-p {
  font-size: 13px;
  background: #fffcf3;
  line-height: 23px;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
}

.cart_sidebar h3 {
  font-size: 24px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 300;
}

.cart_sidebar .h-sub {
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
}

.cart_sidebar .h-ship {
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 42px;
  line-height: 0;
  padding-top: 08px;
}

.cart_sidebar .h-ship span {
  color: #000000;
  font-size: 18px;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: normal;
  padding-top: 0;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #7c7c7c;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff !important;
  font-size: 20px;
  border: none;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #a9bd3e;
  border-radius: 10px;
  text-transform: uppercase;
}

.chk-fr {
  width: 17% !important;
  background-color: #a9bd3e !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 !important;
  font-weight: 600;
  border-radius: 35px !important;
  margin-top: 17px;
}

.billing-message,
.billing_form textarea {
  border: 1px solid #c4c4c4;
  margin-top: 5px;
  padding: 10px;
  border-radius: 0;
  resize: none;
  min-height: 150px;
}

.checkout_btn:hover {
  color: white;
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #fcbd28;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 0px 0 80px;
}

.billing_form {
  border: 1px solid #8080806e;
  padding: 40px 25px;
  border-radius: 15px;
}

span.chk-price {
  color: #000;
}

.page-up {
  box-shadow: 1px 1px 5px 1px #000000;
}

.cart_sidebar ul li {
  list-style-type: none;
}

.cart_sidebar ul.shipping-radio {
  padding: 0;
}

.cart_sidebar ul {
  padding: 0;
}

/* Checkout Page End */
/* LOGIN PAGE START */
.fr-all {
  background: #fff;
  width: 60% !important;
  text-align: center;
  margin: 30px auto;
  box-shadow: rgb(216 216 217 / 64%) 0px 7px 29px 0px;
  padding: 60px 30px;
  border-radius: 20px;
}

.inner-fr h2 {
  color: #333333;
  font-size: 65px;
  margin-bottom: 30px;
}

.inner-fr input,
select,
textarea {
  width: 100%;
  margin: 0px 0 17px;
  padding: 0px 20px;
  height: 56px;
  border-radius: 5px;
  border: 1px solid #c2d172;
  margin-bottom: 20px !important;
}

.log-bt {
  display: flex;
  justify-content: space-between;
}

.lgo-res h3 {
  color: #333;
  font-size: 35px;
  margin-bottom: 15px;
}

.lgo-res a {
  background-image: -webkit-linear-gradient(90deg, #a9bd3e 0%, #a9bd3e 100%);
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 25px;
  display: inline-block;
  height: auto;
  margin: 0 0 20px;
  font-size: 16px;
}

.log-bt a {
  background-image: -webkit-linear-gradient(90deg, #a9bd3e 0%, #a9bd3e 100%);
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 25px;
  display: inline-block;
  height: auto;
  margin: 0 0 20px;
  font-size: 16px;
}

.log-bt button {
  background-image: -webkit-linear-gradient(90deg, #a9bd3e 0%, #a9bd3e 100%);
  color: #fff !important;
  border-radius: 10px;
  padding: 10px 25px;
  display: inline-block;
  height: auto;
  margin: 0 0 20px;
  font-size: 16px;
  border: none;
}

.lgo-res {
  text-align: center;
}

/* LOGIN PAGE END */






.overlaybtn {
  position: absolute;
  top: 0;
  left: -10;
  width: 100%;
  height: 100%;
  background: #00000082;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
}

.overlaybtn>button {
  display: table;
  padding: 6px 10px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 600;
  transform: translateY(100px);
  /* opacity: 0; */
  transition: all .7s ease-in-out;
}

.shp-inner {
  transition: all .4s ease-in-out;
}

.shp-inner:hover .overlaybtn>button {
  /* opacity: 1; */
  animation-delay: 20ms;
  transform: translateY(0);
}

.shp-inner:hover .overlaybtn {
  display: flex;
  left: 0;
}




.product-detail {
  padding: 70px 0;
}

.prd-sl-cont h1 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #333333;
}

.prd-sl-cont h6 {
  font-size: 21px;
  color: #403633;
  margin-bottom: 20px;
  font-weight: 700;
}

.st-count {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 21px;
}

.wish-lt {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin: 15px 0 0;
}

.pd-des {
  display: flex;
  align-items: center;
  margin: 17px 0 0;
}

.prd-sl-cont h5 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #333333;
}

.pd-des h5 {
  font-size: 15px !important;
  margin: 0 0 0px !important;
}

.pd-des a {
  font-size: 16px;
  margin: 0 0 0 6px;
}

.counter {
  width: 100px;
  display: flex;
  align-items: center;
  border: 3px solid #e5e5e5;
  justify-content: center;
  border-radius: 2px;
}

.btn-link {
  text-decoration: none !important;
}

.counter input {
  width: 40px;
  border: 0;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  height: 38px;
  background: transparent;
  color: var(--black-color);
  appearance: none;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  outline: 0;
  padding: 0;
  padding-left: 5px;
}

.counter span {
  display: block;
  font-size: 16px;
  padding: 0;
  line-height: 20px;
  cursor: pointer;
  color: var(--black-color);
  user-select: none;
}

.ptrm {
  padding: 30px 0 0;
  text-align: center;
  border-bottom: 1px solid #0000001b;
}

.st-count a {
  background-color: #a9bd3e;
  color: #000 !important;
  border-radius: 0px;
  width: 140px;
  text-align: center;
  height: 42px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 40px;
  margin-left: 20px;
  font-weight: 600;
}


.prd-all {
  display: flex;
}

.product-detail .slider-nav {
  order: 0;
  width: 25%;
}

.product-detail .slider-for {
  order: 1;
  width: 75%;
}

.st-count {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 21px;
}

.dt-inn {
  display: flex;
  justify-content: center;
}

.product-detail .slider-nav {
  order: 0;
  width: 25%;
}

.slick-initialized .slick-slide .dt-inn>img {
  min-width: 220px;
}



.dt-inn.rgt-sl>img {
  max-width: 70px !important;
  min-width: 70px !important;
}




.gluten {
  border-top: 1px solid #e4e4e4;
}

.arti-box h6 {
  font-size: 18px;
  font-family: 'Raleway';
  margin: 0 0 0 8px;
}

.det-tlb {
  border-top: 1px solid var(--black-color);
  padding: 30px 0 0 0;
}

.chok-bak tr {
  border-bottom: 1px solid var(--black-color)0001b;
}

.chok-bak table {
  width: 100%;
}

.chok-bak th {
  padding: 15px 0;
  font-family: 'Blacksword';
}

.chok-bak td {
  padding: 15px 0;
}

.por-tb {
  padding: 10px 0 60px 0;
}

.nav-tabs {
  border-bottom: 0 !important;
  justify-content: center !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #000000 !important;
}

.nav-tabs .nav-link {
  color: #000 !important;
}

section.prd-delt {
  padding-bottom: 50px;
}

.tab-box {
  display: none;
}

img.hover-schd {
  /* max-width: 700px; */
  max-height: 440px;
  max-width: 975px !important;
  min-width: 975px;
}

.wrk-lin:hover .default-image {
  display: none;
  transition: 0.5s;
}

.wrk-lin a {
  transition: all 0.5s;
  width: 100%;
}

.hover-schd {
  display: none;
}

.wrk-lin:hover .hover-schd {
  display: block;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
}

.evt-rod a {
  font-size: 46px;
  margin-bottom: 30px;
  font-family: 'Bebas Neue';
  color: #000;
  font-weight: 500;
}

.wrk-lin {
  margin-bottom: 30px;
}

.al-cont {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.al-cont h1 {
  font-size: 68px;
  color: #FFFFFF;
}

.cont-vid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  overflow: hidden;
}

.evvt-cont h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.evvt-cont p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 30px;
}

.evvt-cont a {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}

.expo-inr h4 {
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 600;
}

.expo-inr p {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 300;
}

.expo-inr li {
  font-size: 17px;
  font-family: 'tahoma';
  font-style: italic;
  font-weight: 600;
  margin-bottom: 10px;
}

.evt-rod a:hover {
  color: #000;
}

.req:hover {
  background-color: #0020C1;
  color: #fff !important;
  box-shadow: inset 0px 0px 200px rgb(78 88 201) !important;
}

.pagi a.active {
  /* font-weight: bold; */
  color: #007bff;
}



.mega-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  z-index: 1000;

  /* Added properties for scroll functionality */
  max-height: 380px;
  /* Set a max height for the menu */
  overflow-y: auto;
  /* Add vertical scroll when content exceeds height */
}

.menu-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.menu-column {
  flex: 1;
  text-align: center;
  padding: 10px;
  max-width: 150px;
}

.menu-column1 p {
  text-align: center;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}

.menu-column img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.menu-column .spantag {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}


.mega-menu::-webkit-scrollbar {
  width: 5px;
}

.mega-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.mega-menu::-webkit-scrollbar-thumb {
  background-color: #ae8d64;
  outline: 1px solid #ae8d64;
}

.productBtn {
  font-size: 17px;
  color: #fff !important;
  border-radius: 35px;
  position: relative;
  height: 45px;
  width: 173px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 45px;
  background-color: #ad8e61;
  margin-left: 23px;
}

.pprd-bt {
  min-height: 280px;
  max-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.menu-row a {
  color: #000;
}

.menu-row a:hover {
  color: #000;
}

.ptrm {
  padding: 30px 0 0;
  text-align: justify;
  border-bottom: 1px solid #0000001b;
}

@media (max-width: 1150px) {
  .nav-link {
    font-size: 14px !important;
  }

  .navbar-dark .navbar-brand>img {
    max-width: 200px !important;
  }

  form.search-bar {
    min-width: 400px !important;
  }
}


@media (max-width: 991px) {
  .menuBar-sec ul.navbar-nav li a {
    padding: 0 8px !important;
  }




  a.login-register,
  a.cart {
    font-size: 16px;
    width: 40px !important;
    height: 40px !important;
  }

  .quotebtn,
  .menuBar-sec ul.navbar-nav li button {
    font-size: 14px !important;
  }

  .lg-ct {
    margin-right: 50px;
  }

  .min-nv {
    min-height: 90px !important;
  }

  .navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%) !important;
    border-color: rgb(255 255 255) !important;
  }

  .navbar-light .navbar-toggler-icon {
    filter: invert(1) !important;
  }
}

@media (max-width: 768px) {
  .menuBar-sec ul.navbar-nav {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .searchBtn>button {
    border-radius: 100px;
}

  .textcolor>p {
    color: #fff;
    font-size: 14px;
  }

  li.nav-item .dropdown {
    display: flex;
    justify-content: center;
  }

  a.btn.quotebtn {
    display: table;
    margin: 0 auto;
  }


  form#search-form {
    display: none;
  }
.fr-all {
  width: 100% !important;
}

}