.type-product {
    display: flex;
    flex-wrap: wrap;
    color: #616161;
}

.woocommerce-product-gallery {
    width: 100%;
    display: block;
}

.summary.entry-summary {
    width: 100%;
    display: block;
}

@media (min-width: 768px){

    .woocommerce-product-gallery {
        width: 50%;
    }
    
    .summary.entry-summary {
        width: 50%;
    }
}

.woocommerce-tabs {
    display: flex;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-wrap: wrap;
}

ul.tabs.wc-tabs {
    width: 100%;
}

.wc-tabs li {
    padding-right: 1rem;
    padding-bottom: 1.2rem;
    display: block;
    float: left;
}

.wc-tabs li a {
    padding: 5px;
    border: solid 1px #dee2e6;
    border-radius: 2px;
    color: #666161;
    transition: 0.2s;
}

.wc-tabs li a:hover, .wc-tabs li.active a{
    text-decoration: none;
    border-color: #616161;
    color: #383737;
}

.related.products {
    display: block;
    width: 100%;
}

button.button {
    background: #49b775;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    padding: 0px 20px;
    border: solid 1px #429c66;
    height: 40px;
    transition: 0.2s;
}

button.button:hover {
    background: #41a369;
    border-color: #367d53;
}

button.button:focus-within{
    outline: 0;
    box-shadow: 0 0 0 0.2rem #49b77530;
}

section.up-sells.upsells.products {
    width: 100%;
    display: block;
}

div#tab-description {
  
}

.quantity {
    display: block;
    float: left;
    margin-right: 0.5rem;
    height: 40px;
}

label.screen-reader-text {}

.quantity .input-text {
    height: 40px;
    padding-left: 10px;
    border: solid 1px #dadcde;
    border-radius: 5px;
    transition: 0.2s;
    width: 112px;
}

.quantity .input-text:focus-visible {
    outline: none;
    border-color: #85b799;
}

form.cart {
    padding-bottom: 1.5rem;
}

.product_title {
    color: #616161;
}

span.onsale {
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #db1b32;
    text-transform: uppercase;
}

.product_meta > span {
    display: block;
    padding-bottom: 0.5rem;
}