::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --color-dark: #000;
    --color-gray: #666666;
    --color-red: #e52c25;
}

html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 13px !important;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_outline {
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    background: #fff;
}

.button_style:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.row-8 {
    padding: 0 6px !important
}

.row-12 {
    padding: 0 9px !important
}

.pd-8, .row-8 .product-small.col {
    padding: 0 9px 18px 9px !important
}

.pd-12, .row-12 .product-small.col {
    padding: 0 6px 12px 6px !important
}

.row-20 {
    padding: 0 0px !important
}

.pd-20 {
    padding: 0 20px 20px 20px !important
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
header#header .wp_language {
    margin-left: 15px;
}

header#header .wp_language ul {
    display: flex;
    gap: 10px;
}

header#header .wp_language ul li {
    list-style: none;
}

header#header .wp_language ul li img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
.swiper-container {
    position: relative;
    overflow: hidden;
}

body .swiper-button-next, body .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 5px !important;
    color: var(--primary-color);
    margin: 0;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: #fff;
}

body .swiper-button-next {
    right: 10px;
}

body .swiper-button-prev {
    left: 10px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next i, body .swiper-button-prev i {
    color: #fff;
}

/**category**/
.category-description {
    font-weight: 300;
    font-size: 16px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 16px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
.swiper-container {
    position: relative;
    overflow: hidden;
}

body .swiper-button-next, body .swiper-button-prev {
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 5px !important;
    color: var(--primary-color);
    margin: 0;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: #fff;
}

body .swiper-button-next {
    right: 10px;
}

body .swiper-button-prev {
    left: 10px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next i, body .swiper-button-prev i {
    color: #fff;
}

/**category**/
.category-description {
    font-weight: 300;
    font-size: 16px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 16px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: center;
}

div#mega-menu-wrap-primary ul li {
    padding: 0 15px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    padding: 0px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:after {
    content: '';
    width: 0%;
    display: block !important;
    height: 2px;
    background: var(--primary-color) !important;
    position: absolute;
    left: 0;
    bottom: 5px;
    transition: 0.3s ease-in-out;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li a:hover:after {
    transition: 0.3s ease-in-out;
    width: 100%;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a:after {
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 0px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: var(--color-gray) !important;
    text-transform: uppercase !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:after {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu a:after {
    display: none !important;
}

div#mega-menu-wrap-primary ul li a i {
    font-size: 25px;
}

/**header**/
#logo {
    width: 200px !important;
}

div#logo img {
    width: 200px !important;
}

input#woocommerce-product-search-field-0 {
    background-color: #fefefe;
    border: solid 1px #a7a7a7;
    padding: 8px 0 8px 15px;
    border-radius: 99px !important;
    box-shadow: unset;
    width: 200px;
    height: 40px !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    position: absolute;
    right: 15px;
    top: 8px;
    background: url(../images/search.svg) no-repeat !important;
    text-indent: -99999px;
    width: 22px;
    height: 22px;
    color: #000 !important;
    border: 0 !important;
    background-size: 100% !important;
    padding: 0 !important;
    min-width: 22px;
    min-height: 22px !important;
}

/**footer**/
.absolute-footer {
    display: none;
}

.footer-hotline .iconFooter {
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    color: white;
    line-height: 25px;
    border-radius: 100%;
}

.footer-hotline h4 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
}

.footer-hotline a {
    color: #252a2b;
    font-size: 27px;
    padding: 0 0 0 15px;
}

.footer-hotline .moreInfoFooter {
    width: 100%;
    font-size: 11px;
    margin: 5px 0 0 0;
}

.footer-hotline .footer-hotline-body {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0 0;
}


#footer .form-register-body .form-group {
    position: relative;
}

#footer .form-register-body .input_register {
    box-shadow: unset !important;
    font-size: 15px;
    margin: 0 !important;
}

#footer .form-register-body .button_register {
    background: var(--primary-color) !important;
    color: #fff;
    margin: 0 !important;
    height: 38px !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px !important;
    text-transform: unset;
    font-weight: normal;
    min-height: 38px !important;
}

#footer .footer-title {
    font-size: 14px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
}

#footer .footer-social .fa-zalo {
    background: rgba(0, 0, 0, 0) url(../images/logo_zalo_vector_black_min.png) no-repeat scroll 0 0 / cover;
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

#footer .footer-social .fab-tiktok {
    background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2025/05/vecteezy_tiktok-png-icon_16716450.png) no-repeat scroll 0 0 / cover;
    display: inline-block;
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

#footer .footer-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer .footer-social ul li {
    list-style: none;
    margin: 0 !important;
}

#footer .footer-social ul li a {
    font-size: 35px;
    line-height: 35px;
}

#footer .footer-social ul li a i {
    padding: 5px;
}

form.wpcf7-form.init {
    margin: 0 !important;
}

#footer .footer-menu a {
    min-height: unset;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
}

#footer .footer-menu a:hover {
    color: var(--color-red)
}

/**bst**/
.bst_item h4 {
    font-size: 24px !important;
    text-transform: uppercase;
    line-height: 30px !important;
}

.bst_item .box-image:before, .bst_item .box-image:after {
    content: "";
    position: absolute;
    z-index: 9;
    border-color: rgba(255, 255, 255, 0.7);
    border-width: 2px;
    border-style: solid;
    transition: 500ms;
}

.bst_item .box-image:before {
    transform: scale(0, 1);
    border-left-color: transparent;
    border-right-color: transparent;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.bst_item .box-image:after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: scale(1, 0);
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.bst_item:hover .box-image:before {
    transition: 500ms;
    transform: scale(1, 1);
}

.bst_item:hover .box-image:after {
    transition: 500ms;
    opacity: 1;
    transform: scale(1, 1);
}

/**product**/
.product-small.box {
    background-color: #FFF;
    border-radius: 0 0 0 0;
    padding: 0;
}

.product-small.box .box-text.box-text-products {
    padding: 12px;
}

.product-small.box p.name.product-title.woocommerce-loop-product__title {
    margin: 0 0 10px 0
}

.product-small.box:hover {
    box-shadow: rgb(204, 204, 204) 0px 0px 2px 0px;
}

.product-small.box p.name.product-title.woocommerce-loop-product__title a {
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
}

.product-small.box p.name.product-title.woocommerce-loop-product__title a:hover {
    color: var(--color-red) !important;
}

.product-small.box .price-wrapper {
    text-align: center;
}

.product-small.box .price-wrapper ins span, .product-small.box .price-wrapper span {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 700
}

.product-small.box .price-wrapper del span {
    font-size: 14px !important;
    color: gray !important;
    font-weight: normal !important
}

/**home title**/
.row-full-width, div#masthead .header-inner.flex-row {
    padding: 0 40px;
}

.home-title h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}

.home-flex {
    display: flex;
    align-items: end;
    gap: 25px;
}

.home-flex h3 {
    width: auto;
}

.home-category a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
}

.home-category a:hover {
    border-color: var(--primary-color)
}

.textStore {
    border: solid 4px rgba(255, 255, 255, .6);
    width: 500px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    padding: 10px 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.textStore a {
    font-size: 29px;
    color: #fff;
}

/**Category**/
section.breadcrumbs {
    margin: 30px 0 0 0;
}

.breadcrumbs-body p {
    margin: 0 !important;
}

.breadcrumbs-body {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 8px 15px;
    font-style: italic;
}

.category-entry {
    margin: 30px 0 40px 0;
}

.post-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    overflow: hidden;
    border: 1px solid #ddd;
    width: 100%;
    height: 280px;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    padding: 15px 0 0 0;
}

.post-item .post-content .post-title {
    margin: 0 0 15px 0;
}

.post-item .post-content .post-title a {
    color: rgb(37, 42, 43);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-item .post-content .post-desc {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/**single **/
header#header-single h1 {
    color: #c92014;
    border-bottom: 1px dotted #939393;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

header#header-single {
    margin: 0 0 30px 0;
}

header#header-single .post-meta {
    font-size: 15px;
    font-style: italic;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

.badge-container.absolute.left.top.z-1 {
    display: none;
}

#phistory-bar {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 99;
    background: #fff;
    border: 2px solid #000;
    height: 320px;
    width: 100px;
    transition: .3s;
}

#phistory-bar.is-active {
    width: 500px;
}

.phistor-icon {
    position: absolute;
    top: 50px;
    left: -25px;
    z-index: 0;
    background: #000;
    color: #fff;
    padding: 7px 20px 7px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border-radius: 50%;
    cursor: pointer;

}

.phistor-icon.is-open {
    padding: 7px 20px 7px 9px;
}

.phistor-icon.is-open .fa {
    transform: rotate(180deg);
}

.phistory-title {
    background: #000;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    margin-top: -1px;
}

.phistory-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 40px);
    background: #fff;
}

.phistory-v-item {
    padding: 5px 10px;
    text-align: center;
}

.phis-v-box img {
    width: 76px;
    height: 76px;
    object-fit: scale-down;
}

.phis-h-box img {
    height: 135px;
    object-fit: scale-down;
}

.pHis-name {
    margin-bottom: 3px;
    font-size: 13px;
}

.pHis-price {
    font-size: 13px;
    line-height: 20px;
    display: block;
}

.phistor-v-nav {
    font-size: 17px;
}

.prevSlideZ, .nextSlideZ {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    cursor: pointer;
}

.prevSlideZ {
    top: 1px;
}

.nextSlideZ {
    bottom: 1px;
}

.pview-thumb-nav {
    font-size: 21px;
    color: #999;
}

.pview-thumb-nav .prevSlideZ {
    top: -10px;
}

.pview-thumb-nav .nextSlideZ {
    bottom: 0;
}

p.pHis-name a {
    line-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
}

.styleArrowOwl .swiper-button-next, .styleArrowOwl .swiper-button-prev {
    background: transparent;
    color: #333 !important;
}

.product-short-description {
    margin: 0 0 30px 0;
}

.actionLoop {
    display: none;
    background: black;
    width: 100%;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    z-index: 9;
}

.actionLoop a {
    width: 50%;
    color: white;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
}

.actionLoop a:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.product-small:hover .actionLoop {
    display: flex;
}

.actionLoop a:hover {
    color: #fff;
}

.width-service{
    width: 100% !important;
    max-width: 100% !important;
}

p#billing_address_1_field {
    width: 100% !important;
}