/**
 * Theme Name: inminhkhang
 * Template: hd
 * Author: Gaudev
 * Author URI: https://webhd.vn
 * Requires PHP: 8.2
 * Version: 1.0 Alpha
 * Text Domain: inminhkhang
 * Domain Path: /languages
 */

 b, strong {
    font-weight: 600;
}
.woocommerce .products ul, .woocommerce ul.products{
	list-style: disc !important;
  margin-left: 1.2em !important;
}
.woocommerce .products ul li, .woocommerce ul.products li{
	list-style: disc !important;
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.hb_fixed_lists ul li{
    opacity: 1;
}
.hb_fixed_lists ul li ._images,.hb_fixed_lists ul li ._svg{
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: fa-shake;
}
.hb_fixed_lists ul li._item.phone:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #A0CD47;
    opacity: 0;
    z-index: -1;
    animation: sonarWave 1.4s linear infinite;
}
.hb_fixed_lists ul li._item.zalo {
    bottom: 145px;
}
.hb_fixed_lists ul li._item.line {
    bottom: 80px;
}
.hb_fixed_lists ul li._item.phone {
    bottom: 15px;
}
@media only screen and (max-width: 47.9988rem) {

}