#store-wrap {
    margin: 125px 0 0 0;
    padding: 0 15px;
}

#product-content {
    margin: 15px 0 0 0;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
    font-weight: bold;
    color: #659147;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-message {
    margin: 15px 0 15px 0;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #f5f1e9;
    border-radius: 5px;
}

.woocommerce-message a,
.woocommerce-message a:visited {
    color: #659147;
    transition: all 0.3s ease-out;
}

.woocommerce-message a:hover {
    color: #374c26;
}

#store-header>.product {
    margin: 15px 0 0 0;
}

#product-thumb {
    position: relative;
}

#product-thumb img {
    border-radius: 5px;
}

#product-thumb .onsale,
#product-thumb .outofstock {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 2.5px 5px;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFF;
    background-color: #659147;
}

.summary {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 15px 0 0 0;
}

h1 {
    width: 100%;
    font-family: "Bon Vivant Serif";
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    color: #659147;
}

.woocommerce-product-rating>.star-rating {
    margin: 15px 0 0 0;
}

.woocommerce-product-rating a,
.woocommerce-product-rating a:visited {
    color: #659147;
}

.price {
    margin: 15px 0 0 0;
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
}

p.stock.out-of-stock {
    margin: 15px 0 0 0;
    line-height: 40px;
    font-weight: bold;
    color: #cc0000;
}

form.cart {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 0
}

form.cart .quantity input {
    width: 55px;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    border: 2px solid #659147;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

form.cart button {
    padding: 10px 40px 10px 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    border: none;
    background-color: #659147;
    background-image: url(../img/cart_icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20%;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.woosw-btn {
    margin: 15px 0 0 15px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background-color: #febc00;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.woosw-btn-has-icon .woosw-btn-icon {
    margin: 0 auto !important;
}

.woosw-icon-2:before,
.woosw-icon-4:before,
.woosw-icon-8:before {
    color: #FFF;
}

.product_meta {
    width: 100%;
    margin: 30px 0 0 0;
}

.product_meta span {
    display: block;
    width: 100%;
}

.product_meta span a,
.product_meta span a:visited {
    color: #659147;
}

.woocommerce-tabs {
    margin: 15px 0 0 0;
    width: 100%;
}

.woocommerce-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-tabs .tabs li {
    flex: auto;
    box-sizing: border-box;
}

.woocommerce-tabs .tabs li+li {
    border-left: 5px solid #FFF;
}

.woocommerce-tabs .tabs li a,
.woocommerce-tabs .tabs li a:visited {
    display: block;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background-color: #659147;
}

.woocommerce-tabs .tabs li.active a {
    color: #333;
    font-weight: bold;
    background-color: #f5f1e9;
}

.woocommerce-Tabs-panel {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background-color: #f5f1e9;
}

.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel #reply-title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
    color: #659147;
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel table {
    margin: 15px 0 0 0;
}

.woocommerce-product-attributes td {
    padding: 0 0 0 15px;
}

@media (min-width: 640px) {
    #product-content {
        display: flex;
        flex-wrap: wrap;
    }

    #product-thumb {
        width: 50%;
    }

    .summary {
        width: calc(50% - 30px);
        margin: 0 0 0 30px;
    }

    .woocommerce-tabs {
        margin: 30px 0 0 0;
    }
}

@media (min-width: 800px) {
    #store-wrap {
        max-width: 800px;
        margin: 95px auto 0 auto;
    }

    form.cart:hover .quantity input {
        border-color: #374c26;
    }

    .outofstocklink a:hover,
    form.cart:hover button {
        background-color: #374c26;
    }

    .woosw-btn:hover {
        background-color: #ad8000;
    }
}

@media (min-width: 1440px) {
    #store-wrap {
        margin: 115px auto 0 auto;
    }

    #product-content {
        margin: 20px 0 0 0;
    }

    .summary {
        width: calc(50% - 40px);
        margin: 0 0 0 40px;
    }
}

/*****************************************************/
/********************* COMMENTS **********************/
/*****************************************************/

.review {
    margin: 15px 0 0 0;
}

.comment_container {
    display: flex;
    flex-wrap: wrap;
}

.comment_container img {
    width: 20%;
    height: 20%;
}

.comment-text {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(80% - 15px);
    margin: 0 0 0 15px;
}

p.meta {
    margin: 0 0 0 15px !important;
}

.description {
    width: 100%;
}

.description>p {
    margin: 5px 0 0 0 !important;
}

#comments+#review_form_wrapper {
    margin: 30px 0 0 0;
}

.comment-form-rating,
.comment-form-comment,
.comment-form-author,
.comment-form-email {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 0 0;
}

.comment-form label {
    width: 90px;
}

.comment-form input,
.comment-form textarea,
.comment-form p.stars {
    width: calc(100% - 90px);
}

p.stars {
    margin: 0 !important;
}

p.stars span {
    display: flex;
    flex-wrap: wrap;
}

p.stars span a {
    display: block;
    padding: 5px;
    width: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #659147;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

p.stars span a.active {
    background-color: #374c26;
}

p.stars span a+a {
    margin: 0 0 0 15px !important;
}

.comment-form input,
.comment-form textarea {
    padding: 5px;
    border: 2px solid #659147;
    border-radius: 5px;
}

.comment-form-cookies-consent input {
    width: auto;
}

.comment-form .form-submit {
    text-align: center;
}

.comment-form .form-submit input {
    width: auto;
    padding: 10px 15px;
    text-align: center;
    color: #FFF;
    border: none;
    background-color: #659147;
}

/*****************************************************/
/***************** RELATED PRODUCTS ******************/
/*****************************************************/

#related-products {
    width: 100%;
}

#related-products h2 {
    width: 100%;
    margin: 30px 0 0 0;
    font-family: "Bon Vivant Serif";
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    color: #659147;
}

@media (min-width: 1440px) {
    .woocommerce-tabs {
        margin: 40px 0 0 0;
    }

    #related-products h2 {
        margin: 80px 0 0 0;
        font-size: 4rem;
        line-height: 4rem;
    }
}