/*
Theme Name: Tinh dầu
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.best_offer {
    max-width: 100%;
	    border: 1px solid #ccc;
    border-radius: 4px;
   
    margin: 0 auto;
    overflow: hidden;
}
.best_offer_top {
    background: #f2f2f2;
    text-align: left;
    padding: 0.6em 1em;
}
.best_offer_list .item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.best_offer_list .item {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.best_offer_list .item .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    width: calc(100%/3);
}
.best_offer_list .item_image {
    height: 35px;
    text-align: left;
}
.item_image img {
    max-height: 35px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    pointer-events: none;
}
.best_offer_list .item_image * {
    text-align: left!important;
}
.best_offer_list .item_price p {
    color: #da344a;
    font-size: 1rem;
    font-weight: 600;
}
.best_offer_list .item_link a {
    background: #1da64c;
    border-radius: 5px;
    color: #fff!important;
    font-size: 1em;
    height: 35px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center; 
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}