.fontstyle-normal .title {
    font-family: "Roboto", sans-serif;
}
.home-product-tabs {
    padding: 7rem 0;
    position: relative;
}


.nav-tabs.tab {
    justify-content: center;
    padding: 5px 5px 7px;
    border-radius: 2px;
    font-size: 1.6rem;
    text-transform: uppercase;
}
#collapseContact .card {
    background: transparent;
    border: none;
    margin-bottom: 0;
}
#map {
    height: 450px;
}
.contact-block {
    margin-top: -130px;
}
.blogpage {
    position: relative;
    background-color: #eee;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
}
.blockmanual {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0 0;
}
.blog article .description {
    padding: 15px 0;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog article .show-more {
    background-color: #fff;
    position: absolute;
    padding: 0 15px 15px;
    left: 0;
    top: 100%;
    width: 100%;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.blog article .show-more .btn {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.blog article .show-more,
.blog article .show-more .btn {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:768px) {
    .blog article, .item-nutrition {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
        margin-bottom: 30px
    }

    .blog article .description {
        padding: 25px 0;
        -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }

    .blog article:hover, .item-nutrition:hover {
        position: relative;
        color: initial;
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    .blog article:hover .text-wrapper {
        padding-bottom: 40px
    }

    .blog article:hover .show-more, .item-nutrition:hover .show-more {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .blog article:hover .show-more .btn, .item-nutrition:hover .show-more .btn{
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .blog article:hover .description {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    /* .blog article .image {
        height: 220px
    } */

    .blog article .image img {
        display: none;
        height: 437px;
        object-fit: cover;
        width: 100%;
    }
}
.blog.blog-block article {
    position: relative;
    margin-bottom: 15px;
}

.blog.blog-block article,
.blog.blog-block article a,
.blog.blog-block article .title {
    color: #fff
}
.blog.blog-block article .title .h3{
    font-size: 2.5rem;
    line-height: 29px;
    text-transform: none;
}

.blog.blog-block article .entry-block {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
    padding: 25px
}

.blog.blog-block article .date {
    font-size: 80%;
    margin-bottom: 5px
}

.blog.blog-block article .image {
    height: auto;
}

.blog.blog-block article .image img {
    display: block;
}

.blog.blog-block article .image:before {
    background: -moz-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    opacity: .5;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog.blog-block article .show-more {
    padding: 0;
    background-color: transparent;
    bottom: -45px;
    top: inherit;
    width: 90%;
    left: 50%;
    -moz-transform: scale(1, 1) translate(-50%, -50%);
    -ms-transform: scale(1, 1) translate(-50%, -50%);
    -o-transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%)
}
.item-nutrition {
    position: relative;
    margin-bottom: 10px;
}
.item-nutrition .show-more {
    padding: 0 15px 15px;
    text-align: center;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.item-nutrition .show-more .btn-blog {
    border: 2px solid currentColor;
    background-color: transparent;
    color: #c0c0c0;
    padding: 6px 23px;
}
.btn-clean {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}
.btn-clean:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important;
}
.destination-title {
    display: table;
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    position: relative;
}
.item-nutrition .destination-title>div {
    display: table-cell;
    vertical-align: middle;
}
.item-nutrition .destination-title .date-wrapper {
    width: 55px;
}
.date-wrapper .date {
    width: 50px;
    height: 60px;
    z-index: 99;
    z-index: 99;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #ccc;
}
.date-wrapper .date span {
    display: block;
    font-size: 14px;
    line-height: 12px;
    color: #000;
}
.item-nutrition .destination-title .title {
    padding-left: 10px;
}
.item-nutrition .destination-title .title>* {
    text-transform: none;
}
.blogpage .nav-link {
    position: absolute;
    width: 65px;
    height: 85px;
    top: 220px;
    cursor: pointer;
    opacity: .5;
    z-index: 50
}

.blogpage .nav-link:hover {
    opacity: 1
}

.blogpage .nav-link:before {
    font-family: 'LinearIcons';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px
}

.blogpage .nav-link.next {
    right: 15px
}

.blogpage .nav-link.prev {
    left: 5px
}

.blogpage .nav-link.prev:before {
    content: ""
}

.blogpage .nav-link.next:before {
    content: ""
}

.blogpage .nav-link figure {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: none;
    opacity: 0;
    position: absolute;
    width: 180px;
    left: auto;
    right: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blogpage .nav-link figure figcaption {
    text-align: center;
    padding: 10px
}
.blogpage .nav-link figure figcaption .blog-title {
    margin: 0
}

.blogpage .nav-link figure .image {
    position: relative;
    overflow: hidden
}

.blogpage .nav-link figure .image img {
    width: 100%
}

.blogpage .nav-link.next figure {
    right: 100%
}

.blogpage .nav-link.prev figure {
    left: 100%
}

.blogpage .nav-link.next:hover figure,
.blogpage .nav-link.prev:hover figure {
    opacity: 1
}

@media(min-width:992px) {
    .blogpage .nav-link figure {
        display: block
    }
    .blogpage .img-main {
        margin-top: -160px;
    }
}

@media(max-width:767px) {
    .blogpage .nav-link {
        display: none
    }
    .home-product-tabs, .tin-tuc {
        padding: 3rem 0;
    }
}

.gallery .show-me {
    position: relative;
    overflow: hidden;
}
.gallery .show-me img {
    height: 209px;
    object-fit: contain;
    width: 100%;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.gallery .show-me:hover img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer-description {
    color: #ffbb00;
    font-size: 30px;
    font-weight: bold;
}
.footer-contact a {
    font-weight: bold;
    color: #ffbb00;
    font-size: 26px;
}
.product-filters-container {
    margin-bottom: 2.5rem;
}

.product .price-box .product-filters-container {
    margin-left: auto;
    margin-bottom: 0;
}

.product .price-box .product-filters-container .product-single-filter {
    padding-bottom: 0;
    border: none;
}

#subscribe-f label.error {
    position: absolute;
    bottom: -35px;
    color: rgb(88 93 99 / .4);
    font-size: 1.3rem;
}

.header-top {
    padding: 12px 0;
    color: #fff;
}

.header-center {
    margin: auto;
}

.header-bottom {
    background: transparent;
}

.header-email a,
.header-hours a {
    color: #fff;
}

.for-relative {
    position: relative;
    overflow: hidden;
}

.for-relative img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}

.for-relative:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.destination {
    font-size: 1.7rem;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    z-index: 999;
}

.destination-item {
    font-size: 1.35rem;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -10px;
    color: #b0b0b0;
}

.destination-item span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}

.destination-title h2 {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 43px;
}

.destination-title p {
    margin-bottom: 0;
}

.destination-name {
    display: inline-block;
    background-color: #ff2d36;
    padding: 5px 15px;
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(245 241 241 / 0.9);
    z-index: -1;
}

.img_product img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}

.image-post-thumb {
    position: relative;
    overflow: hidden;
}

.image-post-thumb>img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.background_over_image {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.background_over_image:before,
.background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}

.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.image-post-thumb:hover .background_over_image:before,
.image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-post-thumb:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.image-post-thumb:hover .background_over_image {
    opacity: 1;
}

.blockproduct .product-details {
    padding: 10px;
    width: 100%;
    background-color: #FFF;
}
@media screen and (min-width: 992px) {
    .blockproduct .product-details {
        padding: 20px 20px 15px;
        top: 0;
    }
    .product-image-container.responsive img {
        height: 285px;
    }
    .product-label {
        bottom: 9px;
        top: unset;
    }
    .toolbox.sort {
        margin-top: -45px;
        opacity: .3;
    }
}
.product .info {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.info {
    background: transparent;
    position: absolute;
    overflow: hidden;
    color: #fff;
    bottom: 0;
    right: 0;
    border: 0;
    width: 100px;
    height: 100px;
    font-size: 19px;
    cursor: pointer;
    z-index: 9;
}
.product:hover .info {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.info:before {
    background-color: #FFF;
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0%;
    left: 50%;
    z-index: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* .info:hover:before {
    background-color: #000;
} */
.stretcher-wrapper {
    margin: 0;
    padding: 0;
    background-color: #FFF
}
.stretcher-wrapper .stretcher-item {
    position: relative;
    overflow: hidden;
}
.stretcher-wrapper .stretcher-item img{
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.stretcher-wrapper .stretcher-item figure{
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    color: #FFF;
    text-align: center;
    padding: 10px 5px;
    background: rgba(0,0,0,0.5);
}
.stretcher-wrapper .stretcher-item figure h4 {
    font-size: 13px;
}
.mb-10 {
    margin-bottom: 3rem;
}
@media(min-width:992px) {
    .stretcher-wrapper .stretcher-item img{
        height: 420px;
    }
    .stretcher-wrapper .stretcher-item figure{
        padding: 15px;
    }
    .mb-10 {
        margin-bottom: 5rem;
    }
}

.btn.btn-buy {
    background-color: #fb0;
    color: #fff;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 20px;
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 20;
}
.btn.btn-buy:after, .btn.btn-buy:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn.btn-buy:after {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    content: attr(data-text);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.btn.btn-buy::before {
    font: normal normal normal 29px/78px FontAwesome;
    content: "\f07a";
    transform: translate3d(0px, 0px, 0px);
}
.tin-tuc {
    background-color: #fcfcfc;
    padding-top: 60px;
    padding-bottom: 60px;
}
.background-xam {
    background-color: #fcfcfc;
    padding: 20px 0;
    z-index: 1;
}
.blog-block {
    background-color: #fcfcfc;
}
.product-sm .product-style {
    flex: 0 0 34%;
    max-width: 34%;
    margin-right: 1rem;
    margin-bottom: 0;
}

.product-sm .product-style img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.product-item img {
    height: 350px;
    object-fit: contain;
}

.main-dropdown-menu {
    position: relative;
}

.tooltip-inner {
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none !important;
    border-radius: 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.footer-contact a .icon {
    font-size: 28px;
    margin-top: 1.5rem;
    margin-bottom: 0;
    display: inline-block;
}

.menu-toggler {
    display: flex;
    align-items: center;
    text-align: center;
    width: 250px;
    border: 0;
    background: #f4f4f4;
    color: #000;
    padding: 1.4rem 3rem;
    font: 400 1.4rem/1.2 "OpenSans", sans-serif;
    letter-spacing: .09rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
}

.menu-toggler i {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto;
}

.menu-toggler i::before {
    margin: -1px 0 0;
}

.menu-toggler:hover,
.menu-toggler:focus {
    color: #fff;
    background-color: #3d3333;
    text-decoration: none;
}

.main-dropdown-menu .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 1040;
    border: 1px solid #e6ebee;
    background-color: #fff;
}

.main-dropdown-menu.show>.main-nav {
    display: block;
}

.menu.menu-vertical>li {
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.menu.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s;
}

.menu.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu.menu-vertical>li i {
    margin-right: 12px;
}

.menu.menu-vertical li {
    transition: background 0s;
}

.menu.menu-vertical li.megamenu-container {
    position: relative;
}

.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
    top: 0;
    width: 100%;
    left: 100%;
    margin-left: -1px;
}

.menu.menu-vertical>li>ul {
    top: 100%;
    left: 0;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a.sf-with-ul {
    padding-right: 2.8rem;
}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: none;
}

.menu.menu-vertical>li {
    border-radius: 7px 7px 0 0;
    background-color: #00bcc5;
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #00bcc5;
    font-weight: bold;
    background-color: #00bcc5;
}

.menu.menu-vertical ul li:hover>a {
    margin-left: .5rem;
    color: #ff2d38;
}

.main-nav.danhmuc {
    display: none;
}

.main-dropdown-menu:hover .main-nav.danhmuc {
    display: block;
}


.percent-discount {
    padding: 1px 7px;
    font-size: 1.3rem;
    color: #f91919;
    font-weight: 600;
}

.cart-dropdown .dropdown-toggle .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: -9px;
    line-height: 1;
    top: 0.3rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #ed7e63;
}
.home-feature-category {
    padding: 0;
    background-color: #FFF;
    position: relative;
}
.home-feature-category.owlicons-front-page {
    background: transparent;
}

.owlicons-front-page .owls-icon .item a {
    color: #000;
}
.owls-icon .icon {
    position: relative;
    overflow: hidden;
}
.owls-icon .icon img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.owlicons-front-page .owl-carousel .owl-nav button.owl-prev, .owlicons-front-page .owl-carousel .owl-nav button.owl-next, .owlicons-front-page .owl-carousel button.owl-dot {
    color: #fff;
}

@media (min-width: 992px){
    .owls-icon .icon img {
        height: 228px;
    }
    .owls-icon .icon:hover img{
        -moz-transform: scale(1.07);
        -ms-transform: scale(1.07);
        -o-transform: scale(1.07);
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }
    .owls-icon.owl-theme .owl-nav .owl-prev {
        left: -30px;
    }
    .owls-icon.owl-theme .owl-nav .owl-next {
        right: -30px;
    }
}

.header-dropdown>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    margin-left: .6rem;
}

@media screen and (min-width: 1200px) {
    .menu.menu-vertical>li {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .menu.menu-vertical>li>a {
        font-size: 1.6rem;
        padding: 1.7rem 1rem;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 856px;
    }
    .blogpage {
        padding: 80px 0;
    }
}

@media screen and (min-width: 1280px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 901px;
    }
}

@media screen and (max-width: 1199px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
        display: none;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .main-nav {
        display: none !important;
    }
    .blockproduct .product-title {
        font-size: 17px;
    }
    .owls-icon .item {
        padding: 10px 0 5px 0;
    }
}

@media(min-width: 768px) {
    .blogpage {
        padding: 40px 0;
    }
}

@media screen and (min-width: 992px) {
    .blog-slider {
        margin-bottom: 0;
    }

    .dropdown-expanded>a {
        display: none;
    }

    .dropdown-expanded .header-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .dropdown-expanded .header-menu ul {
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 1200px) {
    .blogpage {
        padding: 80px 0;
    }
}

@media(max-width: 1024px) {
    
}

@media(max-width: 991px) {
   	.sticky-header.fixed .mobile-menu-toggler {
        color: #000;
    }
}

@media(max-width: 768px) {
    .product-fix {
        min-height: 204px;
    }
    .gallery .show-me img {
        height: 92px;
    }
    .subtitle {
        font-size: 2rem;
    }
}

@media(max-width: 575px) {
    .nav-tabs.tab {
        display: block;
    }

    .footer-contact {
        margin-bottom: .7rem;
    }

    .footer-contact a {
        color: #fff;
    }

    .footer-bottom {
        background: none;
        color: #fff;
    }
    .footer .widget-title {
      margin-bottom: 1.5rem;
      font-size: 15px;
      text-transform: none;
        margin-top: 2rem;
    }
    .header-top {
        padding: 5px 0;
    }
}

@media(max-width: 320px) {
    
}
.site-search {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden;
    transition: all, ease, .3s;
    background-color: #ffff;
    z-index: -1;
    box-shadow: 0 0px 6px 1px hsl(44 100% 50% / .4)
}

.site-search .woocommerce-product-search,
.side-search .woocommerce-product-search {
    display: flex;
    height: 45px;
    background-color: #fff;
}
.site-search button {
    background-color: #fb0;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    padding: 5px 13px;
    line-height: 1;
    border-radius: 0;
    border: 4px solid #fff;
}
.site-search input[type=search],
.side-search input[type=search],
.side-search select {
    border: none;
    order: none;
    flex: 0 1 100%;
    padding: 0 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 45px;
}
.header-search.active .site-search {
    visibility: visible;
    opacity: 1;
    top: 41px;
    background-color: #fff;
    z-index: 999999;
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  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 (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
