/*
Theme Name: Huy Phát Vn
Description: HuyPhatVN
Author: UX Themes
Template: flatsome
Version: 2.1.1
*/


#header #masthead .header-nav > li.header-block{
    width: auto;
}

#header .header-bottom  ul.header-nav li a{
    font-weight: normal;
}


#header .header-main ul.header-nav li.cart-item > .header-button > a > span{
    margin: 0px;
    text-align: left;
}
.btnMuaHang{
    margin-right: 10px;
}
.btnMuaHang , #header .header-main ul.header-nav li.cart-item > .header-button > a {
    background-color: var(--primary-color) !important;
    display: flex;
    padding: 5px 10px;
    border-radius: 5px;
}
.btnMuaHang .inner-icon , #header .header-main ul.header-nav li.cart-item > .header-button > a > i {
    height:40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    color: #a40d12;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-top: -1px;
}
.btnMuaHang > span:nth-child(2) > span , #header .header-main ul.header-nav li.cart-item > .header-button > a > span > span{
    display: block;
}
.btnMuaHang > span:nth-child(2) > span:first-child , #header .header-main ul.header-nav li.cart-item > .header-button > a > span{
    font-size: 14px;
    font-weight: normal;
    text-transform: math-auto;
}
.btnMuaHang > span:nth-child(2) > span:nth-child(2) , #header .header-main ul.header-nav li.cart-item > .header-button > a > span > span.cart-price_count{
    font-weight: bold;
    font-size: 18px;
    margin-top: -6px;
}
a.btnMuaHang{
    color: white;
}
.btnMuaHang a {
    border-radius: 5px
}

#header .header-main ul.header-nav li.cart-item > .header-button > a > i{
    margin-top: 1px;
}

.searchform-wrapper > .searchform .search-field{
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 15px;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.searchform-wrapper > .searchform .submit-button{
    background: var(--primary-color) !important;
    overflow: visible;
    border: 0;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
    height: 40px;
    min-width: 50px;
    width: auto;
    line-height: 100%;
    min-height: 100%;
    color: #fff;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    text-transform: uppercase;
    background-color: #333;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.searchform-wrapper > .searchform .submit-button:before {
    border-color: transparent var(--primary-color) !important;
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #333;
    top: 12px;
    left: -6px;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}



.animation-phonering{animation:phonering 1.8s infinite ease-in-out}@-webkit-keyframes phonering{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}