body {
  font-family: 'Play', sans-serif;
}

main {
  min-height: 70vh;
}

.form-control-dark {
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.container {
  max-width: 1400px;
}

.header_line {
  height: 50px;
  background: #8195a5;
}

.header_line .fa-regular {
  font-size: 22px;
  margin: 14px 50px 14px 0px;
}

.header_line a,
.header_line {
  color: #fff;
}

.custom-float-right {
  text-align: right;
}

.reger {
  margin: 14px 0px;
}

span.counter {
  position: absolute;
  top: 9px;
  font-size: 15px;
  background-color: #ff0000;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 3px;
  border-radius: 100%;
}

.cart_block {
  margin-left: 20px;
  margin-right: 40px;
}

.dropdown a {
  color: #000;
}

.flex-header {
  gap: 50px;
}

form {
  display: flex;
}

.search_block input[type="submit"] {
  background: #838495;
  color: #fff;
  border: none;
  padding: 0px 30px;
  position: absolute;
  right: 0px;
  height: 40px;
  border-radius: 5px;
}

.search_block {
  position: relative;
}

.logos.col-2 img {
  margin-bottom: 15px;
}

.menu a {
  font-size: 20px;
  font-weight: 700;
}

.backbn {
  background: url(/html/images/backbn.png) no-repeat;
  background-size: cover;
  height: 450px;
}

.cat_name {
  margin-top: 10px;
  text-align: center;
}

.cat_name a {
  color: #000;
  text-align: center;
}



.cat_image {
  /* Define dimensions for the container. Adjust as necessary. */
  width: 100%;
  /* or a fixed width, e.g., 200px */
  height: 220px;
  /* Adjust based on your design needs */
  overflow: hidden;
  /* Ensures the image does not overflow the container */
}

.cat_image img {
  width: 100%;
  /* Make the image take up the full width of its container */
  height: 100%;
  /* Make the image take up the full height of its container */
  object-fit: contain;
  /* Scale the image to maintain aspect ratio without cropping */
  object-position: center;
  /* Center the image within its container */
  /*border: 1px #838495 solid;*/
  padding: 10px;
  border-radius: 10px;
}

.prod {
  /* border: 1px #eee solid;*/
  border-radius: 10px;
  min-height: 300px;
}

.menu.container {
  margin-top: 30px;
}

.menu.container .nav li {
  padding: 0px 35px;
}

.prod {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 2px -1px 9px 0 rgba(0, 0, 0, 0.19);
}

.read_more button {
  background: transparent;
  color: #fff;
  border: 1px #eee solid;
  padding: 5px 10px;
  border-radius: 7px;
}

.read_more .fa-solid {
  margin-left: 10px;
}

.backbn {
  position: relative;
}

.read_more {
  position: absolute;
  right: 10%;
  bottom: 20px;
}

.text1 {
  position: absolute;
  color: #fff;
  left: 23%;
  font-size: 50px;
  top: 17%;
}

.text2 {
  color: #fff;
  position: absolute;
  left: 21%;
  top: 29%;
  font-size: 80px;
  font-weight: 700;
}

.text3 {
  position: absolute;
  left: 12%;
  color: #fff;
  font-size: 30px;
  max-width: 30%;
  text-align: center;
  bottom: 9%;
}

footer {
  background-color: #e8edf1;
}

a {
  color: #000;
}

.bl-link {
  color: #1266ff;
}

h1.prod_name {
  font-size: 2rem;
}

.delivery_status {
  color: #838495;
}

.price_block {
  font-size: 1.3rem;
}

.main_image img {
  max-width: 100%;
}

button.prim_button {
  background: #1c11ff;
  color: #fff;
  border: unset;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0px;
}

button.prim_button:hover {
  background: #1266ff;
}

button.prim_button.white {
  background: transparent;
  color: #000;
  border: 1px #1c11ff solid;
}

button.prim_button.white:hover {
  background: #fafcff;
}

.sub_counter {
  background: #dfe4e7;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
}

.usps {
  border: 1px #eee solid;
  border-radius: 10px;
}

.usps h3 {
  font-size: 1.3rem;
}

.usp {
  text-align: left;
  padding: 20px 15px;
  margin: 5px 5px;
}

.usp p {
  margin: 2px 0px;
}

.checklist p:before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 8px;
  color: #1c11ff;
}

.strong {
  font-weight: 700;
}

.bg-color-1 {
  background: #f0f8ff;
  border-radius: 10px;
}

.tables {
  background: #f0f8ff;
  border-radius: 10px;
  padding: 20px 20px;
}

.tables img {
  max-width: 140px;
  border-radius: 10px;
}

.tables td {
  vertical-align: baseline;
}

.tables input[type="number"] {
  max-width: 90px;
}

.col-md-4.bg-color-1.py-5.text-center {
  max-height: 220px;
}

.same_w {
  width: 200px;
}

.gray_bg {
  background: #eee;
  border-radius: 7px;
  padding: 30px 15px;
}

.sel_info {
  padding-left: 30px;
}

.comments {
  margin: 10px 0px;
  padding: 10px 30px;
  max-width: 60%;
}

.comment_line {
  margin-bottom: 7px;
  font-size: 20px;
}

.comment_line .fa-comment-dots {
  font-size: 26px;
  color: #8195a5;
  vertical-align: bottom;
}

.comment_body {
  margin-left: 32px;
}

.new_look {
  background: #f0f8ff;
  padding: 15px 25px;
  border-radius: 7px;
  margin-bottom: 30px;
}

img {
  max-width: 100%;
}

.new_look img {
  max-width: 100%;
  border-radius: 10px;
}

.prod_wrap {
  display: flex;
  flex-direction: column;
}

.prod {
  padding: 10px 15px;
}

p {
  margin: 0px;
}

.row form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
  /* justify-content: space-between; */
  align-items: flex-start;
}

.header_line .dropdown {
  margin-top: -10px;
}

.new_flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}

td.new_flex button {
  width: 100%;
}

.mine_table.table>:not(caption)>*>* {
  border: none;
}

.mine_table tr {
  border-bottom-width: 1px;
}

.new_flex a {
  display: block;
  width: 100%;
}

.new_flex form {
  width: 100%;
}

.new_flex {
  padding: 15px 10px;
}

.cat_cart {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
}

.rating-bar {
  height: 17px;
}

button.inline-flex.items-center {
  background: #8195a5;
}

.cat_cart img {
  max-width: 200px;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 1px #8195a5 solid;
  padding: 10px;
  border-radius: 10px;
}

.price_block .row form {
  flex-direction: row;
  gap: 12px;
  margin: 20px 0px;
}

.price_block .row form button {
  float: right !important;
  width: 100%;
}

.row form label {
  display: block;
}

[titler] {
  position: relative;
  /* Needed to position the tooltip correctly */
  cursor: pointer;
  /* Optional, to change the cursor on hover */
}

[titler]::after {
  content: attr(titler);
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  /* Prevent the tooltip from interfering with mouse events */
  transform: translateY(-100%);
  /* Position above the element */
  top: 0;
  /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
}

[titler]:hover::after {
  opacity: 1;
}

#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 2em;
  color: #333;
}

.countdown-item {
  margin: 0 10px;
  text-align: center;
}

.countdown-item span {
  display: block;
  font-size: 0.6em;
  color: #555;
}

.dropdown.text-end {
  margin-top: -5px;
  margin-left: 15px;
}

.new_look button.btn.btn-danger {
  margin-top: 15px;
}

.row form button {
  /*display: block;
background: #8195a5;*/
  margin: 10px auto;
}

#chatContainer {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.chat_message div {
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 20px;
  max-width: 70%;
  word-wrap: break-word;
}

.to_user {
  background-color: #d1e7ff;
  color: #000;
  align-self: flex-start;
}

.from_user {
  background-color: #cfe2f3;
  color: #000;
  align-self: flex-end;
}

.send_chat form {
  display: flex;
  width: 100%;

}

.send_chat textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
  font-size: 16px;
  width: -webkit-fill-available;
  margin: 20px auto;
  width: 100%;
}

.send_chat button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.send_chat button:hover {
  background-color: #0056b3;
}

.notification-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.notification-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.notification-body {
  margin-bottom: 10px;
}

.notification-footer {
  font-size: 0.85em;
  color: #666;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.checkout_form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.payment_methods {
  /* font-family: Arial, sans-serif; */
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 40px !important;
  width: 50%;
}

.payment_methods h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #333;
}

.payment_methods label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  cursor: pointer;
}

.payment_methods input[type="radio"] {
  margin-right: 10px;
}

.payment-logo {
  height: 30px;
  margin-right: 10px;
}


.checkout-form {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;

  margin: 0 auto;
}

.text-red-600 {
  color: #ff0000;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

.seller_block {

  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #e8e8e8;
  border-radius: 5px;
}

.seller_name {
  font-weight: bold;
}

.message_seller {
  text-decoration: none;
  color: #007bff;
}

.product_block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product_image img {
  max-height: 150px;
  max-width: 200px;
  border-radius: 5px;
  margin-right: 15px;
}

.product_info {
  flex-grow: 1;
}

.product_info span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.product_message {
  margin-top: 10px;
}

.product_message p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
}

textarea {
  width: 100%;
  height: 60px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.user_details {
  margin-top: 20px;
}

.wrapper_1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 50%;
  gap: 30px;
  margin-bottom: 30px;
}

.user_details input[type="text"] {
  border: 1px #eee solid;
  box-shadow: none !important;
  padding: 10px 20px;
  font-size: 18px;
  width: 100%;
}

.user_details label {
  font-weight: 700;
}

.product_block {
  width: 100%;
}

.product_info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.product_info span {
  font-size: 18px;
}

.product_message p {
  font-size: 17px;
  font-weight: 700;
}

.product_message {
  min-width: 300px;
}

p.success {
  background: #42bf64;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}

form#product-form input,
form#product-form select {
  border: 1px #eee solid;
  box-shadow: none;
  height: 40px;
  min-width: 300px;
  margin-bottom: 20px;
}

.existing-image {
  max-width: 240px;
}

div#existing-images {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product_image img {
  max-height: 200px;
  max-width: 300px;
}

.owl-item img {
  cursor: pointer;
}

.timer {
  margin: 20px auto;
}

.user_details {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  max-width: 50%;
  align-items: flex-start;
  gap: 3px;
  align-content: flex-start;
}

div#my-dropzone {
  width: 100%;
  margin: 20px 0px;
  border: 1px #eee solid;
  border-radius: 10px;
}

.user_details label {
  display: none !important;
}

.payment_methods ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.pagination-new {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.pagination-new nav {
  display: flex;
  align-items: center;
}

/* Pagination Links */
.pagination-new a,
.pagination-new span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px !important;
  margin: 0 4px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: unset !important;
  box-shadow: unset !important;
}

/* Default button style */
.pagination-new a {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Hover effect */
.pagination-new a:hover {
  background-color: #007bff !important;
  color: #ffffff !important;
  border-color: #007bff;
}

/* Active page style */
.pagination-new .active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

/* Disabled buttons */
.pagination-new .disabled {
  background-color: #e9ecef;
  color: #6c757d;
  border: 1px solid #ddd;
  cursor: not-allowed;
  pointer-events: none;
}

/* Previous & Next Buttons */
.pagination-new a:first-child,
.pagination-new a:last-child {
  padding: 10px 0px;
  font-weight: bold;
}

/* Hover effect for prev/next */
.pagination-new a:first-child:hover,
.pagination-new a:last-child:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 600px) {
  .pagination-new {
    flex-direction: column;
    gap: 10px;
  }

  .pagination-new nav {
    flex-direction: column;
  }
}


.pagination-new .flex.justify-between.flex-1.sm\:hidden {
  display: none;
}

.pagination-new .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between::first-child {
  display: none !important;
}

.pagination-new p.text-sm.text-gray-700.leading-5.dark\:text-gray-400 {
  display: none;
}

.notifocation-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.notification-container {
  width: 100%;
  max-width: 100%;
}

.gap-16 {
  gap: 16px;
}



.card.tariff-card {
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10), 0 1.5px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  background: linear-gradient(135deg, #f8fafc 60%, #e0e7ff 100%);
  border: none;
}

.card.tariff-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16), 0 3px 12px rgba(0, 0, 0, 0.12);
}

.card-header {
  background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
  color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.card-body {
  text-align: center;
  font-size: 1.1rem;
  background: transparent;
}

/* Animated subscribe button */
.animated-subscribe {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.10);
  background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
  border: none;
  transition: transform 0.18s cubic-bezier(.4, 2, .6, 1), box-shadow 0.18s, background 0.18s;
  color: #fff;
  outline: none;
}

.animated-subscribe:hover,
.animated-subscribe:focus {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 6px 24px rgba(99, 102, 241, 0.18);
  background: linear-gradient(90deg, #60a5fa 0%, #6366f1 100%);
  color: #fff;
}

.animated-subscribe:active {
  transform: scale(0.97);
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.10);
}

details[open] .table-responsive {
  position: fixed;
  right: 0px;
  top: 0px;
  width: clamp(40vw, 900px, 100vw);
  background: #ffffff;
  padding: 8px 16px;
  z-index: 9999;
  backdrop-filter: blur(16px);
  box-shadow: 15px 16px 19px 2px rgb(129 149 165);
  border-radius: 8px;
}

.product-info {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .comments {
    max-width: 100%;
  }

  .menu.container {
    display: none;
  }

  .text1 {
    font-size: 35px;
  }

  .text2 {
    font-size: 50px;
  }

  .text3 {
    font-size: 23px;
    width: 100%;
    max-width: 80%;
    bottom: 20%;
  }

  .backbn {
    height: 300px;
  }

  .header_line .fa-regular {
    font-size: 22px;
    margin: 14px 10px 14px 0px;
  }

  .enter_block {
    font-size: 13px;
  }

  .flex-header {
    gap: 0px;
  }
}