
.btn-view-more:hover {
    color: white;
    text-decoration: none;
    background: #dd2e44;
}

.nd-header-search .form input::placeholder {
    color: white;
}

.proitem-box-price span {
    margin-right: 5px;
}


.zalo-mobi {
    left: 23px;
    position: fixed;
    bottom: 156px;
}

.call-mobile2 img {
    height: 60px;
}

.call-mobile2 .success {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    z-index: 99999;
}

.phone-zalo {
    position: fixed;
    bottom: 185px;
    right: 29px;
    z-index: 9999;
    width: 76px;
}

.call-mobile2 {width: 100px;}

.messgenger {
    margin-bottom: 20px;
}

@media(max-width:480px) {
    .phone-zalo {
        bottom: 249px;
        left: unset;
        width: 74px;
        right: 30px;
    }

    #fb-customer-chat iframe {
        z-index: 9 !important;
        bottom: 70px !important;
    }

    .call-mobile2 {
    display: block;
    width: 100px;
    }

    .fb_dialog_content iframe {
        bottom: 83px !important;
    }
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    z-index: 200000 !important;
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.suntory-alo-ph-img-circle {
    /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 1;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    transform: rotate(94deg);
}

.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #0099cc;
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #dd2e44;
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #EB278D;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgb(221 46 68);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #EB278D;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #dd2e44;
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 22px;
    line-height: 50px;
    padding-left: 13px;
    color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@media(max-width: 768px) {
.proitem-box-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 12px;
}
    .suntory-alo-phone {
        display: block;
        margin: 0 auto;
        position: relative;
    }
}

.desc-cates-sw-s div {
    font-family: auto !important;
    font-size: initial !important;
    width: 100%;
}

.desc-cates-sw-s p {
    font-family: auto !important;
    font-size: initial !important;
}

.desc-cates-sw-s span {
    font-family: auto !important;
    font-size: initial !important;
}

.desc-cates-sw-s strong {
    font-family: auto !important;
    font-size: initial !important;
}

.desc-cates-sw-s ul {
    font-family: auto !important;
    font-size: initial !important;
}

.desc-cates-sw-s li {
    font-family: auto !important;
    font-size: initial !important;
}

.desc-cates-sw-s a {
    font-family: auto !important;
    font-size: initial !important;
}

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}


@media screen and (max-width: 767px) {
div.pp_woocommerce {
    top: 60px!important;
    left: 5% !important;
    right: 5% !important;
    box-sizing: border-box;
    width: 90% !important;
}
.pp_top .pp_middle {
    display: none!important;
}
div.pp_woocommerce div.ppt {
    color: #000;
    display: none!important;
}
.proitem-box-title {

max-height: 41px;

overflow: hidden;

min-height: 41px;

font-size: 13px;
}
.col20-col{ margin: 0 0 15px 0;}

.newitem-desciption {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}
    .product-description-wrapper img {
        height: auto !important;
        max-width: 100%;
    }

    .s-content img {
        height: auto !important;
        max-width: 100%;
    }

    .custom_heading2 img {
        height: auto;
        display: block;
        margin: 0 auto;
        height: auto !important;
        max-width: 100%;
        margin-bottom: 10px;
    }

    #menu-mobile .menu-mobile li i {
        position: absolute;
        right: 12px;
        top: 10px;
        color: white;
        font-size: 23px;
    }

    .filter-type[aria-expanded=true] .aside-content {
        display: none;
    }

    .filter-type[aria-expanded=false] .aside-content {
        display: block;
    }

    .filter-type .fa-minus {
        display: none;
    }

    .filter-type .fa-plus {
        display: none;
    }

    .filter-type[aria-expanded=false] .fa-minus {
        display: block;
    }

    .filter-type[aria-expanded=true] .fa-plus {
        display: block;
    }

    .aside-title .fa {
        position: absolute;
        right: 0;
        top: 10px;
        width: 26px;
        height: 26px;
    }

    .newitem-title {
        float: left;
        min-height: 42px;
        width: 100%;
        margin-bottom: 5px;
        max-height: 42px;
        overflow: hidden;
    }

    #open-filters {
        color: #fff;
        background: black;
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 13px 10px;
        cursor: pointer;
        z-index: 99;
        display: none;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }




    .dqdt-sidebar {
        margin-top: 0px;
        position: relative;
        z-index: 9;
    }

    .dqdt-sidebar {
        /* position: fixed; */
        /* width: 256px; */
        /* background: #fff; */
        /* top: 0; */
        /* bottom: 0; */
        /* right: 0; */
        /* border-top: solid 1px #bbbbbb; */
        /* border-left: solid 1px #bbbbbb; */
        /* overflow: hidden; */
        /* overflow-y: auto; */
        /* z-index: 9999; */
        /* visibility: hidden; */
        /* -webkit-transition: all 0.35s ease; */
        -o-transition: all 0.35s ease;
        /* transition: all 0.35s ease; */
        /* -webkit-transform: translateX(100%); */
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        /* transform: translateX(100%); */
    }

        .dqdt-sidebar.openf {
            padding-top: 15px;
            visibility: visible;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    #open-filters.openf {
        right: 256px;
    }


    .prolist-slider.owl-carousel .owl-nav .owl-prev {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 1px solid #f1f5f6;
        background: #000000de;
        box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
        position: absolute;
        line-height: 50px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 26px;
        text-align: center;
        margin: 0;
        padding: 0;
        left: -3px;
    }

    .prolist-slider.owl-carousel .owl-nav .owl-next {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 1px solid #f1f5f6;
        background: #000000de;
        box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
        position: absolute;
        line-height: 50px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 26px;
        text-align: center;
        margin: 0;
        padding: 0;
        right: -3px;
    }

    .order-summary-toggle__inner {
        display: none !important;
    }

    .main__content .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body, .content, .content .wrap, .main, .main__content, .step, .content > form {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        height: auto !important;
    }

    .category-submenu .item {
        width: 50%;
        float: left;
        padding: 0 5px;
    }

    .box-content-service {
        margin-bottom: 20px;
    }

    #trigger-mobile {
        height: 50px;
        width: 50px;
        position: absolute;
        text-align: center;
        right: 2px;
        top: 20px;
        cursor: pointer;
        z-index: 1000;
        margin: 0;
    }

    .group-account li {
        display: inline-block;
        margin-right: 50px;
    }

    .nd-header-search {
        position: relative;
        margin-right: 0;
        width: 100%;
        margin: 20px 0;
    }

    .middle-header .header-right .header-page-link {
        position: absolute;
        top: -47px;
        right: 19px;
    }

    .srv-st .item {
        width: 50%;
    }

    .navbar-main.navbar {
        min-height: 49px;
    }
}

@media screen and (min-width: 768px) {
.proitem-box-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 12px;
    min-height: 35px;
}
    .category-submenu .item {
        width: 50%;
        float: left;
        padding: 0 5px;
    }

    .prolist-slider.owl-carousel .owl-nav .owl-next {
        right: -19px;
    }

    .prolist-slider.owl-carousel .owl-nav .owl-prev {
        left: -19px;
    }

    .srv-st .item {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0 12.5px;
        margin: 30px 0;
    }

    .adv-st {
        padding: 35px 0 30px;
    }

    .menupro-st {
        padding: 20px 0 20px;
    }

    .newhot-st {
        padding: 20px 0 30px;
    }

    .customer-st {
        padding: 40px 0 50px;
    }

    .box-content-service {
        margin-bottom: 20px;
    }

    .nd-header-search .form {
        margin-bottom: 0;
        position: relative;
    }

    .group-account li .icon {
        position: relative;
        display: inline-flex;
        height: 60px;
        align-items: center;
        justify-content: center;
    }

    .group-account li {
        margin-right: 18px;
        display: inline-block;
    }

    .group-account {
        padding: 0 34px 0 12px;
        margin: 0;
        text-align: right;
    }

    .nd-header-search {
        position: relative;
        margin-right: 10px;
        width: 230px;
    }

    .middle-header .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mini-cart > a {
        display: flex;
        align-items: center;
        padding: 8px;
        border: 2px solid #333333;
        border-radius: 6px;
        text-decoration: none;
    }
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
    #open-filters {
        color: #fff;
        background: black;
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 13px 10px;
        cursor: pointer;
        z-index: 99;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }




    .dqdt-sidebar {
        margin-top: 0px;
        position: relative;
        z-index: 9;
    }

    .dqdt-sidebar {
        position: fixed;
        width: 256px;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        border-top: solid 1px #bbbbbb;
        border-left: solid 1px #bbbbbb;
        overflow: hidden;
        overflow-y: auto;
        z-index: 9999;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .dqdt-sidebar.openf {
            padding-top: 15px;
            visibility: visible;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

    #open-filters.openf {
        right: 256px;
    }


    .category-submenu .item {
    }

    .nd-header-search .form input {
        border: none;
        border-radius: 3px;
    }

    .srv-st .item {
        width: 25%;
    }
}

@media screen and (min-width: 992px) {

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1169px) {
    .category-submenu .item {
    }

    .box-content-service {
        margin-bottom: 20px;
    }

    .search-box {
        width: 100%;
        height: 47px;
        margin-top: 7px;
        display: inline-block;
    }

    .header-left {
        display: flex;
        margin: 7px 0px 0px 10px;
    }

    .media-body span {
        display: block;
        font-size: 13px;
    }

    .navbar-main .navbar-nav > li > a {
        padding: 0 10px;
    }

    .srv-st .item {
        width: 25%;
    }
}
@media screen and (min-width: 12024px) {

.proitem-box-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 12px;
}
}
@media screen and (min-width: 1200px) {
    .row2ex {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .col20-col {
        width: 20%;
        padding-right: 7.5px;
        padding-left: 7.5px;
        margin-bottom: 15px;
    }

    .filter-type .fa-minus {
        display: none;
    }

    .filter-type .fa-plus {
        display: none;
    }

    .d-xl-none {
        display: none !important;
    }

    .proitem-box-title {
        min-height: 44px;
    }

    .category-submenu .item {
        width: 20%;
        float: left;
        padding: 0 7.5px;
    }


    .nav > li > a {
        padding: 10px 19px;
    }

    .menupro-st {
        padding: 35px 0 35px;
    }

    .product-new-st {
        padding: 40px 0;
    }

    .customer-st {
        padding: 75px 0 75px;
        background: url(../images/bg-st4.jpg) no-repeat;
        background-size: cover;
    }

    .adv-st {
        padding: 40px 0 45px;
    }

    .newhot-st {
        padding: 40px 0 35px;
    }

    .prolist-slider.owl-carousel .owl-nav .owl-prev {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 1px solid #f1f5f6;
        background: #000000de;
        box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
        position: absolute;
        line-height: 50px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 26px;
        text-align: center;
        margin: 0;
        padding: 0;
        left: -26px;
    }

    .prolist-slider.owl-carousel .owl-nav .owl-next {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 1px solid #f1f5f6;
        background: #000000de;
        box-shadow: 0 7px 10px 0 rgb(0 0 0 / 20%);
        position: absolute;
        line-height: 50px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 26px;
        text-align: center;
        margin: 0;
        padding: 0;
        right: -26px;
    }

    .srv-st .item {
        width: 12.5%;
    }
}

.padding-10 {
    padding: 10px !important;
}

.mt30 {
    margin-top: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb14 {
    margin-bottom: 25px;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

.d_page {
    width: 100%;
    margin: 15px 0 25px 0;
    float: left;
    text-align: center;
}

    .d_page b {
        background-color: #dd2e44;
        border-color: #dd2e44;
        color: #fff;
        margin-right: 8px;
        width: 45px;
        height: 45px;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 400;
        display: inline-block;
        line-height: 45px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 45px;
        font-size: 17px;
        color: #b5b0b0;
        float: unset;
        border: 1px solid #b5b0b0;
        text-decoration: none;
    }

        .d_page a:hover {
            background-color: #dd2e44;
            border-color: #dd2e44;
            color: #fff;
        }
