﻿





.admin_btn_prod .btn {
    padding: 5px 15px;
}
.prod_page {
    margin-top: 25px;
    width: 100%;
    float: left;
}
.ProductListBar{
    justify-content: flex-end;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
}
.prod_page_description {
    border-radius: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 25px;
}
.descriere_categ {
    border-radius: 5px;
    padding: 25px;
    font-size: 16px;
    font-weight: 400;
}
.prod_page_container {
    grid-template-columns: 550px 550px;
    margin-bottom: 50px;
    grid-gap: 24px;
    display: grid;
}
.card {
    border: 2px solid #ccc;
    box-sizing: border-box;
    transition: .3s ease;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.card:hover {
    transform: translateY(-3px);
}
    
.ImgHeight {
    position: relative;
    height: 350px;
    width: 100%;
}
.ImgHeight img {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.product_bottom {
    background-color: #f5f6f7;
    justify-content: space-between;
    flex-flow: column;
    height: auto;
    display: flex;
}
.ProductTitle {
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    border-radius: 4px;
    padding: 6px 14px;
    display: flex;
    height: auto;
    float: left;
    width: auto;
    left: 15px;
    z-index: 1;
    bottom: 15px;
}
    .ProductTitle a {
        font-weight: 600;
        font-size: 22px;
        color: #fff;
    }
.product_buton {
    text-align: right;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 5px;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
}
.PDetailsButton {
    padding: 5px 45px 5px 15px;
    background-color: #ccc;
    color: #189d0e;
    text-transform: uppercase;
    font-weight: 400;
}
    .PDetailsButton:hover {
        color: #000 !important;
    }
.product_buton:hover .PDetailsButton {
    
}
.products_description {
    max-height: 100px;
    overflow: hidden;
    font-size: 16px;
    padding: 15px;
    font-weight: 400;
    height: auto;
}


/* ~~~ ~~~ ~~~ ~~~
    pagina categ 
*/
.ListCategoryProd {
    grid-template-columns: 30% 30% 30%;
    margin: 50px 0 70px;
    display: grid;
    width: 100%;
    grid-gap: 50px;
    float: left;
}

.ContainerCat1 {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 370px;
}

.ContainerCat2 {
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    transition: .3s ease;
    overflow: hidden;
    margin: auto;
    height: 100%;
    width: 100%;
}
.ContainerCat1:hover .ContainerCat2 {
    transform: translateY(-3px);
}

.ImgCat {
    position: relative;
    height: 85%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .ImgCat img {
        height: auto;
        /* max-height: 100%; */
        width: auto;
        max-width: 100%;
        object-fit: cover;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        margin: auto;
    }

.TitleCat {
    background-color: rgb(39, 39, 39);
    transition: .3s;
    display: flex;
    align-items: center;
    padding: 10px;
    height: 100%;
    width: 80%;
    padding-right: 20px;
}
    .TitleCat a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        display: block;
        letter-spacing: -1.5px;
    }
.ContainerCat1:hover .TitleCat {
    background-color: rgba(0, 0, 0, 0.8);
}
.BtnCat {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    background-color: #189d0e;
    position: absolute;
    text-align: right;
    height: 101%;
    width: 28%;
    top: 0;
    right: 0;
}
    .BtnCat a {
        letter-spacing: -0.5px;
        justify-content: flex-end;
        padding-right: 10px;
        align-items: center;
        display: flex;
        height: 100%;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
    }
    .BtnCat a:hover {
        color: #fff;
    }
.bottomCat {
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 15%;
    display: flex;
    width: 100%;
    bottom: 0;
    left: 0;
}




/* ~~~ ~~~ ~~~ ~~~
    pagina de produs
*/
.ProductPage {
    padding-top: 45px;
    width: 100%;
    float: left;
}
.productImage1 {
    border-radius: 5px;
    overflow: hidden;
    /*height: 470px;*/
    width: 100%;
    text-align: center;
}
    .productImage1 img {
        max-width: 100%;
        width: 100%;
        border-radius: 4px;
        max-height: 100%;
        height: auto;
        width: auto !important;
        margin: auto;
    }
.productImage2 {
    width: 95%;
    margin: auto;
    margin-top: 10px;
}
.productDescription {
}
.TitleProduct {
    margin-bottom: 45px;
    position: relative;
    font-size: 32px;
    line-height: 1.1;
}
    .TitleProduct:before {
        background-color: #999;
        position: absolute;
        bottom: -5px;
        content: '';
        width: 45px;
        height: 3px;
        left: 0;
    }
    .TitleProduct:after {
        background-image: url('../images/homepage/poza3-homepage.png');
        background-size: 230px;
        background-repeat: no-repeat;
        position: absolute;
        content: '';
        height: 250px;
        width: 120px;
        z-index: -1;
        right: 0px;
        top: -55px;
    }
.productShortDescription {
    background-color: #e4e4e4;
    border-radius: 4px;
    position: relative;
    font-weight: 400;
    margin-top: 45px;
    font-size: 16px;
    padding: 20px 25px;
}
    /*.productShortDescription::first-letter {
        padding-left: 13px;
        font-weight: 700;
        font-size: 20px;
        color: #189d0e;
    }*/
 /*   .productShortDescription:before {
        background-color: #189d0e;
        position: absolute;
        content: '';
        height: 80%;
        height: 5px;
        width: 5px;
        left: 24px;
        top: 34px;
    }*/
  
.CereOferta-btn {
    text-align: left;
}
.CereOferta {
    border-radius: 4px !important;
    background-color: #189d0e;
    font-size: 14px;
    transition: .3s;
    padding: 10px 24px;
    color: #fff;
}
    .CereOferta:hover {
        border: 1px solid #189d0e;
        background-color: #f6f6f6;
        color: #189d0e;
    }
.xzoom-gallery{
    border-radius: 4px;
}
.productLongDescription {
    position: relative;
    border-radius: 4px;
    font-size: 18px;
    padding: 20px 0 45px;
    font-weight: 400;
}
    /*.productLongDescription:before {
        background-image: url('../images/logo-nou-25.png');
        background-size: 115px;
        background-repeat: no-repeat;
        position: absolute;
        content: '';
        height: 50px;
        width: 120px;
        z-index: 0;
        right: 20px;
        top: 8px;
    }*/

#gallery_01 .slick-track {
    margin: auto;
}
#gallery_01 .xzoom-gallery {
    margin: 13px auto 0;
    width: 90% !important;
    height: auto;
}
.regular .slick-next {
    background-image: unset;
    transform: rotateY(0) !important;
    right: -17px;
}
.regular .slick-prev {
    left: -17px;
    background-image: unset;
    top: 52%;
    transform: rotateY(180deg) !important;
}
.regular:hover .slick-arrow {
    opacity: 1;
}
.regular .slick-arrow:before {
    opacity: 1;
    color: #658046;
}
.regular .slick-arrow:before {
    content: '→';
}


.whatsapp {
   
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}
.whatsapp img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.btn_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.whatsapp-btn {
    margin-right: 5px;
}
.productImage {
    padding-left: 0;
    padding-right: 20px;
}
.productDescription {
    padding-right: 0;
    padding-left: 15px;
}