.include_out_of_stock_div{
    left:-30px;
    position: relative;
    margin-top: 10px;
}
.include_out_of_stock_div .my-checkbox-x2 {
    transform: scale(2);
    /* margin: 20px 15px 0 0; */
    text-align: left;
    cursor: pointer;
  }
.include_out_of_stock_div label{
    font-size: 15px;
    left:-18px;
    top:-1px;
    position: relative;
}

.breadcrumb .ui.placeholder{
    height:25px;
    width:140px;
    margin-right: 10px;
    margin-top:-22px;
    margin-left: 17px;
}

/* NEW */
/* PRODUCT CARDS */
.doubling.cards .image{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color:transparent;
}
.doubling.cards .image::before {
    content: "";
    display: block;
    padding-bottom: 100%; 
}
.doubling.cards .image .content-inside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.doubling.cards .image img{
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
}
.doubling.cards .content{
    min-height: 180px !important;
}
.doubling.cards .content .saved-label{
	font-family: Arial, Helvetica, sans-serif;
    color: white;
    position: absolute;
    top:5px;
    background-color: #ED0000;
    left:0px;
    padding: 0px 5px;
}
.doubling.cards .content .free-shipping-label{
	font-family: Arial, Helvetica, sans-serif;
    color: #3F8342;
    letter-spacing: 2px;
}
.doubling.cards .content .outofstock-label{
    font-family: Arial, Helvetica, sans-serif;
    color: #ED0000;
    letter-spacing: 2px;
}
.doubling.cards .content .title p{
    padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

.doubling.cards .content .price .new-price{
    font-size: 18px;
    color:#63676A;
    font-weight: 500;
}
.doubling.cards .content .price .new-price.sale{
    color:#C7202C;
    
}
.doubling.cards .content .price .old-price{
    font-size: 16px;
}


.ukMySliderDiv .uk-slidenav-previous{
    background-color: rgba(224,57,151,.90) !important;
    padding: 40px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left:-5px;
    z-index: 2;
    border-right:2px dotted rgba(255,255,255,.50);
}

.ukMySliderDiv .uk-slidenav-next{
    background-color: rgba(224,57,151,.90);
    padding: 40px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right:-10px;
    z-index: 2;
    border-left:2px dotted rgba(255,255,255,.50);
}

/* Custom Dropdown Styles */
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Desktop: Fixed width to ensure consistency */
@media (min-width: 768px) {
    .custom-dropdown {
        max-width: 280px;
        min-width: 280px;
    }
}

/* Mobile: Full width but responsive */
@media (max-width: 767px) {
    .custom-dropdown {
        max-width: 100%;
        width: 100%;
    }
}

.custom-dropdown-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
}

.custom-dropdown-selected:hover {
    border-color: #F86EC0;
    box-shadow: 0 2px 4px rgba(248, 110, 192, 0.1);
}

.custom-dropdown-selected span {
    flex: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.dropdown-arrow {
    margin-left: 10px;
    font-size: 10px;
    color: #666;
    transition: transform 0.3s ease;
    user-select: none;
    flex-shrink: 0;
}

.dropdown-arrow.open {
    transform: rotate(180deg);
}

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 2px;
    box-sizing: border-box;
}

.custom-dropdown-item {
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
}

.custom-dropdown-item:last-child {
    border-bottom: none;
}

.custom-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #F86EC0;
}

.custom-dropdown-item.active {
    background-color: #F86EC0;
    color: #ffffff;
    font-weight: 500;
}

.custom-dropdown-item.active:hover {
    background-color: #e85ba8;
}

/* Ensure text is fully visible on mobile */
@media (max-width: 767px) {
    .custom-dropdown-selected span {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    
    .custom-dropdown-item {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        word-wrap: break-word;
    }
    
    .custom-dropdown-menu {
        max-height: 300px;
    }
}
