/************************
Single page Used Slider
********************/
.docklandsfurniture-single-used-product .sale-badge {
    background-color: #57bf6d;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.docklandsfurniture-single-used-product .out-of-stock {
    background-color: #ff0000;
    color: white;
    padding: 5px;
    font-size: 12px;
    top: 10px;
    left: 10px;
}

.docklandsfurniture-single-used-product {
    margin-top: 30px;
}

.docklandsfurniture-single-used-product .used-products-slider {
    display: flex;
    overflow: hidden;
}

.docklandsfurniture-single-used-product .used-product-item {
    padding: 10px;
    text-align: center;
}

.docklandsfurniture-single-used-product .product-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.docklandsfurniture-single-used-product .product-title {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

.docklandsfurniture-single-used-product .product-price {
    font-size: 14px;
    color: #777;
}

.docklandsfurniture-single-used-product .slick-prev,
.docklandsfurniture-single-used-product .slick-next {
    color: #333;
    z-index: 1000;
}

.docklandsfurniture-single-used-product .slick-dots li button:before {
    color: #777;
}

.docklandsfurniture-single-used-product .slick-dots li.slick-active button:before {
    color: #333;
}

/**Icon**/

.docklandsfurniture-single-used-product-sticker-label {
    padding: 20px;
}

.docklandsfurniture-single-used-product-sticker-label .sticker-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* For responsiveness */
    gap: 20px;
    justify-content: center;
}

.docklandsfurniture-single-used-product-sticker-label .shipping-icon {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
    width: 100%; /* Full width for small screens */
    max-width: 300px; /* Limit the width */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.docklandsfurniture-single-used-product-sticker-label .shipping-icon:hover {
    transform: translateY(-5px); /* Subtle hover effect */
}

.docklandsfurniture-single-used-product-sticker-label .shipping-icon .left-image {
    margin-right: 15px;
    flex-shrink: 0;
}

.docklandsfurniture-single-used-product-sticker-label .shipping-icon .left-image img {
    width: 40px; /* Icon size */
    height: 40px;
    object-fit: contain;
}

.docklandsfurniture-single-used-product-sticker-label .shipping-icon .right-image h3 {
    font-size: 16px;
    color: #000;
    margin: 0 0 5px;
    font-weight: bold;
}

.docklandsfurniture-single-used-product-sticker-label .shipping-icon .right-image p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.docklandsfurniture-single-used-product-sticker-label .only-image img {
    display: block;
    margin: auto;
    max-width: 100px; /* Size of the recycle icon */
    height: auto;
}

@media (max-width: 768px) {
    .docklandsfurniture-single-used-product-sticker-label .shipping-icon {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .docklandsfurniture-single-used-product-sticker-label .shipping-icon .left-image {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/******************************
End Single page Used Slider
*******************************/

/************************
Single Second Hand Slider
********************/


.docklandsfurniture-single-second-hand-product .sale-badge {
    background-color: #57bf6d;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.docklandsfurniture-single-second-hand-product .out-of-stock {
    background-color: #ff0000;
    color: white;
    padding: 5px;
    font-size: 12px;
    top: 10px;
    left: 10px;
}


.docklandsfurniture-single-second-hand-product {
    margin-top: 30px;
}

.docklandsfurniture-single-second-hand-product .second-hand-products-slider {
    display: flex;
    overflow: hidden;
}

.docklandsfurniture-single-second-hand-product .second-hand-product-item {
    padding: 10px;
    text-align: center;
}

.docklandsfurniture-single-second-hand-product .product-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.docklandsfurniture-single-second-hand-product .product-title {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

.docklandsfurniture-single-second-hand-product .product-price {
    font-size: 14px;
    color: #777;
}

.docklandsfurniture-single-second-hand-product .slick-prev,
.docklandsfurniture-single-second-hand-product .slick-next {
    color: #333;
    z-index: 1000;
}

.docklandsfurniture-single-second-hand-product .slick-dots li button:before {
    color: #777;
}

.docklandsfurniture-single-second-hand-product .slick-dots li.slick-active button:before {
    color: #333;
}
/******************************
End Single Second Hand Slider
*******************************/
/************************
Single New Slider
********************/
.docklandsfurniture-single-new-product .sale-badge {
    background-color: #57bf6d;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.docklandsfurniture-single-new-product .out-of-stock {
    background-color: #ff0000;
    color: white;
    padding: 5px;
    font-size: 12px;
    top: 10px;
    left: 10px;
}


.docklandsfurniture-single-new-product {
    margin-top: 30px;
}

.docklandsfurniture-single-new-product .new-products-slider {
    display: flex;
    overflow: hidden;
}

.docklandsfurniture-single-new-product .new-product-item {
    padding: 10px;
    text-align: center;
}

.docklandsfurniture-single-new-product .product-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.docklandsfurniture-single-new-product .product-title {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

.docklandsfurniture-single-new-product .product-price {
    font-size: 14px;
    color: #777;
}

.docklandsfurniture-single-new-product .slick-prev,
.docklandsfurniture-single-new-product .slick-next {
    color: #333;
    z-index: 1000;
}

.docklandsfurniture-single-new-product .slick-dots li button:before {
    color: #777;
}

.docklandsfurniture-single-new-product .slick-dots li.slick-active button:before {
    color: #333;
}
/******************************
End Single New Slider
*******************************/

/************************
Brand Slider
********************/
.single-brand-slider {
    margin-top: 30px;
}

.single-brand-slider .single-brand-slide {
    padding: 10px;
    text-align: center;
}

.single-brand-slider .slick-prev,
.single-brand-slider .slick-next {
    color: #333;
    z-index: 1000;
}

.single-brand-slider .slick-prev:hover,
.single-brand-slider .slick-next:hover {
    color: #555;
}

.single-brand-slider .slick-dots li button:before {
    color: #777;
}

.single-brand-slider .slick-dots li.slick-active button:before {
    color: #333;
}

/******************************
End Brand Slider
*******************************/

/*******************************
* Product Slider By Category
********************************/

.products-slider-by-category {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.products-slider-by-category .product-item {
    background: #fff;
    padding: 10px;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
}
.products-slider-by-category .product-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.products-slider-by-category .product-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.products-slider-by-category .product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
}
.products-slider-by-category .product-price {
    font-size: 14px;
    color: #555;
}

.products-slider-by-category .product-item {
    min-height: 405px !important;
    border: 0;
    margin: 10px;
    position: relative;
}

.products-slider-by-category .product-item .product-image {
	border-bottom: 1px solid #eee;
}

.products-slider-by-category .slick-prev, .products-slider-by-category .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    z-index: 1000;
    cursor: pointer;
}
.products-slider-by-category .slick-prev {
    left: -30px; /* Adjust for your layout */
}
.products-slider-by-category .slick-next {
    right: -30px; /* Adjust for your layout */
}

.products-slider-by-category .slick-prev i, .slick-next i {
    font-size: 18px; /* Adjust icon size */
}

.products-slider-by-category .out-of-stock, .docklandsfurniture-single-related .out-of-stock {
    background-color: #ff0000;
    color: white;
    padding: 5px;
    font-size: 12px;
    /*position: absolute;*/
    top: 10px;
    left: 10px;
    position: absolute;
    display: inline-block;
    right: 10px;
    left: auto;
}
.products-slider-by-category .product-attribute {
    background-color: #f0f0f0;
    padding: 3px 8px;
    margin: 5px 0;
    font-size: 12px;
    display: inline-block;
}
.products-slider-by-category .sale-badge, .docklandsfurniture-single-related .sale-badge {
    background-color: #57bf6d;
    color: #fff;
    padding: 3px 14px;
    font-size: 14px;
    /*position: absolute;*/
    top: 10px;
    left: 10px;
    z-index: 10;
    position: absolute;
    display: inline-block;
    right: 10px;
    left: auto;
}

.products-slider-by-category .slick-prev, .products-slider-by-category .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #ff000000;
    border: none;
    padding: 10px;
    z-index: 1000;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border: 1px solid #000 !important;
    border-radius: 50%;
    opacity: 0.5;
}

.products-slider-by-category .slick-prev::before {
    position: absolute;
    content: "";
    background-image: url(https://docklandsfurniture-new.sproutwebsites.co.uk/wp-content/uploads/2024/12/Arrow-left.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 20px;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.products-slider-by-category .slick-next::before {
    position: absolute;
    content: "";
    background-image: url(https://docklandsfurniture-new.sproutwebsites.co.uk/wp-content/uploads/2024/12/Arrow-right.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*---- single-brand-slider ----*/

.single-line-slider .single-brand-slider .single-brand-slide.slick-slide{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.single-line-slider .single-brand-slider .single-brand-slide.slick-slide a:hover{
    color: #8EC53F !important;
}

.single-line-slider .single-brand-slider .slick-prev::before {
    position: absolute;
    content: "";
    background-image: url(https://docklandsfurniture-new.sproutwebsites.co.uk/wp-content/uploads/2024/12/Arrow-left.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 20px;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single-line-slider .single-brand-slider .slick-next::before {
    position: absolute;
    content: "";
    background-image: url(https://docklandsfurniture-new.sproutwebsites.co.uk/wp-content/uploads/2024/12/Arrow-right.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single-line-slider .single-brand-slider .slick-prev, .single-brand-slider .slick-next {
    width: 46px;
    height: 46px;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 0.5;
}
.single-brand-slider .slick-prev:hover, .single-brand-slider .slick-next:hover {
    opacity: 1;
}

.single-brand-slider .slick-prev i, .slick-next i {
    font-size: 0px;
}

/*--- Responsive Sliders ---*/

@media(max-width: 1366px){
    .single-brand-slider .slick-next {
        bottom: -60px;
        top: auto;
        left: 55%;
        transform: translateX(-50%);
    }
    .single-brand-slider .slick-prev {
        bottom: -60px;
        top: auto;
        left: 45%;
        transform: translateX(-50%);
    }

    .products-slider-by-category .slick-next {
        bottom: -60px;
        top: auto;
        left: 55%;
        transform: translateX(-50%);
    }
    .products-slider-by-category .slick-prev {
        bottom: -60px;
        top: auto;
        left: 45%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .single-brand-slider .slick-next, .products-slider-by-category .slick-next {
        left: 59%;
    }
    .single-brand-slider .slick-prev, .products-slider-by-category .slick-prev{
        left: 41%;
    }
}