#sectionHomeStore{
    display: none;
}
.wrap-logo img{
    max-height: 100px;
    min-width: auto;
}
.descriptionCustomer textarea::placeholder{
    font-weight: bold !important;
}
/*.checkout-accept{*/
/*    color: red !important;*/
/*}*/
.product-mb{
    background: #fafafa;
    padding: 15px 0;
    margin-bottom: 15px;
}

.product-mb .product td {
    padding-top: 1em;
}
.product-mb .product:first-child td {
    padding-top: 0;
}
.product-mb .product .product-image .product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product-mb .product .product-image .product-thumbnail .product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.product-mb .product .product-image .product-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
}
.product-mb .product .product-image .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product-mb .order-summary .order-summary-emphasis {
    font-weight: 500;
    color: #4b4b4b;
}
.product-mb .product .product-price {
    white-space: nowrap;
}
@media (min-width: 1000px) {
    .product-mb{
        display: none;
    }
}
@media (max-width: 999px) {
    .product-pc{
        display: none;
    }
}
