.woocommerce{
    padding: 0px;
    height: 100%;
}


.single-product-body{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-product-body .product{
    display: flex;
    justify-content: space-around;
    width: 90%;
}

@media (max-width: 1080px){
    .single-product-body .product{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }  

    .single-product-body .product .summary-card{
        margin-top: 20px;
        width: 80%;
    }  


    .single-product-body .product .images-container .gallery-images img{
        width: 100%;
    }

    .single-product-body .product .image-container{
        padding-right: 0px;
        margin-right: 5px;
    }

    .single-product-body .product .images-container{
        padding-right: 0px;
    }

    
}

.single-product-body .product .images-container{
    width: 60%;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-product-body .product .images-container .product-thumbnail{
    width: 100%;
    height: 70%;
    margin-bottom: 15px;
    text-align: center;
}

.single-product-body .product .images-container .product-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-width: 580px;
    cursor: pointer;
}

.single-product-body .product .images-container .gallery-images{
    width: 100%;
    max-width: 580px;
    display: flex;
    justify-content: space-between;
}

.single-product-body .product .images-container .gallery-images .image-container{
    width: 30%;
    height: 100%;
}

.single-product-body .product .images-container .gallery-images .image-container img{
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-full{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.image-full .close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    max-width: 32px;
    max-height: 32px;
}

.image-full.active{
    visibility: visible;
    opacity: 1;
}

.image-full img{
    position: relative;
    width: 70%;
    height: auto;
    max-width: 900px;
    outline: none;
}




.single-product-body .woocommerce-message{
    display: none;
}

.single-product-body .summary-card{
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    width: 45%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.50);
}

.single-product-body .summary-card .summary{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single-product-body .summary-card .summary .woocommerce-product-rating{
    margin-top: 10px;
    color: grey;
}

.single-product-body .summary-card .summary .woocommerce-product-rating .woocommerce-review-link{
    display: none;
}

.single-product-body .summary-card .summary .price{
    margin-top: 10px;
}

.single-product-body .summary-card .summary h1{
    color: var(--main-color);
    margin-top: 15px;
}

.single-product-body .summary-card .summary .price{
    color: black;
    font-size: 25px;
}

.single-product-body .summary-card .summary .woocommerce-product-details__short-description{
    margin-top: 30px;
    color: black;
    font-size: 15px;
}

.single-product-body .summary-card .summary .cart{
    margin-top: 20px;
}

.single-product-body .summary-card .summary .cart .quantity{
    display: flex;
    flex-direction: column;
}

.single-product-body .summary-card .summary .cart .quantity label{
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
}

.single-product-body .summary-card .summary .cart .quantity input{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    width: 30px;
    border: 2px solid var(--main-color);
    border-radius: 10px;
}

.single-product-body .summary-card .summary .cart button{
    margin-top: 20px;
    padding: 8px;
    background-color: var(--secondary-color);
    color: white;
    border: 2px solid var(--secondary-color);
    border-radius: 8px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    cursor: pointer;
}

.single-product-body .summary-card .onsale{
    padding: 10px;
    background-color:  var(--secondary-color);
    border-radius: 20px;
    color: white;
    
}

.single-product-body .summary-card .product_meta{
    margin-top: 15px;
}

.single-product-body .summary-card .product_meta .posted_in{
    color: #4869A7;
    font-weight: 500;
}

.single-product-body .summary-card .product_meta .posted_in a{
    color: grey;
    font-weight: 300;
    text-decoration: none;
}

.single-product-body .woocommerce-tabs{
    margin-top: 35px;
    width: 90%;
    display: flex;
    flex-direction: column;
}

.single-product-body .woocommerce-tabs ul{
    display: none;
}


.single-product-body .woocommerce-tabs .comment_container{
    background-color: white;
    padding: 15px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #dddddd;
    list-style: none;
    box-shadow: 6px 7px 14px 0px rgba(176,176,176,0.75);
    margin-bottom: 5px;
}


.single-product-body .woocommerce-Reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.single-product-body .woocommerce-Reviews #comments {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-product-body .woocommerce-Reviews #comments h2{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
    color: grey;
}

.single-product-body .commentlist {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.single-product-body .commentlist li{
    list-style: none;
    width: 80%;
    padding: 0;
    list-style-type: none;
}
.single-product-body .commentlist ol{
    padding: 0;
    list-style-type: none;
}

#review_form{
    display: flex;
    justify-content: center;
}
#review_form_wrapper{
    width: 100%;
}

.single-product-body .variations{
   margin-bottom: 15px;
   border-spacing: 10px;
}

.single-product-body .variations label{
    margin-right: 10px;
    font-size: 20px;
    color:  var(--main-color);
 }
 .single-product-body .variations select{
    padding: 5px;
    color:  var(--main-color);
    border: 2px solid #4869A7;
    border-radius: 8px;
 }

 .single-product-body .related{
     display: flex;
     flex-direction: column;
     align-items: center;
     width: 90%;
     margin-left: 0px;
     margin-right: 0px;
 }

 .single-product-body .related h2{
    margin-bottom: 20px;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
    color: var(--main-color);
}

 .single-product-body .related ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.single-product-body .related .product{
    justify-content: space-between;
    width: 30%;
}

.single-product-body .related .product .button{
    margin-top: 15px;
    margin-bottom: 15px;
}


.single-product-body .up-sells > h2{
    color: var(--main-color);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-product-body .up-sells .product{
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   
}

 

@media (max-width: 670px){
    .single-product-body .related ul{
        justify-content: center;
    }

    .single-product-body .related ul .product{
        width: 80%;
    }
}