:root {
    --primary-color: #CC8D1A;
    --in-primary-color: #005c53;

    --secondry-color: #005c53;
    --in-secondry-color: #CC8D1A;

    --text-color-light: #E8E2E2;
    --text-color-white: #F5F5F5;
    --text-color-dark: #1B1A17;
    --back-ground-color: #ffffff;
    --border-color-light: #E8E2E2;
}
button[disabled] {
    background-color: #c0800065 !important;
}
.breadcrumb-container {
    background-color: #d4d4d42d;
}
/* ============================================================ */
.row-prodacts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 35px;
}
.row-prodacts .card {
    flex: 24%;
    max-width: 23%;
    border-radius: 4px;
    position: relative;
    transition: 0.3s;
    outline: 1px solid #eee;
}
.row-prodacts .card .label-prodacts {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    padding: 0px 12px;
    font-size: 11px;
    border-radius: 4px;
    background-color: var(--secondry-color);
    color: var(--text-color-white);
}
.row-prodacts .card:hover {
    box-shadow: 0px 0px 15px 0px #ddd ;
}

.row-prodacts .card .image-box {
    height: 340px;
    border-bottom: 1px solid #eee;
}
.row-prodacts .card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
.row-prodacts .card .profile-details {
    padding: 8px;
    background-color: var(--back-ground-color);
}
.row-prodacts .card .profile-details p {
    width: 100%;
    color: #000;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
}
.row-prodacts .card .prodact-price {
    position: relative;
    width: 100%;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: var(--secondry-color);
    overflow: hidden;
}
/*.row-prodacts .card .prodact-price::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 45px;*/
/*    top: 0px;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background-color: #966503;*/
/*}*/
/*.row-prodacts .card .prodact-price::before:hover {*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/
.row-prodacts .card .prodact-price  span,
.row-prodacts .card .prodact-price  del {
    font-size: 12px;
    font-weight: 600;
}
.row-prodacts .card .prodact-price span {
    color: var(--in-secondry-color);
}
.row-prodacts .card .prodact-price del {
    color: #fff !important;
}

.row-prodacts .card .style-btn-add {
    position: absolute;
    bottom: -0.6px;
    left: -0.5px;
    padding: 12.4px 0;
    color: var(--secondry-color);
    font-weight: 700;
    font-size: 10px;
    transition: 0.3s;
    overflow: hidden;
    background-color: var(--primary-color);
    width: 55.6%;
    border-bottom-left-radius: 4px;
}
.row-prodacts .card .style-btn-add:hover {
    color: #fff;
}
.row-prodacts .swiper-navBtn {
    color: var(--secondry-color);
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    border-radius: 50%;
}
.row-prodacts .swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 18px;
}
.row-prodacts .swiper-pagination-bullet {
    background-color: var(--primary-color);
    transition: 0.3s;
}
/* Start Select Menu */
.dropdown-sorted {
    position: relative;
    width: 85%;
    height: 20px;
}
.dropdown-sorted .btn-sorted {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    background-color: #252338;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 14px 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    margin-left: 6px;
}
.dropdown-sorted .option {
    position: absolute;
    top: 35px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #eee;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    display: none;
}
.dropdown-sorted.active .option {
    display: block;
}
.dropdown-sorted .option .radio-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 6px 20px;
    cursor: pointer;
    color: #000;
}
.dropdown-sorted .option .radio-btn input {
    width: 10%;
}
.dropdown-sorted .option .radio-btn label {
    width: 100%;
    height: 100%;
    font-size: 12px;
    cursor: pointer;
}
.dropdown-sorted .option .radio-btn:hover {
    background-color: #252338;
    color: #fff;
}
/* End Select Menu */
@media screen and (max-width: 1024px) {
    .row-prodacts {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    .row-prodacts .card {
        flex: 31%;
        min-width: 31%;
    }
    .row-prodacts .card .image-box {
        height: 240px;
    }
    .row-prodacts .card.prodact-price span{
        font-size: 11px;
    }

}
@media screen and (max-width: 650px) {
    .row-prodacts {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .row-prodacts .card {
        flex: 47%;
        max-width: 47%;
    }
}
@media (max-width: 468px) {
    .row-prodacts .card {
        flex: 47%;
        max-width: 47%;
    }
    .row-prodacts .card .profile-details p {
        font-size: 14px;
    }
    .row-prodacts .card .prodact-price {
        height: calc(55px - 10px);
        padding: 10px 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .row-prodacts .card .prodact-price  del {
        margin-top: -6px;
        margin-right: 0 !important;
    }
}
@media (max-width: 368px) {
    .row-prodacts {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .row-prodacts .card {
        flex: 47%;
        min-width: 47%;
    }
    .row-prodacts .card .profile-details p {
        font-size: 13px;
    }
}
@media (max-width: 320px) {
    .row-prodacts {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .row-prodacts .card {
        flex: 97%;
        min-width: 97%;
    }
}
