/* Style for the error label */
.form-group label.error {
    color: red;
    font-size: 14px;
    /* Optional: Adjust font size */
    margin-top: 5px;
    /* Optional: Add spacing */
}

/* Style for the input field with error class */
.form-group input.error {
    border-color: red;
    outline: none;
    box-shadow: 0 0 5px red;
    /* Optional: Red shadow for emphasis */
}

.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    width: 300px;
    height: 240px;
    object-fit: contain;
}

.product-content-wrap h2 a {
    display: block;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-content-wrap.shop-list h2 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attr-detail-color {
    padding: 0 5px;
}

.attr-detail-color.active a {
    border: 2px solid #6ec7e3;
}

.product-image-slider img,
.slider-nav-thumbnails img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-image-slider figure,
.slider-nav-thumbnails div img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.slider-nav-thumbnails div {
    height: 100px;
}

.slider-nav-thumbnails .slick-slide img {
    border-radius: 0px;
}

.shopping-cart-title h4 a {
    display: block;
    width: 160px;
    font-size: 14px;
}

.suggestions-box {
    border: 1px solid #ccc;
    max-height: 370px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background: #fff;
    width: calc(100% - 0px);
    z-index: 1000;
}

.suggestions-box div {
    padding: 10px;
    cursor: pointer;
}

.suggestions-box div:hover {
    background: #f0f0f0;
}

.custom-add-cart.disabled-link {
    pointer-events: none;
    background-color: gray !important;
    color: white;
    text-decoration: none;
}

.logo.logo-width-1 a img {
    width: 100px;
    min-width: 100px;
}

.header-style-1 .search-style-2 form {
    border: 2px solid #6ec8e2;
    border-radius: 4px;
    max-width: 700px;
    background-color: #fff;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.388) !important;
}

@media only screen and (max-width: 768px) {
    .detail-info .detail-extralink .detail-qty {
        padding: 11px 20px 11px 10px;
        max-width: 100px;
    }
}

.detail-extralink .detail-qty {
    margin: 0 6px 15px 0;
    background: #fff;
    border: 2px solid #6ec7e3 !important;
    font-size: 16px;
    font-weight: 700;
    color: #6ec7e3;
    border-radius: 5px;
    padding: 11px 20px 11px 10px;
    max-width: 90px;
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
    overflow-y: auto;
    height: 500px;
}

.attribute-centent-cust {
    display: flex;
    flex-direction: row;
}

.attribute-centent-color-cust {
    width: 25px;
    border-radius: 5px;
}

.attribute-centent-type-cust{
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}