/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: -65px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
  .owl-theme .owl-nav [class*='owl-'] {
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; 
}

/* ================================
   Iwmart Featured Products Slider
   ================================ */

.iwmart-featured-slider {
    position: relative;
    border-radius: 8px;
    padding: 20px 15px 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* --- Section title --- */
.iwmart-featured-slider .section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.iwmart-featured-slider .section-title::after {
    content: "";
    display: block;
    height: 3px;
    background: #007bdb;
    width: 60%;
    margin-top: 4px;
}

/* --- Owl Carousel wrapper --- */
.iwmart-featured-slider .owl-carousel {
    position: relative;
    z-index: 1;
}

/* --- Product card --- */

.iwmart-featured-slider .product-item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px;
    transition: all 0.3s ease;
    height: 100%;
}

/* --- Product image --- */
.iwmart-featured-slider .product-item-photo {
    display: block;
    text-align: center;
    max-width: 100%;
}
.iwmart-featured-slider .product-item-photo img {
    border-radius: 6px;
    max-width: 100%;
}

/* --- Product details --- */
.iwmart-featured-slider .product-item-details {
    padding-top: 5px;
}
.iwmart-featured-slider .product-item-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 0 5px;
}
.iwmart-featured-slider .product-item-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}
.iwmart-featured-slider .product-item-name a:hover {
    color: #007bdb;
}

/* --- Price styling (Magento default handles actual markup) --- */
.iwmart-featured-slider .price-box {
    margin: 5px 0 0px !important;
	text-align: left !important;
}
.iwmart-featured-slider .price-box .price {
    font-size: 16px !important;
}
.iwmart-featured-slider span.price-label1 {
    font-size: 16px !important;
}
/* --- Actions centered --- */
.iwmart-featured-slider .actions {
    margin-top: 10px;
    text-align: center;
}
.iwmart-featured-slider .actions .action.tocart {
    background-color: #007bdb;
    color: #fff !important;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}
.iwmart-featured-slider .actions .action.tocart:hover {
    background-color: #005fa3;
}

/* --- Owl navigation (top-right) --- */
.iwmart-featured-slider .owl-nav {
    position: absolute;
    top: 0;
    right: -15px;
    background: #eaeaea;
    border-radius: 0 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.iwmart-featured-slider .owl-nav button {
    background: transparent;
    border: none;
    color: #444;
    font-size: 18px;
    cursor: pointer;
    margin: 0 5px;
    transition: color 0.3s ease;
}
.iwmart-featured-slider .owl-nav button:hover {
    color: #007bdb;
}
.iwmart-featured-slider .owl-nav button span{
    padding: 5px;
    font-size: 35px;
    line-height: 19px;
	padding-top: 0px;
}

/* --- Dots hidden --- */
.iwmart-featured-slider .owl-dots {
    display: none !important;
}

/* --- Responsive tweaks --- */
@media (max-width: 768px) {
    .iwmart-featured-slider {
        padding: 15px 10px 25px;
    }
    .iwmart-featured-slider .section-title {
        font-size: 1.25rem;
    }
}
