/*************general style**************/
.modal-body {
    padding: 2rem;
}

.text-navy {
    color: #0b234f;
}

.hidden {
    display: none;
}

/*************compair list style***************/

.main-title {

    font-weight: bolder;
    font-size: 17px;
    padding: 0 30px;
    margin: 0;
    width: 100%;
}

.items-wrraper {
    border-left: 1px solid whitesmoke;
}

/**.strip-bg{
 background-color: whitesmoke;
}**/

.compair-list-wrraper {
    margin: 0 auto;
    padding: 3rem 3rem;
}

.compair-images-wrraper {
    height: 230px;
}

.compair-images-wrraper .compair-image-item {
    width: 65%;
    height: 170px;
    object-fit: contain;
    text-align: center;
    display: flex;
    margin: 0 auto;
}

.details-item {
    font-weight: bolder;
    margin: 12px 3px !important;
    padding: 0px 3px;
}

.compair-details-item {
    padding-bottom: 14px;
    

}

.compair-details-item .details-item {
    font-weight: bolder;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 17px;
}

.compair-details-item .details-value {
    text-align: center;
    margin: 0;
    height: 100px;
     
    color: #0b234f;
    font-weight: bold;
    display: flex;
    border-left: 1px solid whitesmoke;
    /* background-color: whitesmoke;*/
    align-items: center;
    justify-content: start;
}

.compair-details-item .description-value {
    text-align: center;
    color: #0b234f;
    font-weight: bold;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-left: 1px solid whitesmoke;
}

/**************add new product style *****************/
.add-new-product-wrraper {
    text-align: center;
    cursor: pointer;
}

.add-new-product {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* border: 1px solid whitesmoke;
    box-shadow: 0px 0px 3px 1px #0b234f5e;*/
    object-fit: contain;
    border-left: 1px solid whitesmoke;
}


.btn.delete-item-wrraper {
    position: absolute;
    left: 1.8rem;
    border: 1px solid red;
    top: 0.5rem;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 24px;
    width: 24px;

}
.text-red
{
    color: red;
}


.btn.delete-item-wrraper:hover {
    background-color: #ff000012;
}



/***************START products List **********************/
.btn.btn-search {
    color: #3699FF;
    background-color: #E1F0FF;
    border-color: transparent;
    width: 90%;
    height: 35px;
 
   
}

.btn.btn-search:hover {
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: transparent;
}

.input-search
{
     height: 35px;
    border-color: gray;
   
}

.product-wrraper {
    padding: 8px;
}

.product-wrraper:hover {
    box-shadow: 0px 0px 2px 2px #3798fe24;
}

.product-content {
    position: relative;
}

.product-content .product-title,
.product-title {
    margin-top: 0.8rem;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 2px;

}

.product-content .product-image {
    border: 1px solid #cecece;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px;
    width: 100% !important;
    object-fit: contain;
    height: 170px;
}

.product-content .product-discount {
    position: absolute;
    color: white;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff4747;

}

.product-content .product-discount .product-discount-value {
    font-weight: bolder;
    padding: 6px 8px;
    text-align: center;
}


.product-content .product-special {
    color: white;
    position: absolute;
    top: 1px;
    background-color: #ffac48;
    border-bottom-left-radius: 5rem;
    width: 63px;
    height: 35px;

}

.product-content .product-special .product-special-value {
    font-weight: bolder;
    margin-right: 11px;
}



.product-content .product-price,
.product-price {
    color: #3798fe;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
}

.pice-unit {
    font-size: 12px;
}

.product-content .product-last-price,
.product-last-price {
    text-align: center;
    font-size: 11px;
    margin-top: 3px;
    text-decoration: line-through;
}

.product-content .product-unavailable,
.product-unavailable {
    color: white;
    position: absolute;
    top: 1px;
    background-color: #56585aad;
    border-bottom-left-radius: 5rem;
    width: 71px;
    height: 35px;
}

.product-content .product-unavailable .product-unavailable-value {
    padding: 2px;
    margin-right: 4px;
}

.product-content .product-contact {
    color: white;
    position: absolute;
    top: 1px;
    background-color: #3798fe;
    border-bottom-left-radius: 5rem;
    width: 53%;
    height: 35px;
}

.product-content .product-contact .product-contact-value {
    text-align: center;
}

.product-content .product-inquir {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #3798fe;
}


.product-discount-price {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #ff4747;
    font-size: 12px;
    font-weight: bolder;
}

.product-wrraper.active {
    border: 1px solid #56a8feb8;
    box-shadow: 0px 0px 3px 0px #56a8feb8;
}

.product-footer {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

button.btn.btn-close-modal {
    border: 1px solid red;
    color: red;
    padding: 5px 15px;
    font-weight: bolder;
}

button.btn.btn-close-modal:hover {
    background-color: #ff000014;
}

button.btn.btn-add-item {
    border: 1px solid #198754 !important;
    margin-right: 10px;
    color: #198754 !important;
    font-weight: bolder;
    padding: 5px 15px;
}

button.btn.btn-add-item:hover {
    background-color: #19875421 !important;
}

.empty-list {
    margin: 4rem;
    text-align: center;
    font-weight: bolder;
}

.link-add-item {
    color: blue !important;
    cursor: pointer;
}

.add-new-product .btn.btn-add {
    border: 1px solid #0b234f;
    color: #0b234f;
    font-weight: bold;
}

.add-new-product .btn.btn-add:hover {
    background-color: #0b234f;
    color: white !important;
}

.btn-m-Left {
    margin-left: 5px;
    ;
}




/****************Start Compairs Details**********/
.strip-bg {
    background-color: whitesmoke;
}

.row-items-wrraper {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #8080803b;
}

.compair-items-wrraper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
 
    padding: 0 1rem;
}

p.details-item {
     width: 150px; 
}


/*************Start Media Style **************/

@media (max-width: 575px) {
    .btn-m-top {
        margin-top: 5px;
        margin-bottom: 5px;
        ;
    }
}

@media(max-width:765px) {
    .mt5 {
        margin-top: 50px;
    }
}


@media (max-width: 730px) {
    .compair-list-details-body {
        width: 700px;
    }

    .compair-list-wrraper {
        overflow: scroll;
    }
}