/*header css */ 

/* Base menu item */
.motiqo-desktop-header .menu_element {
  position: relative !important;
  list-style: none !important;
}

/* Dropdown icon */
.motiqo-desktop-header .menu_element.have-submenu > a::after {
  content: '▼' !important;
  font-size: 10px !important;
  margin-left: 6px !important;
  transition: transform 0.3s ease !important;
}

/* Rotate icon on hover */
.motiqo-desktop-header .menu_element.have-submenu:hover > a::after {
  transform: rotate(180deg) !important;
}

/* Dropdown menu */
.motiqo-desktop-header .menu_element > ul {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  min-width: 180px !important;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
  border-radius: 8px !important;
  padding: 10px 0 !important;
  z-index: 999 !important;
}

/* Show dropdown on hover */
.motiqo-desktop-header .menu_element:hover > ul {
  display: block !important;
}

/* Dropdown items */
.motiqo-desktop-header .menu_element > ul > li {
  padding: 2px 20px !important;
}

.motiqo-desktop-header .menu_element > ul > li a {
  color: #333 !important;
  text-decoration: none !important;
  display: block !important;
  transition: background 0.3s ease !important;
}

/* Hover effect on dropdown */
.motiqo-desktop-header .menu_element > ul > li:hover {
  background: #f1f1f1 !important;
}

/* Top-level menu links */
.motiqo-desktop-header .menu_element_link {
  padding: 10px 15px !important;
  display: inline-block !important;
  color: #000 !important;
  text-decoration: none !important;
}
/*end header css */

/*Home top section css*/

.top-slider-wrapper img {
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
	border-radius:10px;
  border:2px solid #ddd;
	height:500px;
}

.top-slider-wrapper .slider-wrap,
.top-slider-wrapper .middle-col-wrap,
.top-slider-wrapper .img-wrap {
  height: 100% !important;
}

.top-slider-wrapper .col-lg-6,
.top-slider-wrapper .col-lg-2,
.top-slider-wrapper .col-lg-4,
.top-slider-wrapper .col-lg-12 {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: stretch !important;
}

.top-slider-wrapper {
  overflow: hidden !important;
}
.top-slider-wrapper .middle-col-wrap,
.top-slider-wrapper .img-wrap {
  height: 50% !important; /* adjust as needed */
}
.top-slider-wrapper .right-img-wrap img{
height:243px;
}
.top-slider-wrapper .header-section-main {
    height: calc(86vh - 100px) !important;
	border-radius:10px !important;
}

/*End Of Top section css*/
.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f92f2f;

}

.feature-box:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  background-color: #fefefe;
}

.feature-icon {
  background-color: #f92f2f;
  color: #fff;
  font-size: 18px !important;
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.feature-title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.feature-text {
  margin: 0;
  color: #333;
  font-size: 15px;
}

@media (max-width: 767px) {
  .scroll-x-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-x-container .col-12 {
    display: inline-block;
    float: none;
    width: 80%;
    margin-right: 10px;
    vertical-align: top;
  }
}


/* Show 5 items per row in desktop */
@media (min-width: 1200px) {
  .home-page-category .col-lg-3 {
    width: 263px !important;

  }

  .home-page-category .h-350 {
    height: 186px !important;
  }
}


/* Make category images circular */
.home-page-category .image-category img {
  border-radius: 20px;
  object-fit: cover;
  width: 200px !important;
  height: 183px !important;
}

/* Optional: add border and hover effect for aesthetics */
.home-page-category .image-category img {
  border: 3px solid #ddd;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.home-page-category .image-category img:hover {
  border-color: #409444;
  /* light green highlight on hover */
}

/* category Section */

.category-scroll-wrapper .row {
  flex-wrap: wrap;
}

.home-page-category .category-title a {
  color: #000 !important;
}

.home-page-category .slick-prev {
  margin-top: -64px !important;
}

.home-page-category .slick-next {
  margin-top: -64px !important;
}

 @media (max-width: 767.98px) {
  .category-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .category-scroll-wrapper .row {
    flex-wrap: nowrap !important;
  }

  .category-card {
    min-width: 180px;
    flex: 0 0 auto;
  }

  .home-page-category .slick-arrows-1 .slick-arrow {
    height: 30px !important;
    width: 30px !important;
  }

  .home-page-category .slick-slider .slick-dots {
    margin-top: -9% !important;
  }
}

.category-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}

.category-card:hover::before {
  background: rgba(0, 0, 0, 0.55);
}

.category-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


@media (max-width: 576px) {
  .category-title {
    font-size: 16px;
    left: 15px;
    bottom: 12px;
  }
}

/* End category Section */

/* Home Page Tabs*/
@media (max-width: 768px) {

  .home-page-tabs .btn {
    font-size: 14px !important;
    padding: 5px 14px !important;
  }

  .home-page-tabs .mw-ui-box {
    padding: 0 !important;
  }

  .home-page-tabs .mw-ui-box-content {
    padding: 0 !important;
  }


}

/*End Home Page Tbas*/

/*shop products skin-2 css */
.shop-products-skin-2 {
  padding: 5px;
  margin-bottom: 5px !important;
}

.shop-products-skin-2 .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.shop-products-skin-2 .img-as-background {
  height: 315px !important;
}

.shop-products-skin-2 .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.shop-products-skin-2 .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.shop-products-skin-2 h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.shop-products-skin-2 .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.shop-products-skin-2 .price-holder .price {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.shop-products-skin-2-btn .btn {
  border-color: #fb3030 !important;
  width: 80%;
  text-transform: capitalize;
  color: #fb3030 !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.shop-products-skin-2-btn .btn:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .shop-products-skin-2 .mw-layout-product-stock {
    padding: 5px;
  }

  .shop-products-skin-2 .img-as-background {
    height: 168px !important;
  }

  .shop-products-skin-2 h6 {
    font-size: 14px !important;
  }

  .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }

  .shop-products-skin-2 .price-holder .price {
    font-size: 14px;
  }
}


/*shop products skin-2 css */

/* Best Seller Css */

.best-seller-wrap .shop-products {
  padding: 5px;
  margin-bottom: 5px !important;
}

.best-seller-wrap .shop-products .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.best-seller-wrap .shop-products .img-as-background {
  height: 315px !important;
}

.best-seller-wrap .shop-products .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.best-seller-wrap .shop-products .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.best-seller-wrap .shop-products h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.best-seller-wrap .shop-products .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.best-seller-wrap .shop-products .price-holder .price {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.best-seller-wrap .shop-products-skin-2-btn .btn {
  border-color: #fb3030 !important;
  width: 80%;
  text-transform: capitalize;
  color: #fb3030 !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.best-seller-wrap .shop-products-skin-2-btn .btn:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .best-seller-wrap .shop-products .mw-layout-product-stock {
    padding: 5px;
  }

  .best-seller-wrap .shop-products .img-as-background {
    height: 168px !important;
  }

  .best-seller-wrap .shop-products h6 {
    font-size: 14px !important;
  }

  .best-seller-wrap .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;

  }

  .best-seller-wrap .shop-products .price-holder .price {
    font-size: 14px;
  }
}

/* End Best Seller Css */

.mw-ui-box {
  background-color: transparent !important;
  box-shadow: none !important;
}

/*product slider css*/
/*@media (min-width: 1200px) {
.shop-products-skin-5 .slick-slide {
width:263px !important;
}
}*/
.shop-products-skin-5 .product .h-100 {
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: box-shadow 0.3s ease !important;
}


.shop-products-skin-5 .img-as-background {
  border-radius: 10px !important;
  overflow: hidden !important;
  background-image: radial-gradient(64.4% 64.4% at 50% 50%, #fff 60%, #f7f7f7 90%);

}

.shop-products-skin-5 .h-400 {
  height: 315px !important;
}

.shop-products-skin-5 .img-as-background img {
  mix-blend-mode: multiply;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}

.shop-products-skin-5 .product:hover .img-as-background img {
  transform: scale(1.05) !important;
}

.shop-products-skin-5 h5 {
  font-size: 16px !important;
  color: #1B3A2D !important;
  margin-bottom: 10px !important;
}

.shop-products-skin-5 .price-holder {
  font-size: 14px !important;
  color: #1B3A2D !important;
}

.shop-products-skin-5 .price-old {
  text-decoration: line-through !important;
  color: #999 !important;
  margin-right: 8px !important;
}

.shop-products-skin-5 .price {
  color: #000 !important;
}

.shop-products-skin-5 .btn-outline-primary {
  background-color: #fb3030 !important;
  width: 100%;
  color: #fff !important;
  border-radius: 8px;
  padding: 6px 16px;
}

@media (max-width: 767px) {

  .shop-products-skin-5 .h-400 {
    height: 343px !important;
  }

  .shop-products-skin-5 h5 {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }

  .shop-products-skin-5 .price {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
  }

}

.testimonilas-wrap {
  color: #1b3a2d !important;
}

/* Card structure */
.testimonilas-wrap .slick-slide {
  background: #fb303036;
  border-radius: 12px !important;
  margin: 5px;
  padding: 10px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.3s ease-in-out !important;
}

/* Hover effect */
.testimonilas-wrap .slick-slide:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Text styles */
.testimonilas-wrap p {
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 12px !important;
}

.testimonilas-wrap h5 {
  color: #000 !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.testimonilas-wrap .mb-0 {
  color: #00 !important;
  font-size: 15px !important;
}

/* Image styling */
.testimonilas-wrap .img-as-background img {
  border: 4px solid #fff !important;
  border-radius: 50% !important;
}

/* Slick dots */
.testimonilas-wrap .slick-dots li button:before {
  font-size: 10px !important;
  color: #1b3a2d !important;
}

.testimonilas-wrap .slick-dots li.slick-active button:before {
  color: #409444 !important;
}

/* Slick arrows if enabled in future */
.testimonilas-wrap .slick-arrow {
  background-color: #409444 !important;
  color: #fff !important;
  border-radius: 50% !important;
  text-align: center !important;
}

/* Responsive tweaks */
@media (max-width: 575px) {
  .testimonilas-wrap .slick-slide {
    padding: 20px 15px !important;
  }
}

.mw-search-filter .btn {
  padding: 7px 16px !important;
  font-size: 12px !important;
}

/*End Product Slier CSS*/
.wishlist-produt-wrapper {
  border: 1px solid #ddd;
}

.wishlist-product-title-wrapper {
  padding: 0px 10px !important;
}

.wishlist-product-title {
  font-size: 20px !important;
  font-weight: 300 !important;
}

.wishlist-product-price {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.wishlist-add-to-cart a {
  background-color: #000 !important;
  color: #fff !important;
}

.wishlist-remove-product svg {
  margin-top: -6px !important;
}

.contact-form {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05) !important;
  padding: 30px !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.contact-form h3 {
  font-weight: 600 !important;
  font-size: 28px !important;
  color: #f92f2f !important;
}

.contact-form label {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #333 !important;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
  padding: 12px !important;
  font-size: 15px !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f92f2f !important;
  outline: none !important;
  box-shadow: 0 0 5px rgba(249, 47, 47, 0.3) !important;
}

.contact-form .btn-primary {
  background-color: #f92f2f !important;
  border: none !important;
  padding: 12px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  transition: background-color 0.3s ease !important;
}

.contact-form .btn-primary:hover {
  background-color: #d92c2c !important;
}

.contact-form .valid-feedback,
.contact-form .invalid-feedback {
  font-size: 14px !important;
  margin-top: 5px !important;
}

.contact-form .message-sent {
  background-color: #ffecec !important;
  padding: 15px !important;
  border-radius: 8px !important;
  border-left: 5px solid #f92f2f !important;
  margin-bottom: 15px !important;
}

.contact-form .message-sent p {
  margin: 0 !important;
  color: #b50000 !important;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .contact-form {
    padding: 20px !important;
  }

  .contact-form h3 {
    font-size: 24px !important;
  }
}
.deals-wrapper #mw-element-1752666605084 {
border:2px solid #000;
border-radius:20px;
padding:10px;
}
@media (max-width: 768px) { 
.deals-wrapper #mw-element-1752666605084 {
border:none;
border-radius:none;
padding:none;
}
}
.deals-wrapper .slick-dots {
  margin-top: -9%;
}

.deals-wrapper .product {
  border: none;
  padding: 10px;
  background: transparent;
  transition: all 0.3s ease;
  text-align: center;
}

.deals-wrapper .product:hover {
  background-color: #f9f9f9;
  border-radius: 10px;
}

.deals-wrapper .product img {
  transition: transform 0.3s ease;
}

.deals-wrapper .product:hover img {
  transform: scale(1.05);
}

.deals-wrapper .product h5 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 10px 0;

}

.deals-wrapper .price-holder {
  font-size: 14px;
  margin-bottom: 10px;
}

.deals-wrapper .price-holder .price {
  color: #fb3030;
  font-weight: 600;
  font-size: 16px;
}

.deals-wrapper .price-holder del {
  color: #999;
  margin-right: 6px;
}

.deals-wrapper .btn-outline-primary {
  border: 1px solid #fb3030;
  color: #fb3030;
  padding: 6px 15px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.deals-wrapper .btn-outline-primary:hover {
  background-color: #fb3030;
  color: #fff;
}

.deals-wrapper .slick-dots {
  bottom: -30px;
}

.deals-wrapper .slick-dots li button:before {
  font-size: 10px;
  color: #000;
  opacity: 0.4;
}

.deals-wrapper .slick-dots li.slick-active button:before {
  color: #fb3030;
  opacity: 1;
}

.deals-wrapper .slick-arrows-1 .slick-prev,
.deals-wrapper .slick-arrows-1 .slick-next {
  color: #fb3030;
  font-size: 18px;
  transition: color 0.3s;
}

.deals-wrapper .slick-arrows-1 .slick-prev:hover,
.deals-wrapper .slick-arrows-1 .slick-next:hover {
  color: #000;
}

.deals-wrapper img {
  border: 2px solid #ddd;
  border-radius: 10px;
}
&lt;style&gt;
  .bg-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px; /* Adjust height as needed */
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .half-box {
    height: 200px;
  }

  @media (max-width: 767px) {
    .bg-box,
    .half-box {
      height: 180px;
    }
  }

.product-info-wrapper h1 {
  font-size: 22px;
  font-weight: 600;
}

.payment-section {
  background-color: #f5f5f5;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
}

.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.payment-icons img {
  width: 50px;
  height: auto;
  padding: 8px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.payment-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.related-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}

.product-inner-tabs .mw-ui-btn-nav {
  border-bottom: 1px solid #ddd;
}

.product-inner-tabs .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link).active {
  border: none !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600;
}

.product-inner-tabs .btn {
  background-color: transparent !important;
  color: #999 !important;
  font-size: 18px !important;
  font-weight: 600;
  border: none;
}

/* General Styling */
.product-info-wrapper {
  color: #333 !important;
}

/* Product Title */
.product-info h1 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #222 !important;
}

/* Price Display */
.product-info-wrapper .price h5#product-inner-price {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.product-info-wrapper .price-old {
  text-decoration: line-through !important;
  color: #999 !important;
  font-size: 18px !important;
}

/* Save Badge */
.product-info-wrapper .btn.btn-primary.btn-sm.me-2 {
  border: none !important;
  color: white !important;
  font-weight: 500 !important;
  padding: 3px 10px !important;
  font-size: 13px !important;
  cursor: auto !important;
}

/* Stock Status */
.availability span {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #28a745 !important;
}

/* SKU Display */
.product-info .row .col-12.mt-3 {
  font-weight: 500 !important;
  color: #555 !important;
  font-size: 15px !important;
}

/* Description Styling */
.description p {
  font-size: 15px !important;
  color: #444 !important;
  margin-bottom: 10px !important;
  line-height: 1.6 !important;
}

.description ul {
  padding-left: 18px !important;
  margin-bottom: 10px !important;
}

.description ul li {
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

/* Payment Section */
.payment-section {
  background-color: #f8f9fa !important;
  padding: 15px !important;
  border-radius: 8px !important;
  text-align: center !important;
}

.payment-icons img {
  max-height: 28px !important;
  margin: 0 5px !important;
  filter: grayscale(0%) !important;
  transition: 0.3s ease-in-out !important;
}

.payment-icons img:hover {
  transform: scale(1.05) !important;
  filter: grayscale(0%) !important;
}

.payment-text {
  margin-top: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #222 !important;
}

/*product page slider */ 

.slick-gallery {
margin-left:30px !important;
}
@media screen and (max-width: 768px) { 
 .slick-container.pictures-skin-17 .slick-gallery.slick-initialized.slick-slider{
	margin-left:0px !important;	
  }
.products-design-2 .slick-gallery img {
  height:350px !important;
  }
  .products-design-2 .slick-gallery {
	margin-left:-15px;
}
  .products-design-2 #module-pictures {
  max-width:362px !important
 
}
}
/* Wrapper styles */
.forget-password-wrap {
  padding: 40px 0 !important;
  background-color: #f9f9f9 !important;
}

/* Headings */
.forget-password-wrap h4 {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

/* Labels */
.forget-password-wrap label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #555 !important;
}

/* Form group spacing */
.forget-password-wrap .form-group {
  margin-bottom: 20px !important;
}

/* Input fields */
.forget-password-wrap .form-control {
  border-radius: 6px !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

/* Input group icon */
.forget-password-wrap .input-group-text {
  background-color: #eee !important;
  border: 1px solid #ccc !important;
}

/* Submit button */
.forget-password-wrap .btn[type="submit"] {
  background-color: #fb3030 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  transition: background 0.3s ease !important;
}

/* Submit button hover */
.forget-password-wrap .btn[type="submit"]:hover {
  background-color: #000!important;
}

/* Captcha image */
.forget-password-wrap .mw-captcha-img {
  height: 60px !important;
  border-radius: 6px !important;
}
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}

.custom-radio label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-radio label:hover {
  border-color:#000;
}

.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}
.price-modifier {
display:none;
}
.checkout-modal {
    border: #ddd 1px solid;
    border-radius: 5px;
}
.checkout-modal-products-wrapper .decrement {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
.checkout-modal-products-wrapper .increment {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
.checkout-modal-products-wrapper .checkout-v2-remove-icon .text-danger {
    color: #343434 !important;
    background: #e8e8e8;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
}
.checkout-modal-products-wrapper h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.d-flex.checkout-page-top-box {
    max-width: 800px;
    margin: 16px auto;
}
.checkout-v2-logo {
    width: 20% !important;
}
a.btn.btn-link {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
    padding: 5px 16px !important;
}
.checkout-v2-left-column input {
    border: 1px solid rgb(0, 0, 0);
}
.checkout-v2-left-column button {
background-color:#000 !important;
border-color:#000 !important;
color:#fff !important;
}
.mw-coupons-module button{
background-color:#000 !important;
border-color:#000 !important;
color:#fff;
}
.account-page .module-users-login{
margin-bottom:20px;
}