/*
Theme Name: homeforest
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.pdp-description {
    max-width: 100%;
    width: 1440px;
    display: grid;
    margin: 40px auto;
    background: #f8f1e3;
    padding: 40px
}

@media(max-width: 600px) {
    .product-template-default .pdp-description {
        padding-left:24px;
        padding-right: 24px
    }
}

@media(min-width: 991px) {
    .product-template-default .pdp-description {
        grid-template-columns:1fr 1fr;
        grid-gap: 40px;
        gap: 40px
    }
}

.product-template-default .pdp-description ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-template-default .pdp-description__text {
    align-self: center;
    max-width: 500px;
    margin: 40px auto
}

.product-template-default .pdp-description__text p {
    line-height: 1.6
}

@media(max-width: 990px) {
    .product-template-default .pdp-description__image {
        display:none
    }
}

.product-template-default .pdp-description__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.product-template-default .pdp-description__section {
    border-top: 1px solid rgba(34,66,41,.16);
    margin-top: 40px
}

.product-template-default .pdp-description__section h4 {
    margin: 40px 0 0
}

.product-template-default .pdp-description__section li {
    padding: 4px 0
}

.product-template-default .pdp-description__whats-included {
    list-style: none;
    padding: 0;
    display: grid;
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: repeat(2,1fr)
}

@media(min-width: 601px) {
    .product-template-default .pdp-description__whats-included {
        grid-template-columns:repeat(3,1fr)
    }
}

.product-template-default .pdp-description__whats-included img {
    margin: auto
}

.product-template-default .pdp-description__whats-included figcaption {
    margin: 8px 0;
    line-height: 1.6
}
