/*
 Theme Name:   Diwine Child
 Template:     diwine
 Description:  Child theme for diwine
 Version:      1.0.0
 Author:       Artsia
*/

@import url("../diwine/style.css"); /* Ensures the parent theme's CSS is included */
.cols-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cols-4{
    width: 33.3%;
    text-align: center;
    padding: 16px;


}
@media (max-width: 768px) {
    .cols-flex {
        flex-direction: column;
    }
    .cols-4{
        width: 100%;

    }
    .quantity{
        display: flex;
        justify-content: center;
    }
    .container-price {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

h1.product_title.entry-title{
    padding-bottom: 1rem!important;
    width: 100%;
    border-bottom: 3px solid #D3B649!important;
    text-align: left;
    font-weight: 700!important;
    font-size:36px!important;

}
.product-attributes{
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
}
h2.section-title{
    padding-top: 20px;
}
.product-attributes hr{
    border-bottom: 1px solid #D3B649!important;
    width: 30%;

}

.diwine-primary-nav {
    display: block;
    max-width: 50% !important;
    float: left;
}

h1.title-description {
    padding-bottom: 1rem!important;
    width: 100%;
    border-bottom: 2px solid #D3B649!important;
    text-align: left;
}

.vc_custom_heading {
    text-align: left;
    font-size: 16px;

}

hr{
    border-bottom: 1px solid #D3B649!important;
    width: 30%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    /* float: left; */
    width: 100% !important;
}
.woocommerce-message {
    border-top-color: #D3B649!important;
}
.woocommerce-message::before {
    content: "\e015";
    color: #D3B649!important;
}

#menu-main{
    right: 10%!important;
}


p.price {
    display: flex;
}

.container-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

form.cart {   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 4rem!important;
}

.pb-2{
    padding-bottom: 2rem!important;
}

.add-cart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.single_add_to_cart_button{
width: 100%;
}

p.stock.in-stock {
    color: #8B6D00;
    font-size: 16px;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.woocommerce .detailswrapper {

    overflow: hidden!important;
}
.custom-product-card {
    list-style: none;
    width: 30%;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    margin: 10px;
}

.product-card {
    display: flex!important;
    flex-direction: column!important;
    align-items: center;
    padding: 20px;

}
.product-info {
    display: flex!important;
    flex-direction: column!important;
    align-items: center;
}

.product-image img {
    width: 100%;
    border-radius: 10px;
}

h2.product-title{
    font-size: 24px!important;
    font-weight: bold!important;
    color: #700320!important;
    margin-top: 10px;
}

.product-icon img {
    width: 20px;
    height: 20px;
    margin: 5px 0;
}

.product-description {
    font-size: 14px;
    color: black!important;
    margin: 15px 0;
}



.vai-button {
    background: #700320;
    color: white!important;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0px;
    margin-top: 10px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.single-product-layout {
    display: flex;
    width: 100%;
    margin: auto;
    background: white;
}

.product-flex-container {
    display: flex;
    gap: 20px;
    width: 70%;
}

.product-image-large {
    flex: 2;
    max-width: 30%;
}

.product-image-large img {
    width: 20%;
    height: auto;
    border-radius: 10px;
    padding: 10px!important;
}

.product-details {
    flex: 2;
    padding: 10px;
}


.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #651d32;
}

.icon {
    font-size: 1.2rem;
}

.product-attributes p {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    margin: 20px 0;
    font-weight: 400;
}

.product-price {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.product-buttons {
    margin-top: 20px;
}

.custom-button {
    display: block;
    width: 100%;
    background: #8b1e3f;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.custom-button:hover {
    background: #a8324b;
}
p.attributi{
    font-size: 16px;
    font-weight: 600;
}
span.attributi {
    font-weight: 400;
    font-size: 14px;
}

span.icon{
    align-items: center;
    display: flex;
}
p.stock.in-stock {
    display: none;
}
.product-second{
    flex: 2;
    padding: 10px!important;
    background: white;
}
.woocommerce div.product p.price{
    color: black!important;
    font-size: 24px;
    font-weight: 700;

}

.woocommerce .quantity input.qty-minus[type=button] {
    border: 1px solid #700320 !important;
    margin-right: 10px!important;
    border-radius: 4px;
    color: #700320;
    width: 50px!important;
}
.woocommerce .quantity input.qty-plus[type=button] {
    border: 1px solid #700320 !important;
    border-left:1px solid #700320 !important;
    border-right:1px solid #700320 !important ;
    margin-right: 10px!important;
    border-radius: 4px;
    color: #700320;
    width: 50px!important;
}

.woocommerce .quantity input.qty-minus[type=button]:hover {
    background: #700320!important;
    color: white!important;
}
.woocommerce .quantity input.qty-plus[type=button]:hover {
    background: #700320!important;
    color: white!important;
}
.input-text.qty.text {
    border: 2px solid black !important;
    border-radius: 4px;
    margin-right: 10px!important;
    color: black;
    width: 70px!important;
}
button.single_add_to_cart_button.button.alt {
    margin-left: 10px;

}
.woocommerce div.product form.cart .button:not(.like-text-field){
    background: #700320!important;
    color: white!important;
    font-size: 1rem;
    margin-left: 0px;
}

.woocommerce div.product form.cart .button:not(.like-text-field):hover{
    background:white!important;
    color: #700320!important;
    font-size: 1rem;
    border:1px solid  #700320!important;
}


@media (max-width: 768px) {
    .d-flex{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-flex-container {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .product-image-large {

        max-width: 88%;
        display: flex
    }
}
