/*
Theme Name: ATM Theme
Description: This is a child theme for Flatsome Theme
Author: AnhTuanMedia
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small.box .box-image {
    display: flex
;
    justify-content: center;
}
.product-small.box .box-image img {
    height: 200px;
    width: auto;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    flex-wrap: nowrap;
}

.header-inner .flex-col.hide-for-medium.flex-right {
    min-width: 510px;
}

.header-inner li.cart-item.has-icon.has-dropdown {
    min-width: max-content;
}
.row-intro .icon-box.featured-box .icon-box-text.last-reset {
    align-items: center;
    justify-content: center;
    align-content: center;
}

.rewardpoints-product-view-earning {
    background-color: #EEE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
h1.product-title.product_title.entry-title {
    color: #f8ab1f;
    margin-bottom: 10px;
    border: 0;
    margin-top: 5px;
    text-transform: inherit;
    font-size: 23px;
}
.rewardpoints-product-view-earning {
    margin-bottom: 20px;
    clear: both;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}