
.cart-collaterals .cross-sells {
    display: none;
}

a:focus{
    outline: none !important;
}

/*---- Basket page ----*/

.post-type-archive, .page-id-36, .page-id-37 #main #content-wrap {
    padding: 0 !important;
}

.page-id-36, .page-id-37 .container {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
}

.toast-success {
    background-color: #71B62C !important;
}
.toast-success .toast-message {
    color: #fff;
}

.save-percentage-single {
    color: #d9534f;
    font-weight: bold;
    margin-top: 5px;
}
.wcsob_soldout_text {
    color: #ff0000;
}
.featured-products-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.featured-products-slider .product-item {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
}
.featured-products-slider .product-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.featured-products-slider .product-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.featured-products-slider .product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
}
.featured-products-slider .product-price {
    font-size: 14px;
    color: #555;
}
.featured-products-slider .slick-prev, .featured-products-slider .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;
}

.featured-products-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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.featured-products-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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.featured-products-slider .slick-prev {
    left: -45px; /* Adjust for your layout */
}
.featured-products-slider .slick-next {
    right: -45px; /* Adjust for your layout */
}

.featured-products-slider .slick-prev:hover, .featured-products-slider .slick-next:hover {
    opacity: 1;
}
.featured-products-slider .slick-prev i, .slick-next i {
    font-size: 18px; /* Adjust icon size */
}
.featured-products-slider .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;
}
.featured-products-slider .product-attribute {
    background-color: #f0f0f0;
    padding: 3px 8px;
    margin: 5px 0;
    font-size: 12px;
    display: inline-block;
}
.featured-products-slider .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;
}
/************************
Single page related Slider
********************/
.docklandsfurniture-single-related {
    margin-top: 30px;
}

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

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

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

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

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

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

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

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


/******************************
End Single page related Slider
*******************************/

/******************************
Single page popup
*******************************/

/* Overlay background for the popup */

.wcsingle-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Popup container */
.wcsingle-popup-overlay .popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close button */
.wcsingle-popup-overlay .close-btn {
    /*position: absolute;*/
    top: 10px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

/* Form styles */
.wcsingle-popup-overlay .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.wcsingle-popup-overlay input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

.wcsingle-popup-overlay button.submit-btn {
    background: #8EC53F;
    color: #fff;
    border: none;
    font-weight: 400 !important;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.wcsingle-popup-overlay button.submit-btn:hover {
    background: #000;
}

/* Responsive design */
@media (max-width: 480px) {
    .wcsingle-popup-overlay .popup-content {
        width: 95%;
    }
}

/***popup cart update*****/
.signle-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.signle-quantity-minus,
.signle-quantity-plus {
    padding: 5px 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.signle-quantity-minus:hover,
.signle-quantity-plus:hover {
    background-color: #005880;
}

.signle-quantity-box {
    width: 50px;
    text-align: center;
}


/*---- Woo Variation Box ---*/

.variations_form {
    border: 1px solid #eeeeee !important;
    padding: 10px !important;
}


/******************************
end Single page popup
*******************************/
/******************************
Single Exchange Banner
*******************************/


.single-exchange-banner {
  background-color: #1a1a1a; /* Dark background */
  color: white; /* Text color */
  text-align: center; /* Center align the text */
  padding: 20px;
  border-radius: 8px; /* Rounded corners */
  font-family: Arial, sans-serif; /* Font family */
}

.single-exchange-banner h3 {
  color: #63b246; /* Green color for the heading */
  font-size: 32px; /* Font size for the heading */
  margin-bottom: 10px; /* Space below the heading */
}

.single-exchange-banner p {
  margin: 5px 0; /* Space between paragraphs */
  font-size: 16px; /* Default font size for paragraphs */
}

.single-exchange-banner p strong {
  font-size: 24px; /* Larger font size for the discount text */
}

.single-exchange-banner p span {
  font-size: 14px; /* Smaller text for additional details */
  display: block;
  margin-top: 5px;
}

/******************************
End Single Exchange Banner
*******************************/

/*---- Basket Page ----*/

.woocommerce-info a{
    color: #8EC53F !important;
}
.woocommerce-info a:hover{
    color: #000000 !important;
}

.woocommerce-notices-wrapper .button{
    background-color: #8EC53F;
    border: 1px solid #8EC53F;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    border-radius: 5px;
    padding: 10px 25px !important;
}
  
.woocommerce-notices-wrapper .button:hover{
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}

.all-woo-com-page .button{
  background-color: #8EC53F !important;
  border: 1px solid #8EC53F !important;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  border-radius: 5px;
  color: #fff !important;
}

.all-woo-com-page .button:hover{
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
  }

/*---- Mini Cart ---*/

 .mini-cart .elementor-menu-cart__product-image.product-thumbnail {
    border: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
}

.mini-cart .elementor-menu-cart__container .product-name a {
    font-family: 'poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em !important;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #000000;
}
.mini-cart .elementor-menu-cart__container .product-name a bdi{
     color: #000 !important;
}

.mini-cart .elementor-menu-cart__container .elementor-menu-cart__product {
    padding-right: 10px !important;
}

.mini-cart .product-remove{
     display: none;
}
.mini-cart .product-quantity .amount span{
    color: #000000 !important;
    font-family: 'poppins' !important;
}
.mini-cart .product-quantity .amount span bdi{
    color: #000000 !important;
    font-family: 'poppins' !important;
}

.mini-cart .elementor-menu-cart__subtotal{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.mini-cart .elementor-menu-cart__subtotal p{
    display: flex;
    justify-content: space-between;
    font-family: poppins;
    font-weight: 400;
   
    color: #000000;
}
.mini-cart .elementor-menu-cart__subtotal span, .mini-cart .elementor-menu-cart__subtotal bdi{
    color: #000 !important;
    font-size: 0.8em !important;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}

.mini-cart .elementor-menu-cart__subtotal strong{
    color: #000 !important;
    letter-spacing: 0.5px;
    font-size: 0.8em !important;
}

.mini-cart .elementor-menu-cart__footer-buttons{
    display: flex;
    justify-content: center;
}

.mini-cart .elementor-menu-cart__footer-buttons .elementor-button{
    background-color: #8EC53F;
    border: 1px solid #8EC53F;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    border-radius: 5px; 
    width: 70% !important;
}

.mini-cart .elementor-menu-cart__footer-buttons .elementor-button:hover{
    background-color: #000000;
    border: 1px solid #000000;
}

.mini-cart .elementor-menu-cart__close-button {
    position: absolute;
    right: -10px;
    top: -10px;
    border: 5px solid #8EC53F;
    border-radius: 50%;
    background-color: #8EC53F;
}

.mini-cart .elementor-menu-cart__close-button:after, .mini-cart .elementor-menu-cart__close-button:before {
    background: #fff;
}


/*--- Product Archive Page ---*/

.post-type-archive .products .wcsob_soldout{
    display: none;
}

.has-product-nav .product-inner .br_alabel span{
    width: 45px;
    height: 45px;
    bottom: auto;
    position: absolute;
    top: 160px;
}

.owp-content-center .outofstock-badge{
    position: relative;
}
.owp-content-center .outofstock-badge::after{
    position: absolute;
    content: "";
    clip-path: polygon(1% 1%, 100% 0%, 0 50%, 100% 100%, 1% 99%);
    background-color: red;
    width: 20px;
    height: 100%;
    top: 0;
    right: -19px;
}

.products .product .title{
    text-align: left;
    margin: 0 !important;
}

.products .product .price-wrap{
    text-align: left;
}

.products .product .price-wrap span{
    font-family: poppins !important;
    font-weight: 400 !important;
    color: #777777a9;
}
.products .product .price-wrap del{
    color: #777777a9;
}
.products .product .price-wrap ins{
    color: #777777;
}
.products .product .price-wrap bdi{
    color: #777777;
}

.products .product .title h2{
    font-family: poppins !important;
    font-weight: 400 !important;
}

.image-wrap {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/*---- Single Product ---*/

.wishlist-add .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button-icon{
   color: #8EC53F !important;
}

.wishlist-add .yith-wcwl-add-to-wishlist-button span{
    font-size: 15px !important;
}

.wishlist-add .yith-wcwl-add-to-wishlist-button:hover span{
     color: #8EC53F !important;
}


.woocommerce-product-gallery .flex-control-nav li{
     border: 1px solid #000;
}

.all-woo-com-page .tabs{
  display: flex !important;
  border-top: 0 !important;
}
.all-woo-com-page .tabs li.active a {
    border-top: 2px solid #8EC53F !important;
}
.all-woo-com-page .tabs li  a {
    border-top: 2px solid #8dc53f00 !important;
}

.all-woo-com-page .tabs li a{
    border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-top: 1px solid #eee !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 0 !important;
    margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel{
    padding-top: 15px !important;
    padding: 0 !important;
}

.woocommerce .elementor-21747 .elementor-element.elementor-element-3ce2868 .woocommerce-tabs .woocommerce-Tabs-panel h2{
     display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400 !important;
    text-transform: capitalize !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
    font-family: 'Poppins' !important;
    font-size: 18px !important;
}
/*---- Product Archive ---*/

.docklandsfurniture-banner-archive img{
    width: 100% !important;
}

.post-type-archive .sidebar-container .bapf_body ul li .bapf_clr_span{
   border-radius: 50%;
   border: 0 !important;
   position: relative;
   margin: 3px !important;
}
.post-type-archive .sidebar-container .berocket_single_filter_widget_1779 .bapf_body ul li{
    border: 1px solid #eee;
    border-radius: 50%;
}
.post-type-archive .sidebar-container .berocket_single_filter_widget_1779 .bapf_body ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.post-type-archive .sidebar-container .bapf_ckbox{
    border-bottom: 1px solid #eee !important;
    padding-bottom: 20px;
}

.post-type-archive .sidebar-container .bapf_ckbox_sqchck input[type=checkbox] {
    border: 1px solid #C9C9C9 !important;
}


/*---- Product Cards ----*/


.used-products-slider .used-product-item, .second-hand-products-slider .second-hand-product-item{
    min-height: 405px;
    border: 0;
    margin: 10px;
    position: relative;
}
.used-products-slider .used-product-item .product-image, .second-hand-products-slider .second-hand-product-item .product-image{
	border-bottom: 1px solid #eee;
}

.used-products-slider .used-product-item .product-image img, .second-hand-products-slider .second-hand-product-item .product-image img{
    margin: 0 auto;
}

.used-products-slider .used-product-item .product-title, .second-hand-products-slider .second-hand-product-item .product-title{
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
    max-width: 300px;
    text-align: left;
	min-height:55px;
}

.used-products-slider .used-product-item .product-price, .second-hand-products-slider .second-hand-product-item .product-price{
    font-size: 16px;
    color: #777777;
	text-align: left;
	font-size: 14px;
	font-family: "Poppins", Sans-serif;
}

.used-products-slider .used-product-item .amount, .second-hand-products-slider .second-hand-product-item .amount{
    text-decoration: none !important;
    color: #777777;
}

.used-products-slider .used-product-item .product-image img, .second-hand-products-slider .second-hand-product-item .product-image img{
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

.used-products-slider .used-product-item, .second-hand-products-slider .second-hand-product-item{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease-in-out;
}

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

/*---- docklandsfurniture-single-related ---*/

.docklandsfurniture-single-related .related-product-item{
    min-height: 405px;
    border: 0;
    margin: 10px;
    position: relative;
}

.docklandsfurniture-single-related .related-product-item .product-image{
	border-bottom: 1px solid #eee;
}

.docklandsfurniture-single-related .related-product-item .product-image img{
    margin: 0 auto;
}

.docklandsfurniture-single-related .related-product-item .product-title{
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
    max-width: 300px;
    text-align: left;
	min-height:55px;
}

.docklandsfurniture-single-related .related-product-item .product-price{
    font-size: 16px;
    color: #777777;
	text-align: left;
	font-size: 14px;
	font-family: "Poppins", Sans-serif;
}

.docklandsfurniture-single-related .related-product-item .amount{
    text-decoration: none !important;
    color: #777777;
}

.docklandsfurniture-single-related .related-product-item .product-image img{
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

.docklandsfurniture-single-related .related-product-item .second-hand-product-item{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease-in-out;
}

.docklandsfurniture-single-related .related-product-item:hover{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.docklandsfurniture-single-related .slick-prev, .docklandsfurniture-single-related .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;
}

.docklandsfurniture-single-related .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;
}

.docklandsfurniture-single-related .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;
}

.docklandsfurniture-single-related .slick-prev {
    left: 0px; /* Adjust for your layout */
}
.docklandsfurniture-single-related .slick-next {
    right: 0px; /* Adjust for your layout */
}

.single-product-price span, .single-product-price bdi{
  color: rgb(107, 107, 107) !important;
}
.single-product-price .save-percentage-single{
     color: #EB001B !important;
}

.docklandsfurniture-banner-single img {
    width: 100% !important;
}

.color-box th{
    border: 0 !important;
    padding: 0px 0 10px 0 !important;
}
/* .color-box .variations_form{
    border: 0 !important;
} */
.color-box .value{
    border: 0 !important;
}

/* .color-box .cart{
    border: 0 !important;
} */

.color-box .color-variable-items-wrapper li{
     border-radius: 50% !important;
}
.color-box .variable-item-span{
    border-radius: 50% !important;
}

.color-box .wcsob_soldout_text{
    display: none;
}

/*---- My Account Page ----*/

.my-account .woocommerce-MyAccount-navigation ul li a::before{
    color: #8EC53F !important;
}

.my-account .woocommerce-MyAccount-navigation ul li a{
    padding: 10px !important;
}
.my-account .woocommerce-MyAccount-navigation ul li a:hover{
    background-color: #8EC53F;
    color: #fff !important;
}
.my-account .woocommerce-MyAccount-navigation ul li a:hover::before{
    color: #ffffff !important;
}

.my-account .woocommerce-MyAccount-navigation ul .is-active a{
    background-color: #8EC53F;
    color: #fff !important;
}
.my-account .woocommerce-MyAccount-navigation ul .is-active a::before{
    color: #ffffff !important;
}

.my-account .button, .my-account .edit{
    background-color: #8EC53F !important;
    border: 1px solid #8EC53F;
    color: #ffffff !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    border-radius: 5px;
    padding: 15px 25px !important;
}
  
.my-account .button:hover{
    background-color: #000000 !important;
    border: 1px solid #000000;
}
.my-account .edit:hover{
    background-color: #000000 !important;
    border: 1px solid #000000;
    color: #fff !important;
}

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

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

.new-products-slider .new-product-item .product-image img{
    margin: 0 auto;
}

.new-products-slider .new-product-item .product-title{
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
    max-width: 300px;
    text-align: left;
	min-height:55px;
}

.new-products-slider .new-product-item .product-price{
    font-size: 16px;
    color: #777777;
	text-align: left;
	font-size: 14px;
	font-family: "Poppins", Sans-serif;
}

.new-products-slider .new-product-item .amount{
    text-decoration: none !important;
    color: #777777;
}

.new-products-slider .new-product-item .product-image img{
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

.new-products-slider .new-product-item{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease-in-out;
}

.new-products-slider .new-product-item .out-of-stock{
    background-color: #ff0000;
    color: white;
    padding: 5px;
    font-size: 12px;
    top: 10px;
    left: 10px;
    position: absolute;
    display: inline-block;
    right: 10px;
    left: auto;
}
.new-products-slider .new-product-item .product-attribute{
    background-color: #f0f0f0;
    padding: 3px 8px;
    margin: 5px 0;
    font-size: 12px;
    display: inline-block;
}
.new-products-slider .new-product-item .sale-badge{
    background-color: #57bf6d;
    color: #fff;
    padding: 3px 14px;
    font-size: 14px;
    top: 10px;
    left: auto !important;
    z-index: 10;
    position: absolute;
    display: inline-block;
    right: 10px;
}

/*----- Wislist Page Design ---*/

.page-id-1777 #main #content-wrap {
    padding-top: 110px !important;
}

.wishlist-title h2{
    font-size: 3em !important;
}

.wishlist_table thead tr th{
    background-color: #8EC53F !important;
    color: #fff !important;
}

.wishlist_table .wishlist-items-wrapper .product-remove .remove{
    color: #000 !important;
    line-height: 26px !important;
}
.wishlist_table .wishlist-items-wrapper .product-remove .remove:hover {
    background-color: #8EC53F !important;
    color: #fff !important;
}

/*---- Basket ----*/

.page-id-36 #main #content-wrap {
    padding-top: 0px !important;
}

.page-id-36 .container {
    width: 100% !important;
    max-width: 100% !important;
}

.shop_table .product-remove .remove{
    color: #252525 !important;
    line-height: 26px !important;
}

.shop_table .product-remove .remove:hover {
    background-color: #8EC53F !important;
    color: #fff !important;
}

.shop_table .attachment-woocommerce_thumbnail{
     border: 1px solid #c4c4c4;
     padding: 10px;
}

.cart-collaterals .shipping-calculator-button:hover{
  color: #8EC53F !important;
}

/*---- Woo Commerce Bread Crumbs---*/

.woocommerce-breadcrumbs a{
    color: #fff !important;
}

/*---- Popup Content ----*/

.popup-content{
    position: relative;
}

.popup-content .close-btn {
    border: 0;
    padding: 5px 10px;
    line-height: 1.1;
    font-size: 1.5em;
    border-radius: 50%;
    background-color: #EB001B;
    position: absolute;
    color: #fff;
    top: -10px;
    right: -10px;
    z-index: 99;
}
.popup-content form input[type="text"], .popup-content form input[type="email"], .popup-content form input[type="tel"]{
    border: 1px solid #1E1E1E !important;
    border-radius: 0 !important;
    color: #1E1E1E !important;
}

.popup-content h3 {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
}
.popup-content .cart-item-image {
    border: 1px solid #eee;
    padding: 10px;
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-content .single-popup-cart-details .cart-item{
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    gap: 15px;
}

.popup-content .single-popup-cart-details.cart-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popup-content .single-popup-cart-details p{
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}

.popup-content .single-popup-cart-details .cart-item-title {
    margin: 0 0 12px !important;
}

.popup-content .quantity-wrapper label{
    padding-right: 25px;
}

.popup-content .signle-quantity-minus, .popup-content .signle-quantity-plus {
    padding: 5px 10px !important;
    background-color: #ffffff !important;
    color: #1E1E1E;
    border: 1px solid #e4e4e4 !important;
    cursor: pointer;
    border-radius: 0 !important;
}

.popup-content .quantity-wrapper{
    text-align: left;
}
.popup-content .quantity-wrapper input[type=number] {
    min-height: 33px !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 0 !important;
}

.popup-content .amount bdi{
    color: #1E1E1E !important;
}

/*---- Woo Commerce Default CSS ----*/

.woocommerce-message a{
    background-color: #8EC53F !important;
}

/*------- Product details Page ---*/

.wcgs-woocommerce-product-gallery{
     max-width: 100% !important;
}

#wpgs-gallery .wcgs-thumb.swiper-slide img {
    height: 100px !important;
    object-fit: contain;
}


#wpgs-gallery .swiper-wrapper .wcgs-carousel{
    align-items: center !important;
}

/*----- Check out tab ----*/

.docklandsfurniture-checkout-tab .checkout-tab-list {
    display: flex;
    justify-content: space-between;
}
.docklandsfurniture-checkout-tab ul{
    margin: 0 !important;
}
.docklandsfurniture-checkout-tab ul li {
    list-style: none !important;
    padding: 30px 0;
    display: flex;
    gap: 20px;
    transition: 0.3s ease-in-out;
    border-bottom: 6px solid rgba(0, 128, 0, 0);
}

.docklandsfurniture-checkout-tab ul li img{
    width: 30px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(106%) contrast(102%);
}

.docklandsfurniture-checkout-tab ul li a{
    color: #fff;
    font-size: 30px !important;
}

.docklandsfurniture-checkout-tab ul li:hover{
    border-bottom: 6px solid #8EC53F !important;
}

.docklandsfurniture-checkout-tab ul .active{
    border-bottom: 6px solid #8EC53F !important;
}


/*---- Product Page side section Design ---*/

.wc-single-popup {
    display: flex;
    gap: 20px;
    padding: 30px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.wc-single-popup .wc-single-popup-right{
    text-align: right;
}
.wc-single-popup .wc-single-popup-right h3{
   font-size: 26px;
   margin-bottom: 5px !important;
   color: #000;
}

.wc-single-popup .wc-single-popup-right p{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px !important;
 }
 .wc-single-popup .wc-single-popup-right span{
    color: #000;
    font-size: 15px;
 }

 /*----- cart added successfully ---*/

 .xoo-cp-container {
    padding:  150px 100px !important;
    border-radius: 0 !important;
}

.xoo-cp-container .xoo-cp-content .xoo-cp-success {
    color: #000 !important;
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 2em !important;
    letter-spacing: 0.5px !important;
    line-height: 1.6;
    padding-bottom: 50px !important;
}

.xoo-cp-container .xoo-cp-content .xoo-cp-btns{
     display: flex;
     gap: 20px;
     justify-content: space-between;
}

.xoo-cp-container .xoo-cp-btns .xoo-cp-btn-vc{
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: 1.5px !important;
    text-align: center;
    text-transform: capitalize !important;
    color: #ffffff !important;
    padding: 10px 35px !important;
    background-color: #8EC53F !important;
    border-radius: 6px !important;
    border: 1px solid #8EC53F !important;
}

.xoo-cp-container .xoo-cp-btns .xoo-cp-btn-vc:hover{
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.xoo-cp-container .xoo-cp-btns .xoo-cp-close {
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: 1.5px !important;
    text-align: center;
    text-transform: capitalize !important;
    color: #000000 !important;
    padding: 10px 35px !important;
    border-radius: 6px !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}
.xoo-cp-container .xoo-cp-btns .xoo-cp-close:hover{
    background-color: #8EC53F !important;
    border: 1px solid #8EC53F !important;
    color: #fff !important;
}

.xoo-cp-container .xoo-cp-success .xoo-cp-icon-check{
     display: none !important;
}

.xoo-cp-container .xcp-btn{
    width: auto !important;
}

.xoo-cp-container .xoo-cp-close{
    color: #000 !important;
}
.xoo-cp-container .xoo-cp-icon-cross::before {
    content: "" !important;
    position: absolute;
    background-image: url(https://docklandsfurniture-new.sproutwebsites.co.uk/wp-content/uploads/2024/12/cross-3.svg);
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 20px !important;
    height: 20px !important;
    top: 26px !important;
    right: 26px !important;
}
.wcsinglepopup-ajax-message{
    color: #8EC53F !important;
}

.wc-forward{
font-weight: 500 !important;
font-size: 15px !important;
letter-spacing: 1.5px !important;
text-align: center;
text-transform: capitalize !important;
color: #000000 !important;
padding: 8px 35px !important;
border-radius: 6px !important;
background-color: transparent !important;
border: 1px solid #000 !important;
margin-left: 10px;
}
.wc-forward:hover{
    background-color: #8EC53F !important;
    border: 1px solid #8EC53F !important;
    color: #fff !important;
}
.wc-forward:focus{
padding: 8px 35px !important;
border-radius: 6px !important;
background-color: transparent !important;
border: 1px solid #000 !important;
color: #000 !important;
}

/*--- Responsivenes ---*/

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

    .docklandsfurniture-single-related .slick-next {
        bottom: -60px;
        top: auto;
        left: 55%;
        transform: translateX(-50%);
    }
    .docklandsfurniture-single-related .slick-prev {
        bottom: -60px;
        top: auto;
        left: 45%;
        transform: translateX(-50%);
    }

    .docklandsfurniture-checkout-tab ul li a {
        font-size: 20px !important;
    }

    .docklandsfurniture-checkout-tab ul li img {
        width: 20px;
    }
    .docklandsfurniture-checkout-tab ul li {
        padding: 25px 0;
    }
    .wc-single-popup .wc-single-popup-right h3 {
        font-size: 20px;
    }
    .wc-single-popup .wc-single-popup-right p {
        font-size: 15px;
    }
    .wc-single-popup .wc-single-popup-right span {
        font-size: 13px;
    }
    .wc-single-popup {
        gap: 10px;
        padding: 25px 0;
    }
    .wc-single-popup .wc-single-popup-left img{
        width: 50px;
    }
}


@media (max-width: 1024px) {
    .featured-products-slider .product-title {
        font-size: 14px;
    }

    .featured-products-slider .product-price {
        font-size: 13px;
    }
    .wc-single-popup {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px 0;
    }
}
@media (max-width: 768px) {
    .featured-products-slider .product-title {
        font-size: 13px;
    }

    .featured-products-slider .product-price {
        font-size: 12px;
    }
    .featured-products-slider .slick-next {
        left: 59%;
    }
    .featured-products-slider .slick-prev {
        left: 41%;
    }
    .docklandsfurniture-single-related .product-title {
        font-size: 13px;
    }

    .docklandsfurniture-single-related .product-price {
        font-size: 12px;
    }
    .docklandsfurniture-single-related .slick-next {
        left: 59%;
    }
    .docklandsfurniture-single-related .slick-prev {
        left: 41%;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px !important;
    }
    /*----- Wishlist ----*/

    .wishlist_table .item-wrapper {
        display: flex !important;
        flex-direction: column;
        gap: 20px !important;
    }

    .wishlist_table .item-wrapper .product-thumbnail{
        max-width: 100px !important;
        padding: 10px;
        border: 1px solid #adadad;
    }

    .wishlist_table .item-details-table tbody tr .label, .additional-info tbody tr .label{
        width: 15% !important;
    }
    .wishlist_table .item-details-table .additional-info tbody tr .value, .additional-info tbody tr .value{
        width: 85% !important;
        text-align: left !important;
    }

    .wishlist_table .item-details-table, .wishlist_table .additional-info tbody tr td{
        text-align: left !important;
    }
    .wishlist_table.mobile li .item-details table.item-details-table td.value{
        text-align: left !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove {
        text-align: left !important;
    }
    .wishlist_table .product-add-to-cart a {
        display: flex !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .wishlist_table .remove_from_wishlist {
        border: 1px solid #8EC53F;
        padding: 10px 14px;
        border-radius: 50%;
    }

    .wishlist_table.mobile li {
        margin-bottom: 35px !important;
        border: 1px solid #c5c5c5;
        padding: 15px;
    }

    .wishlist_table.mobile .product-remove .remove_from_wishlist i {
        color: #8EC53F !important;
    }

    .woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail {
        text-align: left;
    }
    .woocommerce table.shop_table .product-remove {
        text-align: left !important;
    }

    .docklandsfurniture-checkout-tab ul li a {
        font-size: 15px !important;
    }
    .docklandsfurniture-checkout-tab ul li img {
        width: 15px;
    }
    .docklandsfurniture-checkout-tab ul li {
        padding: 20px 0;
    }
    
    .wcgs-carousel .wcgs-slider-image img{
    min-height: 400px !important;
    object-fit: contain;
}
.xoo-cp-container {
    padding: 50px 20px !important;
}

.xoo-cp-container .xoo-cp-content .xoo-cp-success {
    padding-bottom: 30px !important;
}
.xoo-cp-container .xoo-cp-btns .xoo-cp-btn-vc{
    font-family: 13px;
    padding: 8px 10px;
    width: 80% !important;
}
.xoo-cp-container .xoo-cp-btns .xoo-cp-close{
    font-family: 13px;
    padding: 8px 10px;
    width: 80% !important;
}
form.cart.variations_form .woocommerce-variation-add-to-cart, :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
}
.cart .button{
    margin: 0 !important;
}
.wc-forward{
    margin: 0 !important;
    font-size: 13px !important;
}
}


@media (max-width: 480px) {
    .featured-products-slider .product-title {
        font-size: 12px;
    }

    .featured-products-slider .product-price {
        font-size: 11px;
    }
    .docklandsfurniture-checkout-tab ul li a {
        font-size: 14px !important;
    }
    .docklandsfurniture-checkout-tab ul li {
        gap: 5px;
    }
    .docklandsfurniture-checkout-tab ul li {
        padding: 15px 0;
    }
}