/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-bottom-nav > li a {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 30px;
}

.header-bottom-nav > li > a {
    line-height: 16px;

    letter-spacing: 0;
    color: white !important;
    font-size: 13px;
}

.single-product .product-short-description ul li {
    float: left;
    margin-bottom: 12px;
    width: 50%;
    font-size: 14px;
    color: #3e3e3e;
    background: url(http://localhost/dentrangtri/wp-content/uploads/2021/11/ic1.gif) no-repeat left center;
    padding-left: 10px;
    margin-left: 0;
    list-style: none;
}

span.amount {
    white-space: nowrap;
    color: RED;
    font-weight: bold;
}

a.devvn_buy_now_style {
    max-width: 100%;
}
.ms {
    right: 5px;
    position: fixed;
    z-index: 998;
    width: 44px;
    height: 191px;
    overflow: hidden;
    bottom: 95px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
@media screen and (max-width: 849px){
    .ms {
        display: none;
    }
}
.ms li {
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    list-style-type: none;
}
.ms .m {
    background: url(img/map.png) no-repeat left top;
    border-radius: 50%;
}
.ms .h {
    background: url(img/messen.png) no-repeat left top;
}
.ms .c {
    background: url(img/zalo.png) no-repeat left top;
}
.ms a {
    display: block;
    width: 44px;
    height: 44px;
}
#tab-description strong{
	    text-transform: uppercase;
}
.mdf {
    background-color: #fff;
    //height: 40px;
    overflow: hidden;
    padding: 5px 0;
    left: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    display: none;
}
@media screen and (max-width: 849px){
    .mdf {
        display: block;
    }
}
.uf {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    height: 35px;
    overflow: hidden;
    max-width: 494px;
    padding-left: 8px;
    padding-right: 240px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.uf li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    height: 35px;
    border-radius: 5px;
}
.uf .t {
    background-color: #fe0000;
    text-align: center;
    text-transform: uppercase;
}
.uf .c, .uf .f, .uf .r, .uf .m {
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 0px;
}
.uf .m {
    right: 182px;
    background-color: #f1f1f3;
}
.uf .c {
    background: #f1f1f3 url(img/b.png) no-repeat center center;
    right: 124px;
    background-size: 20px auto;
}
.uf .r {
    background: #f1f1f3 url(img/d.jpg) no-repeat center center;
    right: 66px;
    background-size: 22px auto;
}
.uf a {
    display: block;
    line-height: 36px;
    cursor: pointer;
    height: 35px;
}
.uf .t a {
    background: url(img/ib.png) no-repeat 8px center;
    background-size: auto 23px;
    width: 100px;
    padding-left: 22px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    background-size: 16px auto;
}
.uf .m b {
    background: url(img/map.png) no-repeat center center;
    height: 20px;
    width: 20px;
    display: block;
    margin: 8px auto 0px auto;
    border-radius: 50%;
    background-size: 20px auto;
}
.quantity .button.minus, .quantity .button.plus {margin-right: 0;}