/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

body {
    font-size: 16px;
    line-height: 1.5;
}
.banner h1,
h1 {
    font-size: 2.1em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
.banner h2,
h2 {
    font-size: 1.9em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
.banner h3,
h3 {
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
.res-text {
    font-size: inherit;
}
b, strong {
    font-weight: 700;
}
.large-4 .res-text {
    font-size: 1em;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
    padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
    padding-left: 5px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 5px !important;
}
.icon-box-left.spacing-large .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
    padding-right: 15px !important;
}
p:last-of-type {
    margin: 0;
}
.single-page img {
    padding-bottom: 5px;
    padding-top: 5px;
}
.box-text {
    font-size: 1em;
}
ul.links {
    margin: 0 0 30px;
}
.button:last-of-type {
    margin: 0;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}
.fw-400 {
    font-weight: 400 !important;
}
@media screen and (min-width: 850px) {
    .row-5-col > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 0;
}
.row-small>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 0;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .row {
    margin: 0 !important;
}
.slider-custom-width .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}
.slider-custom-width-small {
    margin: 0 -10px;
}
.slider-custom-width-small .row {
    margin: 0 !important;
}
.slider-custom-width-small .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}
.slider-custom-width-small .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width-small .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width-small .flickity-slider .banner-inner {
    width: calc(100% - 40px);
    left: 10px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.slider-nav-outside .flickity-page-dots {
    bottom: auto;
    left: auto;
    line-height: 1;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
}
.slider-not-nav .flickity-prev-next-button {
    display: none !important;
}
.tabbed-content .nav.nav-line-bottom {
    border-bottom: 1px solid #dddddd;
}
.tabbed-content .nav.nav-line-bottom .tab a{
    padding: 0 20px 10px;
}
.tabbed-content .tab-panels{
    padding: 30px 0 0;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none !important;
    outline: none !important;
}
.entry-meta a {
    pointer-events: none;
}
/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav-main>li:before,
.nav.header-nav-main>li:after {
    display: none;
}
.nav>li>a,
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 16px;
}
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-wrapper .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
}
li.current-dropdown>.nav-dropdown {
    left: 0;
}
.header-wrapper .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-wrapper .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
    background: var(--fs-color-primary);
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 18px;
    top: calc(50% - 9px);
    right: 15px;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
    color: #000000;
    background: rgba(208,200,191,1);
}
.header-wrapper .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-wrapper .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-secondary);
}
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
    text-align: center;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
/* End footer */

.nav-pills>li {
    margin: 0 1px;
}
.header-wrapper .header-bottom-nav.nav-pills > li > a {
    border-radius: 0 !important;
    font-size: 16px;
}
.header-wrapper .header-bottom-nav.nav-pills > li > a:hover,
.header-wrapper .header-bottom-nav.nav-pills > li.active > a {
    background-color: var(--primary-color);
    font-weight: 400;
}

.site-sora-banner {
    margin-top: 45px;
    position: relative;
    height: 830px;
}
.site-sora-banner img.site-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.site-sora-banner .banner-inner {
    height: 100%;
    max-width: 720px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}
.site-sora-banner .banner-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -45px;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.88;
}
.site-sora-banner .banner-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}
.site-sora-banner .banner-inner .banner-inner-content {
    z-index: 9;
}
.site-sora-banner .banner-inner img {
    max-width: 100px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.font-cormorant-garamond {
    font-family: "Cormorant Garamond", sans-serif !important;
}
.site-sora-banner .banner-inner h1 {
    font-family: "Cormorant Garamond", sans-serif;
    color: #ffffff;
    margin: 20px 0 0;
}
.site-banner.banner {
    background-color: transparent;
}
.site-banner .banner-bg {
    height: calc(100% - 45px);
    top: 45px;
}
.site-banner .text-box {
    height: 100%;
    max-width: 720px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) !important;
}
.site-banner .text-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -45px;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.88;
}
.site-banner .text-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 45px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}
.site-banner .text-box .text-box-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-banner .text-box h1 {
    font-family: "Cormorant Garamond", sans-serif;
}
.site-banner .text-box .img {
    max-width: 100px;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.entry-content.single-page {
    display: flex;
}
.entry-content.single-page.single-page-product {
    display: block;
    padding-top: 0;
}
.entry-content.single-page .blog-share {
    padding-right: 40px;
}
.entry-content.single-page .blog-share .blog-share-title {
    display: block;
    white-space: nowrap;
}
.entry-content.single-page .blog-share .social-icons a {
    display: block;
    margin: 10px 0 0;
}
.entry-content.single-page .single-page-inner {
    flex: 1;
    order: 2;
}
.social-icons a.button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    min-width: auto;
    min-height: auto;
}
.post-item .box-image .image-cover {
    padding-top: 56.25%;
}
.post-item .box-text {
    padding: 15px 0 0;
}
.post-item .post-title {
    margin: 0 0 10px;
}
.row-project .post-item .box {
    overflow: hidden;
}
.row-project .post-item .box-text {
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #333;
    top: 0;
    left: 0;
    transform: translate3d(-150%, 0, 0);
    -webkit-transform: translate3d(-150%, 0, 0);
    -moz-transform: translate3d(-150%,0,0);
    -o-transform: translate3d(-150%,0,0);
    transition: all .4s
    ease-out;
}
.row-project .post-item .box:hover .box-text {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}
.row-project .post-item .box-text .post-title {
    color: #ffffff;
}
.blog-single.row-project > .row {
    max-width: none !important;
}
.blog-single.row-project > .row > .col {
    flex-basis: 100%;
    max-width: 100%;
}
.blog-wrapper.row-project .entry-header {
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
}
.blog-wrapper.row-project .entry-header .entry-meta {
    display: none;
}
.blog-wrapper.row-project .entry-header .entry-title {
    margin: 0;
    padding-right: 220px;
}
.row-project .entry-content.single-page .blog-share {
    position: absolute;
    width: 100%;
    top: 9px;
    left: 0;
    padding: 0;
}
.row-project .entry-content.single-page .blog-share .blog-share-title {
    display: none;
}
.row-project .entry-content.single-page .blog-share .social-icons {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
}
.row-project .entry-content.single-page .blog-share .social-icons a {
    border-radius: 0 !important;
    margin: 0 !important;
}
.row-project .entry-content.single-page .gallery {
    padding: 0 5px;
}
.row-project .entry-content.single-page .gallery .gallery-item {
    padding: 0 10px 20px;
}
.row-project .entry-content.single-page .gallery .gallery-icon {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 58%;
    position: relative;
}
.row-project .entry-content.single-page .gallery .gallery-icon img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
}
.category-4 .post-item .post-title {
    font-weight: 400 !important;
    text-align: left;
}
.post-item .post-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.post-item .post-meta {
    font-size: 1em;
    padding-left: 20px;
    background-image: url("/wp-content/uploads/2025/12/calendar-icon.svg");
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}
.site-related_post .related-title {
    padding-bottom: 20px;
}
.site-breadcrumb {
    padding: 40px 0 10px;
}
.blog-wrapper.page-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border-radius: 0;
}
.site-product-gallery {
    padding: 30px 0 0;
}
.site-product-gallery h2 {
    padding: 30px 15px;
    background: var(--primary-color);
    color: #ffffff;
    margin-bottom: 40px;
}
.site-product-gallery .flickity-page-dots {
    bottom: 20px;
}
.blog-single article.post {
    margin-bottom: 0;
}
.site-related_post {
    margin-bottom: 30px;
}
.form-bao-gia .wpcf7-form .row input,
.form-bao-gia .wpcf7-form .row select,
.form-bao-gia .wpcf7-form .row textarea {
    background: rgba(255,255,255,0.5);
    color: #000000;
}
.page-template-default .content-area.page-wrapper {
    padding-top: 60px;
}
.box-border-theme {
    border: 2px solid var(--primary-color);
}
.post-item .post-title {
    margin: 0;
}
.post-item .post-title.is-larger {
    font-size: 1.4em;
}
.post-item .box-text-inner .is-divider {
    display: none;
}
.header-social-icons .social-icons .button.icon:not(.is-outline),
.header-social-icons .social-icons .button.icon:not(.is-outline):hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
}
.header-social-icons .social-icons .button.icon:not(.is-outline) i,
.header-social-icons .social-icons .button.icon:not(.is-outline):hover i {
    color: #000000 !important;
}

.sora-highlights .icon-box-text {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1.2em;
}
.sora-highlights .icon-box-text h3 {
    width: auto;
    font-size: 42px;
    color: var(--primary-color);
    margin: 0 25px 0 0;
}
body.home .form-bao-gia {
    background-color: #ffffff !important;
}

.product-star {
    display: inline-block;
    position: relative;
    font-size: 24px;
    unicode-bidi: bidi-override;
    color: #ccc; /* sao rỗng */
}

.product-star::before {
    content: "★★★★★"; /* 5 sao rỗng */
}

.product-star::after {
    content: "★★★★★"; /* 5 sao đầy */
    position: absolute;
    top: 0;
    left: 0;
    color: #ff9800;
    overflow: hidden;
    width: 0;
}

/* rating 1–5 */
.product-star[data-rating="1"]::after { width: 20%; }
.product-star[data-rating="2"]::after { width: 40%; }
.product-star[data-rating="3"]::after { width: 60%; }
.product-star[data-rating="4"]::after { width: 80%; }
.product-star[data-rating="5"]::after { width: 100%; }


.shop-page-title {
    display: none;
}
.category-page-row {
    padding-top: 60px;
}
.row .products.row-small:not(.row-collapse) {
    margin-left: -15px;
    margin-right: -15px;
}
.row .products.row-small:not(.row-collapse) > .col {
    padding: 0 15px 30px;
}
.product-small .box-image .image-zoom {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.product-small .box-image .image-zoom img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
}
.product-small .box-text {
    padding: 50px 0 0;
    text-align: left;
}
.product-small .box-text .product-title {
    font-size: 1.4em;
    font-weight: bold !important;
    margin: 0;
}
.product-small .box-text .product-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.product-small .box-text .brand-name {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
    font-size: 25px;
    line-height: 1;
    color: var(--primary-color);
}
.product-small .box-text .price-wrapper {
    margin-top: 10px;
}
.product-reviews-total {
    display: flex;
    align-items: center;
}
.product-small .product-reviews-total {
    padding: 5px 0;
}
.product-reviews-total span {
    display: inline-block;
    padding-left: 10px;
}
.button {
    font-weight: 400;
}
.single-product .product-title-container .is-divider {
    display: none;
}
.single-product .product-title-container .product-title {
    margin-bottom: 20px;
}
.single-product span.amount {
    font-size: 22px;
}
.single-product .product-page-price {
    margin-bottom: 20px;
}
.single-product .single_variation_wrap .woocommerce-variation-price {
    padding-bottom: 20px;
}
.single-product table.variations select {
    max-width: 215px;
    margin: 0 0 5px;
}
.single-product table.variations th.label,
.single-product .reset_variations,
.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: none !important;
}

.site-product-tabs .tabbed-content .nav {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    padding-top: 20px;
}
.site-product-tabs .tabbed-content .nav .tab {
    margin: 0;
}
.site-product-tabs .tabbed-content .nav a {
    font-size: 14px;
    font-weight: 400 !important;
    color: #000000;
    padding: 5px 16px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 99px;
    transition: 0.5s;
}
.site-product-tabs .tabbed-content .nav .active a,
.site-product-tabs .tabbed-content .nav a:hover {
    color: #ffffff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.site-product-tabs .tabbed-content .tab-panels {
    padding: 20px 0 0;
}
.single-product  .product-reviews {
    padding: 60px 0 0;
}
.single-product  .product-reviews .product-review-item {
    margin-top: 40px;
}
.single-product  .product-reviews .product-review-item:first-child {
    margin-top: 20px;
}
.single-product  .product-reviews .product-review-header {
    padding: 5px 16px;
    background-color: rgb(247, 247, 247);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.single-product  .product-reviews .name-star {
    flex: 1;
    display: flex;
    align-items: center;
}
.single-product  .product-reviews .product-review-name {
    margin: 0 0 0 10px;
}
.single-product  .site-related_post {
    padding: 60px 0 0;
    margin: 0;
}

.related-products-wrapper.product-section {
    padding-top: 60px;
    border: none;
}
.related-products-wrapper.product-section .product-section-title {
    padding: 0;
    font-size: 1.9em;
    text-transform: none;
    margin: 0 0 40px;
}
.related-products-wrapper.product-section .row-small:not(.row-collapse) {
    margin-left: 0;
    margin-right: 0;
}
.related-products-wrapper.product-section .row .col {
    padding-left: 15px;
    padding-right: 15px;
}
.related-products-wrapper.product-section .flickity-viewport {
    height: auto !important;
    touch-action: auto !important;
}
.related-products-wrapper.product-section .flickity-slider {
    left: auto !important;
    transform: none !important;
    height: auto !important;
    position: relative !important;
    display: flex;
    flex-flow: row wrap;
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
}
.related-products-wrapper.product-section .flickity-slider .product-small.col {
    left: auto !important;
    transform: none !important;
    height: auto !important;
    position: relative !important;
}
.related-products-wrapper.product-section .flickity-button {
    display: none !important;
}
.woocommerce-product-gallery .flickity-slider a {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 90%;
    position: relative;
}
.woocommerce-product-gallery .flickity-slider a img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
}
#popup-form-quote {
    border-radius: 6px;
}
#popup-form-quote .title-form-popup {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#popup-form-quote .wpcf7-submit {
    width: 100%;
    text-transform: uppercase;
}
@media screen and (max-width: 850px) {
    .site-banner .banner-bg {
        height: 100%;
        top: 0;
    }
    .site-sora-banner .banner-inner:after {
        top: 0;
    }
    .site-sora-banner .banner-inner:before {
        display: none;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}