﻿.single-product {
    background: #F7F4EF;
}

.breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single-product .breadcrumb {
    margin-bottom: 30px;
}

.breadcrumb,
.breadcrumb a {
    color: #999999;
}


.breadcrumb li:last-child,
.breadcrumb li:last-child a,
.breadcrumb a:hover {
    color: var(--cl-main);
}

.breadcrumb li {
    display: inline-block;
    position: relative;
}

.breadcrumb li+li {
    margin-left: 10px;
}

.breadcrumb li+li::before {
    display: inline-block;
    content: '/';
    margin-right: 10px;
}

.product_details .box-wrap {
    padding-left: 45px;
    padding-right: 45px;
}

figure.zoom {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    width: 500px;
    height: 500px;
    overflow: hidden;
    cursor: zoom-in;
}

figure.zoom:hover img {
    opacity: 0;
}

figure.zoom img {
    transition: opacity 0s;
    display: block;
    width: 500px;
    height: 500px;
    background-color: #fff;
}

.product_details .gallery_for figure {
    margin-bottom: 0;
}

.product_details .gallery_for img {
    max-width: 100%;
    object-fit: contain;
    /* width: auto; */
}

.product_details .gallery_for .item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 415px;
}

.product_details .gallery_nav {
    margin-left: 53px;
    margin-right: 53px;
}

.product_details .gallery_nav .swiper-slide {
    width: max-content;
}

.product_details .gallery_nav .item_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    background: #FAFAFA;
    border: 1px solid #E9E5DE;
    cursor: pointer;
}

.product_details .gallery_nav img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.product_details .gallery_nav .swiper-slide-thumb-active .item_nav {
    border-color: var(--cl-main);
}

.product_details .box-infos {
    background: #F7F4EF;
    padding: 15px 30px 0 27px;
}

.box-price {
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #333333;
}

.box-price .main-price {
    display: flex;
    align-items: center;
}

.box-price .main-price .main {
    display: inline-block;
    margin-right: 25px;
}

.box-price .main-price .discount {
    padding: 0 11px;
    display: inline-block;
    background: var(--cl-menu);
    border-radius: 3px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.box-price .regular-price {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.product_details .title-product {
    padding-bottom: 7px;
    border-bottom: 1px solid #E9E5DE;
}

.product_details .short_description {
    padding: 5px 0;
    font-size: 13px;
}

.woocommerce-variation.single_variation,
.woocommerce-variation-price {
    display: none;
}

.box-infos-bottom {
    border-top: 1px solid #E9E5DE;
    padding: 15px 0 10px;
}

.box-infos-bottom .item+.item {
    margin-left: 50px;
    position: relative;
}

.box-infos-bottom .item+.item::before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    background-color: #666;
}

.box-infos-bottom a {
    color: #666;
}

.box-infos-bottom a:hover {
    color: var(--cl-main);
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label {
    margin: 0 !important;
}

body.woo-variation-swatches.wvs-show-label .variations td.label {
    padding-right: 10px;
    min-width: 110px;
}

ul.list_product_info .label,
.quantity.buttons_added label.screen-reader-text {
    clip: unset;
    height: auto;
    position: static !important;
    width: auto;
    margin: 0;
    order: -1;
    color: #000;
    border: unset;
    clip-path: unset;
    min-width: 110px;
    padding-right: 10px;
}

.button-variable-item span {
    font-size: 14px !important;
    padding: 0 8px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 90%) !important;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    border: unset !important;
    box-shadow: unset !important;
}

body.woo-variation-swatches.wvs-show-label .variations td {
    padding-bottom: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color:after {
    border-radius: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: unset;
}

.quantity.buttons_added {
    padding-top: 22px;
    border-top: 1px solid #E9E5DE;
    align-items: center;
    display: flex;
}

.quantity.buttons_added label.screen-reader-text {
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #333333;
}

.quantity.buttons_added>* {
    flex-shrink: 0;
}

.woocommerce .quantity .qty {
    flex: 1;
    flex-shrink: unset;
    height: 46px;
    line-height: 46px;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    border: unset;
    border-top: 1px solid #E9E5DE;
    border-bottom: 1px solid #E9E5DE;
}

button.change-qty-btn {
    position: relative;
    padding: 0;
    width: 40px;
    background-color: transparent !important;
    color: #999999 !important;
    border: unset;
    border-top: 1px solid #E9E5DE;
    border-bottom: 1px solid #E9E5DE;
    height: 46px;
    line-height: 46px;
    background: #F7F4EF !important;
    width: 46px;
    text-align: center;
    font-size: 0;
    color: #333 !important;
    outline: none !important;
}

button.change-qty-btn::before,
button.change-qty-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 1px;
    background-color: #333;
}

button.change-qty-btn.plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

button.change-qty-btn.minus {
    border-left: 1px solid #E9E5DE;
    border-radius: 5px 0 0 5px;
}

button.change-qty-btn.plus {
    border-right: 1px solid #E9E5DE;
    border-radius: 0 5px 5px 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
    background: var(--cl-menu);
    text-transform: uppercase;
    outline: none;
    padding: 15px 30px;
    line-height: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    color: #333333;
    transition: .2s all ease-in-out;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: var(--cl-menu);
    color: #fff;
    transform: scale(1.05);
}

.woocommerce .single_add_to_cart_button.button.alt.disabled:hover,
.woocommerce .single_add_to_cart_button.button.alt.disabled {
    background-color: #6c6c6c;
}

.woocommerce .single_add_to_cart_button.button.alt {
    display: block;
    width: 100%;
}

.button-tra-gop.single_add_to_cart_button.button.alt {
    background: #257EE6;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}

.button-tra-gop.single_add_to_cart_button.button.alt::first-line {
    font-size: 14px;
    font-weight: 900;
}

.product_chinh_sach {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 0 21px;
}

.product_chinh_sach .inner {
    padding: 18px 0;
}

.product_chinh_sach .item+.item {
    border-top: 1px solid #E8E8E8;
}

.product_chinh_sach .img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    width: 50px;
}

.wrap_content {
    color: #5E5E5E;
    line-height: 1.5625;
}

.wrap_content h2,
.wrap_content h3,
.wrap_content h4,
.wrap_content h5 {
    color: #333;
}

.wrap_content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.wrap_content h3 {
    font-size: 20px;
}

.wrap_content h4 {
    font-size: 18px;
}

.wrap_content h5 {
    font-size: 16px;
}

.product_details .wrap_info .img {
    margin-top: 75px;
}

.tabs_product {
    margin-bottom: 25px;
}

.tabs_product>ul a {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    display: block;
    padding: 0 22px;
    text-align: center;
    color: #666;
}

.tabs_product>ul li {
    display: inline-block;
}

.tabs_product>ul a.active {
    background-color: var(--cl-menu);
    color: #333333;
}

.tabs_product>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
    background: #F7F4EF;
    border-radius: 5px;
    overflow: hidden;
}

a.readMore_btn {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: .2s all ease-in-out;
}

a.readMore_btn::before {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: url('../../images/upgrade/arrow-readMore.svg') center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-right: 21px;
    transition: .2s all ease-in-out;
}

a.readMore_btn:hover {
    color: var(--cl-main);
}

a.readMore_btn:hover::before {
    transform: rotate(45deg);
}

.wrap_content_tabs .tab .wrap_content {
    overflow: hidden;
    transition: .2s all ease-in-out;
}

.wrap_content_tabs .tab.hide_part .wrap_content {
    max-height: 300px;
}

div#reviews.woocommerce-Reviews {
    max-width: unset;
    border-bottom: unset;
}

.product_related {
    background-color: #fff;
    padding: 60px 0 90px;
}

.product_related+.product_related {
    border-top: 0.5px solid #D7D7D7;
}

.post {
    background: #F5F5F5;
}

.post .featured_image {
    padding-bottom: 56.32%;
}

.post .name {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post .inner:hover .featured_image img {
    transform: scale(1.1);
}

.post .box_content {
    transition: .2s all ease-in-out;
    padding: 30px 35px 30px 48px;
    border-bottom: 4px solid transparent;
}

.post .inner:hover .box_content {
    border-color: var(--cl-main);
}

.post .box-bottom .right {
    margin-left: auto;
}

.slider-posts {
    overflow: hidden;
}

.slider-posts .swiper {
    overflow: initial;
}

.slider-posts .swiper-slide {
    opacity: 0.5;
    transition: .2s all ease-in-out;
}

.slider-posts .swiper-slide-prev,
.slider-posts .swiper-slide-active,
.slider-posts .swiper-slide-next {
    opacity: 1;
}

.banner_shop .group_content {
    max-width: 500px;
}

.banner_shop .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) {
    .banner_shop .row {
        min-height: 500px;
    }
}

.product_cat_children .item {
    width: 180px;
}

.product_cat_children .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 178px;
    height: 178px;
    border: 2px solid transparent;
    background: #F7F4EF;
    border-radius: 5px;
    transition: .2s all ease-in-out;
}

.product_cat_children .item .name {
    margin-top: 12px;
    transition: .2s all ease-in-out;
}

.product_cat_children img {
    max-height: 180px;
    object-fit: contain;
}

.product_cat_children .item:hover .name {
    color: #333333;
    font-weight: 700;
}

.product_cat_children .item:hover .inner {
    border: 2px solid var(--cl-main);
}

.product_list_description {
    padding-top: 70px;
    padding-bottom: 70px;
}

.woocommerce-shop .product_list_description {
    padding-top: 0;
    padding-bottom: 80px;
    background-color: transparent !important;
}

.product_list_description .wrap_content {
    overflow: hidden;
    transition: .2s all ease-in-out;
}

.product_list_description .wrap_content.hide_part {
    max-height: 210px;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers {
    position: relative;
    background: #ECE5DF !important;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    text-align: center;
    line-height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    transition: .2s all ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers:hover {
    background-color: var(--cl-main) !important;
    color: #333333;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
    border-color: var(--cl-main);
    font-weight: 700;
    color: #333333;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: unset;
    margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: unset;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul .page-numbers.prev {
    font-size: 0;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.next::before,
.woocommerce nav.woocommerce-pagination ul .page-numbers.prev::before {
    content: '';
    display: block;
    width: 22px;
    height: 15px;
    background: url('../../images/upgrade/arrow-swiper.svg') center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0);
}

.woocommerce nav.woocommerce-pagination ul .page-numbers.prev::before {
    transform: translate(-50%, -50%) scaleX(-1);
}

.banner-pages .title-banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 20px;
    width: 100%;
    z-index: 50;
}

.banner-pages::before {
    content: '';
    display: block;
    width: 100%;
    height: 273px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page_default .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: #333333;
    opacity: 0.9;
    padding-left: 65px;
    position: relative;
}

.page_default .title::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 41px;
    height: 1px;
    background-color: #666666;
}

.page_default .wrap_content p:not(:last-child) {
    margin-bottom: 1.5rem;
}

.single_post_info .item {
    padding-left: 23px;
    margin-right: 35px;
}

.single_post_info .item.author {
    background: url('../../images/upgrade/post/author.png') center left no-repeat;
    background-size: 16px;
}

.single_post_info .item.published_date {
    background: url('../../images/upgrade/post/published.png') center left no-repeat;
    background-size: 16px;
}

.single_post_info .item.current_cate {
    background: url('../../images/upgrade/post/cates.png') center left no-repeat;
    background-size: 16px;
}

.post_details .wrap_content h2,
.post_details .wrap_content h3,
.post_details .wrap_content h4,
.post_details .wrap_content h5,
.post_details .wrap_content h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.post_details .wrap_content h2 {
    font-size: 30px;
}

.post_details .wrap_content h3 {
    font-size: 25px;
}

.post_details .wrap_content h4 {
    font-size: 22px;
}

.post_details .wrap_content h5 {
    font-size: 18px;
}

.post_details .wrap_content h6 {
    font-size: 16px;
}

.post_details .wrap_content ul:not(:last-child),
.post_details .wrap_content p:not(:last-child) {
    margin-bottom: 30px;
}

.post_details .wrap_content figcaption.wp-caption-text {
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

.post_details .wrap_content figure {
    margin-bottom: 50px;
}

.toc_number {
    display: none;
}

#toc_container {
    border: 0.5px solid #C1C1C1;
    background: transparent;
    width: 100% !important;
    display: block !important;
    margin-bottom: 40px;
    padding: 0;
}

#toc_container p.toc_title {
    padding: 0 45px;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    background: #F7F4EF;
    text-align: left;
}

#toc_container span.toc_toggle {
    float: right;
    font-size: 0;
}

#toc_container span.toc_toggle a {
    font-size: 0;
    display: inline-block;
}

#toc_container span.toc_toggle a:hover {
    text-decoration: initial !important;
}

#toc_container span.toc_toggle a::before {
    content: '\e874';
    font-family: 'Linearicons-Free';
    font-size: 10px;
}

#toc_container p.toc_title+ul.toc_list {
    margin: 0;
    padding: 35px 40px;
}

#toc_container p.toc_title+ul.toc_list a {
    color: #5E5E5E;
}

#toc_container p.toc_title+ul.toc_list a:hover {
    color: var(--cl-main);
}

#toc_container p.toc_title+ul.toc_list li {
    font-size: 18px;
    font-weight: 700;
}

#toc_container p.toc_title+ul.toc_list>li+li {
    margin-top: 20px;
}

#toc_container p.toc_title+ul.toc_list ul li {
    font-weight: 400;
    font-size: 16px;
}

.section-border-top {
    border-top: 0.5px solid #D7D7D7;
}

.form-search-post .label {
    margin-right: 29px;
}

.form-search-post .item+.item {
    margin-left: 12px;
}

.form-search-post select {
    min-width: 160px;
}

.select_js2 {
    width: 100% !important;
}

.form-search-post .select2-container--default .select2-selection--single {
    border: unset;
    height: 42px;
    background: #F7F4EF;
    border-radius: 5px;
}

.form-search-post .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.form-search-post .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.form-search-post .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.form-search-post .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}

.form-search-post .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

.admin-bar .select2-dropdown--above {
    margin-bottom: 32px;
}

.admin-bar .select2-dropdown--below {
    margin-top: 32px;
}

.select2-results__option {
    cursor: pointer;
}

.select2-results__option.select2-results__option--highlighted {
    background-color: var(--cl-main);
    color: #000;
}

.post-left .featured_image {
    padding-bottom: 0;
    height: 543px;
}

.post-left .inner::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right, #606060 0%, rgba(17, 17, 17, 0) 100%);
    opacity: 0.8;
}

.post-left .box_content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 50px;
    width: 310px;
    max-width: 100%;
    max-height: 100%;
    z-index: 5;
}

.post-left a {
    color: #fff;
}

.post-left .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-left .box-bottom a {
    height: 50px;
    background: #ECE5DF;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    color: #696D6C;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.post-left .box-bottom a .txt {
    margin-right: 16px;
}

.post-right .left {
    flex-shrink: 0;
    margin-right: 30px;
}

.post-right .featured_image {
    width: 189px;
    height: 125px;
    padding-bottom: 0;
}

.cates_1 .list-news .item+.item {
    margin-top: 14px;
}

.post-right .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cates_1 .inner:hover img {
    transform: scale(1.05);
}

.post-right .inner:hover .name a {
    color: var(--cl-main);
}

.dvls_maps_wrap select {
    width: 100% !important;
}

.dvls_maps_wrap .select2-container--default .select2-selection--single {
    border: unset;
    height: 50px;
    background-color: transparent;
    border: 1px solid #C1C1C1;
    border-radius: 0;
}

.dvls_maps_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.dvls_maps_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.dvls_maps_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.dvls_maps_wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #5E5E5E;
}

.dvls_maps_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

.dvls_maps_wrap .select2-results__option.select2-results__option--highlighted {
    background-color: var(--cl-main);
    color: #333;
}

.dvls_maps_wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.dvls_maps_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 50px;
}

.wrap-form {
    position: relative;
}

.form_contact .wrap-form {
    padding-right: 55px;
}

.wrap-form p {
    margin-bottom: 0;
    flex: 1;
}

.wrap-form .wpcf7-form {
    margin-bottom: 0;
}

.wrap-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.wrap-form .wpcf7-submit {
    flex-shrink: 0;
}

.wrap-form input,
.wrap-form textarea {
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
    color: #000;
    font-weight: 600;
    font-size: inherit;
    border-radius: 5px;
    border: 0.5px solid #C1C1C1;
}

.wrap-form input::placeholder,
.wrap-form textarea::placeholder {
    font-style: normal;
    color: #6B6A68;
}

.wrap-form .wrap-submit {
    display: inline-block;
}

.wrap-form [type="submit"] {
    outline: none;
    position: relative;
    background: #ECE5DF;
    border-radius: 5px;
    font-weight: 600;
    font-size: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 25px;
    border: unset;
    transition: .2s all ease-in-out;
}

.wrap-form [type="submit"]::after {
    background: url('../../images/upgrade/arrow_submit.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    content: '';
    display: block;
    margin-left: 16px;
}

.wrap-form [type="submit"]:hover {
    background: var(--cl-main);
}

.wrap-form .wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.wrap-form .wpcf7 form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 5px 0 0;
}

.wrap-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.wrap-form .wpcf7-not-valid-tip,
.wrap-form .wpcf7 form .wpcf7-response-output {
    font-size: 80%;
}

.form_contact .box {
    position: relative;
    padding: 60px 45px 70px;
    background: #F7F4EF;
    border-radius: 5px;
    font-size: 14px;
    color: #5E5E5E;
}

.form_contact .box::after {
    content: '';
    display: block;
    width: 209px;
    height: 158.26px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: url('../../images/upgrade/contact/contact_texture.svg') bottom right no-repeat;
    background-size: contain;
}

.form_contact .box .infos .item+.item {
    margin-top: 6px;
}

.form_contact .box .infos .icon {
    flex-shrink: 0;
    width: 15px;
    margin-right: 12px;
}

.faq_page .wrap_content h2,
.faq_page .wrap_content h3,
.faq_page .wrap_content h4,
.faq_page .wrap_content h5,
.faq_page .wrap_content h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.faq_page .wrap_content h2 {
    font-size: 25px;
}

.faq_page .wrap_content h3 {
    font-size: 23px;
}

.faq_page .wrap_content h4 {
    font-size: 20px;
}

.faq_page .wrap_content h5 {
    font-size: 18px;
}

.faq_page .wrap_content h6 {
    font-size: 16px;
}

.faq_page .wrap_content ul:not(:last-child),
.faq_page .wrap_content p:not(:last-child) {
    margin-bottom: 25px;
}

.faq_page .wrap_content {
    padding: 35px 65px 50px;
    background: #F7F4EF;
    border: 0.5px solid #F7F4EF;
}

.track_order {
    max-width: 1000px;
    margin: 50px auto 0;
}

.track_order input,
.track_order textarea {
    display: block;
    width: 100% !important;
    line-height: 50px !important;
    font-size: 14px !important;
    padding: 0 20px;
    color: #000;
    font-weight: 600;
    font-size: inherit;
    border-radius: 5px;
    border: 0.5px solid #C1C1C1;
}

.track_order input::placeholder,
.track_order textarea::placeholder {
    font-style: normal;
    color: #6B6A68;
}

.track_order [type="submit"] {
    outline: none;
    position: relative;
    background: #ECE5DF !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: inherit;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    padding: 0 25px !important;
    border: unset;
    transition: .2s all ease-in-out;
    margin-left: auto !important;
}

.track_order [type="submit"]::after {
    background: url('../../images/upgrade/arrow_submit.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    content: '';
    display: block;
    margin-left: 16px;
}

.track_order [type="submit"]:hover {
    background: var(--cl-main) !important;
}

.checkout_cart_wrapper .box {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.checkout_cart_wrapper .left .box {
    height: 100%;
}

.checkout_cart_wrapper .right .box {
    padding: 25px 0;
}

.checkout_cart_wrapper .right .box+.box {
    margin-top: 22px;
}

.link-login a {
    background: #ECE5DF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 64px;
    margin: 0 25px;
}

.link-login a:hover {
    background-color: var(--cl-main);
}

.link-login a:hover .txt {
    color: #000;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    flex: unset;
    max-width: unset;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.checkout_cart_wrapper .box {
    padding: 30px 45px;
}

.woocommerce table.shop_table {
    border: unset;
    margin: 0;
}

.woocommerce table.shop_table .quantity.buttons_added {
    padding-top: 0;
    border-top: unset;
}

[name="update_cart"] {
    display: none !important;
}

.woocommerce-checkout table.cart .product-thumbnail {
    flex-shrink: 0;
    width: 90px;
    margin-right: 25px;
}

.woocommerce-checkout table.cart img {
    width: 100%;
}

.woocommerce-checkout table.cart .name-sale {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.woocommerce-checkout table.cart .name-sale dl.variation {
    font-size: 10px;
    line-height: normal;
    max-width: 220px;
}

.woocommerce-checkout table.cart .name-sale dl.variation p,
.woocommerce-checkout table.cart .name-sale dl.variation>* {
    display: inline;
}

.woocommerce a.remove {
    width: auto;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 15px;
    margin-top: 15px;
}

.woocommerce a.remove:hover {
    background-color: transparent !important;
    color: #FF0000 !important;
}

.woocommerce a.remove svg {
    margin-right: 7px;
}

.woocommerce-checkout table.cart .product-content {
    flex: 1;
}

.woocommerce-checkout table.cart .product-price .inner {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-checkout table.cart .product-price,
.woocommerce-checkout table.cart .product-price ins {
    text-decoration: initial;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}

.woocommerce-checkout table.cart .product-price del {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #8C8C8C;
}

.woocommerce-checkout .quantity .qty {
    flex: unset;
    width: 50px;
}

.woocommerce table.shop_table th {
    padding: 15px 0 12px;
    border-top: 1px solid #EFEBE6;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.product-subtotal {
    text-align: right;
}

.woocommerce table.shop_table td {
    padding: 40px 5px;
    vertical-align: top;
}

.woocommerce table.shop_table td:first-child {
    padding-left: 0;
}

.woocommerce table.shop_table td.product-subtotal {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.woocommerce-page table.cart td.actions .coupon {
    width: 317px;
    display: flex;
    flex-direction: column;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
    width: 100% !important;
    margin: 0 0 10px;
    border: 0.5px solid #C1C1C1;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.woocommerce-page table.cart td.actions .coupon .input-text::placeholder {
    font-style: initial;
}

.woocommerce-page table.cart td.actions .coupon [name="apply_coupon"] {
    background: #ECE5DF;
    border-radius: 5px;
    height: 40px;
    width: 100% !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #696D6C;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    transition: .2s all ease-in-out;
}

.woocommerce-page table.cart td.actions .coupon [name="apply_coupon"]:hover {
    background-color: var(--cl-main);
    color: #000;
}

.product_details .gal_thumb .product_chinh_sach {
    display: none;
}

.woocommerce-billing-fields .form-row {
    width: 100% !important;
    float: unset !important;
    margin-bottom: 16px !important;
}

.woocommerce-billing-fields h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 0;
}

.woocommerce-billing-fields .wrap-title {
    padding: 0 25px 20px;
    border-bottom: 1px solid #EFEBE6;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 25px 0;
}

.woocommerce-checkout-review-order {
    padding: 20px 25px;
}

.woocommerce-additional-fields__field-wrapper {
    padding: 0 25px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    line-height: normal;
    margin-bottom: 5px;
    font-size: 14px;
}

.woocommerce-additional-fields {
    margin: 0;
}

.woocommerce-additional-fields h3 {
    display: none;
}

table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}

.checkout_cart_wrapper h4 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.9;
    margin-bottom: 16px;
}

#payment .wc_payment_method {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce #payment #place_order {
    text-transform: initial;
    font-size: 14px;
    font-weight: 900;
    padding: 15px 10px;
    float: unset;
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 0.5px solid #C1C1C1;
    border-radius: 3px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    line-height: 25px;
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
    color: #5E5E5E;
}

.checkout_cart_wrapper select {
    width: 100% !important;
}

.checkout_cart_wrapper .select2-container--default .select2-selection--single {
    border: unset;
    height: 50px;
    background-color: transparent;
    border: 1px solid #C1C1C1;
    border-radius: 0;
}

.checkout_cart_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.checkout_cart_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 50px;
}

.checkout_cart_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.checkout_cart_wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #5E5E5E;
}

.checkout_cart_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
}

.checkout_cart_wrapper .select2-results__option.select2-results__option--highlighted {
    background-color: var(--cl-main);
    color: #333;
}

.checkout_cart_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

.star_box_left {
    display: flex;
    align-items: center;
}

.reviews_bar {
    border-left: 1px solid #E9E5DE !important;
    flex: 1;
    padding: 40px;
    color: #5E5E5E;
}

a.woocommerce-review-link {
    display: none;
}

.woocommerce .star_box .star-rating::before {
    content: "\73" !important;
}

.woocommerce .star_box .star-rating span::before {
    content: "\53" !important;
    color: #FEC20C !important;
}

.woocommerce .star_box .star-rating {
    width: 1em;
    margin: 0 !important;
}

.star-average {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 244px;
    padding: 40px;
}

span.devvn_num_reviews b {
    display: inline-block;
    width: 60px;
}

body .star-average .woocommerce-product-rating {
    width: auto;
    margin: 0;
    align-items: center;
}

span.star_average {
    font-size: 50px;
    color: #FEC20C;
}

.star_box {
    align-items: unset !important;
    padding: 0 !important;
}

.star_box_right {
    padding: 40px;
    flex-shrink: 0;
    width: 290px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #E9E5DE !important;
}

.devvn_review_mid {
    display: flex;
    align-items: center;
}

body .devvn_review_mid .star-rating {
    width: 60px;
    flex-shrink: 0;
}

.devvn_review_bottom {
    padding-left: 68px;
}

body.woocommerce #reviews #comments ol.commentlist ul.children {
    margin-left: 0;
}

body.woocommerce #reviews #comments ol.commentlist ul.children li {
    background: #F7F4EF;
    border-left: unset;
    margin-left: 68px;
    padding: 20px 35px;
}

body.woocommerce #reviews #comments ol.commentlist ul.children .devvn_review_bottom {
    padding-left: 0;
}

body.woocommerce #reviews #comments ol.commentlist li+li {
    margin-top: 35px;
}

.woocommerce div#reviews nav.woocommerce-pagination ul li a,
.woocommerce div#reviews nav.woocommerce-pagination ul li span {
    padding: 0;
    font-size: 14px;
}

.woocommerce div#reviews nav.woocommerce-pagination ul li a.prev,
.woocommerce div#reviews nav.woocommerce-pagination ul li a.next {
    font-size: 0;
}

.woocommerce div#reviews nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce .box-actions-left .woocommerce-product-rating {
    display: none;
}

.post_details .wrap_content figure {
    max-width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 40px;
    background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li+li {
    margin-top: 10px;
}

@media screen and (max-width: 1500px) {
    .tabs_product>ul a {
        font-size: 12px;
        padding: 0 10px;
        line-height: 36px;
    }

    .box-actions-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-actions-right {
        display: none;
    }

    .product_details .gal_thumb .product_chinh_sach {
        display: block;
    }

    .product_chinh_sach .item+.item:nth-child(2) {
        border-top: unset;
    }

    .woocommerce-checkout table.cart .product-thumbnail {
        margin-right: 15px;
    }

    .woocommerce-checkout table.cart .name-sale {
        font-size: 16px;
    }

    .woocommerce-checkout .quantity button.change-qty-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .woocommerce-checkout .quantity .qty {
        flex: unset;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .woocommerce-checkout table.cart .product-price,
    .woocommerce-checkout table.cart .product-price ins {
        font-size: 14px;
    }

    .fz-36 {
        font-size: 30px;
    }

    .woocommerce-checkout table.cart .product-price del {
        font-size: 12px;
    }

    .woocommerce-billing-fields h3 {
        font-size: 22px;
    }

    .woocommerce table.shop_table td.product-subtotal {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    #CRform_def_log_reg .CRform_log_reg_col:last-child::after {
        width: 200px;
        height: 160px;
    }

    #CRform_def_log_reg .CRform_log_reg_col {
        padding: 60px 40px;
    }

    .CRdef_form_wrap .CRradiogroup .wrapper {
        padding: 0 5px;
    }

    .p-top-120 {
        padding-top: 50px;
    }

    .p-bottom-120 {
        padding-bottom: 50px;
    }

    .checkout_cart_wrapper .right .box {
        margin-top: 30px;
    }

    .faq_page .wrap_content {
        padding: 30px;
    }

    .post-left .inner::before {
        width: 100%;
    }

    .post-right .left {
        margin-right: 10px;
    }

    .cates_1 .group-title .right {
        justify-content: center;
        order: -1;
        margin: 0 0 20px;
    }

    .post-left .featured_image {
        height: 422px;
    }

    .post-left .box_content {
        padding: 20px;
    }

    .post-right .featured_image {
        width: 159px;
        height: 95px;
    }

    .post-right .cate {
        margin-bottom: 5px;
    }

    .news_related .group-title .right,
    .top_sales .group-title .right,
    .product_related .group-title .right {
        margin-top: 0;
        margin-left: auto;
        width: auto;
    }

    .product_related .group-title .right .link {
        margin-left: 10px;
    }

    .product_related {
        padding: 60px 0 30px;
    }

    .single-product .breadcrumb {
        margin-bottom: 0;
    }

    .reviews_bar,
    .star_box_right,
    .star-average {
        padding: 10px;
    }

    #review_form .comment-form-rating,
    .woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating {
        flex-wrap: wrap;
    }

    #review_form .comment-form-rating label,
    .woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating label {
        width: 100%;
    }

    .p-top-80 {
        padding-top: 50px;
    }

    .p-bottom-80 {
        padding-bottom: 50px;
    }

    .banner_shop .row {
        min-height: 260px;
    }

    .post .box_content {
        padding: 20px;
    }

    .post .box_content .cate {
        margin-bottom: 5px;
    }

    .post .box_content .name {
        margin-bottom: 10px;
    }

    .post .box-bottom .right svg {
        width: 30px;
        height: auto;
    }

    .woocommerce-shop .product_list_description {
        padding-bottom: 30px;
    }

    .fixedFilter {
        padding: 10px 0;
    }

    .product_details .box-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .box-infos-bottom .item+.item {
        width: 100%;
        margin: 2px 0 0;
    }

    .box-infos-bottom .item+.item::before {
        display: none;
    }

    #CRform_def_log_reg .CRform_log_reg_col h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {

    #CRform_def_log_reg .CRform_log_reg_col:last-child {
        padding-bottom: 180px;
    }

    .banner-pages::before {
        height: 100%;
    }

    .faq_page .sidebar {
        margin-top: 50px;
    }

    .form_contact .box {
        padding: 30px;
    }

    .form_contact .box::after {
        width: 120px;
    }

    .form_contact .wrap-form {
        padding-right: 0;
    }

    .post-right .cate {
        font-size: 10px;
    }

    .post-right .name {
        -webkit-line-clamp: 2;
    }

    .post-left .featured_image {
        height: 302px;
    }

    .post-right .featured_image {
        width: 100px;
        height: 65px;
    }

    .info_product {
        margin-top: 30px;
        padding-left: 15px;
    }

    .product_details .gal_thumb .product_chinh_sach {
        display: none;
    }

    .star_box {
        flex-wrap: wrap;
    }

    .star_box_right {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table td {
        padding: 5px;
        vertical-align: top;
    }

    .woocommerce table.shop_table .quantity.buttons_added,
    .woocommerce table.shop_table td .inner {
        width: 100%;
    }

    .checkout_cart_wrapper select {
        width: auto !important;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 30px;
        background: #f7f4ef;
        padding: 10px;
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid rgb(255 255 255);
    }

    .woocommerce table.shop_table_responsive tbody td:first-child,
    .woocommerce-page table.shop_table_responsive tbody td:first-child {
        border-top: 0;
    }

    .woocommerce a.remove {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce nav.woocommerce-pagination ul .page-numbers {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .woocommerce nav.woocommerce-pagination ul .page-numbers.next::before,
    .woocommerce nav.woocommerce-pagination ul .page-numbers.prev::before {
        width: 14px;
        height: 10px;
    }
    
    .product_item .box_content {
        padding: 10px 0 0;
    }

    .wrap_content h2 {
        font-size: 30px;
    }

    .woocommerce #content table.cart img,
    .woocommerce table.cart img,
    .woocommerce-page #content table.cart img,
    .woocommerce-page table.cart img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 20px;
    }

    #CRform_def_log_reg .CRform_log_reg_col h1 {
        font-size: 24px;
    }

    #CRform_def_log_reg .CRform_log_reg_col {
        padding: 30px 15px;
    }

    .checkout_cart_wrapper .box {
        padding: 30px 5px;
    }

    .woocommerce-checkout table.cart .product-price .inner {
        display: inline-flex;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        margin: auto;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .page_default .title {
        font-size: 28px;
    }

    .banner-pages img {
        object-fit: cover;
        min-height: 200px;
    }

    .faq_page .group-title {
        margin-bottom: 0;
    }

    .faq_page .wrap_content {
        padding: 30px 15px;
    }

    .form_contact .box {
        margin-top: 30px;
    }

    .post_details .wrap_content h2,
    .post_details .wrap_content h3,
    .post_details .wrap_content h4,
    .post_details .wrap_content h5,
    .post_details .wrap_content h6 {
        margin-bottom: 15px;
    }

    .post_details .wrap_content figure {
        margin-bottom: 20px;
    }

    .post_details .wrap_content ul:not(:last-child),
    .post_details .wrap_content p:not(:last-child) {
        margin-bottom: 20px;
    }

    .post_details .wrap_content h2 {
        font-size: 24px;
    }

    .post_details .wrap_content h3 {
        font-size: 20px;
    }

    .post_details .wrap_content h4 {
        font-size: 18px;
    }

    .post_details .wrap_content h5 {
        font-size: 14px;
    }

    .post_details .wrap_content h6 {
        font-size: 13px;
    }

    .faq_page .wrap_content h2,
    .faq_page .wrap_content h3,
    .faq_page .wrap_content h4,
    .faq_page .wrap_content h5,
    .faq_page .wrap_content h6 {
        margin-bottom: 15px;
    }

    .faq_page .wrap_content figure {
        margin-bottom: 20px;
    }

    .faq_page .wrap_content ul:not(:last-child),
    .faq_page .wrap_content p:not(:last-child) {
        margin-bottom: 20px;
    }

    .faq_page .wrap_content h2 {
        font-size: 24px;
    }

    .faq_page .wrap_content h3 {
        font-size: 20px;
    }

    .faq_page .wrap_content h4 {
        font-size: 18px;
    }

    .faq_page .wrap_content h5 {
        font-size: 14px;
    }

    .faq_page .wrap_content h6 {
        font-size: 13px;
    }

    #toc_container p.toc_title {
        padding: 0 20px;
        font-size: 16px;
    }

    #toc_container p.toc_title+ul.toc_list {
        padding: 15px;
    }

    #toc_container p.toc_title+ul.toc_list li {
        font-size: 14px;
    }

    #toc_container p.toc_title+ul.toc_list ul li {
        font-size: 13px;
    }

    #toc_container p.toc_title+ul.toc_list>li+li {
        margin-top: 10px;
    }

    .banner-pages .title-banner {
        font-size: 20px;
        line-height: normal;
        bottom: 20px;
    }

    .post .name {
        line-height: normal;
        height: auto;
    }

    .form-search-post .label {
        margin-right: 10px;
    }

    .form-search-post select {
        min-width: 100px;
    }

    .post-right .box_content {
        flex: 1;
    }

    .fz-36 {
        font-size: 18px;
    }

    .product_details .gallery_for .item {
        min-height: unset;
    }

    .product_details .box-infos {
        padding: 10px 10px 0;
    }

    .product_details .gallery_nav {
        margin: 0;
    }

    .product_details .gallery_nav .item_nav {
        width: 50px;
        height: 50px;
    }

    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 0;
    }

    .devvn_review_bottom {
        padding-left: 20px;
    }

    .p-top-110 {
        padding-top: 50px;
    }

    .p-bottom-110 {
        padding-bottom: 50px;
    }

    figure.zoom,
    figure.zoom img {
        width: 100%;
        height: auto;
    }

    .box-price {
        font-size: 20px;
        padding: 5px 0;
    }

    .star_box_left {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .star-average {
        width: 100%;
    }

    .reviews_bar {
        border-top: 1px solid #E9E5DE;
        border-left: unset;
    }

    .product_details .wrap_info .img {
        margin-top: 30px;
    }
}