.color-white {
     color: #ffffff;
 }

.color-red {
    color: #ff0000;
}

.mb-10{
    margin-bottom: 10px!important;
}
.ml-5{
    margin-left: 5px!important;
}

.ml-10{
    margin-left: 10px!important;
}

.current-cat a {
    color: blue!important;
}

.shop-sidebar-widget ul li.parent-cat {
    border-bottom: unset!important;
}

.cat-child {
    border-bottom: 1px solid #ededed!important;
}

/*--- icon phone ---*/
.btn-phone {
    bottom: 200px;
}
.btn-zalo {
    bottom: 280px;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.text-decoration-none {
    text-decoration: none !important;
}
.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}
.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #f76400;
    opacity: .5;
}
.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}
.btn-frame .pulse {
    animation-name: pulse;
}
.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f76400;
    position: relative;
    z-index: 1;
}
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}
img.loaded, img.error {
    opacity: 1;
}
/*--- end icon phone ---*/

.banner-main{
    width: 100%;
    height: 500px;
    object-fit: fill
}

.footer-widget {
    padding-top: 40px;
}

@media only screen and (max-width: 767px){
    .icon_desktop {
        display: none;
    }
    .toolbar {
        display: block;
        background: #f76400;
        width: 100%;
        padding: 1vw;
        bottom: 0px;
        position: fixed;
        z-index: 500;
        height: auto;
        left: 0px;
    }
    .toolbar ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        margin: 0px;
    }
    .toolbar ul li {
        text-align: center;
        width: 25%;
    }
    .toolbar ul li a {
        display: block;
        width: 100%;
        cursor: pointer;
    }

    .toolbar ul li a span {
        font-weight: 400;
        color: #ffffff;
        font-size: 3.5vw;
        display: none;
    }

    #goidien img {
        width: 35%;
    }
    #chatzalo img {
        width: 80%;
    }
    #chatfb img {
        width: 40%;
    }

    a.header-logo img {
        width: 35%;
    }

    .banner-main{
        width: 100%;
        height: 170px;
    }

    .menu-footer {
        display: none;
    }

    .footer-widget {
        padding-top: unset;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    a.header-logo img {
        width: 30%;
    }

    .banner-main {
        width: 100%;
        height: 400px;
        object-fit: fill;
    }
}

@media only screen and (min-width: 768px) {
    .toolbar {
        display: none;
    }
    .icon_desktop {
        display: block;
    }
}


.img-product {
    display: block;
    text-align: center;
}

.img-product img {
    height: 190px;
}

.single-product-text {
    height: 150px;
    padding: 10px!important;
    display: flex;
    flex-direction: column;
}

.product-button {
    margin-top: auto;
}

.support-sale {
     margin-top: 15px;
}

.support-sale_title {
    font-size: 20px;
    color: #ffffff;
    font-family: 'UTMAvo_bold';
    background-color: #f76400;
    padding: 8.5px 0px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.support-sale_title img {
    padding-right: 5px;
}

img:not(.initial) {
    transition: opacity 1s;
}

.support-sale_content {
    border: 1px solid #d9d9d9;
    padding: 0px 15px;
}

.support_one{
    padding: 10px;
}

.center {
    text-align: center;
}

.title-index{
    margin-top:30px;
    background-color: #f76400;
    border-radius: 6px;
    color: white; padding: 5px;
    text-align: center;
}
