/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.11.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

* {
    text-shadow: none !important;
}

:root {
    --primary-color: #9c8350;
    --red-color: #DC2028;
    --white-color: #fff;
    --black-color: #000;
}

.p-b-0 {
    padding-bottom: 0;
}

#header .header-main .logo {
    margin-right: 120px;
}

#header .header-main .header-search-form-wrapper input {
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    outline: none;
    padding: 0 50px 0 20px;
    border: none;
    overflow: hidden;
    border-radius: 25px !important;
    font-size: 14px;
    background: #f3f3f3;
}

#header .header-main .header-search-form-wrapper input::placeholder {
    color: #999ea1;
    font-style: italic;
}

#header .header-main .header-search-form-wrapper i::before {
    font-size: 18px;
    color: var(--primary-color);
}

#header .header-main .header-button .button {
    background: var(--primary-color);
    height: 42px;
    min-height: unset;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial;
}

#header .header-main .header-button .button span::before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 5px;
}

#header .header-main ul.header-nav > li > a i {
    color: var(--white-color);
    font-size: 25px;
}

#header .header-main li.cart-item:hover > ul.nav-dropdown {
    visibility: visible;
}

#header .header-main li.cart-item.cart-active > ul.nav-dropdown {
    visibility: visible;
    transform: translateX(0);
}

#header .header-main li.cart-item > ul.nav-dropdown {
    width: 340px;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    border: 1px solid #ececec;
    left: -245px;
    margin-top: 17.5px;
    padding: 15px;
}

.cart-item > ul.nav-dropdown li.widget_shopping_cart {
    padding: 0;
}

.cart-item > ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget li {
    padding: 0px 30px 0 90px;
    margin-bottom: 15px;
    border-top: none;
    min-height: 90px;
}

.cart-item > ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget li img {
    height: 73px;
    width: 73px;
    top: 0;
    margin: 0;
}

.cart-item > ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget li a {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.cart-item > ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget li a.remove {
    top: unset;
    color: var(--black-color);
    border: none;
    font-size: 22px !important;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart ul.product_list_widget li .quantity {
    opacity: 1;
    margin: 0;
}

.cart-item > ul.nav-dropdown li.widget_shopping_cart span.amount bdi {
    font-size: 14px;
    color: var(--red-color);
}

.cart-item ul.nav-dropdown li.widget_shopping_cart p.total {
    border-bottom: none;
    margin: 0;
    padding: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart p.total strong {
    font-size: 15px;
    font-weight: 400;
}

.cart-item ul.nav-dropdown li.widget_shopping_cart a.button.wc-forward.wp-element-button {
    line-height: 40px;
    border-radius: 5px;
    text-transform: inherit;
    font-weight: 400;
}

#header .header-bottom {
    height: 38px;
}

#header .header-bottom > .flex-row > .flex-left {
    width: auto;
    min-width: 215px;
    flex: none;
}

#header .header-bottom ul.nav-left > li {
    background: var(--primary-color);
    width: 215px;
    height: 38px;
}

#header .header-bottom ul.nav-left > li > a {
    font-size: 14px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-bottom ul.nav-left > li > a > i {
    display: none;
}

#header .header-bottom ul.nav-left > li > a .dashicons::before {
    color: var(--white-color);
}

#header .header-bottom ul.nav-left > li ul.nav-dropdown {
    border: none;
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 1;
    padding: 25px 35px;
    transform: perspective(600px) rotateX(-90deg);
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    transform-origin: 0% 0%;
    left: 0;
	top: 38px;
    width: 100%;
    background-color: #fff;
    min-width: 900px;
}

#header .header-bottom ul.nav-left > li:hover ul.nav-dropdown {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

#header .header-bottom ul.nav-left > li ul.nav-dropdown > li {
    border: none;
}

#header .header-bottom ul.nav-left > li ul.nav-dropdown > li > a {
    margin-bottom: 15px;
}

#header .header-bottom ul.nav-left > li ul.nav-dropdown > li a {
    font-size: 14px;
    color: var(--black-color);
    padding: 0;
    margin-bottom: 5px;
    line-height: 1.7;
    text-transform: capitalize;
}

#header .header-bottom ul.nav-left > li ul.nav-dropdown > li a:hover {
    color: var(--primary-color);
    background: transparent;
}

#header .header-bottom ul.nav-center > li.html {
    margin-left: 30px !important;
    font-size: 14px;
    font-style: italic;
}

#header .header-bottom ul.nav-right > li > a {
    font-size: 14px;
    color: var(--black-color);
}

#header .header-bottom ul.nav-right > li > a:hover {
    color: var(--primary-color);
}

#header .header-bottom ul.nav-right > li > a .dashicons::before {
    color: var(--primary-color);
}

.section_category {
    padding: 0 !important;
    margin-top: 50px;
    margin-bottom: 40px;
}

.section_category .product-category {
    padding-bottom: 0 !important;
}

.section_category .product-category .box-category {
    text-align: center;
    border-right: 1px solid #F2DFB9;
}

.section_category .product-category:last-child .box-category {
    border-right: none;
}

.section_category .product-category .box-category .box-image img {
    width: 75px;
}

.section_category .product-category .box-category .box-text {
    padding: 0;
}

.section_category .product-category .box-category .box-text .header-title {
    font-size: 14px;
    margin: 15px 0 0;
    text-transform: capitalize;
}

.section_category .product-category .box-category .box-text .count {
    display: none;
}

.section_flash_sale .img-flsale {
    width: 296px !important;
    margin: 0 auto !important;
}

.section_flash_sale .col-flash-sale-wrap {
    border: 2px solid var(--red-color);
    border-radius: 15px;
    padding: 15px 45px 30px !important;
    position: relative;
    background: #fff;
}

.section_flash_sale .product-small .box .box-text .price span.amount bdi,
.section_flash_sale .product-small .box .box-text .price ins span.amount bdi,
.section_product_featured .product-small .box .box-text .price span.amount bdi,
.section_product_featured .product-small .box .box-text .price ins span.amount bdi {
    color: var(--red-color);
}

.section_flash_sale .product-small .box .box-text .price del span.amount bdi,
.section_product_featured .product-small .box .box-text .price del span.amount bdi {
    color: #8E8C8C;
}

.section_flash_sale .product-small .box .box-text .add-to-cart-button a.add_to_cart_button,
.section_product_featured .product-small .box .box-text .add-to-cart-button a.add_to_cart_button,
.section_flash_sale .product-small .box .box-text .added_to_cart.wc-forward,
.section_product_featured .product-small .box .box-text .added_to_cart.wc-forward {
    background: var(--red-color);
}

.section_flash_sale .ux-timer {
    width: 30% !important;
    margin: 0 auto !important;
    padding-bottom: 15px;
}

.product-small .badge-container {
    display: none;
}

.product-small .wishlist-button {
    width: 30px;
    height: 30px;
    min-height: unset;
    min-width: unset;
}

.product-gallery .wishlist-button {
    width: 40px;
    height: 40px;
}

.product-small .wishlist-button,
.product-gallery .wishlist-button {
    border: none;
    border-radius: 6px !important;
    box-shadow: none;
    color: var(--white-color);
    background: var(--red-color);
    margin: 3px 0;
}

.product-small .wishlist-button i {
    font-size: 20px;
}

.product-gallery .wishlist-button i {
    font-size: 30px;
}

.product-small .box .box-text {
    padding: 20px 0 0;
}

.product-small .box .box-text .product-title {
    margin: 0;
    line-height: 1.3;
}

.product-small .box .box-text .product-title a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 14px;
    margin: 0;
}

.product-small .box .box-text .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
}

.product-small .box .box-text .price span.amount bdi,
.product-small .box .box-text .price ins span.amount bdi {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.product-small .box .box-text .price del span.amount bdi {
    font-size: 14px;
    font-weight: 400;
    color: #8E8C8C;
    margin-left: 10px;
}

.product-small .box .box-text .add-to-cart-button {
    display: flex;
    justify-content: center;
}

.product-small .box .box-text .add-to-cart-button a.add_to_cart_button {
    width: 150px;
    background: var(--primary-color);
    height: 35px;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    margin: 10px auto 0 !important;
}

.product-small .box .box-text .add-to-cart-button a.add_to_cart_button.added {
    display: none;
}

.product-small .box .box-text .product_type_simple.add_to_cart_button::before {
    content: "\f291";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 5px;
}

.product-small .box .box-text .product_type_variable.add_to_cart_button::before {
    content: "\f013";
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 5px;
}

.product-small .box .box-text .added_to_cart.wc-forward {
    width: 150px;
    background: var(--primary-color);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    margin: 10px auto 0 !important;
}

.section_flash_sale .slider-nav-outside .previous {
    transform: translateX(-50%) !important;
    opacity: 1;
}

.section_flash_sale .slider-nav-outside .next {
    transform: translateX(50%) !important;
    opacity: 1;
}

.slider-nav-light .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button:hover svg {
    background: var(--red-color) !important;
    border: var(--red-color) !important;
}

.section_product_featured {
    background: url(/wp-content/uploads/2023/05/bg_sp_noibat.webp) no-repeat top center;
    padding-top: 300px !important;
    min-height: 700px;
    margin-top: -290px;
    margin-bottom: 45px;
}

.section-title-normal,
.section-title-normal span {
    border: none;
}

.section-title b {
	background: none;
}

#main .section-title-container,
#main .section-title-container .section-title {
    margin-bottom: 0;
}

#main .section-title-container span.section-title-main,
h3.section-title-main-link {
    margin-bottom: 35px;
}

#main .section-title-container span.section-title-main,
h3.section-title-main-link a {
    font-size: 30px;
    color: #494949;
    text-transform: uppercase;
}

h3.section-title-main-link a:hover {
    color: var(--primary-color);
}

#main .section-title-container span.section-title-main::after,
h3.section-title-main-link::after {
    content: "";
    background: url(/wp-content/uploads/2023/05/icon_after_title.webp) no-repeat;
    width: 257px;
    height: 57px;
    display: block;
    margin: auto;
}

.section_product_featured .product-small .box .box-text .add-to-cart-button a.add_to_cart_button,
.section_product_tab .product-small .box .box-text .add-to-cart-button a.add_to_cart_button,
.section_product_featured .product-small .box .box-text .added_to_cart.wc-forward,
.section_product_tab .product-small .box .box-text .added_to_cart.wc-forward {
    transition: all ease 0.3s;
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
    bottom: 25px;
}

.section_product_featured .product-small .box:hover .box-text .add-to-cart-button a.add_to_cart_button,
.section_product_tab .product-small .box:hover .box-text .add-to-cart-button a.add_to_cart_button,
.section_product_featured .product-small .box:hover .box-text .added_to_cart.wc-forward,
.section_product_tab .product-small .box:hover .box-text .added_to_cart.wc-forward {
    opacity: 1;
    transform: translateY(0);
}

.section_product_featured .product-small .box:hover .box-text .title-wrapper,
.section_product_featured .product-small .box:hover .box-text .price-wrapper {
    opacity: 0;
}

.section_product_tab .product-small .box:hover .box-text .title-wrapper,
.section_product_tab .product-small .box:hover .box-text .price-wrapper {
    opacity: 0;
}

.section_product_tab {
    padding-top: 0 !important;
}

.section_product_tab .tabbed-content ul > li > a {
    line-height: unset;
    font-size: 14px;
    padding: 0 15px;
    color: var(--black-color);
}

.section_product_tab .tabbed-content ul > li.active > a {
    background: var(--primary-color);
    color: var(--white-color);
}

.section_service {
    padding: 0 !important;
    background: url(/wp-content/uploads/2023/05/bg_dich_vu_chung_toi.webp) no-repeat top center;
    height: 709px;
    background-size: cover;
}

.section_service .s-left {
    padding: 0 100px;
}

.section_service .s-right img {
    margin-left: 22px;
    height: 617px;
    max-width: 419px;
}

.section_service .block-title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #494949;
    text-transform: uppercase;
    margin: 65px 0 50px;
}

.section_service .block-content .item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.section_service .block-content .item .icon {
    width: 40px;
    height: 40px;
}

.section_service .block-content .item .info {
    margin-left: 25px;
}

.section_service .block-content .item .info h3 {
    color: #494949;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.section_service .block-content .item .info p {
    margin-bottom: 0;
    color: #8E8C8C;
    font-size: 14px;
    font-style: italic;
}

.section_malchip {
    margin-top: -155px;
    position: relative;
    top: 32px;
    z-index: 9;
}

.section_malchip form {
    margin: 0;
}

.section_malchip .bg_col {
    margin: 0 auto;
    padding: 35px 95px 40px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background: var(--primary-color);
}

.section_malchip .form-dang-ky {
    text-align: center;
    color: var(--white-color);
}

.section_malchip .form-dang-ky h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 0;
}

.section_malchip .form-dang-ky p {
    font-style: italic;
    margin-bottom: 0;
}

.section_malchip .form-dang-ky .mail-form {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_malchip .form-dang-ky .mail-form input {
    height: 49px;
    width: 393px;
    background: #fff;
    font-size: 14px;
    border-radius: 25px;
    margin: 0;
    padding: 0 20px;
    min-height: unset;
}

.section_malchip .form-dang-ky .mail-form input.wpcf7-submit {
    line-height: 49px;
    width: 275px;
    margin-left: 35px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    background: #FFD57E;
    text-transform: uppercase;
    font-style: normal;
}

.wpcf7-spinner {
    display: none;
}

.home .section_footer {
    margin-top: -88px;
    padding: 120px 0 0 !important;
}

.section_footer {
    padding: 50px 0 0 !important;
    color: #C4C4C4;
    font-size: 14px;
}

.section_footer .box .box-image img {
    width: unset !important;
}

.section_footer .box .box-text {
    padding: 15px 0 0;
}

.section_footer .box .box-text ul > li {
    list-style: none;
    margin: 0 0 20px 0;
}

.section_footer .box .box-text ul > li i {
    font-size: 15px;
    margin-right: 15px;
    color: var(--primary-color);
}

.section_footer .box .box-text ul > li a:hover {
    color: var(--primary-color);
}

.section_footer .section-title-container {
    margin-bottom: 25px;
    margin-top: 15px;
}

.section_footer .section-title-normal {
    margin: 0;
}

.section_footer .section-title-main {
    font-size: 14px;
    color: #C4C4C4;
    padding: 0;
    margin: 0;
}

.section_footer .ux-menu .ux-menu-link__link {
    border: none !important;
    padding: 0;
    min-height: auto;
    margin-bottom: 10px;
}

.section_footer .follow-icons a.icon {
    background: var(--primary-color);
    color: var(--black-color);
    border: none;
    line-height: 2.5em;
    margin-right: 11px;
}

.section_footer .follow-icons a.icon:hover {
    background: var(--black-color) !important;
    color: var(--primary-color) !important;
}

.section_footer .payment {
    max-width: 259px;
    height: 47px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.section_footer .payment .img-1 {
    height: 28px;
}

.section_footer .payment .img-2 {
    height: 41px;
}

.absolute-footer {
    padding: 15px 0;
    border-top: 1px solid #C4C4C4;
    color: #A8A6A6;
    font-size: 13px;
}

.ss_page_contact {
    padding-bottom: 0 !important;
}

.ss_page_contact .section-title-container {
    margin: 0;
}

.ss_page_contact .section-title-main {
    font-size: 24px !important;
    margin: 0 !important;
    padding: 0;
    font-weight: 700;
    color: #5B5B5E !important;
}

.ss_page_contact .section-title-main::after {
    display: none !important;
}

.form-lien-he p {
    color: var(--black-color);
    margin-bottom: 10px;
    font-size: 14px;
}

.form-lien-he label {
    font-size: 15px;
    font-weight: 600;
    color: #5B5B5E;
    margin: 0;
}

.form-lien-he input {
    height: 45px;
}

.form-lien-he input,
.form-lien-he textarea {
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    font-weight: normal;
    margin: 2px 0 8px;
}

.form-lien-he input::placeholder,
.form-lien-he textarea::placeholder {
    color: #C4C4C4;
    font-style: italic;
}

.form-lien-he input.wpcf7-submit {
    margin-top: 10px;
    height: 51px;
    font-size: 24px;
    border-radius: 30px;
    padding: initial;
    font-weight: bold;
    color: var(--white-color);
    background: var(--primary-color);
    min-height: unset;
}

.form-lien-he input.wpcf7-submit:hover {
    background: var(--black-color);
}

.shop-page-title.featured-title,
.page-header-wrapper .featured-title,
.blog-featured-title {
    min-height: 120px;
    display: flex;
}

#wrapper .category-page-title .title-bg,
#wrapper .shop-page-title .title-bg {
    background-image: url(/wp-content/uploads/2023/05/bg-breadcrumb.webp) !important;
}

.category-page-title .flex-col.flex-center,
.shop-page-title .flex-col.flex-center,
.page-header-wrapper .page-title-inner,
.blog-featured-title .page-title-inner {
    display: flex;
    flex-direction: column-reverse;
    min-height: unset !important;
}

.category-page-title h1.shop-page-title,
.shop-page-title h1.product-title,
.page-header-wrapper .entry-title,
.blog-featured-title .entry-title {
    color: #C4C4C4;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.category-page-title .is-small,
.shop-page-title .is-small {
    height: 39.4px;
    display: flex;
    align-items: center;
}

.title-breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs {
    font-size: 12px;
    text-transform: inherit;
    font-style: italic;
    color: #FFD57E !important;
    font-weight: normal;
}

.breadcrumbs a {
    color: #C4C4C4 !important;
}

.thong-tin-them {
    font-size: 12px;
    text-transform: inherit;
    font-style: italic;
    color: #C4C4C4;
    font-weight: normal;
    padding: 10px 0;
}

.thong-tin-them a {
    color: #FFD57E;
}

.thong-tin-them a:hover {
    color: #C4C4C4;
}

#shop-sidebar .widget_layered_nav {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
}

#shop-sidebar .widget-title {
    font-size: 18px;
    color: #5B5B5E;
}

#shop-sidebar .is-divider,
.blog-featured-title .is-divider {
    display: none;
}

#shop-sidebar ul,
.price_slider_wrapper {
    margin-top: 10px;
}

#shop-sidebar ul > li {
    font-size: 14px;
    border: none;
}

#shop-sidebar .widget_media_image img {
    width: 100%;
}

.shop-container .product-main {
    padding: 30px 0 0;
}

.shop-container .product-small .box .box-text {
    padding: 20px 10px 10px;
}

.shop-container .badge-container {
    display: none;
}

.shop-container .product-summary {
    padding: 0 10px 0 5px;
    border-right: none;
}

.product-summary .price-wrapper p.price {
    margin: 0 0 15px 0;
    height: 35px;
    align-items: flex-end;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
}

.product-summary .price-wrapper span.price {
    margin: 0;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
}

.product-summary .price-wrapper del span.amount bdi,
.product-summary .price-wrapper del span.amount bdi span {
    font-weight: 400;
    font-size: 18px;
    color: #C4C4C4;
    display: inline-flex;
    text-decoration: line-through;
}

.product-summary .price-wrapper del span.amount bdi {
    margin-left: 8px;
}

.product-summary .price-wrapper span.amount bdi,
.product-summary .price-wrapper span.amount bdi span {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.product-summary .product-short-description {
    font-size: 14px;
    line-height: 16px;
    color: #5B5B5E;
}

.product-summary .product-short-description p {
    margin-bottom: 10px;
}

.variations_form table {
    margin-bottom: 5px;
}

.variations_form table th.label {
    padding: 15px 0 2px;
    border-bottom: none;
}

.variations_form table .label label {
    text-transform: initial;
    font-size: 15px;
}

.variations_form table .label .woo-selected-variation-item-name {
    display: none !important;
}

.variations_form table .variable-item-span {
    font-size: 15px;
}

.variations_form table .woo-variation-items-wrapper ul li.variable-item {
    box-shadow: none !important;
    border: 1px solid #f4f4f4;
}

.variations_form table .woo-variation-items-wrapper ul li.variable-item.selected {
    background: transparent;
    color: #9c8350 !important;
    border: 1px solid #9c8350;
}

.product-summary .quantity {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px 0px 20px;
}

.product-summary .quantity::before {
    content: "Số lượng:";
    font-size: 15px;
    font-weight: bold;
    min-width: 80px;
}

.product-summary .quantity.buttons_added input.minus.button.is-form {
    border-radius: 5px 0 0 5px;
    border: 1px solid #5B5B5E;
    border-right: none;
}

.product-summary .quantity.buttons_added input.plus.button.is-form {
    border-radius: 0 5px 5px 0;
    border: 1px solid #5B5B5E;
    border-left: none;
}

.product-summary .quantity.buttons_added input.minus.button.is-form, .product-summary .quantity.buttons_added input.input-text.qty.text, .product-summary .quantity.buttons_added input.plus.button.is-form {
    width: 40px;
    height: 40px;
    max-width: unset;
    min-height: unset;
    font-size: 18px;
    color: var(--black-color);
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.product-summary .quantity.buttons_added input.input-text.qty.text {
    width: 73px;
    font-weight: 600;
    color: #333f48;
    border: 1px solid #5B5B5E;
    border-left: none;
    border-right: none;
}

.product-summary button.single_add_to_cart_button.button.alt.wp-element-button,
.product-summary button.wsb-button.js-wsb-add-to-cart {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: initial;
    padding: 8px 14px;
    border-radius: 8px;
    margin: 0;
}

.product-summary button.single_add_to_cart_button.button.alt.wp-element-button {
    background: #494949;
    border: 1px solid #494949;
    width: 48.5%;
}

.product-summary button.wsb-button.js-wsb-add-to-cart {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 48.5%;
    float: right;
}

.product-summary .related-offers h4 {
    font-size: 15px;
    font-weight: bold;
    color: var(--black-color);
    margin-bottom: 10px;
}

.product-summary .related-offers ul li {
    list-style: none;
    color: #5B5B5E;
    font-size: 14px;
    margin: 0 0 10px 0;
    background: url(/wp-content/uploads/2023/05/icon-favorite.webp) no-repeat;
    padding-left: 30px;
}

.product-summary .related-offers ul li b {
    font-style: italic;
}

.product-summary .product_meta {
    font-size: 14px;
    line-height: 16px;
    color: #5B5B5E;
}

.product-summary .product_meta .sku {
    font-weight: bold;
}

.product-summary .product_meta .posted_in {
    display: none;
}

.shop-container .woocommerce-tabs {
    border: none;
    padding: 0;
}

.shop-container .woocommerce-tabs ul.tabs li a {
    font-size: 24px;
    color: #5B5B5E;
    padding: 0;
}

.shop-container .woocommerce-tabs ul.tabs li.active a::before {
    display: none;
}

.shop-container .woocommerce-tabs .tab-panels {
    font-size: 15px;
}

.shop-container .woocommerce-tabs .tab-panels p {
    margin-bottom: 10px;
}

.shop-container .related-products-wrapper {
    border: none;
    padding: 30px 0;
}

.shop-container .related-products-wrapper .product-section-title {
    font-size: 24px;
    color: #5B5B5E;
    padding: 0;
    margin: 0 0 20px 0;
}

.shop-container #product-sidebar {
    padding: 0 10px 0 15px;
}

.shop-container #product-sidebar .widget {
    margin-bottom: 30px;
}

.shop-container #product-sidebar .widget:last-child {
    margin-bottom: 0;
}

.shop-container #product-sidebar .widget.widget_custom_html {
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    padding: 20px 10px;
}

.shop-container #product-sidebar .widget .block-content .item .icon {
    width: 40px;
    height: 40px;
}

.shop-container #product-sidebar .widget .block-content .item {
    display: flex;
    margin-bottom: 20px;
}

.shop-container #product-sidebar .widget .block-content .item:last-child {
    margin-bottom: 0;
}

.shop-container #product-sidebar .widget .block-content .item .info {
    margin-left: 10px;
}

.shop-container #product-sidebar .widget .block-content .item .info h3 {
    color: #494949;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.shop-container #product-sidebar .widget .block-content .item .info p {
    margin-bottom: 0;
    color: #8E8C8C;
    font-size: 12px;
    font-style: italic;
}

.shop-container #product-sidebar .widget.widget_products {
    background: #F2F2F2;
    border-radius: 15px;
    padding: 15px;
}

.shop-container #product-sidebar .widget span.widget-title {
    font-size: 18px;
    color: #5B5B5E;
    display: flex;
    justify-content: center;
}

.shop-container #product-sidebar .widget .is-divider {
    display: none;
}

.shop-container #product-sidebar .widget ul.product_list_widget li span.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.shop-container #product-sidebar .widget ul.product_list_widget li span.amount bdi,
.shop-container #product-sidebar .widget ul.product_list_widget li span.amount bdi span {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.shop-container #product-sidebar .widget ul.product_list_widget li del span.amount bdi,
.shop-container #product-sidebar .widget ul.product_list_widget li del span.amount bdi span {
    font-weight: 400;
    font-size: 14px;
    color: #8E8C8C;
    display: inline-flex;
    text-decoration: line-through;
}





.blog-wrapper.blog-archive > .row > .large-10 {
    max-width: 100% !important;
    flex-basis: 100% !important;
}

.blog-wrapper.blog-archive .box-blog-post .image-cover {
    padding-top: 100% !important;
}

.blog-wrapper.blog-archive .box-blog-post .badge {
    height: 92px;
    width: 92px;
    top: -15px;
    right: 15px;
    left: unset;
}

.blog-wrapper.blog-archive .box-blog-post .badge .badge-inner {
    font-size: 24px;
    border-radius: 10px;
}

.blog-wrapper.blog-archive .box-blog-post .box-text h5.post-title {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.blog-wrapper.blog-archive .box-blog-post .box-text .is-divider {
    display: none;
}

.blog-wrapper.blog-archive .box-blog-post .box-text p.from_the_blog_excerpt {
    font-size: 14px;
}

.blog-wrapper.blog-single .post-sidebar.large-3 {
    padding: 0 10px 0 30px !important;
}

.blog-wrapper.blog-single .large-9 {
    border-left: none !important;
}

.blog-wrapper.blog-single .widget {
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.blog-wrapper.blog-single .widget .widget-title {
    width: 100%;
    display: flex;
    text-transform: initial;
    border-bottom: 1px solid #e2e9e1;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.blog-wrapper.blog-single .widget .widget-title:before {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
}

.blog-wrapper.blog-single .widget .is-divider {
    display: none;
}

.blog-wrapper.blog-single .widget ul.product-categories li {
    border: none;
}

.blog-wrapper.blog-single .widget ul.product-categories li a {
    font-size: 15px;
    padding: 3px 0;
}

.blog-wrapper.blog-single .widget ul.product-categories li ul.children {
    border-left: none;
    margin: 0;
}

.blog-wrapper.blog-single .blog-bvlq .col {
    padding-bottom: 10px;
}

.blog-wrapper.blog-single .blog-bvlq .box .box-image {
    width: 34% !important;
}

.blog-wrapper.blog-single .blog-bvlq .box .box-image img {
    width: 80px;
    height: 80px;
    margin: 0;
}

.blog-wrapper.blog-single .blog-bvlq .box .box-text {
    padding: 0 0 0 10px;
}

.blog-wrapper.blog-single .blog-bvlq .box .box-text h5.post-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.blog-wrapper.blog-single .entry-content.single-page {
    padding-bottom: 0;
    font-size: 15px;
}

.blog-wrapper.blog-single #comments .comment-respond {
    margin: 0;
    padding: 0;
    background: transparent;
}

.blog-wrapper.blog-single #comments .comment-respond .comment-reply-title {
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    color: #000;
}

.blog-wrapper.blog-single #comments .comment-respond p.logged-in-as {
    font-size: 15px;
}

.blog-wrapper.blog-single #comments .comment-respond form input,
.blog-wrapper.blog-single #comments .comment-respond form textarea {
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #333;
    background: #f9f9f9;
    box-shadow: none;
    border-radius: 10px;
}

.blog-wrapper.blog-single #comments .comment-respond form input#submit {
    padding: 15px 28px;
    line-height: normal;
    border: 1px solid var(--black-color);
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    background: var(--black-color);
}

.blog-wrapper.blog-single #comments .comment-respond form input#submit:hover {
    border: 1px solidv var(--primary-color);
    background: var(--primary-color);
}

.tinv-wishlist .tinv-header {
    display: none;
}

.tinv-wishlist .tinvwl-table-manage-list button.button.alt {
    width: 170px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    margin: 0;
}

.tinv-wishlist tfoot .tinvwl-to-right {
    width: auto;
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color) !important;
}

/*  */
.mfp-content {
    background: #fff !important;
}

.mfp-content #main-menu .sidebar-menu {
    padding: 0;
}

.mfp-content #main-menu li.header-search-form {
    padding: 10px;
    background: #000;
}

.mfp-content #main-menu li.header-search-form input {
    height: 42px;
    font-size: 14px;
    background: #f3f3f3;
}

.mfp-content #main-menu li.header-search-form input::placeholder {
    font-size: 14px;
    color: #999ea1;
    font-style: italic;
}

.mfp-content #main-menu li.header-search-form .button.icon i {
    color: var(--primary-color);
}

.mfp-content #main-menu .sidebar-menu .nav-vertical li {
    border: none;
}

.mfp-content #main-menu .sidebar-menu .nav-vertical>li.active {
    background: transparent;
}

.mfp-content #main-menu .sidebar-menu .nav-vertical>li>a,
.mfp-content #main-menu .sidebar-menu .nav-vertical li li>a {
    padding: 0 10px;
    height: unset;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black-color);
}

.mfp-content #main-menu .sidebar-menu .nav-vertical>li.active > a {
    color: var(--primary-color);
}

.mfp-content #main-menu .sidebar-menu .nav-vertical>li.active>ul.children {
    padding-bottom: 0;
}

.mfp-content #main-menu .sidebar-menu .nav-vertical>li .toggle {
    color: var(--primary-color);
    opacity: 1;
}

.mfp-content #main-menu .sidebar-menu .nav-vertical>li .toggle i {
    font-size: 18px;
}

.mfp-content.off-canvas-cart .cart-popup-inner {
    padding: 15px;
}

.mfp-content.off-canvas-cart .cart-popup-inner .cart-popup-title .uppercase {
    font-size: 16px;
    color: var(--black-color);
    text-align: left;
    margin-bottom: 30px;
}

.mfp-content.off-canvas-cart .cart-popup-inner .cart-popup-title .is-divider {
    display: none;
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content ul > li {
    padding: 0px 30px 0 90px;
    margin-bottom: 15px;
    border-top: none;
    min-height: 90px;
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content ul > li img {
    height: 74.5px;
    width: 74.5px;
    top: 0;
    margin: 0;
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content ul > li > a {
    font-size: 13px;
    color: var(--black-color);
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content ul > li > a.remove {
    top: unset;
    color: var(--white-color);
    border: none;
    font-size: 22px !important;
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content ul > li .quantity {
    opacity: 1;
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content span.amount bdi {
    color: var(--red-color);
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content .total {
    border-bottom: none;
    margin: 0;
    padding: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}

.mfp-content.off-canvas-cart .widget_shopping_cart_content a.button.wc-forward {
    line-height: 40px;
    border-radius: 5px;
    text-transform: inherit;
    font-weight: 400;
}
/*  */


/* Tablet  */
@media (min-width: 768px) and (max-width: 1200px) {

    .p-b-0 {
        padding-bottom: 0 !important;
    }

    .full-width .ubermenu-nav, .container, .row {
        max-width: 720px !important;
    }

    .col, .gallery-item, .columns {
        padding: 0 10px 30px;
    }

    #header .header-main .header-inner,
    #header .header-bottom .flex-row {
        padding: 0;
    }

    #header .header-main {
        height: 72px;
    }

    #header .header-main .logo {
        margin-right: 15px;
    }

    #header .header-main .nav > li > a {
        color: var(--white-color);
    }

    #header .header-main .header-button .button,
    #header .header-main .header-button .button span::before {
        font-size: 15px;
        white-space: nowrap;
    }

    #header .header-bottom .header-bottom-nav {
        justify-content: space-between;
    }

    #header .header-bottom ul.nav-center > li.html {
        margin: 0 !important;
        width: 215px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    #header .header-bottom ul.nav-center > li.menu-item a {
        font-size: 14px;
        color: var(--black-color);
    }

    #header .header-bottom ul > li > a .dashicons::before {
        color: var(--primary-color);
    }

    .mfp-content #main-menu .sidebar-menu .nav-vertical>li>a,
    .mfp-content #main-menu .sidebar-menu .nav-vertical li li>a {
        font-size: 16px;
    }

    .section_service .s-left {
        padding: 0;
    }

    .section_service .s-right img {
        height: 500px;
        max-width: 340px;
    }

    .section_malchip .bg_col {
        padding: 35px 65px 40px;
    }

    .section_malchip .form-dang-ky h2 {
        font-size: 21px;
    }

    .section_malchip .form-dang-ky p {
        font-size: 14px;
    }

    .section_malchip .form-dang-ky .mail-form input {
        width: auto;
    }

    .section_malchip .form-dang-ky .mail-form input.wpcf7-submit {
        width: 222px;
    }

    .title-breadcrumbs {
        padding: 0;
    }

    .blog-wrapper.blog-archive > .row > .large-10 .col {
        max-width: 33.33333%;
        flex-basis: 33.33333%;
    }

    .blog-wrapper.blog-archive .box-blog-post .badge {
        height: 70px;
        width: 70px;
    }

    .blog-wrapper.blog-archive .box-blog-post .badge .badge-inner {
        font-size: 18px;
    }

    .blog-wrapper.blog-single .post-sidebar.large-3 {
        padding: 0 10px !important;
    }

    .blog-wrapper.blog-single .blog-bvlq .box {
        display: flex;
        padding: 0 10px;
    }

    .blog-wrapper.blog-single .blog-bvlq .box .box-image {
        width: 13% !important;
    }

    .shop-page-title.featured-title .page-title-inner div:nth-child(1) {
        display: none;
    }

    .shop-page-title.featured-title .category-filtering {
        color: transparent;
        background-color: var(--primary-color);
        position: fixed;
        right: 0;
        top: 35% !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px 0px 0px 20px;
        z-index: 99999;
        background-image: url(/wp-content/uploads/2023/05/icon-filter-bg.webp);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .shop-page-title.featured-title .category-filtering .icon-equalizer {
        opacity: 0;
    }

    .mfp-content #shop-sidebar {
        padding: 15px;
    }

    .shop-container .product-gallery,
    .shop-container .product-summary {
        max-width: 50%;
        flex-basis: 50%;
    }

    .shop-container .woocommerce-tabs {
        margin-top: 40px;
    }

    .mfp-content.off-canvas-cart {
        width: 340px;
    }

}

/* Mobile */
@media only screen and (max-width: 48em) {

    #header .header-main,
    #header .stuck .header-main {
        height: 52px !important;
    }

    #header .header-main .logo {
        margin: 0;
        width: unset;
    }

    #header .header_logo.header-logo {
        display: none;
    }

    #header .header-logo-dark {
        display: block !important;
    }

    #header .header-main .header-search-form {
        display: none;
    }

    #header .header-main .header-button .button {
        font-size: 13px;
        width: 159px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        color: var(--black-color);
    }

    #header .header-main .header-button .button span::before {
        font-size: 13px;
        color: var(--black-color);
    }

    #header .header-main .nav>li>a>i {
        font-size: 15px;
        color: var(--white-color);
    }

    #header .header-main .nav>li>a>i::after {
        height: 10px;
        min-width: 10px;
        line-height: 10px;
        font-size: 9px;
        opacity: 1;
        font-weight: 400;
        color: var(--black-color);
        top: -5px;
        right: -6px;
        padding-left: 1px;
        background: #FFD57E;
    }

    #header .header-bottom {
        height: 35.5px;
        min-height: 35.5px;
    }

    #header .header-bottom ul.nav-center {
        display: flex;
        justify-content: space-between;
    }

    #header .header-bottom ul.nav-center > li.nav-icon {
        margin: 0;
    }

    #header .header-bottom ul.nav-center > li.html {
        display: none;
    }

    #header .header-bottom ul.nav-center > li.menu-item {
        margin: 0;
    }

    #header .header-bottom ul.nav-center > li.menu-item a {
        font-size: 12px;
        color: var(--black-color);
        padding: 8px 0;
    }

    #header .header-bottom ul.nav-center > li.menu-item a .menu-image-title {
        padding-left: 2px;
    }

    #header .header-bottom ul > li > a .dashicons::before {
        color: var(--primary-color);
    }

    .mfp-content #main-menu .sidebar-menu .nav-vertical>li>a,
    .mfp-content #main-menu .sidebar-menu .nav-vertical li li>a {
        font-size: 14px;
    }

    .section_category {
        margin-bottom: 5px;
    }

    .section_category .product-category .box-category .box-text .header-title {
        font-size: 12px;
    }

    .section_flash_sale .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section_flash_sale .img-flsale {
        width: 120px !important;
    }

    .section_flash_sale .col-flash-sale-wrap {
        padding: 10px 20px !important;
    }

    .section_flash_sale .ux-timer {
        width: 55% !important;
        padding-bottom: 10px;
    }

    .section_flash_sale .ux-timer span {
        font-size: 12px;
    }

    .section_flash_sale .slider-nav-outside .previous {
        transform: translateX(-135%) !important;
    }

    .section_flash_sale .slider-nav-outside .next {
        transform: translateX(135%) !important;
    }

    .product-small .box .box-text {
        padding: 10px 0 0;
    }

    .product-small .box .box-text .price span.amount bdi,
    .product-small .box .box-text .price ins span.amount bdi {
        font-size: 14px;
    }

    .product-small .box .box-text .add-to-cart-button a.add_to_cart_button {
        font-size: 12px;
        height: 24px;
        max-width: 110px;
        padding: 0 6px;
    }

    .product-small .box .box-text .product_type_simple.add_to_cart_button::before,
    .product-small .box .box-text .product_type_variable.add_to_cart_button::before {
        font-size: 12px;
    }

    .product-small .wishlist-button {
        width: 16px;
        height: 16px;
        margin: 0;
        border-radius: 3px !important;
        line-height: 17.5px;
    }

    .product-small .wishlist-button i {
        font-size: 12px;
    }

    .section_product_featured {
        margin-top: -220px;
        padding-top: 240px !important;
        background-size: cover !important;
        margin-bottom: 0;
        background: url(/wp-content/uploads/2023/05/bg_sp_noibat_mb.webp) no-repeat top center;
        min-height: initial;
    }

    #main .section-title-container span.section-title-main,
    h3.section-title-main-link {
        margin-bottom: 8px;
    }

    #main .section-title-container span.section-title-main,
    h3.section-title-main-link a {
        font-size: 18px;
    }

    #main .section-title-container span.section-title-main::after,
    h3.section-title-main-link::after {
        width: 87px;
        height: 24px;
        background-size: contain;
    }

    .section_product_tab {
        padding: 0 !important;
    }

    .section_product_tab .tabbed-content ul > li {
        margin: 0 3px 5px;
    }

    .section_service {
        height: initial;
        padding-bottom: 185px !important;
    }

    .section_service .s-left {
        padding: 0 20px;
    }

    .section_service .block-title h2 {
        font-size: 18px;
        margin-top: 35px;
        margin-bottom: 20px;
        text-align: center;
    }

    .section_service .block-content .item {
        margin-bottom: 20px;
    }

    .section_service .block-content .item .info h3 {
        font-size: 14px;
    }

    .section_service .block-content .item .info p {
        font-size: 12px;
    }

    .section_service .s-right img {
        margin: 0;
        height: 486px;
    }

    .section_malchip {
        margin-top: -300px;
        top: 50px;
    }

    .section_malchip .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section_malchip .bg_col {
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 40px 15px 40px;
    }

    .section_malchip .form-dang-ky h2 {
        font-size: 18px;
    }

    .section_malchip .form-dang-ky > p {
        display: none;
    }

    .section_malchip .form-dang-ky .mail-form {
        margin-top: 20px;
        display: block;
    }

    .section_malchip .form-dang-ky .mail-form input,
    .section_malchip .form-dang-ky .mail-form input.wpcf7-submit {
        width: 100%;
    }

    .section_malchip .form-dang-ky .mail-form input.wpcf7-submit {
        margin: 20px 0 0;
    }

    .home .section_footer {
        padding: 135px 0 0 !important;
    }

    .shop-page-title.featured-title .page-title-inner div:nth-child(1) {
        display: none;
    }

    .featured-title .page-title-inner {
        padding: 15px;
    }

    .category-page-title h1.shop-page-title, .shop-page-title h1.product-title,
    .page-header-wrapper .entry-title,
    .blog-featured-title .entry-title {
        font-size: 18px;
    }

    .shop-page-title.featured-title .category-filtering {
        color: transparent;
        background-color: var(--primary-color);
        position: fixed;
        right: 0;
        top: 35% !important;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px 0px 0px 20px;
        z-index: 99999;
        background-image: url(/wp-content/uploads/2023/05/icon-filter-bg.webp);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .shop-page-title.featured-title .category-filtering .icon-equalizer {
        opacity: 0;
    }

    .blog-wrapper.blog-archive .box-blog-post .badge {
        height: 70px;
        width: 70px;
    }

    .blog-wrapper.blog-archive .box-blog-post .badge .badge-inner {
        font-size: 18px;
    }

    .blog-wrapper.blog-single .post-sidebar.large-3 {
        padding: 0 15px !important;
    }

    .blog-wrapper.blog-single .blog-bvlq .box {
        display: flex;
    }

    .shop-container .product-summary {
        padding:  0 15px;
    }

    .product-summary .price-wrapper p.price {
        margin: 15px 0;
    }

    .product-summary button.single_add_to_cart_button.button.alt.wp-element-button,
    .product-summary button.wsb-button.js-wsb-add-to-cart {
        width: 100%;
    }

    .product-summary button.wsb-button.js-wsb-add-to-cart {
        margin: 15px 0 20px;
    }

    .shop-container .woocommerce-tabs {
        margin-top: 40px;
    }

    .shop-container .woocommerce-tabs ul.tabs li a,
    .shop-container .related-products-wrapper .product-section-title {
        font-size: 18px;
    }

    .mfp-content.off-canvas-cart {
        width: 100%;
    }

}