.outstanding_features_ab{
    padding: 0px;
}
.outstanding_features_ab .heading_h2{
    margin-bottom: 4.167rem;
}
.outstanding_features_ab:before{
    position: absolute;
    top:30%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: url(../../images/11-layers.png);
    z-index: -1;
}
.outstanding_features_ab .item {
    padding: 0 1.5625rem;
    cursor: pointer;
}
.outstanding_features_ab .item .content {
    font-size: 1.1rem
}
.outstanding_features_ab .item h3 {
    font-size: 1rem;
    margin-bottom: 1.146rem;
}
.outstanding_features_ab .item .icon {
    width: 5.729rem;
    height: 5.729rem;
    box-shadow: 0.15625rem -0.417rem 1.25rem rgb(0 32 151 / 12%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 1.042rem;
}
.outstanding_features_ab .item .icon img{
    transform: rotateY(0);
    transition: 1s all;
}
.outstanding_features_ab .item:hover .icon img{
    transform: rotateY(360deg);
}
.outstanding_features_ab {
    padding: 3.125rem 0 4.167rem;
}
.page-template-about section.breadcrumbs {
    position: absolute;
    z-index: 2;
    bottom: 2.083rem;
}
.page-template-about div#banner_gr:before{
    position: absolute;
    bottom: -5.208rem;
    left: 0;
    width: 100%;
    height: 17.8125rem;
    background-image: url(../../images/bg_banner_ab.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
}
section.section.story .bg {
    top: 0;
    transform: translateX(-50%);
    bottom: 0;
    min-height: unset;
}
section.section.story {
    padding: 4.167rem 0;
}
section.section.story .heading_h2{
    margin-bottom: 2.083rem;
}
section.section.story h3.title{
    font-style: italic;
    font-size: 1.302rem;
    margin-bottom: 1.823rem;
}
section.section.story .content{
    font-size: 1rem;
}
section.section.story .content>*:last-child{
    margin-bottom: 0;
}
section.section.story .content ul{
    margin-left: 25px;
}
section.section.brand_philosophy {
    padding: 5.208rem 0 7.8125rem;
}
ul.nav_tabs.display_flex li {
    width: 5.208rem;
    height: 5.208rem;
    box-shadow: 0.104rem -0.26rem 0.417rem rgb(0 32 151 / 14%);
    border: 0.052rem solid #280A54;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.604rem;
    transition: .3s all;
    background: transparent;
    cursor: pointer;
    position: relative;
}
ul.nav_tabs.display_flex li:before{
    position: absolute;
    right: 0;
    top: 50%;
    width: 5.365rem;
    height: 0.15625rem;
    background-color: #280A54;
    opacity: 0.5;
    content: '';
    transform: translate(100%,-50%);
}
ul.nav_tabs.display_flex li:last-child:before{
    display: none;
}
ul.nav_tabs.display_flex {
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 3.646rem 0;
}
ul.nav_tabs.display_flex li.active,
ul.nav_tabs.display_flex li:hover{
    background-color: #280A54;
}
ul.nav_tabs.display_flex li.active img,
ul.nav_tabs.display_flex li:hover img{
    filter: brightness(0) invert(1);
}
.wrap_content_tabs .box_content {
    padding-left: 5.208rem;
    padding-top: 2.083rem;
}
.wrap_content_tabs .box_content .icon {
    margin-bottom: 1.042rem;
    display: block;
}
.wrap_content_tabs .box_content h3 {
    font-size: 1.458rem;
    margin-bottom: 1.823rem;
    color: var(--main-cl)
}
.wrap_content_tabs .box_content .content {
    font-size: 0.9375rem;
}
.brand_philosophy:before{
    position: absolute;
    left: 50%;
    top: 2.083rem;
    transform: translateX(-50%);
    content: url(../../images/bg_tl.png);
    z-index: -1;
}
section.section.slogan .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.5625rem;
    font-style: italic;
    margin: 0;
    /* position: relative; */
}
section.section.slogan .content:before {
    background: #6a8f41;
    opacity: 0.8;
    filter: blur(5.208rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 150%;
    height: 300%;
    z-index: -1;
    border-radius: 50%;
}
.slogan{
    min-height: 39.0625rem;
}
section.section.slogan .content:after{
    position: absolute;
    top: -0.26rem;
    left: 50%;
    transform: translateY(-100%);
    content: url(../../images/bg_content.png);
}
.product_page.about_page{
    padding-top: 6.25rem;
    z-index: 2;
}

.bg img {
    width: 100rem;
    max-width: unset;
    min-height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.bg {
    position: absolute;
    z-index: -1;
    top: 0;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.section{
    z-index: 3;
}
.heading_h2{
    font-size: 2.34375rem;
    color: var(--main-cl);
    margin-bottom: 1.823rem;
    line-height: 140%;
}
.banner_product{
    height: 26.042rem;
}
.banner_product .content_banner h1 b {
    color: #1e95c9;
}
.banner_product .content_banner h1 {
    font-size: 2.083rem;
    margin-top: 0.26rem;
    color: var(--main-cl)
}

.banner_product .content_banner span {
    font-size: 0.9375rem;
}
.banner_product .content_banner {
    width: 50%;
}
.banner_product .inner {
    position: absolute;
    max-width: 62.5rem;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.top_filter{
    margin-bottom: 2.083rem;
}
.top_filter ul svg {
    height: 1.146rem;
}
.top_filter ul svg path{
    fill: #c1c1c1;
}
.top_filter ul li a.active svg path{
    fill: #666666;
}
.top_filter ul li:last-child svg {
    height: 1.354rem;
    display: block;
    transform: translateY(-0.104rem);
}
ul.style_list {
    display: flex;
    margin: 0 0.521rem 0 0 ;
    list-style: none;
    align-items: center;
}
.top_filter{
    justify-content: flex-end;
}
ul.style_list li{
    margin-right: 0.625rem;
    margin-bottom: 0;
}
ul.style_list li > a {
    display: flex;
}
.top_filter select {
    height: 2.083rem;
    padding: 0 1.042rem;
    color: #333333;
    font-size: 0.729rem;
    box-shadow: -0.052rem -0.15625rem 0.78125rem rgb(0 0 0 / 10%);
    border-radius: 0.104rem;
    background-color: #ffffff;
    border: antiquewhite;
    width: 8.333rem;
    margin-right: 0.521rem;
    outline: none;
    margin-bottom: 0;
}
.style_2 .item_product {
    margin-bottom: 1.823rem;
    display: flex;
    text-align: left;
    width: calc(calc(100% / 2) - 1.042rem);
}
.style_2 .item_product .box_img {
    width: 7.292rem;
    margin: 0 1.5625rem 0 0;
    height: 8.958rem;
    flex:  0 0 auto;
}
.style_2 .item_product .box_img .avatar {
    max-width: 80%;
    max-height: 80%;
}
.style_2 .new_product{
    text-align: center;
    left: 4.375rem;
    font-size: 0.521rem;
    width: 1.71875rem;
    height: 1.5625rem;
    line-height: 1.458rem;
}
#filter_product{
    min-height: 26.042rem;
}
.wrap_filter h3 {
    font-size: 1.042rem;
    margin-bottom: 2.083rem;
}
.wrap_filter ul {
    list-style: none;
    margin: 0;
}
.wrap_filter ul li:not(:last-child) {
    margin-bottom: 0.78125rem;
}
.wrap_filter ul a {
    color: #333333;
    font-size: 0.833rem;
}
.wrap_filter{
    box-shadow: -0.052rem -0.15625rem 1.042rem rgba(0, 0, 0, 0.08);
    border-radius: 0.521rem;
    background-color: #ffffff;
    padding: 1.5625rem;
    margin-bottom: 1.042rem;
}
.wrap_filter ul a {
    color: #333333;
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
}
.wrap_filter ul a:hover span,
.wrap_filter ul a.active span{
    margin-right: 0.521rem;
    width: 1.198rem;
}

.wrap_filter ul a span{
    width: 0;
    height: 0.052rem;
    background: #333333;
    margin-right: 0;
    display: inline-block;
    transition: .3s all;
}
.wrap_filter .filter_price li{

}
.wrap_filter .filter_price a{
    font-size: 0.78125rem;
}
.wrap_filter .filter_price a.active,.wrap_filter .filter_price a:hover{
    font-weight: 700;
    transition: all 0.5s;
}
.product_page .item_product{
    margin-bottom: 1.823rem;
}
.product_page{
    padding: 2.083rem 0 2.604rem;
}
#load_more_product{
    grid-gap: 1.042rem;
}
#load_more_product .product_custom h3{
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}
#load_more_product .product_custom .item_price > *{
    font-size: 0.9375rem;
}
#load_more_product .product_custom .add_to_cart_btn{
    font-size: 0.833rem;
    line-height: 2.083rem;
    padding: 0 1.042rem;
}
.button_show_filter{
    display: none;
}
body.archive.post-type-archive-product .shop-page-title{
    display: none !important;
}
.arrow_slider.style_2 {
    background: transparent;
    box-shadow: none;
    left: 1.042rem;
}
.arrow_slider.style_2.button_next_slider{
    right: 1.042rem;
    left: unset;
}

.product_details .swiper{
    overflow: hidden;
    height: 25.521rem !important;
    width: calc(100% - 4.6875rem);
}
.swiper.mySwiper {
    width: 3.75rem;
    flex: 0 0 auto;
    position: relative;
}
.swiper.mySwiper .arrow_slider.style_2{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.product_details .swiper img{
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.item_nav {
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.052rem solid transparent;
    transition: .3s all;
    margin: 0.521rem 0;
    height: calc(100% - 1.042rem) !important;
    cursor: pointer;
}
.swiper-slide-thumb-active .item_nav{
    border-color: #121415;
}
.woocommerce-breadcrumb{
    display: none !important;
}
.mySwiper.gelery_nav .swiper-slide{
    max-height: 4.6875rem;
}
.item_nav img {
    max-height: 2.604rem !important;
    max-width: 90% !important;
    width: auto !important;
    height: auto !important;
}
/*.gelery_nav .swiper-slide {*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin: 0.521rem 0.521rem 0 0;*/
/*    border: 0.052rem solid #121415;*/
/*    transition: .3s all;*/
/*}*/
.product_details{
    padding: 3.646rem 0 3.125rem;
}
.swiper.mySwiper .arrow_slider.style_2 {
    top: -0.78125rem;
    left: 50%;
    transform: translateX(-50%) rotate(
            -90deg);
}
.swiper.mySwiper .arrow_slider.style_2.button_next_slider {
    top: unset;
    bottom: -0.78125rem;
    transform: translateX(-50%) rotate(
            90deg);
}
.grid-50.info_product .price {
    font-size: 1.5625rem;
    color: #121415;
    margin-bottom: 1.5625rem;
}
.grid-50.info_product .price span{
    display: inline-block;
    margin: 0;
}
.grid-50.info_product h1+span{
    margin-bottom: 1.302rem;
}
.grid-50.info_product h1 {
    font-size: 1.5625rem;
    color: var(--main-cl);
    margin-bottom: 0.521rem;
}
.grid-50.info_product ul li {
    margin-bottom: 0.521rem;
}
.grid-50.info_product ul {
    list-style: none;
    margin: 0;
    color: #666666;
    font-size: 0.729rem;
}
.grid-50.info_product .content {
    font-size: 0.729rem;
    color: #000000;
    line-height: 1.5;
    border-top: 0.052rem solid #e1e1e1;
    padding-top: 1.302rem;
    margin-bottom: 1.823rem;
}
li.quantity {
    margin-top: 1.302rem;
}
ul.share_product svg path {
    fill: var(--main-cl);
    opacity: 0.6;
}
ul.share_product a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.083rem;
    height: 2.083rem;
    border: 0.052rem solid #cacaca;
    border-radius: 50%;
    margin-right: 0.417rem;
    background: transparent;
    transition: .3s all;
}
ul.share_product a:hover{
    background: var(--main-cl);
    border-color: var(--main-cl);
}
ul.share_product a:hover svg path {
    fill: white;
    opacity: 1;
}
ul.share_product svg {
    max-width: 0.833rem;
    height: auto;
}
ul.share_product {
    display: flex;
    align-items: center;
    margin-top: 1.5625rem !important;
}
.swiper.mySwiper2.gelery_for img {
    max-width: 90%;
    width: 90%;
    height: auto;
}
.swiper.mySwiper2.gelery_for .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs_product>ul{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul.scroll_menu_bar.fixed > li > a{
    color: var(--main-cl);
    font-size: 0.729rem;
    height: 2.083rem;
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    padding: 0 0.521rem;
    border: 0.052rem solid #d7d7d7;
    background-color: #ffffff;
    min-width: 9.896rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
ul.scroll_menu_bar.fixed > li > a.active{
    color: white;
    background-color: var(--main-cl);
    border-color: var(--main-cl);
}
ul.scroll_menu_bar.fixed{
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    list-style: none;
    position: fixed;
    top: 6.458rem;
    width: 100%;
    left: 0;
    justify-content: center;
    border-bottom: 0.052rem solid #b6b6b6;
    z-index: 50;
    background-color: #fff;
    margin: 0;
}

ul.scroll_menu_bar.fixed > li{
    margin: 0;
}
.grid-66 .wrap_content_tabs:not(:last-child){
    margin-bottom: 2.083rem;
}
ul.scroll_menu_bar.fixed.show{
    transform: translateY(0);
}
.tabs_product>ul > li{
    margin: 0;
}
.tabs_product>ul a.active {
    color: white;
    background-color: var(--main-cl);
    border-color: var(--main-cl);
}
.tabs_product>ul a {
    color: var(--main-cl);
    font-size: 0.729rem;
    height: 2.083rem;
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    padding: 0 0.521rem;
    border: 0.052rem solid #d7d7d7;
    background-color: #ffffff;
    min-width: 9.896rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.tabs_product>ul {
    list-style: none;
    margin: 0 0 1.823rem 0;
    /* border: 0.052rem solid #e1e1e1; */
    animation: 0;
    border-bottom: 0.052rem solid #e1e1e1;
}
.tabs_product .content{
    color: #333333;
    font-size: 0.833rem;
    line-height: 1.5;
}
.tabs_product .content p{
    font-size: 0.833rem;
}
.tabs_product .content ul{
    margin-left: 1.5625rem;
}
.tabs_product .content h3{
    font-size: 1.5625rem;
    line-height: 1.2;
}
.tabs_product table {
    border: 0.052rem solid #cacaca;
}
.tabs_product table tr td:first-child {
    width: 29% !important;
    font-size: 0.78125rem;
    padding: 0.677rem 1.5625rem;
    border-right: 0.052rem solid #cacaca;
}
.tabs_product table tr,
.tabs_product table td{
    border: none !important;
}
.tabs_product table tr:nth-child(odd){
    background-color: #f7f7f7;
}
ul.banner_qc img {
    display: block;
    width: 100%;
    height: auto;
}
ul.banner_qc li{
    margin-bottom: 1.042rem;
}
ul.banner_qc {
    list-style: none;
    margin: 2.083rem 0 0 3.646rem;
}
.wrap_info {
    display: inline-block;
    margin-top: 4.6875rem;
    padding-bottom: 2.604rem;
    border-bottom: 0.052rem solid rgba(51, 51, 51, 0.11);
}
.product_related .heading_h2{
    font-size: 1.5625rem;
}

ul.nav_right li {
    position: relative;
}
ul.nav_right li form {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-110%);
    width: 0rem;
    transition: .3s all;
    overflow: hidden;
}
ul.nav_right li form.active{
    width: 10.417rem;
}
ul.nav_right li form input {
    height: 2.083rem;
    border: none;
    border-bottom: 0.052rem solid #6666;
    background: transparent;
    padding: 0 0.521rem;
    color: #333333;
    font-size: 0.729rem;
    outline: none;
}
ul.nav_right li form input::placeholder{
    font-size: 0.729rem;
    color: #6666;
}
.arrow_slider svg {
    width: 0.78125rem;
    height: auto;
}
.arrow_slider {
    position: absolute;
    top: 8.59375rem;
    z-index: 9;
    left: -3.4375rem;
    transform: translateY(-50%);
    width: 2.083rem;
    height: 2.083rem;
    box-shadow: -0.15625rem 0.417rem 0.78125rem rgb(0 0 0 / 5%);
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s all;
}
.arrow_slider.button_prev_slider {
    transform: translateY(-50%) rotate(180deg);
}
.slider_product_new,
.slider_product_new_2{
    margin-bottom: 3.90625rem;
}
body.single-product .product_custom h3{
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}
body.single-product .product_custom .item_price > *{
    font-size: 0.9375rem;
}
body.single-product .product_custom .add_to_cart_btn{
    font-size: 0.833rem;
    line-height: 2.083rem;
    padding: 0 1.042rem;
}
.product_column.style_2 #load_more_product{
    grid-template-columns: 1fr 1fr;
}
.product_column.style_2 #load_more_product .product_custom{
    display: flex;
}
.product_column.style_2 #load_more_product .product_custom > .img_wrap{
    width: 9.375rem;
    margin-right: 1.5625rem;
    height: 8.958rem;
}
.product_column.style_2 #load_more_product .product_custom > .img_wrap .badge_wrap{
    width: 100%;
    top: 0.26rem;
    left: 0;
    padding: 0 0.26rem;
}
.product_column.style_2 #load_more_product .product_custom > .img_wrap .badge_wrap .badge_left{
    display: none !important;
}
.product_column.style_2 #load_more_product .product_custom > .img_wrap .badge_wrap > .badge{
    font-size: 0.521rem !important;
    line-height: 0.625rem !important;
}
.product_column.style_2 #load_more_product .product_custom > .cont_wrap{
    width: calc(100% - 9.375rem);
}
.product_column.style_2 #load_more_product .product_custom > .cont_wrap *{
    text-align: left !important;
}
.product_column.style_2 #load_more_product .product_custom .title_wrap{
    margin-top: 0;
    padding-bottom: 0.417rem;
    margin-bottom: 0.417rem;
}
.product_column.style_2 #load_more_product .product_custom > .cont_wrap .item_price{
    justify-content: flex-start;
}
.product_column.style_2 #load_more_product .product_custom .title_wrap:before{
    left: 0;
    transform: unset;
}
.btn{
    max-width: 100%;
}
.product_column.style_2 #load_more_product .product_custom .add_to_cart_btn{
    margin-left: unset;
    line-height: 1.875rem;
    margin-top: 0.521rem;
}
.product_column.style_2 #load_more_product .product_custom h3{
    font-size: 1rem;
    line-height: 1.3;
}
.load_ajax.active { position: relative; }
.load_ajax.active::before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.7); content: url("../../images/load_product.gif"); }

ul.nav_tabs.display_flex li img{
    object-fit: contain;
}
.wrap_content_tabs img {
    margin-bottom: 1.042rem;
}
.grid-50.info_product .price del bdi > span,
.grid-50.info_product .price del bdi{
    text-decoration: line-through;
}
@media only screen and (max-width: 1199px){

    .wrap_dong_sp .wrap_img h3{
        font-size: 15px;
    }
    .outstanding_features_ab {
        padding: 60px 0;
    }
    .outstanding_features_ab .item{
        padding: 0 10px;
    }
    section.section.story .heading_h2 {
        margin-bottom: 30px;
    }
    section.section.story {
        padding: 0 0 60px;
    }
    section.section.story .bg img {
        width: 1920px;
    }
    .wrap_content_tabs .box_content {
        padding-left: 20px;
        padding-top: 0;
    }
    .wrap_content_tabs .box_content h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .wrap_content_tabs .box_content .content {
        font-size: 16px;
    }
    section.section.brand_philosophy {
        padding: 60px 0;
    }
    .slogan {
        min-height: 550px;
    }
    .group_content.text_center{
        max-width: 900px;
    }
    .wrap_news .item .box_img{
        height: 325px;
    }
    section.section.post_details .sidebar{
        padding-left: 10px;
    }
    .heading_h2{
        font-size: 35px;
    }
    #load_more_product{
        grid-gap: 20px 10px
    }
    #load_more_product .product_custom h3{
        font-size: 1rem;
        line-height: 1.25;
    }
    #load_more_product .product_custom .item_price > del{
        display: none;
    }
    .wrap_filter h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .product_column.style_2 #load_more_product .product_custom > .img_wrap{
        width: 120px;
        height: 120px;
        margin-right: 0.5rem;
    }
    .product_column.style_2 #load_more_product .product_custom > .cont_wrap{
        width: calc(100% - 128px);
    }
    .product_column.style_2 #load_more_product .product_custom .add_to_cart_btn{
        font-size: 12px;
        padding: 0 12px;
        line-height: 24px;
    }
    .tabs_product>ul a{
        min-width: 8rem;
    }
    .wrap_info{
        margin-top: 3rem;
    }
    ul.banner_qc{
        margin-left: 1rem;
    }
}
@media only screen and (max-width: 991px){
    .outstanding_features_ab .heading_h2{
        margin-bottom: 30px;
    }
    .heading_h2{
        font-size: 25px;
    }
    section.section.story h3.title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    section.section.story .content {
        font-size: 14px;
        line-height: 140%;
    }
    ul.nav_tabs.display_flex{
        margin: 30px 0;
    }
    ul.nav_tabs.display_flex li{
        width: 70px;
        height: 70px;
    }
    ul.nav_tabs.display_flex li img {
        max-width: 50%;
        max-height: 50%;
    }
    .wrap_content_tabs .box_content h3{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .wrap_content_tabs .box_content .content {
        font-size: 12px;
    }
    .wrap_content_tabs .box_content .icon{
        max-width: 40px;
    }
    .product_page.about_page .grid-container>* {
        width: 100%;
    }
    .product_page.about_page .wrap_filter ul{
        display: flex;
        flex-wrap: wrap;
    }
    .product_page.about_page .wrap_filter ul li{
        width: 25%;
    }
    .product_page.about_page #load_more_product_ab{
        margin: 0 -10px;
    }
    .wrap_filter{
        padding: 15px;
    }
    .wrap_filter h3{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .wrap_filter .filter_price a,
    .wrap_filter ul a{
        font-size: 12px;
    }
    .product_column.style_2 #load_more_product{
        grid-template-columns: 1fr;
    }
    ul.banner_qc{
        margin-left: 1rem;
        margin-top: 0;
    }
    .tabs_product>ul a{
        min-width: 7.25rem;
    }
    .product_details{
        padding: 2rem 0;
    }
    .next-prev-thumbs{
        display: none !important;
    }
    .grid-50.info_product .price{
        font-size: 1.25rem;
    }
    body.single-product .product_custom h3{
        font-size: 1.15rem;
        line-height: 1.25;
    }
}
@media only screen and (max-width: 767px){

    .heading_h2{
        font-size: 23px;
    }
    #load_post {
        min-height: 250px;
    }
    section.section.outstanding_features .box .item span {
        font-size: 12px;
    }
    .outstanding_features .bg{
        justify-content: flex-end;
    }
    section.section.outstanding_features {
        padding: 60px 0 40px;
    }
    section.section.outstanding_features .box .item {
        margin: 20px 0;
    }
    section.section.product_new {
        padding-top: 50px;
    }
    .outstanding_features_ab {
        padding: 30px 0 50px;
    }
    .outstanding_features_ab .heading_h2 {
        margin-bottom: 40px;
    }
    .outstanding_features_ab .item:not(:last-child) {
        margin-bottom: 50px;
    }
    ul.nav_tabs.display_flex li{
        margin: 0 15px;
    }
    ul.nav_tabs.display_flex li:before{
        width: 32px;
    }
    .wrap_content_tabs .box_content {
        padding-left: 10px;
    }
    section.section.slogan .content{
        font-size: 16px;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }
    .slogan {
        min-height: 300px;
    }
    .wrap_content_tabs .box_content .content>*:last-child{
        margin-bottom: 0;
    }
    .product_page.about_page .wrap_filter ul li {
        width: 33.3333%;
    }
    .product_page.about_page .wrap_filter ul a:hover span,.product_page.about_page .wrap_filter ul a.active span {
        margin-right: 5px;
        width: 10px;
    }
    .product_page.about_page .wrap_filter{
        padding: 20px;
    }
    .product_page.about_page .wrap_filter ul a{
        font-size: 12px;
    }
    .product_page.about_page .wrap_filter h3{
        font-size: 15px;
        text-align: center;
    }
    .product_page.about_page .item_product{
        width: calc(calc(100% / 2) - 20px);
    }
    .product_page.about_page{
        padding-top: 60px;
    }
    .wrap_news .item .box_img{
        height: auto;
    }
    .wrap_news .item .content{
        font-size: 12px !important;
    }
    .wrap_news .item h3{
        font-size: 15px;
    }
    .wrap_news .item {
        padding: 30px 0;
    }
    ul.nav_tabs.display_flex li {
        margin: 0 15px;
    }
    ul.nav_tabs.display_flex li {
        width: 60px;
        height: 60px;
    }
    .product_filter {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background: white;
        padding: 20px 20px;
        height: 100vh;
        overflow: auto;
        width: 80vw;
        transform: translateX(-150%);
        transition: .5s all;
    }
    .section.product_page{
        z-index: 90;
    }
    .product_filter.show{
        transform: translateX(0%);
    }
    .top_filter {
        justify-content: space-between;
        padding-left: 10px;
    }
    .button_show_filter {
        display: inline-block;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        right: 0;
        z-index: 999;
        background: #000000;
    }
    .button_show_filter svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        fill: white;
    }
    .button_show_filter svg.close,
    .button_show_filter.open svg.menu_filter{
        display: none;
    }
    .button_show_filter.open svg.close{
        display: block;
    }
    #load_more_product .product_custom .add_to_cart_btn{
        font-size: 12px;
        line-height: 26px;
    }
    .grid-75{
        padding: 0 !important;
    }
    ul.scroll_menu_bar.fixed{
        display: none !important;
    }
    .product_details .swiper{
        height: 20rem !important;
    }
    .grid-50.info_product h1{
        font-size: 1.3rem;
    }
    .swiper.mySwiper2.gelery_for img{
        width: 95%;
        max-width: 95%;
    }
    ul.banner_qc{
        margin-left: 0;
    }
    .slider_product_new, .slider_product_new_2{
        margin-bottom: 1.5rem;
    }
    body.single-product .product_custom .item_price del{
        display: none;
    }
    body.single-product .product_custom h3{
        font-size: 1rem;
    }
    section.section.story .bg{
        bottom: 0;
    }
}