/* Add Poppins Font */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype'),
       url('../fonts/Poppins-Regular.ttf ') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf ') format('truetype'),
       url('../fonts/Poppins-Bold.ttf ') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Apply the Poppins font */
body {
  font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, span, a, li {
  font-family: 'Poppins', sans-serif !important;
}
h4 {
  font-size: 1.2rem !important;
}
a, a:hover {
  background-color: transparent !important;
  text-decoration: none !important;
  /* color: #333333 !important; */
  color: #fff !important;
}
.main-menu {
  /* background-color: yellow; */
  /* background-color: #A8007D; */
  background-color: #A8007D;
  padding: 15px 7px;
}

/* Style the middle-block column */
.middle-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Remove default list styling */
.middle-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Display list items in a row */
  font-weight: bold;
}

/* Style list items */
.middle-block ul li {
  margin: 0 15px; /* Add some space between the menu items */
}

/* Optional: Add hover effect for list items */
.middle-block ul li:hover {
  text-decoration: underline; /* Underline the item on hover */
  cursor: pointer; /* Change cursor to pointer */
}

/* Optional: Customize the font and padding */
.middle-block ul li {
  font-size: 15px;
}

.download-price-list a {
  margin-left: 10px;
  font-weight: bold;
}

.dropdown .btn-secondary {
  border: 0px solid #333;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.footer-menu {
  background-color: #f0f0f0;
  color: #333;
}
.footer-menu li a {
  color: #333 !important;
}
.download-price-list {
  padding: 7px 0px;
}
.elementor-widget-image-carousel .swiper-slide {
  margin: 0px 15px;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel-item {
	color: #fff;
	font-size: 14px;
  text-align: center;
	overflow: hidden;
  min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: yellow;
}
.carousel .carousel-control {
	width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
	background: none;
}
.carousel-control i {
  font-size: 68px;
	line-height: 42px;
  position: absolute;
  display: inline-block;
	color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #fff;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #fff;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.testimonial-section {
  background-color: #d81235;
  -webkit-box-shadow: 0px -4px 15px rgba(10, 10, 10, 0.5);
  -moz-box-shadow: 0px -4px 15px rgba(10, 10, 10, 0.5);
  box-shadow: 0px -4px 15px rgba(10, 10, 10, 0.5);
}
.testimonial-section h3 {
  color: #fff;
}
.testimonial-section {
  padding-top: 50px;
}
.copyright-section {
  background-color: #d81235;
  padding: 10px 0px;
  -webkit-box-shadow: 0px -4px 15px rgba(10, 10, 10, 0.5);
  -moz-box-shadow: 0px -4px 15px rgba(10, 10, 10, 0.5);
  box-shadow: 0px -4px 15px rgba(10, 10, 10, 0.5);
}
.copyright-section p {
  margin-bottom: 0px;
  color: #fff;
}
thead tr {
  /* background: yellow; */
  background: #A8007D;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #dddddd52;
}
.table tr, .table th {
  border-block-start: 1px solid #dddddd52 !important;
}
.crackers-red, .crackers-red a {
  /* background-color: #d81235; */
  background-color: #3b0040;
  color: #fff !important;
}
.table tr td input {
  height: 30px;
}
.table tr td {
  vertical-align: middle;
}
.cross-price {
  text-decoration: line-through;
  color: red;
  display: block;
}
.current-price {
  font-weight: bold;
  display: block
}
.bottom-announcement {
  /* background-color: #d81235; */
  background-color: #3b0040;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  position: fixed;  
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.bottom-announcement p {
  margin-bottom: 0px !important;
}
p.announcement-submit {
  /* background-color: yellow; */
  background-color: #A8007D;
  padding: 15px 15px;
  /* color: #000; */
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  font-weight: lighter;
}
p.announcement-submit:hover {
  cursor: pointer;
}
.counter-section .elementor-counter-title {
  margin-top: 20px !important;
  text-align: center;
}
.image-with-text h3 {
  padding-bottom: 20px;
}
.contact-details {
  background: yellow;
  text-align: center !important;
  padding: 30px 30px  30px 30px !important;
  border-radius: 25px !important;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact-details i {
  font-size: 30px;
}
.form-section h4 {
  text-decoration: underline;
  text-decoration-color: red; 
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border: 1px solid #eee !important;
}
.contact-us {
  padding: 30px;
  background: #eee;
  border-radius: 20px;
}
.contact-us input {
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 50px;
}
.contact-us textarea {
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 150px;
}
button.send-message {
  background-color: red;
  border: 1px solid red;
  color: #fff;
}
button.send-message:hover {
  background-color: red;
  border: 1px solid red;
  color: #fff;
}
.send-message.btn-primary:not(:disabled):not(.disabled).active, .send-message.btn-primary:not(:disabled):not(.disabled):active, .show>.send-message.btn-primary.dropdown-toggle {
  background-color: red;
  border: 1px solid red;
  color: #fff;
  outline: none;
}
.footer-column-1 p {
  font-size: 10px;
  line-height: 20px;
}
.detail-section {
  display: flex;
}
span.address {
  padding-left: 10px;
}
.footer-column-1 {
  margin-top: 8px;
}
ul.address-column li {
 line-height: 30px;
}
.other-pages i {
  font-size: 10px;
  position: relative;
  bottom: 2px;
  color: #d81235;
}
.other-pages li {
  line-height: 30px;
}
.social-icons a {
  margin-right: 20px;
}
.social-icons i {
  font-size: 20px;
}
.social-icons img {
  width: 20px;
}
.social-icons {
  margin-top: 10px;
}
i.fa-brands.fa-facebook-f {
  color: #3b5998;
}
i.fa-brands.fa-youtube {
  color: #cd201f;
}
i.fa-brands.fa-instagram {
  color: #ff006f;
}
i.fa-brands.fa-linkedin-in {
  color: #0077b5;
}
i.fa-brands.fa-pinterest {
  color: #bd081c;
}
.discount a {
  color: #fff !important;
}
.discount {
  position: fixed;
  z-index: 1;
  right: 10px; /* Position it 10px from the right */
  bottom: 100px; /* Position it 10px from the bottom */
}
.discount .discount-text {
  color: #fff;
  background: #ff1744;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  padding: 8px;
  font-weight:bold;
}
.discount .discount-text span {
  display: block;
  font-size: 16px;
}
.discount .discount-text:before {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 0 solid transparent;
  border-top: 7px solid #420909;
}
#contactFrom input.has-danger {
  border: 1px solid red !important;
}
/* Loader Start */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Loader End */
.shop_table th, .shop_table td {
  background-color: #fff !important;
}
.shop_table th:hover, .shop_table td:hover {
  background-color: #fff !important;
}
.updateCart th, .updateCart td {
  background-color: #fff !important;
}
.updateCart th:hover, .updateCart td:hover {
  background-color: #fff !important;
}
.proceed-to-checkout a, .proceed-to-checkout a:hover {
  /* background: yellow; */
  background: #3b0040;
  text-align: center;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  display: block;
}
.proceed-to-checkout {
  /* background: yellow; */
  background: #3b0040;
}
.update_cart_button a {
  /* background: yellow !important; */
  background: #3b0040 !important;
  text-align: center;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
button.remove-product {
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 600;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 10px 15px !important;
  text-align: center !important;
}
.wc-block-cart .wc-block-cart__submit-container {
  background: yellow !important;
  outline: none !important;
}
.wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  outline: none !important;
}
.wc-block-cart {
  width: 1140px;
}
.woocommerce-checkout .site-main {
  margin: 50px 0px;
}
.woocommerce-checkout [type=button], .woocommerce-checkout [type=submit], .woocommerce-checkout button {
  color: #ff1744 !important;
  border: 1px solid #ff1744 !important;
}
.woocommerce-checkout [type=button]:focus, .woocommerce-checkout [type=button]:hover, .woocommerce-checkout [type=submit]:focus, .woocommerce-checkout [type=submit]:hover, .woocommerce-checkout button:focus, .woocommerce-checkout button:hover {
  color: #fff !important;
  background-color: #ff1744 !important;
  text-decoration: none;
}
.mobileSideNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.mobileSideNav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #000 !important;
  display: block;
  transition: 0.3s;
}
.mobileSideNav a:hover {
  color: #f1f1f1;
}
.mobileSideNav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.mobile-menu {
  display: none;
}
.mobile-menu a:hover {
  cursor: pointer;
}
.fa-download:before {
  color: #fff;
}
.second-menu a {
  color: #000 !important;
}
.table th {
  color: #fff;
}
.table h3 {
  font-size: 14px;
  font-weight: 600;
}
tr.crackers-red th {
  text-transform: capitalize;
}
.close {
  opacity: 1;
}
.popup_modals_section button {
  font-size: 30px;
  padding: 5px 10px !important;
}
.popup_modals_section .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.wc-block-components-product-metadata__description h3 {
  font-size: 16px;
  font-weight: 700;
}
a.tel_no {
  color: #333333 !important;
}
.qty-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.qty-wrapper .qty-input {
  width: 50px;
  text-align: center;
  pointer-events: none;
}
.qty-btn {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
}
.updateCart .qty-wrapper .qty-input {
  width: 80px;
}
.contact_us_menu p {
  margin: 0px;
}
.contact_us_menu a {
  color: #fff !important;
  border: 1px solid #fff;
  display: inline-block;
  width: auto;
  /* margin: 20px 0px 20px 0px; */
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
}
.contact_us_menu i {
  padding: 0px 5px 0px 0px;
}
.contact_popup .close {
  font-size: 30px;
}
.modal-header {
  background: #A8007D;
  color: #fff;
}
.modal-footer button, .modal-footer button:hover, .modal-footer button:focus {
  color: #333;
  border: 1px solid #A8007D;
  background-color: transparent;
}
.modal-body a {
  display: block;
  color: #333 !important;
}
.contact_popup .fa-phone {
  color: #A8007D;
}
.order_details_section {
  border: 0px solid #cccccc59;
  border-radius: 10px;
  padding: 20px 0px;
  display: block;
}
.bank_details span {
  font-weight: bold;
  display: inline-block;
  width: 120px; /* adjust for alignment */
}
.qr_code img {
  max-width: 250px;
  margin: 0px auto;
}
.upload_form button {
  margin: 30px 0px 0px 0px;
}
.bank_details {
  border-bottom: 1px solid #cccccc59;
  display: inline-block;
  padding-bottom: 20px;
}
.qr_code {
  padding-top: 20px;
}
#order-details-form {
  margin-top: 30px;
}
.main-menu ul li:hover {
  text-decoration: none;
}
.second-menu h3 a {
  font-size: 15px;
  font-weight: 600;
}
.second-menu .logo_section {
  padding-left: 0px;
}
.mobile-menu h3 a {
  color: #000 !important;
  font-size: 14px;
}