/**
* Theme Name: Melawell Child
* Description: This is a child theme of Melawell, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">Duy Nguyen</a>
* Template: musclefuel
* Version: 1.6.0
*/

.melawell-icons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1em;
    margin-right: -1em;
}
.melawell-icons-list .glyph {
    display: inline-block;
    width: 9em;
    margin: 1em;
    text-align: center;
    vertical-align: top;
    border: 1px solid #eee;
    background-color: #f7f7f7;
}

.melawell-icons-list .class-name {
    color: #223645;
    padding: 10px;
}

.melawell-icons-list [class*="melawell-icon"] {
    padding: 20px;
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #223645;
    background: #fff;
}
@media only screen and (min-width: 767px) {

#order_review .woocommerce-checkout-review-order-table td.product-name{
    position: absolute;
    left: 0;
    top: 20px;
}
#order_review .woocommerce-checkout-review-order-table td.product-name{width: 60%;
    position: relative;
    padding-left: 60px;}
}
header .top-bar {
    background-color: #1F2C30;
}
header .top-bar .top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
}
header .top-bar .top-bar-inner .top-bar-left .top-bar-list li:not(:last-of-type) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.05);
}
header .top-bar .top-bar-inner .top-bar-left .top-bar-list li {
    color: var(--ed-color-common-white);
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    padding: 12px 0;
}
header .top-bar .top-bar-inner .top-bar-right {
    display: flex;
    align-items: center;
}
header .top-bar .top-bar-inner .top-bar-right .register-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 12px 0;
}
header .top-bar .top-bar-inner .top-bar-right .register-box .icon {
    font-size: 14px;
    color: var(--ed-color-common-white);
}
@media (min-width: 768px) {
    ul.products.columns-5 li.product{
	max-width: calc(100% / 1) !important;
}
}