.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.relate-product .product-show .item-product {
    width: unset;
}

#single-product figure div img {
    width: 100%;
    height: 100%;
}

.sidebar-product .menu>li>a h2 {
    font-family: Nunito-ExtraBold;
    font-size: 14px;
    margin-bottom: 0;
}

.category-product .title {
    margin-bottom: 0;
}

.category-product .category-wrapper .category-product .category-list .category-name a h3,
.category-product .category-wrapper .category-product .category-list .category-name a h4,
.sidebar-product .menu>li a h3,
.sidebar-product .menu>li a h4,
.sidebar .list li a h2 {
    color: #6d6d6d;
    font-family: Nunito-Regular;
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}

#archive-product .row-archive-product .archive-content>.row {
    margin: 0;
}

.sidebar .product-feature li .content .title {
    font-size: 14px;
}

.title-cat {
    text-align: center;
    font-family: Nunito-ExtraBold;
    background-color: #054eaf;
    padding: 10px 1.43rem;
    color: #fff;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
}

.sn-info .socials-share {
    margin-top: 20px;
}

#menu-main .menu-active {
    position: relative;
}

ul.list-child {
    display: none;
    padding-left: 20px;
}

.redirec {
    position: absolute;
    top: 9px;
    right: -10px;
    color: #054eaf;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    transition: .2s all linear;
}

.redirec.active {
    transform: rotate(180deg);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none !important;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul {
    position: absolute;
    top: 48.8px;
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    background: white;
    z-index: 9;
    display: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
}

#menu-main .menu-active .menu-menu-main-container>ul>li:hover>ul {
    display: flex;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li {
    width: 100%;
    padding: 0 !important;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li a {
    color: black !important;
    padding: 5px 7px !important;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    padding-left: 15px !important;
    position: relative;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>a {
    display: inline-block;
    color: #054eaf !important;
    position: relative;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    content: '\f0da';
    font-family: FontAwesome;
    transition: 0.3s all;
    opacity: 0;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li.current-menu-parent>a:before {
    left: -10px;
    opacity: 1;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>a:hover:before {
    left: -10px;
    opacity: 1;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li a {
    transition: 0.3s all;
    border-radius: 0 5px 5px 0;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li.active a:before {
    height: 100%;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li.active a {
    background: rgba(0, 0, 0, 0.25882352941176473);
    color: white !important;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li a:before {
    height: 0%;
    background: #054eaf;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    display: inline-block;
    content: '';
    transition: 0.3s all;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li a:hover:before {
    height: 100%;
}

#menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li a:hover {
    background: rgba(0, 0, 0, 0.25882352941176473);
    color: white !important;
}


/*//woo*/

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px;
}

.woocommerce-NoticeGroup {
    width: 100%;
}

#primary .woocommerce {
    width: 100%;
}

#login-page {
    width: 70%;
    margin: auto;
}

#cart-empty {
    min-height: auto;
}

#tksyou-page .button-mh a {
    display: inline-block;
    padding: 8px 12px;
    margin: auto;
    background: #054eaf;
    color: white !important;
    border-radius: 4px;
}

.woocommerce-order-overview li {
    flex-wrap: wrap;
    padding-left: 0;
}

.woocommerce ul.order_details {
    padding-left: 0;
}

.woocommerce ul.order_details li {
    width: 100%;
    margin-right: 0;
}

.woocommerce-order-overview li {
    display: flex;
    align-items: center;
}

.woocommerce-order-overview li>strong {
    margin-left: 10px;
}

.woocommerce ul.order_details li {
    border-right: none;
}

.woocommerce-billing-fields {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    padding: 0;
    margin-bottom: 30px;
}

.woocommerce form .form-row textarea {
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.woocommerce-billing-fields input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 10px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #ff7a43 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: black !important;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-page .cart-collaterals>div {
    width: 50%;
}

.woocommerce .cart-collaterals .cart_totals .title-woocommerce,
.woocommerce .cart-collaterals .coupon label {
    margin-top: 0 !important;
}

#cart-page input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    text-align: center;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #054eaf;
    color: white !important;
}

.woocommerce a.remove:before {
    background: url(../images/nap-thung-rac.svg) no-repeat;
    width: 19px !important;
    height: 3px !important;
}

.woocommerce a.remove:after {
    background: url(../images/thung-rac.svg) no-repeat;
    width: 18px !important;
    height: 16px !important;
}

.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after {
    left: 8px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}

.woocommerce a.remove:before {
    left: 7.4px;
}

.woocommerce a.remove:before {
    height: 2px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 17px;
}

.woocommerce a.remove:after {
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}

.woocommerce a.remove:hover:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover {
    background: transparent;
}


/*//woo*/

.cover-de {
    padding: 50px 90px;
    background: #F8F8F8;
    transition: 0.4s all;
    margin-top: 20px;
}

button.show-more {
    outline: none;
}

button.show-more:hover {
    outline: none;
}

.cover-de strong {
    font-size: inherit;
    font-family: Nunito-ExtraBold;
    font-weight: unset;
}

.cover-de table {
    margin-bottom: 30px;
    width: 100% !important;
}

#single-product .single_add_to_cart_button {
    background: #0e9305 !important;
}

#single-product .single_buy_now_button {
    background: #da251c !important;
}

#single-product .flex-viewport {
    border: 1px solid hsla(0, 0%, 42.7%, .25);
    border-radius: 6px
}

#single-product figure div {
    border: none;
}

#single-product .quantity .buttons_added>button {
    outline: none;
}

#single-product .quantity .buttons_added>button:hover {
    outline: none;
}

.filter-color {
    margin-bottom: 3rem;
}

button.show-more {
    background: transparent;
    border: none;
    text-decoration: underline;
    color: #054293;
}

.expand {
    max-height: unset;
}

.filter-color a.active div {
    border: 1px solid #054eaf;
    box-shadow: 1px 1px 4px #054eaf;
}

#search-page .product-show {
    flex-wrap: wrap;
    justify-content: center;
}

#search-page .product-show>div {
    width: 20%;
    margin-bottom: 16px;
}

#search-page .product-show .pagenavi {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

#search-page .product-show .pagenavi .page-numbers {
    width: 40px;
    padding: .5rem;
    background-color: #e9e9e9;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-family: Nunito-Bold;
    color: #1e1e1e;
    font-size: 1.14rem;
    margin-right: 10px
}

#search-page .product-show .pagenavi .page-numbers.current {
    color: #fff;
    background-color: #054eaf
}

#single-product .quantity {
    display: flex;
    align-items: center;
}

#single-product .quantity .buttons_added {
    display: flex;
    flex-wrap: wrap;
    width: 36px;
    height: 36px;
}

#single-product .quantity .buttons_added>button {
    width: 100%;
    height: 50%;
    text-align: center;
    border: none;
    background: #F0F0F0;
    border-left: 1px solid #ddd;
}

#single-product .quantity .buttons_added>button:hover {
    outline: none;
}

#single-product .quantity .buttons_added>button:last-child {
    line-height: 1;
    border-radius: 0 0 5px 0;
}

#single-product .quantity .buttons_added>button:first-child {
    line-height: 1;
    border-radius: 0 5px 0px 0;
}

.woocommerce .quantity .qty {
    margin-left: 10px;
    width: 40px;
    text-align: center;
    border: none;
    background: #F0F0F0;
    height: 36px;
    border-radius: 5px 0 0 5px;
}

#single-product .single_add_to_cart_button:hover,
#single-product .single_buy_now_button:hover {
    color: white !important;
}

.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent !important;
    border: none !important;
}

.sidebar-product .filter-price .list li input[type=checkbox]+a:after,
.sidebar-product .filter-price .list li input[type=radio]+a:after {
    left: 2.5px;
}

#menu-main .active a {
    color: #f2c021 !important;
}

#about .cover {
    padding: 25px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
}

#about .cover .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #f2c021;
    margin-bottom: 23px;
}

.woocommerce-breadcrumb i {
    margin: 0 8px;
}

.sidebar-species {
    padding: 15px 25px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.sidebar-species ul {
    padding-left: 0 !important;
    list-style: none;
}

.sidebar-species .sidebar-cnt .sidebar-cnt-title {
    list-style: none;
    padding: 10px;
    font-size: 16px;
    color: #054eaf;
    font-family: Nunito-ExtraBold;
    border: 0;
    text-transform: uppercase;
}

.sidebar-species .sidebar-cnt li i {
    margin-right: 15px;
}

.sidebar-species .sidebar-cnt li.active a {
    color: #f2c021;
}

.sidebar-species .sidebar-cnt li:last-child {
    border-bottom: none;
}

.sidebar-species .sidebar-cnt li,
.sidebar-collection .sidebar-cnt li,
.sidebar-size .sidebar-cnt li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.item-product .product-wrapper .content .action .add-card .add-cart-ajax::before {
    display: none;
}

.add-cart-ajax {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.add-cart-ajax img {
    opacity: 1 !important;
    width: 27px !important;
}

.relate-product .product-show {
    margin: 0 -8px;
}

.relate-product h2 {
    color: #054eaf;
    font-family: Nunito-ExtraBold;
    font-size: 1.43rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(5, 78, 175, .8);
    ;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.filter-color>div {
    display: flex;
    flex-wrap: wrap;
}

.filter-color {
    overflow: hidden;
}

.filter-color .list {
    padding: 10px 20px 20px 20px !important;
    margin: 0 -5px;
}

#single-product .single_add_to_cart_button {
    min-width: 192px;
}

.filter-color a div {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    padding: 2px;
    border-radius: 2px;
}

.filter-color a div span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

#single-news .single-news-content .sn-title {
    text-transform: uppercase;
}

.filter-color a {
    display: flex;
    margin-top: 10px;
    width: 25%;
    height: 20px;
    padding: 0 5px;
}

@media (min-width: 1200px) {}

@media screen and (min-width: 768px) {
    .post-content {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 70% 30%;
    }
}

@media (max-width: 1199px) {
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header-2 .logo img {
        width: 135px;
    }
    #header-2 .header-2-wrapper .header-2-right .search input.search-field {
        width: 260px;
        padding: 0.8rem 1.8rem;
    }
    #header-2 .header-2-wrapper .header-2-right .search {
        margin-right: 2rem;
    }
    .category-product .category-wrapper .category-product {
        width: 25%;
    }
    .category-product .category-wrapper .product-show {
        width: 75%;
    }
    #form-main .form-wrapper .title {
        width: 80%;
    }
    #header-2 .header-2-wrapper {
        flex-direction: column;
    }
    #header-2 .header-2-wrapper .header-2-left,
    #header-2 .header-2-wrapper .header-2-right {
        justify-content: space-between;
    }
    #header-2 .header-2-wrapper .header-2-left {
        margin-bottom: 1.5rem;
    }
    #header-2 .header-2-wrapper .header-2-left .address-group,
    #header-2 .header-2-wrapper .header-2-left .support-hotline {
        margin-right: 0;
    }
    #header-2 .logo {
        bottom: 50%;
        transform: translate(-50%, 50%);
    }
    .product-show .item-product .product-wrapper .img-product .img img {
        width: 86px;
        height: 80px;
    }
    .product-show .item-product .product-wrapper .img-product {
        height: 110px;
    }
    .product-show .item-product .product-wrapper {
        height: max-content;
    }
    .product-show .item-product .product-wrapper .content .info {
        margin-bottom: 1rem;
    }
    .product-show .item-product .product-wrapper .content .action .add-card {
        flex-direction: column;
        padding: 0 0.5rem;
    }
    .product-show .item-product .product-wrapper .content .action .add-card .add-cart-ajax {
        margin: 0 auto 10px auto;
    }
    #news-main .news-wrapper .news-item .img-holder img,
    .news-wrapper .news-item .img-holder img {
        height: 143px;
    }
    #footer .footer-wrapper {
        flex-wrap: wrap;
    }
    #footer .footer-wrapper .coll-ft-left,
    #footer .footer-wrapper .coll-ft-right,
    #footer .footer-wrapper .col-ft-mid {
        width: 50%;
        margin-bottom: 2rem;
    }
    #footer .footer-wrapper .coll-ft-right .fanpage {
        max-width: 80%;
    }
    .category-product .category-wrapper .category-product .category-list {
        max-height: 454px;
    }
    /*category product*/
    #archive-product .row-archive-product .sidebar {
        width: 25%;
    }
    #archive-product .row-archive-product .archive-content {
        width: 75%;
    }
    #header-2 .header-2-wrapper .header-2-right .search input.search-field {
        width: 260px;
        padding: 0.8rem 1rem;
    }
    #header-2 .header-2-wrapper .header-2-right .search button.search-submit {
        padding-right: 0;
    }
    .sidebar-species {
        padding: 15px 13px;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul.sub-menu {
        padding: 0;
        top: 70px;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul.sub-menu>li {
        padding: 1rem;
    }
}

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

@media (max-width: 992px) {
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li {
        width: 33.3333%;
    }
    #search-page .product-show>div {
        width: 33.33333%;
    }
    .sidebar-species {
        margin-bottom: 25px;
    }
    #contact .contact-form {
        width: 100%;
        margin-bottom: 20px;
    }
    #contact .contact-info {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    #contact .contact-form .gform_wrapper .gform_body li:last-child {
        width: 100%;
    }
    .menu-menu-main-container {
        width: 100%;
    }
    #menu-main .menu-active .menu-menu-main-container ul {
        justify-content: space-between;
    }
    #menu-main .menu-active .menu-menu-main-container ul li {
        padding: 1rem 0;
    }
    .product-show .item-product .product-wrapper .content .action .add-card .add-cart-ajax {
        height: 24px;
    }
    .product-show .item-product .product-wrapper .content .action .add-card .add-cart-ajax:before {
        width: 17px;
        height: 17px;
    }
    .category-product .category-wrapper {
        flex-wrap: wrap;
    }
    .category-product .category-wrapper .category-product,
    .category-product .category-wrapper .product-show {
        width: 100%;
    }
    .category-product .category-wrapper .category-product .category-list,
    .category-product .category-wrapper .category-product .category-title {
        display: none;
    }
    .category-product .category-wrapper .category-product .btn-group {
        display: block;
    }
    .gform_wrapper,
    #form-main .form-wrapper .form,
    #form-main .form-wrapper .form .gform_wrapper form,
    #form-main .form-wrapper .form .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
        width: 100%;
    }
    #form-main .form-wrapper .form .gform_wrapper form .gform_body ul.gform_fields {
        justify-content: space-between;
    }
    .gform_wrapper ul li.gfield {
        width: 48%;
    }
    #form-main .form-wrapper .form .gform_wrapper form .gform_footer input[type=submit] {
        margin-left: 20px;
    }
    #news-main .news-wrapper .news-item .img-holder img,
    #related-news .news-wrapper .news-item .img-holder img {
        height: 105px;
    }
    #form-main .form-wrapper .title {
        width: 100%;
    }
    .banner-qc .bn-ad-col .img-holder .title {
        display: none;
    }
    /*page news*/
    #news .row-news .sidebar {
        width: 33.3%;
    }
    #news .row-news .news-content {
        width: 66.6%
    }
    #news .row-news .news-content .news-item {
        width: 50%;
    }
    .news-wrapper .news-item .img-holder img {
        height: 136px;
    }
    /*details-news*/
    #single-news .row-news .sidebar {
        width: 30%;
    }
    #single-news .single-news-content {
        width: 70%;
    }
    /*single-product*/
    #single-product .product-details .col-description,
    #single-product .product-details .col-right {
        width: 100%;
    }
    #single-product .single_add_to_cart_button {
        margin-bottom: 1rem;
    }
    #single-product .product-details .col-right {
        margin-top: 1rem;
        display: none;
    }
    #single-product .product-details.product-details-mobile,
    #single-product .product-details.product-details-mobile .col-right {
        display: block !important;
    }
    #single-product .product-details .col-right .img {
        width: 80%;
        margin: 0 auto;
    }
    /*category product*/
    #archive-product .row-archive-product .sidebar {
        width: 33.3%;
    }
    #archive-product .row-archive-product .archive-content {
        width: 66.6%;
    }
    #archive-product .row-archive-product .archive-content .product-show .products .item-product {
        width: 33.3%;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul.sub-menu {
        justify-content: normal;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul.sub-menu>li {
        width: 25%;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul.sub-menu-1>li {
        width: 100%;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul.sub-menu {
        top: 49px;
    }
    .expand img{
        width: 100%;
    }
    #single-product .product-details .col-description .content,
    #single-news .single-news-content .sn-content{
        overflow-x: scroll;
    }
}

@media (max-width: 991px) {
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul.sub-menu {
        top: 70px;
    }
    #introduce-home .introduce-home .col-lg-3:nth-child(2) {
        border: none;
    }
    #introduce-home .introduce-home .col-lg-3:nth-child(6) {
        border: none;
    }
}

@media (max-width: 767px) {
    .call-mb {
        display: block;
    }
    .cover-de {
        padding: 8px 12px;
    }
    .woocommerce-order>.col-md-5 {
        float: none !important;
    }
    .del-tksyou .woocommerce-order-details {
        margin-bottom: 20px !important;
    }
    .woocommerce-page .cart-collaterals>div {
        width: 100%;
        margin-top: 20px;
    }
    #search-page .product-show>div {
        width: 50%;
    }
    #gform_fields_1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #contact .contact-info .content {
        padding: 0.8rem 0.8rem;
    }
    #header-mobile .header-mb-wrapper {
        position: relative;
        height: 100%;
    }
    .title-header .viewall {
        display: none;
    }
    #header-mobile {
        line-height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    #header-mobile .header-mb-wrapper .right .cart a .cart-contents {
        top: 11px;
        right: -9px;
    }
    body {
        margin-top: 50px;
    }
    #header-mobile .header-mb-wrapper .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    body {
        overflow-x: hidden;
    }
    #form-main {
        overflow: hidden;
    }
    #form-main .form-wrapper .form .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
        margin-top: 10px;
    }
    #news-main .news-wrapper .news-item .img-holder img,
    .news-wrapper .news-item .img-holder img,
    #related-news .news-wrapper .news-item .img-holder img {
        width: 100% !important;
        max-height: 100px !important;
        object-fit: cover;
    }
    #banner-ad-bottom .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    #header-2,
    #header-1 {
        display: none;
    }
    #news-main .news-wrapper {
        flex-wrap: wrap;
    }
    #news-main .news-wrapper .news-item,
    #related-news .news-wrapper .news-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 1rem;
    }
    #news .news-wrapper .news-content .news-item {
        width: 50%;
    }
    #news-main .news-wrapper .news-item .content .title,
    #related-news .news-wrapper .news-item .title {
        margin-bottom: 0.5rem;
    }
    #news-main .news-wrapper .news-item .img-holder img,
    #related-news .news-wrapper .news-item .img-holder img {
        height: 158px;
    }
    #news-main .news-wrapper .news-item .content .info,
    #related-news .news-wrapper .news-item .content .info {
        display: flex;
        flex-direction: column;
    }
    #news-main .news-wrapper .news-item .content .info .date:before,
    #related-news .news-wrapper .news-item .content .info .date:before {
        display: none;
    }
    .category-product .category-wrapper .product-show .item-product {
        width: 50%;
    }
    .product-show .item-product {
        padding: 0 15px;
    }
    .product-show .item-product .product-wrapper .content .action .add-card {
        flex-direction: row;
        padding: 0 15px;
    }
    .product-show .item-product .product-wrapper .content .action .add-card .add-cart-ajax {
        height: 30px;
        /*margin: 0 20px 0 0;*/
        width: 70px;
    }
    /*#footer .footer-wrapper div, #footer .footer-wrapper li {*/
    /*font-size: 1rem;*/
    /*}*/
    #footer .footer-wrapper .coll-ft-left,
    #footer .footer-wrapper .coll-ft-right,
    #archive-product .row-archive-product .archive-content {
        width: 100%;
    }
    /*news-page and category product page*/
    #news .row-news {
        flex-direction: column-reverse;
    }
    #news .row-news .sidebar,
    #news .row-news .news-content,
    #archive-product .row-archive-product .sidebar {
        width: 100%;
    }
    .news-wrapper .news-item .img-holder img {
        height: 161px;
    }
    .sidebar-news .cat-news,
    .sidebar-product .cat-product {
        display: none;
    }
    #news .row-news .news-content .btn-group,
    .sidebar-product .btn-group {
        display: block;
    }
    #archive-product .row-archive-product .archive-content .product-show .products .item-product {
        width: 49.8%;
    }
    /*details-news*/
    #single-news .row-news {
        flex-direction: column-reverse;
    }
    #single-product .flex-viewport {
        height: auto;
    }
    #single-news .row-news .sidebar,
    #single-news .single-news-content {
        width: 100%;
        padding: 0 15px;
    }
    .alignnone {
        margin: 5px 0px 20px 0;
    }
    #single-news iframe {
        width: 100%;
    }
    #single-news .row-news .sidebar {
        margin-top: 2rem;
    }
    #single-news .single-news-content .sn-title {
        padding-left: 16px;
    }
    #single-news .single-news-content .sn-title::before {
        left: 0;
    }
    #single-news .single-news-content .btn-group {
        display: block;
    }
    #bottom-detail .title-2,
    #bottom-detail .title-1 {
        font-size: 1.5rem;
    }
    /*headermobile & menu-mobile*/
    #header-mobile {
        display: block;
    }
    #menu-main {
        width: 80%;
        position: fixed;
        top: 50px;
        z-index: 1000;
        height: 100%;
        transition: all 0.5s ease-in-out;
        background-color: #054EAF;
        left: -100%;
    }
    #menu-main.act-menu .menu-active {
        padding-left: 15px;
    }
    #menu-main .menu-active .menu-menu-main-container ul {
        flex-direction: column;
    }
    #menu-main .menu-active .menu-menu-main-container ul .menu-item-has-children::before {
        content: "";
        position: absolute;
        top: 24px;
        display: inline-block;
        margin-top: -1px;
        width: 12px;
        height: 2px;
        transform: rotate(90deg);
        background-color: #fff;
        right: 20px;
        transition: all .2s;
    }
    #menu-main .menu-active .menu-menu-main-container ul .menu-item-has-children::after {
        content: "";
        position: absolute;
        top: 24px;
        display: inline-block;
        margin-top: -1px;
        width: 12px;
        transform: rotate(0deg);
        height: 2px;
        background-color: #fff;
        right: 20px;
        transition: all .2s;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul>li>ul li {
        width: 100%;
    }
    #menu-main .menu-active .menu-menu-main-container ul .menu-item-has-children a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        width: calc(100% - 47px);
        color: #fff !important;
    }
    #menu-main .menu-active .menu-menu-main-container>ul .menu-item-has-children>.sub-menu {
        display: none;
        transition: unset;
        height: 100%;
        padding: 0;
        overflow-x: hidden;
        position: relative;
        top: 10px;
        padding: 10px;
        background-color: #054EAF;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    #menu-main .menu-active li.d-none {
        display: block !important;
    }
    #menu-main .menu-active li.search {
        position: absolute;
        top: 0;
        margin-top: -127px;
        transition: 0.3s all;
    }
    #menu-main .menu-active li.search form {
        position: relative;
    }
    #menu-main .menu-active li.search .search input {
        padding: 1rem 2rem;
        border-radius: 25px;
        background: #f6f6f6;
        border: none;
        width: 100%;
        color: #6d6d6d;
        outline: none;
    }
    #menu-main .menu-active li.search .search button {
        background: none;
        position: absolute;
        right: 1.6rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #6d6d6d;
        background-color: #f6f6f6;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 16px;
    }
    .news-wrapper .news-item .img-holder {
        width: 100% !important;
    }
    #contact .contact-form .gform_wrapper .gform_body li {
        width: 100%;
        padding-right: 0;
    }
    #menu-main .menu-active .menu-menu-main-container>ul>li>ul.sub-menu {
        display: none;
    }
}

@media (max-width: 575px) {
    #header-mobile .header-mb-wrapper .li-search .search {
        width: 100%;
    }
    #footer .footer-wrapper .coll-ft-right .fanpage {
        max-width: 100%;
    }
    #form-main .form-wrapper .title {
        font-size: 1.2rem;
    }
    #form-main .form-wrapper .form .gform_wrapper form {
        flex-direction: column;
    }
    #form-main .form-wrapper .form {
        margin-bottom: 0.5rem;
    }
    #footer .footer-wrapper .coll-ft-left .info li .content .label {
        font-size: 16px;
    }
    #footer .footer-wrapper {
        padding: 2rem 15px 1rem 15px;
    }
    #footer .ft-bottom .ft-copyright {
        flex-direction: column;
    }
    #footer .ft-bottom .copyright {
        margin-bottom: 0.5rem;
    }
    #news-main .news-wrapper .news-item .img-holder img,
    .news-wrapper .news-item .img-holder img,
    #related-news .news-wrapper .news-item .img-holder img {
        width: 205px;
        height: 130px;
    }
    .news-wrapper .news-item .img-holder {
        width: max-content;
    }
    #introduce-home .introduce-home .col-lg-3 {
        border: none;
    }
    body .mbwph-contact-right {
        margin-left: 10px !important;
    }
    #form-main .form-wrapper .form form .af-fields {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #contact .contact-form form .af-fields .af-field {
        width: 100%;
        margin-right: 0;
    }
    #contact .contact-info .content ul li .content-sub .content-sub-2 .text {
        word-wrap: break-word;
    }
    #epal-popup .pum-container {
        width: calc(100% - 30px);
    }
    .socials-share a {
        margin: 0 15px 15px 0;
    }
    *,
    body {
        font-size: 16px
    }
    .news-wrapper .news-item .content .info .cat,
    .news-wrapper .news-item .content .info .date {
        font-size: 14px;
    }
    .expand table td {
        font-size: 14px;
    }
    #breadcrumb {
        margin-top: 50px;
    }
    .sidebar .product-feature li .content .title {
        font-size: 16px;
    }
}

@media (max-width: 470px) {
    #footer .footer-wrapper .col-ft-mid {
        width: 100%;
    }
    #form-main .form-wrapper .form .gform_wrapper form .gform_body ul.gform_fields {
        flex-direction: column;
    }
    .gform_wrapper ul li.gfield {
        width: 100%;
    }
    #form-main .f470orm-wrapper .title {
        font-size: 1.1rem;
    }
    #news-main .news-wrapper .news-item .img-holder img,
    .news-wrapper .news-item .img-holder img,
    #related-news .news-wrapper .news-item .img-holder img {
        width: 170px;
        height: 107px;
    }
    #footer .footer-wrapper div,
    #footer .footer-wrapper .col-ft-mid .content li {
        font-size: 16px;
    }
    .product-show .item-product .product-wrapper .content {
        padding-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .title-header {
        flex-direction: column;
    }
    .title-header .viewall {
        margin: 0 0 0 auto;
    }
    #single-product .form-buy-large-quantity .gform_wrapper .gform_body input {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .product-show .item-product,
    #news-main .news-wrapper .news-item,
    #related-news .news-wrapper .news-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-show .item-product .product-wrapper .content {
        padding-bottom: 0;
    }
    #news-main .news-wrapper .news-item,
    #news .row-news .news-content .news-item,
    #related-news .news-wrapper .news-item {
        width: 100%;
    }
    #news-main .news-wrapper .news-item .img-holder img,
    .news-wrapper .news-item .img-holder img,
    #related-news .news-wrapper .news-item .img-holder img {
        width: 100%;
        height: auto;
    }
    /*#footer .footer-wrapper .coll-ft-right .fanpage .fb-page span {*/
    /*    width: 100% !important;*/
    /*}*/
}