.product-detail .s_searchbar_input{
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    padding: 3px 0;
}
.product-detail .s_searchbar_input .form-control{
    background-color: transparent!important;
}
.product-detail .oe_search_button{
    background-color: transparent;
    border: 0;
}

.product-detail .o_pricelist_dropdown a{
    border: 1px solid #DEE2E6;
    background-color: transparent;
    border-radius: 8px;
    padding: 10px 8px;
}
.product-detail li.breadcrumb-item a{
color: #212529;
}

.product-detail li.breadcrumb-item.active  span
{
color: #22B3A0;
}
.product-detail h1{
    color: #196956;
}

.product-detail .title-detail-product .circle-progress .number{
    color: #22B3A0;
}

.product-detail .title-detail-product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail #o-carousel-product .carousel-outer .carousel-inner img{
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.product-detail .info-product{
    display: flex;
    margin: 20px 0;
    flex-direction: row;
    justify-content: space-between;
}

.product-detail  .info-product-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.donation-block{
    position: relative;
    margin-top: 15px;
}
.donation-block h3{
    display: inline-block;
    font-size: 16px;
    background-color: #fff; 
}
/*.donation-block:after {
    background: #DEE2E6;
    content: '';
    height: 1px;
    left: 70px;
    top: 25;
    position: absolute;
    width: 80%;
}*/
.donnation-block-inner{
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
}
.amount-item{
    margin-right: 15px;
}
.donnation-block-inner span{
    border-radius: 8px;
    border: 1px solid #DEE2E6;
    background: #fff;
    display: flex;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 24px;
    color: #196956;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.donnation-block-inner span:hover{
    background: #E9F7F5;
    border-color: #22B3A0;
}
.donnation-block-inner small{
    font-size: 16px;
    color: #292121;
}
.donnation-block-inner .form-group{
    width: 100%;
}

.donnation-block-inner .form-group .label-control{
    display: block;
    margin-bottom: 5px;
}
.donnation-block-inner .form-group .form-control{
    border: 1px solid #DEE2E6;
    padding: 15px 10px;
}
.product-detail .actions-btn a.btn-outline-primary{
    background-color: #196956;
    color: #fff;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 400;
    border-color: #196956;
}
.product-detail .actions-btn a.btn-outline-primary:hover{
    background-color: #0D5543;
    color: #fff;
}
.product-detail .actions-btn .btn-cart{
    background-color: #292121;
    border-color: #292121;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    line-height: 40px;
}
.product-detail .actions-btn .btn-cart:hover,
.product-detail .actions-btn .btn-cart:focus{
    background-color: #111;
    border-color: #111; 
}
.product-detail  .actions-btn  a.share-btn{
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 400;
    background-color: transparent;
    text-decoration: none;
    color: #292121;
    border: 1px solid #292121;
}
.product-detail  .actions-btn  a.share-btn:hover{
    color: #fff;
    background-color: #292121;
    border: 1px solid #292121;
}
.product-detail  .actions-btn  a.share-btn:hover .icon-btn svg path{
    fill: #fff;
}
.donation-info{
    margin: 25px 0;
    display: flex;
}
.donation-info-item{
    display: flex;
   align-items: center;
   margin-right:20px;
}
.donation-info-item .icon{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 65px;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #DEE2E6;
}
.icon-info{
    display: flex;
    flex-direction: column;
}

.product-detail #o_wsale_cta_wrapper{
    justify-content: start;
}

.product-detail #o_wsale_cta_wrapper .form-group{
    width: 100%;
}
.product-detail #o_wsale_cta_wrapper .form-group .form-control{
    border-radius: 25px;
    padding: 13px 10px;
    width: 100%;
}
.product-detail .css_quantity.input-group .js_add_cart_json{
    padding: 12px 18px;
}
.product-detail .css_quantity.input-group{
    border-radius: 35px;
}
.product-detail .product-detail .css_quantity.input-group .js_add_cart_json{

}
.product-detail .actions-btn{
    display: flex;
    align-items: center;
}
.product-detail .donation-value-block .form-group{
    width: auto;
    position: relative;
    top: 15px;
}
.product-detail .input-amount-value{
    width: 70%;
}
.product-detail .input-amount-value .form-control{
    border: 1px solid #DEE2E6;
    padding: 15px 10px;
    border-radius: 8px;
    width: 100%;
}
@media (max-width: 991.98px){

    .donation-info{
        flex-direction: column;
    }
    .donation-info-item{
        margin-bottom: 15px;
    }
}
 