/*
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.   ***************/
.marquee {
  height: 25px;
  width: 420px;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}
div#masthead a {
    font-weight: 600;
}
.label-hot.menu-item > a:after {
    content: "hot"!important;
}
h4.chinhsach {
    padding-top: 50px;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.khoispdo .box-text.box-text-products.text-center.grid-style-2 {
    background-color: rgb(255, 255, 255);
    padding: 10px 0px 15px 0;
    margin-top: 4px;
}
.khoispdo p.name.product-title.woocommerce-loop-product__title a {
    color: black;
    font-size: 16px;
}
bdi {
    color: #e5322d;
}
bdi {
    font-size: 18px;
}
del {
    font-size: 18px;
    font-variant-caps: normal;
}
.title_custom * {
    margin-bottom: 0;
}
.flex-custom {
    display: flex;
    align-items: baseline;
}
.title_custom::before {
    border-bottom: 4px double #a80e16;
    position: absolute;
    content: '';
    width: 40px;
    height: 50px;
    left: 0;
    bottom: 30px;
}
.title_custom {
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}
.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine 1.75s;
}
.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}
.sptheodm img {
    border-radius: 6px;
}
article h3{

    border-left: 3px solid #cd1919;
    position: relative;
    padding-left: 10px;
    color: #65676b;
    font-size: 1.3em;
    margin: 15px 0 10px 0;

}
.khoitintuc a.button.is-outline.is-small.mb-0 {
    border-radius: 13px;
    border: 1px solid #a80e16;
    color: #a80e16;
    text-transform: math-auto;
    line-height: 27px;
}
.khoitintuc a.button:hover {
    color: #ffffff !important;
}
.sanphamct a.button {
    border: 1px solid #0065f7;
    color: #0065f7;
    text-transform: math-auto;
}
button.single_add_to_cart_button.button.alt {
    text-transform: math-auto;
}
.sanphamct a.button:hover {
    background: #0065f7;
    color: white;
    border: 1px solid #0065f7;
}
.woocommerce-additional-fields h3 {
    display: none;
}
p#billing_first_name_field,p#billing_address_1_field {
    width: 100%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
h4.chinhsach {
    padding-top: 0;
}
bdi {
    font-size: 14px;
}
.khoispdo p.name.product-title.woocommerce-loop-product__title a {
    color: black;
    font-size: 15px;
}
.title_custom {
    padding-left: 0; 
    position: relative;
    margin-bottom: 30px;
}
.title_custom::before {
    bottom: -4px;
}
.khoispdo {
    padding-bottom: 0 !important;
}

}