*,
:after,
:before {
    box-sizing: inherit;
}

html {
    font-family: "SF Pro", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    font-family: "SF Pro", sans-serif;
    font-size: 15px;
    margin: 0;
    color: #222;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SF Pro", sans-serif;
    clear: both;
    font-weight: 700;
}            

.h1,
h1 {
    font-family: "SF Pro", sans-serif;
    font-size: 40px;
    line-height: 48px;
}            

.h2,
h2 {
    font-family: "SF Pro", sans-serif;
    font-size: 32px;
    line-height: 40px;
}            

.h3,
h3 {
    font-family: "SF Pro", sans-serif;
    font-size: 28px;
    line-height: 36px;
}            

.h4,
h4 {
    font-family: "SF Pro", sans-serif;
    font-size: 24px;
    line-height: 32px;
}            

.h5,
h5 {
    font-family: "SF Pro", sans-serif;
    font-size: 20px;
    line-height: 28px;
}            

.h6,
h6 {
    font-family: "SF Pro", sans-serif;
    font-size: 18px;
    line-height: 26px;
}            

p {
    font-family: "SF Pro", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 15px;
}            

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

    .h1,
    h1 {
        font-size: 32px;
        line-height: 40px;
    }            

    .h2,
    h2 {
        font-size: 28px;
        line-height: 36px;
    }            

    .h3,
    h3 {
        font-size: 24px;
        line-height: 32px;
    }            

    .h4,
    h4 {
        font-size: 20px;
        line-height: 28px;
    }            

    .h5,
    h5 {
        font-size: 18px;
        line-height: 26px;
    }            

    .h6,
    h6 {
        font-size: 16px;
        line-height: 26px;
    }            

    p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

a {
    font-family: "SF Pro", sans-serif;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}                

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: 700;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li>ol,
li>ul {
    margin-bottom: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

mark {
    background: #ff0;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0;
}

hr {
    box-sizing: content-box;
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

pre {
    overflow: auto;
    background-color: rgba(0, 0, 0, .05);
    font-size: .875em;
    line-height: 1.4;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
pre,
samp,
var {
    font-family: "SF Pro", monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    min-width: 18px;
    min-height: 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

th {
    font-weight: 700;
    padding: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #222;
    display: block;
    font-size: .875em;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.list-inline li {
    display: inline-block;
    padding: 0 10px;
}

.aligncenter,
.alignleft,
.alignright {
    margin-bottom: 1em;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left;
}

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

.text-center {
    text-align: center;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    text-align: left;
    padding: 10px 0;
    font-size: 16px !important;
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-caption {
    display: block;
}

::-webkit-input-placeholder {
    color: #8a8a8a;
}

:-moz-placeholder {
    color: #8a8a8a;
}

::-moz-placeholder {
    color: #8a8a8a;
}

:-ms-input-placeholder {
    color: #8a8a8a;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    height: 35px;
    line-height: 33px;
    margin-top: 15px;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    border: 1px solid #bcbcbc;
    color: #333;
    padding: 0 15px;
    width: 100%;
    border-radius: 3px;
    transition: all .3s;
}

input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    opacity: 1;
    font-family: "SF Pro", sans-serif;
}

input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: "SF Pro", sans-serif;
    font-style: italic;
}

input[type=color]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=week]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: "SF Pro", sans-serif;
    font-style: italic;
}

input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    font-family: "SF Pro", sans-serif;
    font-style: italic;
}

input[type=color]:focus,
input[type=color]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=range]:focus,
input[type=range]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=week]:focus,
input[type=week]:hover,
textarea:focus,
textarea:hover {
    border: 1px solid #222;
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

textarea {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 15px;
    height: 100px;
    overflow: auto;
}

select {
    width: 100%;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.hidden {
    display: none !important;
}

@media (max-width:767px) {
    .vc_column_container>.vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .entry-content .vc_row .vc_column_container {
        margin-bottom: 15px;
    }

    .entry-content .vc_row .vc_column_container:last-child {
        margin-bottom: 15;
    }
}

.vc_row {
    z-index: 10;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width:1200px) {
    .owl-theme .owl-nav .owl-prev {
        left: -40px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -40px;
    }
}

.owl-theme .owl-nav [class*=owl-] {
    color: #222;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
}

@media screen and (min-width:1200px) {
    .owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        margin: 0;
        transform: translatey(-50%);
    }
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #395896;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 8px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    border: none;
    padding: 0;
    background-color: transparent;
    height: auto;
    line-height: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 8px;
    margin: 0 4px;
    background-color: #999;
    display: block;
    transition: all .1s ease 0s;
    border-radius: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #395896;
}

button[disabled]:hover,
input[type=button],
input[type=button][disabled]:hover,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=submit],
input[type=submit][disabled]:hover {
    display: inline-block;
    font-family: "SF Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #222;
    height: 40px;
    padding: 0 35px;
    background-color: #222;
    transition: all .1s ease 0s;
}

button[disabled]:hover:hover,
input[type=button]:hover,
input[type=button][disabled]:hover:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover:hover {
    color: #222;
    background-color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    color: #222;
    background-color: #ffffff00;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: 0;
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.cms-grid-masonry {
    position: relative;
}

@keyframes BackToTop {
    50% {
        transform: translatey(-5px);
    }

    100% {
        transform: translatey(0);
    }
}

@-webkit-keyframes BackToTop {
    50% {
        transform: translatey(-5px);
    }

    100% {
        transform: translatey(0);
    }
}

.hd-fixed.no-page-title .site {
    padding-top: 84px;
}

@media (max-width:991px) {
    .hd-fixed.no-page-title .site {
        padding-top: 56px;
    }
}

@media (max-width:991px) {
    body .site {
        padding-top: 0px;
    }
}

#masthead {
    background-color: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: solid 1px #f1f1f1;
}

#masthead.header-fixed {
    background-color: #fff;
    border-bottom: solid 1px #f1f1f1;
}

@media (max-width:991px) {
    #masthead {
        background-color: #fff;
        border-bottom: solid 1px #f1f1f1;
    }
}

#masthead>.container {
    max-width: 1220px;
}

#masthead .site-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

@media (max-width:991px) {
    #masthead .site-header {
        padding: 0;
        justify-content: space-between;
    }
}

#masthead .site-header .sha-navs {
    flex-grow: 1;
    position: relative;
}

#masthead .site-header .sha-navs .primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 48px;
}

@media (max-width:1199px) {
    #masthead .site-header .sha-navs .primary-menu {
        flex-wrap: wrap;
    }
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }
}

#masthead .site-header .sha-navs .primary-menu .sub-menu.sub-back {
    left: -230px
}

#masthead .site-header .sha-navs .primary-menu>li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

#masthead .site-header .sha-navs .primary-menu>li>a {
    font-family: "SF Pro", sans-serif;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #666;
    position: relative;
    padding: 15px 0;
}

#masthead .site-header .sha-navs .primary-menu>li>a:hover {
    color: #B01116;
    cursor: pointer;
}

@media (max-width:1400px) {
    #masthead .site-header .sha-navs .primary-menu>li>a {
        font-size: 13px;
    }
}

@media (max-width:1199px) {
    #masthead .site-header .sha-navs .primary-menu>li>a {
        padding: 10px;
    }
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.megamenu {
        position: relative;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu>.sub-menu {
    position: absolute;
    top: 120%;
    padding: 30px 20px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 3px;
    transition: all .35s ease .1s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.megamenu>.sub-menu {
        position: static;
        padding: 0;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        background-color: transparent;
        height: 0;
        overflow: hidden;
    }

    #masthead .site-header .sha-navs .primary-menu>li.megamenu>.sub-menu.submenu-open {
        height: auto;
    }

    #masthead .site-header .sha-navs .primary-menu>li.megamenu>.sub-menu .container {
        width: auto;
        max-width: none;
    }

    #masthead .site-header .sha-navs .primary-menu>li.megamenu>.sub-menu td {
        width: 100% !important;
    }

    #masthead .site-header .sha-navs .primary-menu>li.megamenu>.sub-menu tr {
        display: flex;
        flex-wrap: wrap;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu td {
    padding: 0 10px;
    border: none;
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu strong {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: block;
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu ul {
    display: flex;
    padding: 0 0 0 18px;
    margin: 0;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.megamenu ul {
        list-style: none;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu li {
    color: #222;
    width: 100%;
    margin-bottom: 5px;
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu li a {
    color: #222;
    font-size: 15px;
    display: block;
}

#masthead .site-header .sha-navs .primary-menu>li.megamenu li a:hover {
    color: #222;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.megamenu li a {
        color: #fff;
        padding: 5px 0;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children {
    position: relative;
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    width: 230px;
    top: 120%;
    z-index: 9;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 6px;
    transition: all .35s ease .1s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu {
        padding: 0;
        background-color: transparent;
        position: static;
        opacity: 0;
        visibility: visible;
        height: 0;
        overflow: hidden;
        box-shadow: none;
        width: 100%;
    }

    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu.submenu-open {
        height: auto;
        opacity: 1;
    }

    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu.submenu-open .sub-menu {
        display: block;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu>li {
    padding: 6px 20px;
    display: block;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu>li {
        padding: 0;
        background-color: transparent;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu>li a {
    font-family: "SF Pro", sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
    transition: all .1s linear;
    display: block;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu>li a {
        opacity: .8;
        font-size: 14px;
        padding: 12px;
        position: relative;
        color: #666;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children>.sub-menu>li a:hover {
    opacity: 1;
    color: #B01116;
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children {
    position: relative;
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu {
    position: absolute;
    top: 0;
    left: 120%;
    padding-top: 10px;
    width: 230px;
    padding-left: 0;
    z-index: 9;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease .1s;
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu>li {
    padding: 10px 10px 0 10px;
    background: #B01116;
    display: block;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu>li {
        padding: 0;
        background-color: transparent;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu>li:last-child {
    padding-bottom: 18px;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu>li:last-child {
        padding-bottom: 0;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu>li a {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    transition: all .1s linear;
    opacity: .8;
    display: block;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu>li a {
        opacity: .8;
        font-size: 16px;
        padding: 5px 0;
        position: relative;
    }
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children>.sub-menu>li a:hover {
    opacity: 1;
    color: #222;
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    left: 100%;
    visibility: visible;
}

#masthead .site-header .sha-navs .primary-menu>li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

#masthead .site-header .sha-navs .sha-nav-head-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

#masthead .site-header .sha-navs .sha-nav-head-mobile .logo-mobile {
    width: 80px;
}

#masthead .site-header .sha-navs .sha-nav-head-mobile a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #222;
    font-size: 13px;
    line-height: 18px;
}

#masthead .site-header .sha-navs .header-mobile-contact .footer-hotline {
    display: flex;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #666;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
}

#masthead .site-header .sha-navs .header-mobile-contact .footer-hotline .icon-svg {
    margin-right: 8px;
}

#masthead .site-header .sha-navs .header-mobile-contact .footer-hotline p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #666;
    margin-bottom: 0;
}

#masthead .site-header .sha-navs .header-mobile-contact .footer-hotline a {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #666;
    padding-left: 8px;
}

#masthead .site-header .sha-navs .header-mobile-contact .footer-hotline a:hover {
    color: #B01116;
}

#masthead .site-header .sha-navs .header-mobile-contact .footer-times {
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
    color: #b6b6b6;
}

#masthead .site-header .sha-navs .header-mobile-contact .footer-times p {
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666;
}

@media (max-width:991px) {
    #masthead .site-header .sha-navs {
        position: fixed;
        left: -100vw;
        z-index: 1001;
        top: 0;
        visibility: hidden;
        opacity: 0;
        height: 100vh;
        transition: all .1s ease 0s;
        background: #fff;
        width: 100%;
        padding: 12px 16px;
        display: flex;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    #masthead .site-header .sha-navs.menu-mobile-active {
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    #masthead .site-header .sha-navs .social-media {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    #masthead .site-header .sha-navs .social-media .social a {
        color: #b9bbc0;
        font-size: 20px;
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    #masthead .site-header .sha-navs .primary-menu {
        padding-left: 0;
        padding-right: 0;
        flex-wrap: wrap;
    }

    #masthead .site-header .sha-navs .primary-menu li {
        width: 100%;
    }

    #masthead .site-header .sha-navs .primary-menu li>a {
        display: block;
        position: relative;
        color: #222;
        outline: 0;
        padding: 16px 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        line-height: 20px;
        text-transform: capitalize;
    }
}

#masthead .site-header .logo {
    width: 135px;
    line-height: 0;
}

@media (max-width:991px) {
    #masthead .site-header .logo {
        margin: 0;
        width: 100px;
    }
}

#masthead .site-header .wrap-hd-top {
    display: flex;
    justify-content: flex-end;
    width: 135px;
    gap: 24px;
}

@media (max-width:991px) {
    #masthead .site-header .wrap-hd-top {
        width: 100%;
        gap: 16px;
        padding: 12px 0;
        align-items: center;
    }

    #masthead .site-header .wrap-hd-top .logo-mobile {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        padding-right: 40px;
    }

    #masthead .site-header .wrap-hd-top .logo-mobile img {
        height: 32px;
    }
}

#masthead .site-header .wrap-hd-top .hd-top-cart {
    position: relative;
    padding-right: 10px;
}

#masthead .site-header .wrap-hd-top .hd-top-cart #count-cart {
    display: flex;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #FF0000;
    align-items: center;
    justify-content: center;
    top: -8px;
    right: 0px;
}

.no-page-title #masthead {
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
}

@media (max-width:991px) {
    .no-page-title #masthead {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 101;
    }
}

.no-page-title #masthead.header-fixed {
    position: fixed;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
}

.btn-nav-mobile {
    display: inline-block;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
    cursor: pointer;
}

.main-menu-toggle {
    position: absolute;
    top: 11px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
}

.main-menu-toggle:before {
    content: '\f067';
    font-family: "FontAwesome";
    color: #666;
}

.site-footer {
    background-color: #efefef;
}

.site-footer .footer-top {
    padding: 48px 0 32px 0;
}

@media (max-width:991px) {
    .site-footer .footer-top {
        padding: 40px 0 20px 0;
    }
}

.site-footer .footer-top .logo-footers {
    max-width: 180px;
    margin-bottom: 48px;
    line-height: 0;
}

@media (max-width:991px) {
    .site-footer .footer-top .logo-footers {
        max-width: 120px;
        margin-bottom: 30px;
    }
}

.site-footer .footer-top .widgettitle {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media (max-width:991px) {
    .site-footer .footer-top .widgettitle {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
}

.site-footer .footer-top .widgettitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.site-footer .footer-top .footer-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-top .footer-list li {
    display: block;
    margin-bottom: 12px;
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

.site-footer .footer-top .footer-list a {
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

.site-footer .footer-top .footer-list a:hover {
    color: #B01116;
}

@media (max-width:991px) {
    .site-footer .footer-top .footer-list .widgettitle {
        position: relative;
    }

    .site-footer .footer-top .footer-list .widgettitle .footer-toggle {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 0;
        top: 0;
    }

    .site-footer .footer-top .footer-list .widgettitle .footer-toggle:before {
        content: url(../images/icon_arrow_down.svg);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(0);
        transition: all .1s ease 0s;
    }

    .site-footer .footer-top .footer-list .widgettitle.open .footer-toggle:before {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .site-footer .footer-top .footer-list .textwidget {
        display: none;
        margin-bottom: 30px;
    }
}

.site-footer .footer-top .footer-tm {
    margin-bottom: 24px;
}

.site-footer .footer-top .footer-tm ul {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
}

.site-footer .footer-top .footer-tm img {
    max-width: 40px;
}

.site-footer .footer-top .footer-hotline {
    display: flex;
    align-items: baseline;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 5px;
}

.site-footer .footer-top .footer-hotline .icon-svg {
    margin-right: 8px;
}

.site-footer .footer-top .footer-hotline p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #666;
    margin-bottom: 0;
}

.site-footer .footer-top .footer-hotline span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.site-footer .footer-top .footer-hotline a {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 8px;
}

.site-footer .footer-top .footer-hotline a:hover {
    color: #B01116;
}

.site-footer .footer-top .footer-times {
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

.site-footer .footer-top .footer-times p {
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

.site-footer .footer-middle .content-wrap {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 16px 0;
    justify-content: space-between !important;
}

.site-footer .footer-middle .footer-menu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .site-footer .footer-middle .footer-menu ul {
        margin-bottom: 24px;
    }
}

.site-footer .footer-middle .footer-menu ul li {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .site-footer .footer-middle .footer-menu ul li {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.site-footer .footer-middle .footer-menu ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

.site-footer .footer-middle .footer-menu ul li:last-child a:before {
    display: none;
}

.site-footer .footer-middle .footer-menu ul a {
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

@media (max-width:991px) {
    .site-footer .footer-middle .footer-menu ul a {
        padding-right: 0;
        margin-right: 0;
        color: #666;
    }
}

.site-footer .footer-middle .footer-menu ul a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50px;
    display: inline-block;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:991px) {
    .site-footer .footer-middle .footer-menu ul a:before {
        display: none;
    }
}

.site-footer .footer-middle .footer-menu ul a:hover {
    color: #B01116;
}

.site-footer .footer-middle .footer-social {
    display: flex;
    justify-content: flex-end;
}

@media (max-width:991px) {
    .site-footer .footer-middle .footer-social {
        justify-content: flex-start;
    }
}

.site-footer .footer-middle .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-middle .footer-social ul li {
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 0;
}

.site-footer .footer-middle .footer-social ul a {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height: 24px;
}

.site-footer .footer-bottom {
    padding: 32px 0;
}

@media (max-width:991px) {
    .site-footer .footer-bottom {
        padding: 20px 0;
    }
}

.site-footer .footer-bottom .footer-met {
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

.site-footer .footer-bottom .footer-met p {
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.site-footer .footer-bottom .footer-bct {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width:991px) {
    .site-footer .footer-bottom .footer-bct {
        justify-content: flex-start;
        padding: 15px 0;
        max-width: 130px;
    }
}

.site-footer .footer-bottom .footer-bct p {
    max-width: 155px;
    margin: 0;
}

#sha_book {
    background: #fff;
}

#sha_book .btn-primary {
    color: #222;
}

#sha_book .modal-content {
    background-color: transparent;
    border: none;
    align-items: center;
}

#sha_book .modal-header {
    z-index: 99;
    border-radius: 100px;
    padding: 15px 14px 15px 7px;
    margin-top: 20px;
    background: rgb(0, 0, 0, 0.1);
}

#sha_book .modal-body {
    padding: 20px;
    width: 100%;
}

#sha_book .modal-body .search-titles {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #222;
    margin-bottom: 20px;
}

#sha_book .modal-body .searchform-wrap {
    position: relative;
}

#sha_book .modal-body .searchform-wrap input {
    padding: 0 15px;
    margin: 0;
    background-color: #f6f6f6;
    height: 50px;
    border-radius: 10px;
    color: #222;
    font-size: 16px;
}

#sha_book .modal-body .searchform-wrap input:focus,
#sha_book .modal-body .searchform-wrap input:hover {
    border-color: #666;
}

#sha_book .modal-body .searchform-wrap .search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    font-size: 14px;
}

.modal-backdrop.show {
    opacity: .9;
}

@media (max-width:991px) {
    .widget-area {
        padding-top: 30px;
    }
}

.widget-area .widget {
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .widget-area .widget {
        padding: 20px;
        border-radius: 15px;
        border: solid 1px #dfdfdf;
        margin-bottom: 20px;
    }
}

.widget-area .widgettitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #222;
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .widget-area .widgettitle {
        margin-bottom: 20px;
    }
}
.widget-area .hight-post .item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #323232;
}

.widget-area .hight-post .item a {
    color: #999;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
}

@media (max-width:991px) {
    .widget-area .hight-post .item a {
        font-size: 14px;
    }
}

.widget-area .widget_tag_cloud .tagcloud {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.widget-area .widget_tag_cloud .tagcloud a {
    display: flex;
    padding: 6px 12px;
    align-items: flex-start;
    border-radius: 6px;
    background: #efefef;
    color: #222;
    font-family: "SF Pro";
    font-size: 13px !important;
    line-height: 16px;
}

.widget-area .widget_tag_cloud .tagcloud a:hover {
    background-color: #222;
    color: #fff;
}

.k2-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.k2-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.k2-pagination li {
    display: inline-block;
}

.k2-pagination span {
    color: #fff;
    background-color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 0 2px;
    padding: 12px 15px;
    border-radius: 3px;
}

.k2-pagination a {
    color: #272727;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 0 2px;
    padding: 12px 15px;
    border-radius: 3px;
    background-color: #eee;
}

.k2-pagination a:hover {
    color: #fff;
    background-color: #222;
}

.sha-content h1,
.sha-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 15px;
}

@media screen and (max-width:991px) {
    .sha-content h1,
    .sha-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.sha-content ol li,
.sha-content ul li {
    color: #222;
    font-size: 16px;
    font-family: "SF Pro";
    line-height: 1.5;
    margin: 0 0 5px 15px;    
}

@media screen and (max-width:991px) {
    .sha-content ol li,
    .sha-content ul li {
        font-size: 15px;
    }
}

.sha-content a {
    color: #222;
}

.sha-content a:hover {
    color: #B01116;
}

.sha-content p {
    color: #222;
    font-size: 16px;
    font-family: "SF Pro";
    line-height: 1.5;
}

.sha-content ul {
    padding-bottom: 8px;
}

@media screen and (max-width:991px) {
    .sha-content p {
        font-size: 15px;
    }
}

.sha-content p.wp-caption-text {
    text-align: center;
}

.sha-content img {
    max-width: 100%;
}

.sha-content blockquote {
    background: #f5f5f5;
    padding: 10px 20px 10px 24px;
    font-size: 16px;
    color: #888;
    font-style: italic;
    line-height: 1.7;
    text-align: left;
    position: relative;
}

.sha-content blockquote p {
    font-style: italic;
}

.sha-content blockquote:before {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 4px;
    background: #222;
}

.sha-content table {
    background-color: transparent;
    width: 100% !important;
}

.sha-content table thead {
    font-weight: 700;
    color: #222;
    border-radius: 6px;
    background-color: #E2E2E2;
}

.sha-content table thead th {
    padding: 8px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sha-content table thead tr {
    border: 1px solid #E2E2E2;
}

.sha-content table thead td {
    padding: 8px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sha-content table tr:nth-child(old) {
    background-color: #fff;
}

.sha-content table tr:nth-child(even) {
    background-color: #F5F5F5;
}

.sha-content table tbody td {
    color: #222;
    padding: 8px 15px;
    border: 1px solid #E2E2E2;
}

@media screen and (max-width:991px) {
    .sha-content table thead th {
    padding: 5px 10px;
    font-size: 13px;
    }

    .sha-content table thead td {
    padding: 5px 10px;
    font-size: 13px;
    }

    .sha-content table tbody td {
    padding: 5px 10px;
    font-size: 13px;
    }
}

.no-results {
    max-width: 500px;
    margin: 0 auto;
}

.no-results .searchform-wrap {
    display: flex;
}

.no-results .searchform-wrap input {
    margin-top: 0;
}

.no-results .searchform-wrap .search-submit {
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    background-color: #222;
    width: 80px;
}

.page-title {
    position: relative;
    padding: 100px 0;
    margin-top: 84px;
    background-position: center;
    background-size: cover;
    text-align: center;
}

@media (max-width:991px) {
    .page-title {
        padding: 60px 0;
        margin-top: 55px;
    }
}

.page-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(19, 19, 20, .5);
}

.page-title .container {
    position: relative;
    z-index: 2;
}

.page-title h1 {
    color: #fff;
    font-family: "Google Sans";
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 16px;
}

@media (max-width:991px) {
    .page-title h1 {
        font-size: 28px;
        line-height: 40px;
    }
}

.page-title p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-family: "SF Pro";
    font-size: 18px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

@media (max-width:991px) {
    .page-title p {
        font-size: 14px;
        line-height: 20px;
    }
}

.page-title .title-flex {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title .title-flex h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.page-title #crumbs {
    list-style: none;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}

.page-title #crumbs a {
    color: #fff;
}

.page-title #crumbs a:hover {
    color: #222;
}

.meta_bottom {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
}

.meta_bottom ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.meta_bottom a {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #efefef;
    color: #222;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 16px;
}

.meta_bottom a:hover {
    background-color: #222;
    color: #fff;
}

.box_error404 {
    padding: 120px 0;
}

@media (max-width:1199px) {
    .box_error404 {
    padding: 60px 0;
}
}

.box_error404 h2 {
    font: 20px/20px;
    padding-bottom: 15px;
    position: relative;
}

.box_error404 h2:after {
    position: absolute;
    right: 0;
    top: 0;
    font: 24px/24px WP;
    content: "H";
}

.box_error404 h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #111;
    margin-bottom: 0;
}

.box_error404 h5 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
    color: #555;
    margin-bottom: 0;
}

.box_error404 div {
    width: 100%;
}

.box_error404 div.big {
    text-align: center;
    margin-bottom: 40px;
}

.box_error404 div.oops {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #222;
}

.box_error404 div.go a {
    display: table;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 12px 24px;
    margin: 0 auto;
    border-radius: 50px;
    background: #222;
}

.box_error404 div.go i {
    margin-right: 5px;
}

.box_error404 div.useful {
    padding-top: 10px;
}

.box_error404 div.useful ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.box_error404 div.useful ul li {
    list-style: none;
    padding: 0 0 12px 20px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    display: list-item;
}

.box_error404 div.useful ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    font: 16px/16px WP;
    content: "*";
}

.box_error404 div.useful form {
    width: 38%;
    padding-left: 2%;
    float: right;
}

.box_error404 div.useful input.field {
    margin-top: 0;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    outline: 0;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    font-size: 15px;
    line-height: 45px;
}

.box_error404 p {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}

.box_error404 h2 {
    border-bottom: 1px solid #dadada;
    color: #646262;
}

.box_error404 h2:after {
    color: #ce1417;
}

.box_error404 div.useful {
    border-top: 1px solid #dadada;
    color: #646262;
}

.box_error404 div.useful ul li a {
    color: #666;
}

.box_error404 div.useful ul li a:hover {
    color: #222;
}

.box_error404 div.useful input.field {
    border: 1px solid #d2d8dd;
}

@media (max-width:1199px) {
    .box_error404 div.useful form {
        padding-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.box_error404 .useful {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media (max-width:1199px) {
    .box_error404 .useful {
        flex-direction: row;
    }
}

.box_error404 .useful .w-right {
    width: 62%;
}

@media (max-width:1199px) {
    .box_error404 .useful .w-right {
        width: 100%;
    }
}

.rate-sha {
    padding-top: 30px;
}

.rate-sha p.title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
}

.comments-area {
    padding-top: 50px;
}

.comments-area textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 15px;
}

.comments-area textarea:focus {
    border: 1px solid #ddd;
    outline: 0;
}

.comments-area .logged-in-as a {
    color: #333;
}

.comments-area .logged-in-as a:hover {
    color: #222;
}

.comments-area .comments-title {
    font-size: 18px;
    margin-bottom: 35px;
    color: #111;
}

.comments-area .form-submit input {
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}

.comments-area .form-submit input:hover {
    background-color: rgba(19, 19, 20, .8);
}

.comments-area .comment-form-author input,
.comments-area .comment-form-email input {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.comments-area .comment-form-cookies-consent {
    display: block;
    margin: 10px 0;
}

.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-area .comment-list .item-contents {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
}

.comments-area .comment-list .item-contents .comment-author_information {
    width: 120px;
    text-align: center;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

@media (max-width:767px) {
    .comments-area .comment-list .item-contents .comment-author_information {
        width: 100%;
        border-right: none;
    }
}

.comments-area .comment-list .item-contents .comment-author_information .comment-avatar {
    line-height: 0;
    margin-bottom: 10px;
}

.comments-area .comment-list .item-contents .comment-author_information .comment-author a {
    color: #222;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.comments-area .comment-list .item-contents .comment-box {
    width: calc(100% - 120px);
    padding-left: 20px;
}

@media (max-width:767px) {
    .comments-area .comment-list .item-contents .comment-box {
        width: 100%;
        padding-left: 0;
    }
}

.comments-area .comment-list .item-contents .comment-box a {
    color: #cc2028;
}

.comments-area .comment-list .item-contents .comment-box p {
    font-size: 15px;
    margin-bottom: 15px;
}

.comments-area .comment-list .item-contents .reply a {
    color: #cc2028;
    font-size: 12px;
}

.comments-area .comment-list .children {
    padding-left: 30px;
    list-style: none;
}

.back-to-top {
    position: fixed;
    right: 20px;
    border-radius: 100px;
    color: #222;
    background: rgb(0, 0, 0, 0.1);
    z-index: 123;
    cursor: pointer;
}

.back-to-top.k2-show {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
}

@media (max-width:767px) {
    .back-to-top.k2-show {
        right: 12px;
        bottom: 12px;
        width: 32px;
        height: 32px;
    }
}

.back-to-top .fa {
    font-size: 14px;
}

.news_other {
    padding: 40px 0;
}

.news_other .title_about {
    margin-bottom: 24px;
}

.news_other .title_about .h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #222;
}

.news_other .khungtintuc .item_tintuc {
    display: flex;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
}

@media (max-width:991px) {
    .news_other .khungtintuc .item_tintuc {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

.news_other .khungtintuc .item_tintuc .img_tintuc {
    width: 40%;
    aspect-ratio: 16 / 10;
    border-radius: 15px;
    overflow: hidden;
}

.news_other .khungtintuc .item_tintuc .img_tintuc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news_other .khungtintuc .item_tintuc .info_tintuc {
    width: 60%;
    padding-left: 24px;
}

@media (max-width:991px) {
    .news_other .khungtintuc .item_tintuc .info_tintuc {
        padding-left: 0;
        width: 100%;
    }
}

.news_other .khungtintuc .item_tintuc span {
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    margin-bottom: 8px;
}

@media (max-width:991px) {
    .news_other .khungtintuc .item_tintuc span {
        font-size: 13px;
        line-height: 18px;
        color: #969696;
    }
}

.news_other .khungtintuc .item_tintuc .h4 {
    line-height: 0;
    margin-top: 6px;
    margin-bottom: 12px;
}

.news_other .khungtintuc .item_tintuc .h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
}

@media (max-width:991px) {
    .news_other .khungtintuc .item_tintuc .h4 a {
        color: #222;
        display: block;
        font-size: 16px;
        line-height: 24px;
    }
}

.news_other .khungtintuc .item_tintuc .h4 a:hover {
    color: #B01116;
}

.news_other .khungtintuc .item_tintuc .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
}

@media (max-width:991px) {
    .news_other .khungtintuc .item_tintuc .des {
        color: #999;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:991px) {
    .news_other .khungtintuc .item_tintuc .info_tintuc_mobile {
        display: flex;
        align-items: flex-start;
    }

    .news_other .khungtintuc .item_tintuc .info_tintuc_mobile .img_tintuc {
        width: 40%;
        aspect-ratio: 16/10;
        border-radius: 10px;
        overflow: hidden;
    }

    .news_other .khungtintuc .item_tintuc .info_tintuc_mobile .img_tintuc img {
        height: 100%;
        object-fit: cover;
    }

    .news_other .khungtintuc .item_tintuc .info_tintuc_mobile .des {
        width: 60%;
        padding-left: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;

    }
}

.grecaptcha-badge {
    display: none !important;
}

.w-titles {
    text-align: center;
    margin-bottom: 35px;
}

.w-titles .home-titles {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 400;
    color: #222;
}

@media (max-width:991px) {
    .w-titles .home-titles {
        font-size: 25px;
    }
}

.w-titles .home-sub-titles {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

@media (max-width:991px) {
    .w-titles .home-sub-titles {
        font-size: 15px;
    }
}

.content-single,
.page-404 {
    padding-top: 84px;
}

@media (max-width:991px) {
    .content-single,
    .page-404 {
        padding-top: 56px;
    }
}

.content-single .container {
    max-width: 800px;
}

.page-default {
    min-height: 75vh;
    padding: 0;
    background-color: #fff;
}

@media (max-width:991px) {
    .page-default {
        padding: 15px 0 40px 0;
        background-color: #fff;
    }
}

.content-single .w-single {
    padding-top: 50px;
}

@media (max-width:991px) {
.content-single .w-single {
    padding-top: 30px;
}
}

.content-single .single-top-meta {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-single .single-top-meta p {
    margin-bottom: 0
}

.content-single .single-top-meta p.cat {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #999;
}

@media (max-width:991px) {
    .content-single .single-top-meta p.cat {
        font-size: 16px;
        line-height: 24px;
    }
}

.content-single .single-top-meta p.date {
    color: #999;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

@media (max-width:991px) {
    .content-single .single-top-meta p.date {
        font-size: 13px;
        line-height: 18px;
    }
}

.content-single .date-mobile {
    color: #999;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

@media (max-width:991px) {
    .content-single .date-mobile {
        font-size: 13px;
        line-height: 18px;
    }
}

.content-single h1 {
    color: #222;
    margin-bottom: 16px;
    font-family: "Google Sans";
    font-size: 36px;
    line-height: 48px;
}

@media (max-width:991px) {
    .content-single h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.content-single .nav-post {
    padding: 40px 0;
    border-bottom: 1px solid #dfdfdf;

}

@media (max-width:991px) {
    .content-single .nav-post {
        padding: 20px 0;
    }
}

.content-single .nav-post .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-single .nav-post a {
    display: flex;
    border-radius: 12px;
    border: 1px solid #222;
    width: 176px;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #222;
}

.content-single .nav-post a:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.swiper-container {
    position: relative;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.07);
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width:991px) {

    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
        display: none;
    }
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.page-home {
    background-color: #fff
}

/* Banner */
.page-home .primary-banner {
    position: relative;
    padding-top: 84px;
}

@media (max-width:991px) {
    .page-home .primary-banner {
        padding-top: 56px;
    }
}

.page-home .primary-banner .wrap-banner {
    display: flex;
    padding-top: 20px;
}

@media (max-width:991px) {
    .page-home .primary-banner .wrap-banner {
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 10px;
    }
}

.page-home .primary-banner .wrap-banner .slider-banner {
    position: relative;
    aspect-ratio: 16/10;
    width: 66.3%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6f6;
}

@media (max-width:991px) {
    .page-home .primary-banner .wrap-banner .slider-banner {
        width: 100%;
    }
}

.page-home .primary-banner .wrap-banner .sub-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33.7%;
    padding-left: 20px;
}

@media (max-width:991px) {
    .page-home .primary-banner .wrap-banner .sub-banner {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        padding: 0;
    }
}

.page-home .primary-banner .wrap-banner .sub-banner li {
    display: block;
    aspect-ratio: 16/10;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.page-home .primary-banner .wrap-banner .slider-banner img,
.page-home .primary-banner .wrap-banner .sub-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-home .primary-banner .wrap-banner .slider-banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    border-radius: 48px;
    background-color: rgba(255, 255, 255, .3);
    transition: all .1s ease 0s;
    opacity: 1;
}

.page-home .primary-banner .wrap-banner .slider-banner .swiper .swiper-pagination-bullet:hover {
    background-color: #fff;
}

.page-home .primary-banner .wrap-banner .slider-banner .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    background-color: #fff;
}
/* End banner*/

.page-home .home-titles {
    display: block;
    margin-bottom: 32px;
    text-align: center;
}

@media (max-width:991px) {
    .page-home .home-titles {
        margin-bottom: 24px;
    }
}

.page-home .home-titles h2 {
    font-family: "Google Sans";
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #222;
}

@media (max-width:991px) {
    .page-home .home-titles h2 {
        font-size: 24px;
    }
}

.page-home .home-category {
    padding-top: 80px;
    background-color: #ffffff;
}

@media (max-width:991px) {
    .page-home .home-category {
        padding-top: 40px;
    }

    .page-home .home-category .row {
        gap: 0;
        margin: 0;
    }

    .page-home .home-category .row .col-6 {
        padding: 0;
        width: 33.33%;
    }
}

.page-home .home-category .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 10px;
}

@media (max-width:991px) {
    .page-home .home-category .item a {
        gap: 15px;
        padding: 15px 5px;
        flex-direction: column;
        display: flex;
    }
}

.page-home .home-category .item .im {
    border: solid 1px #666;
    border-radius: 100px;
    padding: 20px;
}

@media (max-width:991px) {
    .page-home .home-category .item .im {
        padding: 10px;
}
}

.page-home .home-category .item a:hover .im {
    border: solid 1px #B01116;
    background: #b011161a;
}

.page-home .home-category .item a:hover .im img {
    filter: invert(0) sepia(100) saturate(100) hue-rotate(40deg);
}

.page-home .home-category .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    align-self: stretch;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
}

.page-home .home-category .item a:hover p {
    color: #B01116;
}

@media (max-width:991px) {
    .page-home .home-category .item p {
        font-size: 13px;
        color: #222;
    }
}

.page-home .home-product {
    padding-top: 80px;
    background-color: #ffffff;
}

@media (max-width:991px) {
    .page-home .home-product {
        padding-top: 40px;
    }
}

.page-home .home-product .swiper-button-prev {
    left: -52px;
}

.page-home .home-product .swiper-button-next {
    right: -52px;
}

.page-home .home-product .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 32px;
    gap: 15px;
}

@media (max-width:991px) {
    .page-home .home-product .nav-tabs {
        width: 100%;
        gap: 8px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: 24px;
        padding-bottom: 1px;
        justify-content: flex-start;
    }

    .page-home .home-product .nav-tabs::-webkit-scrollbar {
        height: 0;
    }
}

.page-home .home-product .nav-tabs li {
    margin-bottom: 0;
}

.page-home .home-product .nav-tabs .nav-link {
    display: flex;
    width: 176px;
    min-width: 176px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #efefef;
    color: #666;
}

@media (max-width:991px) {
    .page-home .home-product .nav-tabs .nav-link {
        display: flex;
        padding: 5px 12px;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        width: auto;
        min-width: auto;
        font-family: "SF Pro";
        font-size: 13px;
        line-height: 1.4;
        color: #666;
    }
}

.page-home .home-product .nav-tabs .nav-link:hover {
    color: #222;
    background: #dfdfdf;
}

.page-home .home-product .nav-tabs .nav-link.active {
    color: #fff;
    background: #222;
}

@media (max-width:991px) {

    .page-home .home-product .nav-tabs .nav-link.active,
    .page-home .home-product .nav-tabs .nav-link:hover {
        border-bottom: none;
        color: #f6f6f6;
    }
}

.page-home .home-product .items {
    display: flex;
    gap: 16px;
}

@media (max-width:991px) {
    .page-home .home-product .items {
        flex-direction: column;
        gap: 12px;
    }
}

.page-home .home-product .items .item {
    width: 50%;
}

@media (max-width:991px) {
    .page-home .home-product .items .item {
        width: 100%;
    }
}

.page-home .home-banner-middle {
    padding-top: 80px;
    background-color: #ffffff;
}

@media (max-width:991px) {
    .page-home .home-banner-middle {
        padding-top: 40px;
    }
}

.page-home .home-banner-middle .swiper-container {
    overflow: hidden;
    border-radius: 15px;
}

.page-home .home-banner-middle .swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius: 48px;
    background-color: rgba(255, 255, 255, .3);
    transition: all .1s ease 0s;
    opacity: 1;
}

.page-home .home-banner-middle .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}

.page-home .home-banner-middle .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background-color: #fff;
}

.page-home .home-banner-middle .swiper-container img {
    width: 100%;
}

.page-home .home-product-cat {
    padding-top: 80px;
}

@media (max-width:991px) {
    .page-home .home-product-cat {
        padding-top: 40px;
    }
}

@media (min-width:1200px) {
    .page-home .home-product-cat .swiper-button-prev {
        left: -52px;
    }

    .page-home .home-product-cat .swiper-button-next {
        right: -52px;
    }
}

.page-home .home-product-cat .items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-home .home-product-cat2 {
    background-color: #ffffff;
}

.page-home .home-product-cat2 .items {
    display: flex;
    gap: 16px;
    flex-direction: row;
}

@media (max-width:991px) {
    .page-home .home-product-cat2 .items {
        flex-direction: column;
        gap: 12px;
    }
}

.page-home .home-product-cat2 .items .item {
    width: 50%;
}

@media (max-width:991px) {
    .page-home .home-product-cat2 .items .item {
        width: 100%;
    }
}

.page-home .home-blog {
    padding-top: 80px;
}

@media (max-width:991px) {
    .page-home .home-blog {
        padding-top: 40px;
    }
}

@media (min-width:1200px) {
    .page-home .home-blog .swiper-button-prev {
        left: -52px;
    }

    .page-home .home-blog .swiper-button-next {
        right: -52px;
    }
}

.page-home .home-blog .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 32px;
    gap: 15px;
}

@media (max-width:991px) {
    .page-home .home-blog .nav-tabs {
        width: 100%;
        gap: 8px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: 24px;
        justify-content: flex-start;
    }

    .page-home .home-blog .nav-tabs::-webkit-scrollbar {
        height: 0;
    }
}

.page-home .home-blog .nav-tabs li {
    margin-bottom: 0;
}

.page-home .home-blog .nav-tabs .nav-link {
    display: flex;
    width: 176px;
    min-width: 176px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #efefef;
    color: #666;
}

@media (max-width:991px) {
    .page-home .home-blog .nav-tabs .nav-link {
        display: flex;
        padding: 5px 12px;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
        width: auto;
        min-width: auto;
        font-family: "SF Pro";
        font-size: 13px;
        line-height: 1.4;
        color: #999;
    }
}

.page-home .home-blog .nav-tabs .nav-link:hover {
    color: #222;
    background: #dfdfdf;
}

.page-home .home-blog .nav-tabs .nav-link.active {
    color: #fff;
    background: #222;
}

@media (max-width:991px) {
    .page-home .home-blog .nav-tabs .nav-link.active,
    .page-home .home-blog .nav-tabs .nav-link:hover {
        border-bottom: none;
        color: #f6f6f6;
    }
}

.page-home .home-partner {
    padding: 80px 0;
}

@media (max-width:991px) {
    .page-home .home-partner {
        padding: 40px 0;
    }
}

@media (min-width:1200px) {
    .page-home .home-partner .swiper-button-prev {
        left: -52px;
    }

    .page-home .home-partner .swiper-button-next {
        right: -52px;
    }
}

.page-home .home-partner .im {
    text-align: center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
    transition: all .1s ease 0s;
}

.page-home .home-partner .im:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.sha-load-more {
    padding-top: 32px;
    text-align: center;
}

.sha-load-more a {
    display: inline-block;
    color: #222;
    background-color: transparent;
    border: 1px solid #222;
    height: 48px;
    text-transform: uppercase;
    line-height: 46px;
    border-radius: 100px;
    padding: 0 32px;
}

@media (max-width:991px) {
    .sha-load-more a {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #222;
        border-color: #222;
    }

    .sha-load-more a .icon-svg svg {
        width: 18px;
        line-height: 1;
        height: 17px;
    }

    .sha-load-more a .icon-svg svg path {
        stroke: #fff;
    }
}

.sha-load-more a:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.sha-load-more a:hover .icon-svg svg path {
    stroke: #fff;
}

.w-item-post {
    background-color: #fff;
}

.w-item-post .img {
    line-height: 0;
    margin-bottom: 0;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 15px;
    overflow: hidden;
}

.w-item-post .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    border-radius: 15px 16px 0 0;
}

.w-item-post .info {
    padding-top: 20px;
}

.w-item-post .info .info-top {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 12px;
}

.w-item-post .info h3 {
    line-height: 0;
    margin-bottom: 12px;
}

.w-item-post .info h3 a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
}

.w-item-post .info h3 a:hover {
    color: #B01116;
}

.w-item-post .info p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "SF Pro";
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    align-self: stretch;
    margin: 0;
}

@-webkit-keyframes ping {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .8;
    }

    80% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}

@keyframes ping {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .8;
    }

    80% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}

@media (max-width:991px) {
    .w-page-menu {
        overflow: scroll;
        background: #fff;
        margin-bottom: 15px;
    }

    .w-page-menu::-webkit-scrollbar {
        width: 0;
    }
}

.w-page-menu .page-menu {
    list-style: none;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .w-page-menu .page-menu {
        display: flex;
        gap: 16px;
    }
}

.w-page-menu .page-menu li {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.w-page-menu .page-menu li:before {
    position: absolute;
    content: '\f105';
    font-family: "FontAwesome";
    color: transparent;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: 15px;
    right: 10px;
}

@media (max-width:991px) {
    .w-page-menu .page-menu li:before {
        display: none;
    }
}

.w-page-menu .page-menu li.current_page_item:before,
.w-page-menu .page-menu li:hover:before {
    color: #222;
}

.w-page-menu .page-menu li.current_page_item a,
.w-page-menu .page-menu li:hover a {
    background-color: #efefef;
    color: #222;
}

.w-page-menu .page-menu li.current_page_item a {
    font-weight: 500;
}

@media (max-width:991px) {
    .w-page-menu .page-menu li.current_page_item a,
    .w-page-menu .page-menu li:hover a {
        background-color: transparent;
        border-bottom: 1px solid #222;
    }
}

.w-page-menu .page-menu a {
    display: block;
    padding: 15px 20px;
    border-radius: 15px;
    background-color: transparent;
    color: #999;
    font-family: "SF Pro";
    font-size: 17px;
    line-height: 24px;
}

@media (max-width:991px) {
    .w-page-menu .page-menu a {
        padding: 0 0 10px 0;
        border-radius: 0;
        white-space: nowrap;
        font-family: "SF Pro";
        font-size: 14px;
        line-height: 20px;
    }
}

.page-about,
.page-ans,
.page-contact,
.page-franchise,
.page-policy,
.page-shop-system {
    padding: 50px 0;
    background-color: #fff;
}

@media (max-width:991px) {
    .page-about,
    .page-ans,
    .page-contact,
    .page-franchise,
    .page-policy,
    .page-shop-system {
        padding: 20px 0 40px 0;
        background-color: #fff;
    }
}

.ans-content {
    padding-left: 30px;
}

@media (max-width:991px) {
    .ans-content {
        padding-left: 0;
    }
}

@media (max-width:991px) {
    .sha-content {
        padding-left: 0;
    }
}


.padding-50 {
    padding: 20px 0 50px 0;
}

@media (max-width:991px) {
    .padding-50 {
        padding: 0;
    }
}

.page-ans .accordion-item {
    margin-bottom: 10px;
    background-color: transparent;
}

.page-ans .accordion-flush .accordion-item .accordion-button {
    display: flex;
    min-height: 56px;
    border-radius: 15px;
    background: #efefef;
    align-items: center;
    padding: 0 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    color: #222;
}

@media (max-width:991px) {
    .page-ans .accordion-flush .accordion-item .accordion-button {
        min-height: 50px;
        font-size: 15px;
        padding: 10px 15px;
        border-radius: 10px;
    }
}

.page-ans .accordion-flush .accordion-item .accordion-button:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #222;
    font-size: 14px;
    line-height: 1;
    background-image: none;
}

.page-ans .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background-color: #efefef;
    color: #222;
}

.page-ans .accordion-flush .accordion-item .accordion-button:not(.collapsed):after {
    color: #222;
}

.page-ans .accordion-body {
    padding: 15px 20px;
}

@media (max-width:991px) {
    .page-ans .accordion-body {
        padding: 15px 15px;
    }
}

.contact-top {
    display: flex;
    align-items: center;
    padding: 40px;
    background: #f6f6f6;
    border-radius: 30px;
}

.contact-left {
    width: 60%;
    padding: 0 50px 0 30px;
}

.contact-left .contact-title h2 {
    max-width: 400px;
    font-size: 36px;
    line-height: 1.25;
}

.contact-left .contact-title p {
    font-size: 18px;
    line-height: 1.33;
    color: #666;
    margin-top: 15px;
}

.contact-left .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
}

.contact-left .info span svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.contact-left .info span a {
    color: #222;
}

.contact-left .info span a:hover {
    color: #B01116;
}

.contact-left .social {
    margin-top: 20px;
}

.contact-left .social span {
    color: #666;
}

.contact-left .social .social-list {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.contact-left .social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #222;
    text-align: center;
    line-height: 24px;
}

.contact-right {
    width: 40%;
}

.contact-map {
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width:991px) {
    .contact-top {
    flex-direction: column;
    gap: 20px;
    padding: 24px 15px;
    border-radius: 20px;
    }

    .contact-left {
        width: 100%;
        padding: 0 10px;
    }

    .contact-left .contact-title h2 {
        font-size: 26px;
    }

    .contact-left .contact-title p {
        font-size: 16px;
    }

    .contact-left .info {
        gap: 5px;
        padding: 10px 0;
    }

    .contact-left .info span svg {
        margin-right: 5px;
    }

    .contact-left .social {
        margin-top: 15px;
    }

    .contact-right {
        width: 100%;
    }

    .contact-map {
        margin-top: 20px;
        border-radius: 15px;
        overflow: hidden;
    }
}

.fom-contact {
    padding: 40px 30px;
    background: #fff;
    border-radius: 20px;
    border: solid 1px #dfdfdf;
}

@media (max-width:991px) {
    .fom-contact {
    padding: 30px 20px;
    border-radius: 15px;
    }
}

.fom-contact .top-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 24px;
}

.fom-contact .top-form h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .fom-contact .top-form h4 {
        font-size: 20px;
    }
}

.fom-contact .top-form p {
    font-family: "SF Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #666;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .fom-contact .top-form p {
        font-size: 14px;
    }
}

.fom-contact .content-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.fom-contact .content-form p {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
}

@media (max-width:991px) {
    .fom-contact .content-form p {
        margin-bottom: 8px;
    }
}

.fom-contact .content-form p.wh-50 {
    width: 50%;
}

@media (max-width:1199px) {
    .fom-contact .content-form p.wh-50 {
        width: 100%;
    }
}

.fom-contact .content-form input,
.fom-contact .content-form textarea {
    border-radius: 8px;
    background: #f5f5f5;
    color: #999;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
    border: none;
    margin: 0;
}

@media (max-width:991px) {
    .fom-contact .content-form input,
    .fom-contact .content-form textarea {
        font-size: 14px;
        padding: 0 12px;
    }
}

.fom-contact .content-form input {
    height: 48px;
}


.fom-contact .content-form textarea {
    height: 100px;
}

@media (max-width:991px) {
    .fom-contact .content-form input {
        height: 44px;
    }

    .fom-contact .content-form textarea {
        height: 84px;
        padding: 12px;
    }
}

.fom-contact .sub {
    position: relative;
    text-align: center;
}

.fom-contact .sub input {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    height: 48px;
    padding: 0 32px;
    border-radius: 8px;
    background: #222;
    border: none;
    margin: 0;
}

@media (max-width:991px) {
    .fom-contact .sub input {
        width: 100%;
        height: 44px;
    }
}

.fom-contact .sub input:hover {
    background-color: #B01116
}

.fom-contact .sub .wpcf7-spinner {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-franchise .fom-contact {
    margin-top: 40px;
    padding: 48px 128px;
    border-radius: 30px;
    background: #f5f5f5;
    border: none;
}

@media (max-width:991px) {
    .page-franchise .fom-contact {
        margin-top: 30px;
        padding: 30px 16px 20px 16px;
        border-radius: 20px;
    }
}

.page-franchise .fom-contact .top-form {
    margin-bottom: 40px;
}

@media (max-width:991px) {
    .page-franchise .fom-contact .top-form {
    margin-bottom: 20px;
}
}

.page-franchise .fom-contact .top-form h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .page-franchise .fom-contact .top-form h3 {
        font-size: 24px;
    }
}

.page-franchise .fom-contact .top-form p {
    font-size: 16px;
}

@media (max-width:991px) {
    .page-franchise .fom-contact .top-form p {
        font-size: 14px;
    }
}

.page-franchise .fom-contact .content-form p {
    padding: 0 8px;
    margin-bottom: 16px;
}

@media (max-width:991px) {
    .page-franchise .fom-contact .content-form p {
        margin-bottom: 12px;
    }
}

.page-franchise .fom-contact .content-form p.wh-50 {
    width: 50%;
}

@media (max-width:1199px) {
    .page-franchise .fom-contact .content-form p.wh-50 {
        width: 100%;
    }
}

.page-franchise .fom-contact .content-form textarea {
    height: 100px;
}

@media (max-width:991px) {
    .page-franchise .fom-contact .content-form textarea {
        height: 84px;
        padding: 12px;
    }
}


.page-franchise .fom-contact .content-form input,
.page-franchise .fom-contact .content-form textarea {
    border-radius: 10px;
    background: #fff;
}

.page-franchise .fom-contact .content-form input {
    height: 54px;
}

.page-franchise .fom-contact .content-form textarea {
    height: 100px;
}

@media (max-width:991px) {
    .page-franchise .fom-contact .content-form input {
        height: 44px;
    }

    .page-franchise .fom-contact .content-form textarea {
        height: 84px;
        padding: 12px;
    }
}

.page-franchise .fom-contact .sub input {
    width: inherit;
    min-width: 180px;
    height: 54px;
    border-radius: 100px;
}

@media (max-width:991px) {
    .page-franchise .fom-contact .sub input {
    height: 44px;
    width: 100%;
    }
}

.page-franchise .fom-contact .sub input:hover {
    background-color: #B01116;
}

/* end */

.sha-titles {
    margin-bottom: 24px;
}

@media (max-width:991px) {
    .sha-titles {
        margin-bottom: 15px;
    }
}

.sha-titles h2 {
    font-family: "Google Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-titles h2 {
        font-size: 20px;
    }
}

.page-shop-system .container {
    max-width: 1000px;
}

.page-shop-system .sys-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}

@media (max-width:1199px) {
    .page-shop-system .sys-contact {
        gap: 8px;
        margin-bottom: 30px;
    }
}

.page-shop-system .sys-contact .item {
    width: calc(33.333333% - 16px);
    padding: 24px;
    border-radius: 15px;
    background: #f6f6f6;
}

@media (max-width:1199px) {
    .page-shop-system .sys-contact .item {
        width: 100%;
        padding: 15px;
        border-radius: 10px;
    }
}

.page-shop-system .sys-contact .item .sha-content strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #222;
    margin-bottom: 12px;
}

@media (max-width:991px) {
    .page-shop-system .sys-contact .item .sha-content strong {
        font-size: 16px;
    }
}

.page-shop-system .sys-contact .item .sha-content p {
    color: #666;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .page-shop-system .sys-contact .item .sha-content p {
        font-size: 14px;
    }
}

.page-shop-system .sys-branch .fw-filter {
    margin-bottom: 16px;
}

@media (max-width:991px) {
    .page-shop-system .sys-branch .fw-filter {
        margin-bottom: 5px;
    }
}

.page-shop-system .sys-branch .fw-filter .w-forms {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-shop-system .sys-branch .fw-filter .w-selects {
    width: calc(50% - 6px);
}

.page-shop-system .sys-branch .fw-filter .w-selects select {
    height: 48px;
    display: flex;
    padding: 0 16px 0 16px;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    color: #222;
    border: solid 1px #222;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize;
    cursor: pointer;
    appearance: none;
    background-image: url(../images/icon_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 12px;
    padding-right: 30px;
}

@media (max-width:991px) {
    .page-shop-system .sys-branch .fw-filter .w-selects select {
        height: 44px;
        padding: 0 12px 0 12px;
        border-radius: 10px;
        font-size: 14px;
        background-size: 10px;
    }
}

.page-shop-system .sys-branch .fw-filter .w-selects select:focus,
.page-shop-system .sys-branch .fw-filter .w-selects select:hover {
    outline: 0;
    box-shadow: none;
}

.page-shop-system .sys-branch .fw-filter .w-selects select option {
    text-transform: capitalize;
}

.page-shop-system .sys-branch .fw-filter select[name=select_local_district] {
    pointer-events: none;
}

.page-shop-system .sys-branch .fw-filter select[name=select_local_district] option {
    display: none;
}

.page-shop-system .sys-branch .fw-value .locals {
    width: 20%;
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .locals {
        display: none;
    }
}

.page-shop-system .sys-branch .fw-value .name {
    width: 30%;
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .name {
        width: 100%;
    }
}

.page-shop-system .sys-branch .fw-value .address {
    width: 50%;
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .address {
        width: 100%;
    }
}

.page-shop-system .sys-branch .fw-value .grid-titles {
    border-bottom: 1px solid #fff;
    display: flex;
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .grid-titles {
        display: none;
    }
}

.page-shop-system .sys-branch .fw-value .grid-titles .address,
.page-shop-system .sys-branch .fw-value .grid-titles .locals,
.page-shop-system .sys-branch .fw-value .grid-titles .name {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #222;
    padding: 16px 24px 16px 0;
}

.page-shop-system .sys-branch .fw-value .grid-value .grid-item {
    width: 100%;
    display: flex;
    padding: 24px 0;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid #dfdfdf;
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .grid-value .grid-item {
        flex-wrap: wrap;
        padding: 16px 0;
        gap: 8px;
    }
}

.page-shop-system .sys-branch .fw-value .grid-value .grid-item .address,
.page-shop-system .sys-branch .fw-value .grid-value .grid-item .locals,
.page-shop-system .sys-branch .fw-value .grid-value .grid-item .name {
    font-family: "SF Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #666;
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .grid-value .grid-item .locals {
        display: none;
    }
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .grid-value .grid-item .name {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #222;
    }
}

@media (max-width:767px) {
    .page-shop-system .sys-branch .fw-value .grid-value .grid-item .address {
        color: #666;
        font-family: "SF Pro";
        font-size: 13px;
        line-height: 18px;
    }
}

.page-blog {
    padding: 30px 0 50px 0;
    background-color: #fff;
}

@media (max-width:991px) {
    .page-blog {
        padding: 10px 0 20px 0;
        background-color: #fff;
    }
}

.w-nav-blog {
    margin-bottom: 32px;
}

.w-nav-blog.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0 auto;
    max-width: 720px;
    margin-top: 56px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    background: #fff;
}

@media (max-width:991px) {
    .w-nav-blog {
        margin-bottom: 10px;
        background: #fff;
        overflow: scroll;
    }

    .w-nav-blog::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
}

.w-nav-blog .blog-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    list-style: none;
}

@media (max-width:991px) {
    .w-nav-blog .blog-menu {
        justify-content: flex-start;
        margin: 8px 0;
        gap: 8px;
    }
}

.w-nav-blog .blog-menu a {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #efefef;
    color: #666;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    min-width: 170px;
}

@media (max-width:991px) {
    .w-nav-blog .blog-menu a {
        min-width: auto;
        white-space: nowrap;
        padding: 5px 12px;
        font-size: 13px;
    }
}

.w-nav-blog .blog-menu a:hover {
    background: #dfdfdf;
    color: #222;
}

.w-nav-blog .blog-menu .current-menu-item a {
    background: #222;
    color: #fff;
}

.page-blog .w-blog-top {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

@media (max-width:991px) {
    .page-blog .w-blog-top {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .page-blog .item {
        margin-bottom: 24px;
    }
}

.page-blog .item .item-image {
    margin-bottom: 16px;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 15px;
    overflow: hidden;
}

.page-blog .item .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.page-blog .item .item-info .item-meta {
    color: #999;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.page-blog .item .item-info .item-meta span {
    font-weight: 500;
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
}

.page-blog .item .item-info .item-meta span:before {
    position: absolute;
    content: '';
    background-color: #999;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}

.page-blog .item .item-info .titles {
    line-height: 0;
    margin-bottom: 12px;
}

.page-blog .item .item-info .titles a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
}

@media (max-width:991px) {
    .page-blog .item .item-info .titles a {
        font-size: 18px;
        line-height: 26px;
    }
}

.page-blog .item .item-info .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
    color: #999;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .page-blog .item .item-info .des {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width:991px) {
    .page-blog .item .item-info .info_tintuc_mobile {
        display: flex;
    }

    .page-blog .item .item-info .info_tintuc_mobile .img_tintuc {
        width: 40%;
        aspect-ratio: 16 / 10;
    }

    .page-blog .item .item-info .info_tintuc_mobile .img_tintuc img {
        width: 100%;
        max-width: 100%;
        border-radius: 10px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .page-blog .item .item-info .info_tintuc_mobile .des {
        width: 60%;
        padding-left: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
}

.page-blog .w-blog-list .item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 24px;
    padding-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.page-blog .w-blog-list .item .item-image {
    width: 35%;
    margin-bottom: 0;
}

.page-blog .w-blog-list .item .item-info {
    width: 65%;
}

@media (max-width:991px) {
    .page-blog .w-blog-list .item .item-info {
        width: 100%;
    }
}

.page-blog .blog-load-more a {
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: #efefef;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #222;
    height: 48px;
}

.page-blog .blog-load-more a:hover {
    background: #dfdfdf;
}

.page-blog .blog-load-more a.w-disable {
    pointer-events: none;
    display: none;
}

@media (max-width:991px) {
    .body-nav-fixed .w-blog {
        padding-top: 66px;
    }
}

#page.card-loading {
    position: relative;
}

#page.card-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    background-color: rgba(0, 0, 0, .26);
}

#page.card-loading:after {
    position: fixed;
    z-index: 1112;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\f1ce';
    font-family: "FontAwesome";
    font-size: 68px;
    color: #00ff80;
    -webkit-animation: rotate-center 1s linear infinite;
    animation: rotate-center 1s linear infinite;
}

@-webkit-keyframes rotate-center {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.woocommerce .cart-collaterals>span,
.woocommerce-page .cart-collaterals>span {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: auto;
    border-radius: 15px;
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 24px;
}

@media (max-width:991px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        background-color: transparent;
        padding: 0;
    }
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    display: flex;
    align-items: center;
    align-self: stretch;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    height: 72px;
    margin-bottom: 0;
    padding: 0 24px;
    border-bottom: 1px solid #dfdfdf;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals {
    padding: 0 24px;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals .woocommerce-shipping-totals,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals .woocommerce-shipping-totals {
    font-family: "SF Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #666;
    text-transform: capitalize;
    border-top: none;
    background-color: transparent !important;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table td,
.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table th,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table th {
    padding: 24px 0;
    border-bottom: 1px solid #dfdfdf;
    font-family: "SF Pro";
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #666;
    text-transform: capitalize;
    border-top: none;
    background-color: transparent !important;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table td {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table tr.order-total td {
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #B01116;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table tr.order-total td,
.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table tr.order-total th {
    border-bottom: none;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout {
    padding: 16px 0;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout a,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout a {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    background: #B01116;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout a:hover,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout a:hover {
    background-color: #B01116;
}

.woocommerce .cart-collaterals .cart_totals .sha-wcart-totals p.notice,
.woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals p.notice {
    font-family: "SF Pro";
    font-style: normal;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #222;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:991px) {
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        position: fixed;
        z-index: 90;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px 15px 15px 15px;
        border-radius: 20px 20px 0 0;
        background: #fff;
        box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, .15);
    }

    .woocommerce .cart-collaterals>span,
    .woocommerce-page .cart-collaterals>span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-family: "SF Pro";
        font-size: 11px;
        line-height: 14px;
        color: #fff;
        width: 70px;
        padding: 5px 15px;
        border-radius: 0 0 8px 8px;
        background: #222;
    }

    .woocommerce .cart-collaterals>span:before,
    .woocommerce-page .cart-collaterals>span:before {
        content: '\f107';
        font-family: "FontAwesome";
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        position: absolute;
        visibility: hidden;
        font-size: 15px;
    }

    .woocommerce .cart-collaterals .cart_totals h2,
    .woocommerce-page .cart-collaterals .cart_totals h2 {
        display: none;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals {
        padding: 0;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals .notice,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals .notice {
        display: none;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout {
        padding: 0;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout a,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals .wc-proceed-to-checkout a {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table {
        margin-bottom: 0;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table td,
    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table th,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table td,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table th {
        padding: 12px 0;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal td,
    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal th,
    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals td,
    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals th,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal th,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals td,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals th {
        display: none;
    }

    .woocommerce .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals,
    .woocommerce-page .cart-collaterals .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals {
        display: none;
    }

    .woocommerce .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal td,
    .woocommerce .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal th,
    .woocommerce .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals td,
    .woocommerce .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals th,
    .woocommerce-page .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal td,
    .woocommerce-page .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .cart-subtotal th,
    .woocommerce-page .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals td,
    .woocommerce-page .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals th {
        display: table-cell;
    }

    .woocommerce .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals,
    .woocommerce-page .cart-collaterals.cart-collaterals-active .cart_totals .sha-wcart-totals table.shop_table .woocommerce-shipping-totals {
        display: table-cell;
    }

    .woocommerce .cart-collaterals.cart-collaterals-active>span,
    .woocommerce-page .cart-collaterals.cart-collaterals-active>span {
        font-size: 0;
    }

    .woocommerce .cart-collaterals.cart-collaterals-active>span:before,
    .woocommerce-page .cart-collaterals.cart-collaterals-active>span:before {
        visibility: visible;
    }
}

.woocommerce-cart .woocommerce-shipping-totals {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce-shipping-totals {
        display: none;
    }
}

.woocommerce-cart .woocommerce-shipping-totals ul#shipping_method li {
    margin: 0 !important
}

.woocommerce-cart .woocommerce-shipping-totals ul#shipping_method li label {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce-shipping-totals ul#shipping_method li label {
        font-size: 13px;
    }
}

.woocommerce-cart .woocommerce-shipping-totals .woocommerce-shipping-destination {
    display: none;
}

.woocommerce-cart .cart-collaterals.cart-collaterals-active .woocommerce-shipping-totals {
    display: flex;
}

.woocommerce-cart .woocommerce .shop_table {
    background-color: transparent;
    border: none;
}

.woocommerce-cart .woocommerce .shop_table .div-thead {
    display: flex;
    border-radius: 15px;
    background: #f6f6f6;
    display: flex;
    padding: 24px 20px;
    align-items: center;
    align-self: stretch;
    margin-bottom: 10px;
    justify-content: space-between;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-thead {
        padding: 15px;
        border-radius: 10px;
    }
}

.woocommerce-cart .woocommerce .shop_table .div-thead .product-check-box {
    width: calc(100% - 345px);
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-thead .product-check-box {
        width: calc(100% - 25px);
    }
}

.woocommerce-cart .woocommerce .shop_table .div-thead .product-check-box .cart-input {
    display: flex;
}

.woocommerce-cart .woocommerce .shop_table .div-thead .product-check-box .cart-input input {
    margin-right: 7px;
}

.woocommerce-cart .woocommerce .shop_table .div-thead .product-check-box .cart-input p {
    margin-bottom: 0;
    color: #222;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

.woocommerce-cart .woocommerce .shop_table .div-thead .product-price,
.woocommerce-cart .woocommerce .shop_table .div-thead .product-quantity {
    color: #222;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

.woocommerce-cart .woocommerce .shop_table .sha-input {
    margin-right: 7px;
    position: relative;
    width: 18px;
    height: 18px;
}

.woocommerce-cart .woocommerce .shop_table .sha-input .style-input,
.woocommerce-cart .woocommerce .shop_table .sha-input .style-input-no {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-cart .woocommerce .shop_table .sha-input .style-input-no {
    visibility: visible;
}

.woocommerce-cart .woocommerce .shop_table .sha-input .style-input {
    visibility: hidden;
}

.woocommerce-cart .woocommerce .shop_table .sha-input input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.woocommerce-cart .woocommerce .shop_table .sha-input input:checked~.style-input-no {
    visibility: hidden;
}

.woocommerce-cart .woocommerce .shop_table .sha-input input:checked~.style-input {
    visibility: visible;
}

.woocommerce-cart .woocommerce .shop_table .product-remove {
    width: 25px;
    text-align: center;
}

.woocommerce-cart .woocommerce .shop_table .product-quantity {
    width: 180px;
    padding: 0 20px;
    text-align: center;
}

.woocommerce-cart .woocommerce .shop_table .product-price {
    width: 140px;
    text-align: center;
}

.woocommerce-cart .woocommerce .shop_table .div-body .cart_item {
    margin-bottom: 8px;
    display: flex;
    padding: 20px;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #f6f6f6;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-body .cart_item {
        align-items: flex-start;
        padding: 15px;
        border-radius: 10px;
    }
}

.woocommerce-cart .woocommerce .shop_table .div-body a.remove:hover {
    background-color: transparent;
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-price {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #B01116;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-body .product-price {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        width: auto;
    }
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-check-box {
    width: 30px;
    text-align: left;
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-thumbnail {
    width: 90px;
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-thumbnail img {
    max-width: 90%;
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-name {
    width: calc(100% - 465px);
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-body .product-name {
        width: calc(100% - 120px);
    }
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-name a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #222;
    margin-bottom: 8px;
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-name p {
    color: #999;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}

.woocommerce-cart .woocommerce .shop_table .div-body .product-name .cart-mobile {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-cart .woocommerce .shop_table .div-body .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-body .quantity {
        width: auto;
    }
}

.woocommerce-cart .woocommerce .shop_table .div-body .quantity input {
    display: flex;
    width: 40px;
    height: 32px;
    margin: 0;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: none;
    border-right: none;
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    padding: 0;
    justify-content: center;
    font-family: "SF Pro";
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #222;
}

.woocommerce-cart .woocommerce .shop_table .div-body .quantity input::-webkit-inner-spin-button,
.woocommerce-cart .woocommerce .shop_table .div-body .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-body .quantity input {
        height: 28px;
        line-height: 26px;
        font-size: 14px;
        line-height: 20px;
    }
}

.woocommerce-cart .woocommerce .shop_table .div-body .quantity input[type=button] {
    width: 32px;
    border: 1px solid #999;
}

@media (max-width:991px) {
    .woocommerce-cart .woocommerce .shop_table .div-body .quantity input[type=button] {
        width: 28px;
    }
}

.woocommerce-cart .woocommerce .shop_table .div-body .quantity input[type=button].plus {
    border-radius: 0 8px 8px 0;
}

.woocommerce-cart .woocommerce .shop_table .div-body .quantity input[type=button].minus {
    border-radius: 8px 0 0 8px;
}

.sha-mini-cart {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -450px;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    transition: all .1s ease 0s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.sha-mini-cart.mini-cart-active {
    top: 0;
    right: 0;
    bottom: 0;
}

.sha-mini-cart .woocommerce-mini-cart__empty-message {
    color: #999;
    font-family: "SF Pro";
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    display: block;
    padding-top: 100px;
}

.sha-mini-cart .entry-mini-cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sha-mini-cart .w-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    height: calc(100% - 125px);
}

@media (max-width:991px) {
    .sha-mini-cart .w-top {
        height: calc(100% - 115px);
    }
}

.sha-mini-cart .w-top .mini-top {
    display: flex;
    height: 85px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-top {
        height: 56px;
    }
}

.sha-mini-cart .w-top .mini-top a {
    width: 24px;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-top a {
        width: 20px;
    }
}

.sha-mini-cart .w-top .mini-top p {
    font-family: "SF Pro", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-top p {
        font-size: 18px;
        line-height: 26px;
    }
}

.sha-mini-cart .w-top .mini-top p span {
    color: #999;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-top p span {
        font-size: 14px;
        line-height: 20px;
    }
}

.sha-mini-cart .w-top .mini-items {
    padding: 0 10px 0 20px;
    overflow-y: scroll;
    width: 100%;
}

.sha-mini-cart .w-top .mini-items::-webkit-scrollbar {
    width: 6px;
}

.sha-mini-cart .w-top .mini-items::-webkit-scrollbar-track {
    background: 0 0;
}

.sha-mini-cart .w-top .mini-items::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .16);
}

.sha-mini-cart .w-top .mini-items::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .16);
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items::-webkit-scrollbar {
        width: 4px;
    }
}

.sha-mini-cart .w-top .mini-items a.remove:hover {
    background-color: transparent;
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item {
    display: flex;
    padding: 24px 0;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item {
        padding: 16px 0;
        gap: 12px;
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-thumbnail {
    width: 108px;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-thumbnail {
        width: 94px;
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-remove {
    width: 25px;
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 0;
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-price {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #B01116;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-price {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        width: auto;
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity {
        width: auto;
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input {
    display: flex;
    width: 40px;
    height: 32px;
    margin: 0;
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    justify-content: center;
    font-family: "SF Pro";
    font-style: normal;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #222;
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input::-webkit-inner-spin-button,
.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input {
        height: 28px;
        line-height: 26px;
        font-size: 14px;
        line-height: 20px;
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input[type=button] {
    width: 32px;
    border: 1px solid #ccc;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input[type=button] {
        width: 28px;
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input[type=button].plus {
    border-radius: 0 8px 8px 0;
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .quantity input[type=button].minus {
    border-radius: 8px 0 0 8px;
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-name {
    width: calc(100% - 108px);
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-name {
        width: calc(100% - 94px);
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-name a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222;
    margin-bottom: 4px;
    padding-right: 25px;
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-name p {
    color: #999;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-name p {
        font-size: 11px;
        line-height: 14px;
    }
}

.sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-name .cart-mobile {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:991px) {
    .sha-mini-cart .w-top .mini-items .woocommerce-mini-cart-item .product-name .cart-mobile {
        padding-top: 12px;
    }
}

.sha-mini-cart .w-bottom {
    display: flex;
    padding: 15px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-top: 1px solid #dfdfdf;
    background: #fff;
}

@media (max-width:991px) {
    .sha-mini-cart .w-bottom {
        padding: 10px 16px 15px 16px;
    }
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__total {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-self: stretch;
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__total strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #222;
}

@media (max-width:991px) {
    .sha-mini-cart .w-bottom .woocommerce-mini-cart__total strong {
        font-size: 13px;
        line-height: 18px;
    }
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__total span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #B01116;
}

@media (max-width:991px) {
    .sha-mini-cart .w-bottom .woocommerce-mini-cart__total span {
        font-size: 18px;
        line-height: 26px;
    }
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__buttons a {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #B01116;
    width: 50%;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    border: solid 1px #B01116;
}

@media (max-width:991px) {
    .sha-mini-cart .w-bottom .woocommerce-mini-cart__buttons a {
        height: 40px;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        border-radius: 10px;
    }
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__buttons a:hover {
    background: #B01116;
    color: #fff;
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__buttons .checkout {
    background: #B01116;
    color: #fff;
}

.sha-mini-cart .w-bottom .woocommerce-mini-cart__buttons .checkout:hover {
    background: #fff;
    color: #B01116;
}

.body-filter-fixed .w-list-products {
    padding-top: 0px;
}

.k2-cat {
    background: #fff;
    padding: 50px 0;
}

@media (max-width:767px) {
    .k2-cat {
        padding-top: 12px;
    }
}

.k2-cat .woocommerce-products-header__title {
    color: #222;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.k2-cat .k2-widget-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.k2-cat .k2-widget-sidebar .top-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.k2-cat .k2-widget-sidebar .top-filter span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #222;
    margin-bottom: 0;
}

.k2-cat .k2-widget-sidebar .top-filter .w-left {
    display: flex;
    align-items: center;
    gap: 4px;
}

.k2-cat .k2-widget-sidebar .top-filter .w-left p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #222;
    margin-bottom: 0;
}

.k2-cat .k2-widget-sidebar .top-filter .w-right p {
    color: var(--Light-Mode-Text-3, #98989d);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters {
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 0;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters .filters-container {
    width: 100%;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters.custom-style span.checkboxbutton:before {
    width: 18px;
    height: 18px;
    border: 1px solid #bfbfbf;
    margin: 0 5px 0 0;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters.custom-style span.checkboxbutton.checked:before {
    background-size: 100%;
    background-color: #B92924;
    border-color: #B92924;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters.custom-style span.radiobutton:before {
    width: 18px;
    height: 18px;
    border: 1px solid #bfbfbf;
    margin: 0 5px 0 0;
}
.k2-cat .k2-widget-sidebar .yith-wcan-filters.custom-style span.radiobutton.checked:before {
    background-color: #B92924;
    border-color: #B92924;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters .yith-wcan-filter {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters .yith-wcan-filter h4.filter-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    overflow: hidden;
    margin-bottom: 16px;
}

.k2-cat .k2-widget-sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a,
.k2-cat .k2-widget-sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a {
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    color: #222;
}

.k2-cat .w-list-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    width: calc(100% + 24px);
}

@media (max-width:991px) {
    .k2-cat .w-list-products {
        margin: 0 -4px;
        width: calc(100% + 8px);
        padding-top: 50px;
    }
}

.k2-cat .w-list-products .item {
    width: 33.3333%;
    margin-bottom: 24px;
    padding: 0 10px;
}

@media (max-width:1199px) {
    .k2-cat .w-list-products .item {
        width: 50%;
        padding: 0 4px;
        margin-bottom: 8px;
    }
}

.k2-cat .w-product-filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    width: 100%;
}

@media (max-width:991px) {
    .k2-cat .w-product-filter-top {
        display: none;
    }
}

@media (max-width:991px) {
    .k2-cat .w-product-filter-top .w-left {
        overflow: scroll;
        padding-bottom: 2px;
    }

    .k2-cat .w-product-filter-top .w-left::-webkit-scrollbar {
        height: 0;
    }
}

.k2-cat .w-product-filter-top .w-left {
    display: flex;
    align-items: baseline;
    gap: 8px;
    align-self: stretch;
}

.k2-cat .w-product-filter-top .w-left p {
    color: #98989d;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.k2-cat .w-product-filter-top .w-right {
    position: relative;
}

@media (max-width:991px) {
    .k2-cat .w-product-filter-top .w-right {
        display: none;
    }
}

.k2-cat .w-product-filter-top .w-right .woocommerce-ordering {
    display: none;
}

.k2-cat .w-product-filter-top .w-right .sha-order-temp {
    position: absolute;
    top: 110%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease 0s;
    border-radius: 6px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
    display: flex;
    min-width: 180px;
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    z-index: 3;
}

.k2-cat .w-product-filter-top .w-right .sha-order-temp.sort-active {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.k2-cat .w-product-filter-top .w-right .sha-order-temp a {
    color: #999;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 1.4;
}

.k2-cat .w-product-filter-top .w-right .sha-order-temp a.active,
.k2-cat .w-product-filter-top .w-right .sha-order-temp a:hover {
    color: #222;
}

.k2-cat .w-product-filter-top .w-right .sha-order-temp a.active {
    font-weight: 500;
}

.k2-cat .w-product-filter-top .w-right a {
    display: flex;
    align-items: center;
}

.k2-cat .w-product-filter-top .w-right a span {
    padding-left: 8px;
}

.k2-cat .w-product-filter-top .w-right a .icon-svg {
    padding-left: 0;
    padding-right: 5px;
}

.k2-cat .w-product-filter-top .w-right a p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #222;
    margin-bottom: 0;
}

.k2-cat .filter-mobile {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.k2-cat .filter-mobile.filter-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0 auto;
    max-width: 720px;
    margin-top: 55px;
    padding: calc(var(--bs-gutter-x)* .4);
    background: #fff;
}

.k2-cat .filter-mobile .mobile-left,
.k2-cat .filter-mobile .mobile-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f6f6f6;
}

.k2-cat .filter-mobile .mobile-left-select,
.k2-cat .filter-mobile .mobile-right-select {
    display: flex;
    gap: 8px;
    padding: 4px 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.k2-cat .filter-mobile .mobile-left-select p,
.k2-cat .filter-mobile .mobile-right-select p {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
}

.k2-cat .filter-mobile #count_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: #e6161a;
    font-family: "SF Pro";
    font-size: 11px;
    line-height: 14px;
    color: #fff;
}

.k2-cat .k2-content-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

@media (max-width:991px) {
    .k2-cat .k2-content-product {
        gap: 10px;
    }
}

.k2-cat .yith-wcan-active-filters {
    display: flex;
    width: 100%;
    padding-top: 15px;
    align-items: center;
    align-content: center;
    gap: 5px;
    align-self: stretch;
    flex-wrap: wrap;
}

.k2-cat .yith-wcan-active-filters p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    margin: 0 5px 0 0;
}

.k2-cat .yith-wcan-active-filters .reset-filters {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #FF0000;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

.k2-cat .yith-wcan-active-filters .active-filter {
    display: flex;
    gap: 5px;
    margin: 0;
}

.k2-cat .yith-wcan-active-filters .active-filter .active-filter-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #222;
    background: #efefef;
    border: none;
    border-radius: 100px;
    gap: 8px;
    margin: 0;
    padding: 4px 4px 4px 12px;
}

.k2-cat .yith-wcan-active-filters .active-filter .active-filter-label:after {
    content: '\f00d';
    font-family: "FontAwesome";
    font-size: 12px;
    color: #666;
    background: rgba(0, 0, 0, 0.1);
    position: static;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.sha-single-product {
    background: #f6f6f6;
    padding: 20px 0 40px 0;
}

@media (max-width:991px) {
    .sha-single-product {
        padding: 15px 0 40px 0;
    }
}

.sha-single-product .info-product {
    display: flex;
    gap: 48px;
    padding: 24px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 32px;
}

@media (max-width:991px) {
    .sha-single-product .info-product {
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px;
        margin-bottom: 20px;
    }
}

.sha-single-product .info-product .w-image,
.sha-single-product .info-product .w-info {
    width: 50%;
}

@media (max-width:991px) {

    .sha-single-product .info-product .w-image,
    .sha-single-product .info-product .w-info {
        width: 100%;
    }
}

.sha-single-product .info-product .w-image .product-banners {
    position: relative;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #dfdfdf;
}

.sha-single-product .info-product .w-image .product-banners .banner-img {
    aspect-ratio: 1;
    background-color: #efefef;
}

.sha-single-product .info-product .w-image .product-banners .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sha-single-product .info-product .w-image .w-label {
    display: flex;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    gap: 4px;
}

.sha-single-product .info-product .w-image .w-label .meta-product {
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.sha-single-product .info-product .w-image .w-label .meta-new {
    background: #c21b1b;
    right: 0;
}

.sha-single-product .info-product .w-image .w-label .meta-special {
    background: var(--Black, #222);
    left: 0;
}

.sha-single-product .info-product .w-image .swiper-container .sha-thumb {
    position: relative;
    padding: 0 26px;
}

.sha-single-product .info-product .w-image .swiper-container .sha-thumb .banner-img {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #dfdfdf;
    background-color: #efefef;
    cursor: pointer;
}

.sha-single-product .info-product .w-image .swiper-container .sha-thumb .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-image .swiper-container .sha-thumb {
        display: none;
    }
}

.sha-single-product .info-product .w-image .swiper-container .sha-thumb .swiper-button-next,
.sha-single-product .info-product .w-image .swiper-container .sha-thumb .swiper-button-prev {
    width: 26px;
    height: 40px;
    background-color: transparent;
    border-radius: none;
}

.sha-single-product .info-product .w-image .swiper-container .sha-thumb .swiper-button-next:after,
.sha-single-product .info-product .w-image .swiper-container .sha-thumb .swiper-button-prev:after {
    color: #222;
    font-size: 25px;
}

@media (min-width:1200px) {
    .sha-single-product .info-product .w-image .swiper-container .sha-thumb .swiper-button-prev {
        left: 0;
    }

    .sha-single-product .info-product .w-image .swiper-container .sha-thumb .swiper-button-next {
        right: 0;
    }
}

.sha-single-product .info-product .w-image .view-gallery {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    border-radius: 100px;
    background: rgba(0, 0, 0, .35);
}

.sha-single-product .info-product .w-image .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 160%;
    left: auto;
    width: 60px;
}

.sha-single-product .info-product .w-info .woocommerce-breadcrumb {
    color: #999;
    margin-bottom: 16px;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
}

.sha-single-product .info-product .w-info .woocommerce-breadcrumb a {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #999;
}

.sha-single-product .info-product .w-info .woocommerce-breadcrumb a:hover {
    color: #B01116;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info .woocommerce-breadcrumb {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .sha-single-product .info-product .w-info .woocommerce-breadcrumb a {
        font-size: 14px;
        line-height: 20px;
    }
}

.sha-single-product .info-product .w-info h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #222;
    margin-bottom: 8px;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.sha-single-product .info-product .w-info .package {
    color: #999;
    font-family: "SF Pro";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.sha-single-product .info-product .w-info .package p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #999;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info .package {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .sha-single-product .info-product .w-info .package p {
        font-size: 15px;
        line-height: 24px;
    }
}

.sha-single-product .info-product .w-info .price {
    display: flex;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #B01116;
}

.sha-single-product .info-product .w-info .price del {
    font-size: .8em;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info .price {
        font-size: 18px;
        line-height: 26px;
    }
}

.sha-single-product .info-product .w-info div.space {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 24px 0;
    flex: 1 0 0;
    height: 1px;
    width: 100%;
    background-color: #323232;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info div.space {
        margin: 16px 0;
    }
}

.sha-single-product .info-product .w-info .promotion {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    margin-bottom: 12px;
}

.sha-single-product .info-product .w-info .promotion .promo-top {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: #dfdfdf;
}

.sha-single-product .info-product .w-info .promotion .promo-top p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #222;
    margin-bottom: 0;
}

.sha-single-product .info-product .w-info .promotion .promo-content {
    padding: 16px;
}

.sha-single-product .info-product .w-info .promotion .promo-content ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    align-self: stretch;
}

.sha-single-product .info-product .w-info .promotion .promo-content li {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 0;
}

.sha-single-product .info-product .w-info .promotion .promo-content li span {
    line-height: 1;
}

.sha-single-product .info-product .w-info .promotion .promo-content li p {
    color: #222;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.sha-single-product .info-product .w-info .meta-policy {
    margin-bottom: 12px;
}

.sha-single-product .info-product .w-info .meta-policy .item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info .meta-policy .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
        text-align: center;
    }
}

.sha-single-product .info-product .w-info .meta-policy .item .im {
    width: 40px;
    line-height: 0;
}

.sha-single-product .info-product .w-info .meta-policy .item p {
    width: calc(100% - 40px);
    margin-bottom: 0;
    color: #222;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 20px;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info .meta-policy .item p {
        width: 100%;
        color: #222;
        font-family: "SF Pro";
        font-size: 13px;
        font-style: normal;
        line-height: 18px;
    }
}

.sha-single-product .info-product .w-info .quantity {
    display: none !important;
    float: none;
}

.sha-single-product .info-product .w-info .cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    margin-bottom: 0;
}

.sha-single-product .info-product .w-info .cart:before {
    display: none;
}

.sha-single-product .info-product .w-info .cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.sha-single-product .info-product .w-info .cart .sha-single-buttom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-top: 1px solid #dfdfdf;
    padding-top: 24px;
}

@media (max-width:767px) {
    .sha-single-product .info-product .w-info .cart .sha-single-buttom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background-color: #fff;
        padding: 10px 0px 15px 10px;
    }
}

.sha-single-product .info-product .w-info .cart .added_to_cart {
    display: none !important;
}

.sha-single-product .info-product .w-info .cart .items-variable {
    margin-bottom: 0;
}

.sha-single-product .info-product .w-info .cart .items-variable>select {
    display: none !important;
}

.sha-single-product .info-product .w-info .cart .items-variable .rudr-variation-radios {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.sha-single-product .info-product .w-info .cart .items-variable .rudr-variation-radios .item {
    width: 33.333333%;
    border-radius: 15px;
    border: 1px solid #B01116;
    position: relative;
    cursor: pointer;
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
}

.sha-single-product .info-product .w-info .cart .items-variable .rudr-variation-radios .item .item-check {
    position: absolute;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 8px 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px 0;
    z-index: 1;
    left: 0;
    top: 0;
    visibility: hidden;
    background: #B01116;
}

.sha-single-product .info-product .w-info .cart .items-variable .rudr-variation-radios .item input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.sha-single-product .info-product .w-info .cart .items-variable .rudr-variation-radios .item input:checked~.item-check {
    visibility: visible;
}

.sha-single-product .info-product .w-info .cart .items-variable .rudr-variation-radios .item label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #222;
    margin-bottom: 0;
}

.sha-single-product .info-product .w-info .cart .items-variable .rudr-variation-radios .item p {
    color: #999;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}

.sha-single-product .info-product .w-info .cart button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    width: calc(50% - 12px);
    height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    background: #B01116;
}

@media (max-width:991px) {
    .sha-single-product .info-product .w-info .cart button {
        height: 40px;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        border-radius: 10px;
    }
}

.sha-single-product .info-product .w-info .cart button:hover {
    background: #B01116;
    color: #fff;
}

.sha-single-product .info-product .w-info .cart button.sha_add_to_cart_button {
    background: #fff;
    color: #B01116;
	border: solid 1px #B01116;
}

.sha-single-product .info-product .w-info .cart button.sha_add_to_cart_button:hover {
    background: #B01116;
    color: #fff;
}

.sha-single-product .info-meta {
    padding: 24px;
    border-radius: 15px;
    margin-bottom: 32px;
    background: #fff;
}

@media (max-width:991px) {
    .sha-single-product .info-meta {
        padding: 15px;
        margin-bottom: 20px;
    }
}

.sha-single-product .info-meta>div {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

@media (max-width:991px) {
    .sha-single-product .info-meta>div {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.sha-single-product .info-meta .nav {
    display: flex;
    width: 276px;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width:991px) {
    .sha-single-product .info-meta .nav {
        width: 100%;
        gap: 16px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .sha-single-product .info-meta .nav::-webkit-scrollbar {
        width: 0;
    }
}

.sha-single-product .info-meta .nav button.nav-link {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    align-self: stretch;
    background-color: transparent;
    border-radius: 15px;
    font-size: 17px;
    line-height: 24px;
    color: #666;
    position: relative;
}

@media (max-width:991px) {
    .sha-single-product .info-meta .nav button.nav-link {
        font-family: "SF Pro";
        font-size: 15px;
        line-height: 20px;
        padding: 12px 0;
        border-radius: 0;
        white-space: nowrap;
    }
}

.sha-single-product .info-meta .nav button.nav-link:before {
    position: absolute;
    content: '\f105';
    font-family: "FontAwesome";
    color: transparent;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: 15px;
    right: 10px;
}

@media (max-width:991px) {
    .sha-single-product .info-meta .nav button.nav-link:before {
        display: none;
    }
}

.sha-single-product .info-meta .nav button.nav-link.active,
.sha-single-product .info-meta .nav button.nav-link:hover {
    color: #222;
    background: #efefef;
}

@media (max-width:991px) {
    
    .sha-single-product .info-meta .nav button.nav-link.active,
    .sha-single-product .info-meta .nav button.nav-link:hover {
        background-color: transparent;
        border-bottom: 1px solid #222;
    }
}

.sha-single-product .info-meta .nav button.nav-link.active {
    font-weight: 500;
}

.sha-single-product .info-meta .nav button.nav-link.active:before,
.sha-single-product .info-meta .nav button.nav-link:hover:before {
    color: #222;
}

.sha-single-product .info-meta .tab-content {
    width: calc(100% - 324px);
    padding: 10px 0;
}

@media (max-width:991px) {
    .sha-single-product .info-meta .tab-content {
        width: 100%;
        padding: 0;
    }
}

.sha-single-product .info-meta .tab-content .sha-content {
    position: relative;
}

.sha-single-product .info-meta .tab-content .sha-content .sha-overlay {
    opacity: 0;
}

.sha-single-product .info-meta .tab-content .sha-content.show-more-active {
    overflow: hidden;
    height: 800px;
}

@media (max-width:991px) {
    .sha-single-product .info-meta .tab-content .sha-content.show-more-active {
        height: 600px;
    }

    .sha-single-product .info-meta .tab-content .sha-content.show-more-active.nav-show {
        height: auto;
    }
}

.sha-single-product .info-meta .tab-content .sha-content.show-more-active .sha-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .9) 34.4%, #141414 100%);
    height: 115px;
    z-index: 2;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sha-single-product .info-meta .tab-content .sha-content.show-more-active .sha-overlay a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    color: #B01116;
}

.sha-single-product .info-meta .tab-content .sha-content.show-more-active .sha-overlay a.sha-hi {
    position: absolute;
    z-index: 2;
    visibility: hidden;
}

.sha-single-product .info-meta .tab-content .sha-content.show-more-active .sha-overlay.btn-nav-show a {
    visibility: hidden;
}

.sha-single-product .info-meta .tab-content .sha-content.show-more-active .sha-overlay.btn-nav-show a.sha-hi {
    visibility: visible;
}

.sha-single-product .info-meta .tab-content .sha-content.show-more-active.nav-show {
    height: auto;
    padding-bottom: 115px;
}

.sha-single-product .info-ques {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 15px;
    margin-bottom: 32px;
    background: #fff;
}

@media (max-width:991px) {
    .sha-single-product .info-ques {
        padding: 15px;
        margin-bottom: 20px;
    }
}

.sha-single-product .info-ques h3,
.sha-single-product .info-review h3,
.sha-single-product .info-recnet h3 {
    color: #222;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-single-product .info-ques h3,
    .sha-single-product .info-review h3,
    .sha-single-product .info-recnet h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.sha-single-product .info-ques .accordion-item {
    margin-bottom: 10px;
    background-color: transparent;
}

.sha-single-product .info-ques .accordion-flush .accordion-item .accordion-button {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #222;
    border-radius: 15px;
    min-height: 56px;
    padding: 0 20px;
    background: #efefef;
}

@media (max-width:991px) {
    .sha-single-product .info-ques .accordion-flush .accordion-item .accordion-button {
        font-size: 15px;
        padding: 10px 15px;
        min-height: 50px;
        border-radius: 10px;
    }
}

.sha-single-product .info-ques .accordion-flush .accordion-item .accordion-button:after {
    content: '\f107';
    font-family: "FontAwesome";
    color: #222;
    font-size: 14px;
    line-height: 1;
    background-image: none;
}

.sha-single-product .info-ques .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background-color: #efefef;
    color: #222;
}

.sha-single-product .info-ques .accordion-flush .accordion-item .accordion-button:not(.collapsed):after {
    color: #222;
}

.sha-single-product .info-ques .accordion-body {
    padding: 16px 24px;
}

.sha-single-product .info-review {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 15px;
    margin-bottom: 55px;
    background: #fff;
}

@media (max-width:991px) {
    .sha-single-product .info-review {
        padding: 15px;
        background: #fff;
        margin-bottom: 32px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-top {
        flex-direction: column;
        gap: 16px;
        border-bottom: none;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item {
    width: 33.3333%;
    padding: 0 48px;
    border-right: 1px solid #dfdfdf;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-top .item {
        width: 100%;
        border-right: none;
        padding: 0;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item:last-child {
    border-right: 0;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    flex: 1 0 0;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen p {
        font-size: 20px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen .gen-star {
    display: inline-block;
    width: 135px;
    height: 30px;
    position: relative;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen .gen-star:before {
    content: '\f005\f005\f005\f005\f005';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #dfdfdf;
    font-size: 24px;
    z-index: 1;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen .gen-star span {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen .gen-star span:before {
    content: '\f005\f005\f005\f005\f005';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #fc0;
    font-size: 24px;
    z-index: 1;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-gen span {
    color: #222;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex: 1 0 0;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-action p {
    color: #222;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-action p {
        font-size: 14px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-action a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    background: #222;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-action a {
        font-size: 14px;
        height: 40px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .item-star {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start {
    color: #fc0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-4 i:nth-child(5) {
    color: #dfdfdf;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-3 i:nth-child(4),
.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-3 i:nth-child(5) {
    color: #dfdfdf;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-2 i:nth-child(3),
.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-2 i:nth-child(4),
.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-2 i:nth-child(5) {
    color: #dfdfdf;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-1 i:nth-child(2),
.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-1 i:nth-child(3),
.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-1 i:nth-child(4),
.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .start.star-1 i:nth-child(5) {
    color: #dfdfdf;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .sha-progress {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 4px;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .sha-progress p {
    color: #999;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .sha-progress .w-pro {
    position: relative;
    height: 8px;
    background: #dfdfdf;
    border-radius: 100px;
    width: 100%;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-top .item.item-count-rate .sha-progress .w-pro span {
    border-radius: 100px;
    background: #fc0;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter p {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-filter p {
        white-space: nowrap;
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-filter .value-filter {
        overflow: scroll;
        padding: 0;
        flex-grow: 1;
    }

    .sha-single-product .info-review .sha-woocommerce-reviews .review-filter .value-filter::-webkit-scrollbar {
        height: 0;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter .w-items-star {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter .w-items-star .item-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter .w-items-star .item-filter span {
    color: #999;
    padding: 4px 16px;
    border-radius: 15px;
    border: 1px solid #ccc;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    transition: all .1s ease 0s;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .review-filter .w-items-star .item-filter span {
        white-space: nowrap;
        font-size: 14px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter .w-items-star .item-filter input {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter .w-items-star .item-filter input:checked~span {
    background: #222;
    color: #fff;
    border: solid 1px #222;
}

.sha-single-product .info-review .sha-woocommerce-reviews .review-filter .w-items-star .item-filter:hover span {
    background: #222;
    color: #fff;
    border: solid 1px #222;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .woocommerce-noreviews {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .product-commentlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    width: 100%;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container {
        gap: 8px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .avt {
    width: 35px;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .avt {
        width: 28px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .avt img {
    width: 100%;
    max-width: 100%;
    border-radius: 100px;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text {
    display: flex;
    padding: 16px 24px 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 15px;
    flex-grow: 1;
    background: #f6f6f6;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text {
        padding: 12px;
        border-radius: 10px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p {
        flex-wrap: wrap;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p strong {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p strong {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p strong {
        order: 1;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p em {
    color: #222;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    font-style: italic;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p em {
        font-size: 14px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p .star {
    color: #999;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 1.2;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p .star i {
    font-size: 16px;
    color: #fc0;
    margin-left: 5px;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p .star {
        order: 3;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p .woocommerce-review__published-date {
    color: #999;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 1.2;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p .woocommerce-review__published-date {
        font-size: 11px;
    }
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-top p .woocommerce-review__published-date {
        order: 2;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-bottom p {
    margin-bottom: 0;
    color: #222;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment_container .comment-text .comment-text-bottom p {
        font-size: 14px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .children {
    padding-left: 51px;
    width: 100%;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .children {
        padding-left: 36px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .children .comment_container {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

@media (max-width:991px) {
    .sha-single-product .info-review .sha-woocommerce-reviews .product-comments .children .comment_container {
        padding-left: 8px;
    }
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .children .comment_container .avt {
    width: 28px;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .children .comment_container .comment-text {
    border-radius: 15px;
    border: 1px solid #ccc;
    background: #f6f6f6;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .children .comment_container .comment-text .comment-text-top p .star {
    display: none;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment-loadmore {
    padding-top: 20px;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment-loadmore a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5px;
    color: #fff;
    border-radius: 12px;
    padding: 12px 12px 12px 24px;
    background: #ccc;
}

.sha-single-product .info-review .sha-woocommerce-reviews .product-comments .comment-loadmore a:hover {
    background: #B01116;
}

.sha-single-product .info-recnet {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.sha-single-product .info-recnet .related {
    width: 100%;
    max-width: 100%;
}

.sha-single-product .info-recnet .related .items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width:767px) {
    .sha-single-product .info-recnet .related .items {
        gap: 12px;
    }
}

.sha-single-product .info-recnet .related .items .item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}

@media (max-width:767px) {
    .sha-single-product .info-recnet .related .items .item {
        width: 100%;
        margin-bottom: 0;
    }
}

.sha-single-product .info-recnet .related .w-item {
    gap: 16px;
    padding: 16px;
    background-color: #1f1f1f;
    border-radius: 20px;
}

.sha-single-product .info-recnet .related .w-item .img {
    position: relative;
}

.sha-single-product .info-recnet .related .w-item .img img {
    max-width: 100%;
}

.sha-single-product .info-recnet .related .w-item .img .meta-product {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    border-radius: 100px;
    top: 0;
    padding: 4px 10px;
    z-index: 2;
}

.sha-single-product .info-recnet .related .w-item .img .meta-new {
    background: #c21b1b;
    right: 0;
}

.sha-single-product .info-recnet .related .w-item .img .meta-special {
    background: var(--Black, #222);
    left: 0;
}

.sha-single-product .info-recnet .related .w-item .info .info-top {
    color: #6e6e6f;
    line-height: 1;
    margin-bottom: 8px;
    height: 16px;
    display: block;
}

.sha-single-product .info-recnet .related .w-item .info h3 {
    display: block;
    margin-bottom: 12px;
    line-height: 0;
}

.sha-single-product .info-recnet .related .w-item .info h3 a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #222;
}

.sha-single-product .info-recnet .related .w-item .info .package {
    display: inline-block;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 100px;
    background: #ccc;
    color: #999;
}

@media (max-width:991px) {
    .sha-single-product .info-recnet .related .w-item .info .package {
        font-size: 11px;
        padding: 4px 8px;
        height: auto;
        line-height: normal;
    }
}

.sha-single-product .info-recnet .related .w-item .info .package p {
    display: inline-block;
    margin: 0 auto;
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
}

@media (max-width:991px) {
    .sha-single-product .info-recnet .related .w-item .info .package p {
        font-size: 11px;
        padding: 4px 8px;
        height: auto;
        line-height: normal;
    }
}

.sha-single-product .info-recnet .related .w-item .info .w-price {
    display: flex;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.sha-single-product .info-recnet .related .w-item .info .w-price p {
    color: #666;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 24px;
    background-color: transparent;
    margin-bottom: 0;
}

.sha-single-product .info-recnet .related .w-item .info .w-price bdi,
.sha-single-product .info-recnet .related .w-item .info .w-price ins {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #B01116;
    background-color: transparent;
}

.sha-single-product .info-recnet .related .w-item .info .w-price del bdi {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 16px;
    -webkit-text-decoration-line: strikethrough;
    text-decoration-line: strikethrough;
}

.sha-single-product .info-recnet .swiper-container {
    width: 100%;
    max-width: 100%;
}

@media (min-width:1200px) {
    .sha-single-product .info-recnet .swiper-container .swiper-button-prev {
        left: -50px;
    }

    .sha-single-product .info-recnet .swiper-container .swiper-button-next {
        right: -50px;
    }
}

.w-item-product {
    gap: 4px;
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    border: solid 1px #dfdfdf;
    overflow: hidden;
}

@media (max-width:991px) {
    .w-item-product {
        padding: 0;
        gap: 5px;
        overflow: hidden;
    }
}

.w-item-product .img {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.w-item-product .info {
    padding: 12px;
}

.w-item-product .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.w-item-product .img .meta-product {
    position: absolute;
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    top: 10px;
    z-index: 2;
}

.w-item-product .img .meta-new {
    background: #c21b1b;
    right: 10px;
}

.w-item-product .img .meta-special {
    background: var(--Black, #222);
    left: 10px;
}

.w-item-product .info .info-top {
    color: #999;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    text-align: center;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:991px) {
    .w-item-product .info .info-top {
        font-size: 11px;
    }
}

.w-item-product .info h3 {
    display: block;
    margin-bottom: 10px;
    line-height: 0;
    min-height: 45px;
}

.w-item-product .info h3 a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #222;
}

@media (max-width:991px) {
    .w-item-product .info h3 a {
        font-size: 14px;
    }
}

.w-item-product .info .package {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    max-width: fit-content;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 0 auto;
    padding: 0 12px;
    border-radius: 100px;
    height: 28px;
    background: #f5f5f5;
}

@media (max-width:991px) {
    .w-item-product .info .package {
        font-size: 11px;
        padding: 2px 8px;
        height: auto;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 2;
    }
}

.w-item-product .info .package p {
    display: inline-block;
    margin: 0 auto;
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
}

@media (max-width:991px) {
    .w-item-product .info .package p {
        font-size: 11px;
        padding: 4px 8px;
        height: auto;
        line-height: normal;
    }
}

.w-item-product .info .w-price {
    display: flex;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.w-item-product .info .w-price p {
    color: #666;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 24px;
    background-color: transparent;
    margin-bottom: 0;
}

.w-item-product .info .w-price bdi,
.w-item-product .info .w-price ins {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #B01116;
    background-color: transparent;
}

.w-item-product .info .w-price del bdi {
    color: #666;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 16px;
    -webkit-text-decoration-line: strikethrough;
    text-decoration-line: strikethrough;
}

#popup_add_success .modal-header,
#popup_review_success .modal-header {
    border-bottom: none;
}

#popup_add_success .modal-body,
#popup_review_success .modal-body {
    padding: 0 0 24px 0;
}

#popup_add_success .modal-content,
#popup_review_success .modal-content {
    width: 100%;
}

#popup_add_success .sha-popup-forms,
#popup_review_success .sha-popup-forms {
    display: flex;
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

#popup_add_success .sha-popup-forms .content-text,
#popup_review_success .sha-popup-forms .content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    text-align: center;
}

#popup_add_success .sha-popup-forms .content-text p,
#popup_review_success .sha-popup-forms .content-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: var(--Light-Mode-Text-1, #1d1d1e);
    margin-bottom: 0;
}

#popup_add_success .sha-popup-forms .content-text span,
#popup_review_success .sha-popup-forms .content-text span {
    color: var(--Light-Mode-Text-2, #6e6e73);
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 22px;
}

#popup_add_success .sha-popup-forms .content-buttons,
#popup_review_success .sha-popup-forms .content-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

#popup_add_success .sha-popup-forms .content-buttons a,
#popup_review_success .sha-popup-forms .content-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    width: 50%;
    height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    background: #B01116;
}

#popup_add_success .sha-popup-forms .content-buttons a:hover,
#popup_review_success .sha-popup-forms .content-buttons a:hover {
    background: #B01116;
    color: #fff;
}

@media (max-width:991px) {

    #popup_add_success .sha-popup-forms .content-buttons a,
    #popup_review_success .sha-popup-forms .content-buttons a {
        height: 40px;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        border-radius: 10px;
    }
}

#popup_add_success .sha-popup-forms .content-buttons .go-shop,
#popup_review_success .sha-popup-forms .content-buttons .go-shop {
    background: #fff;
    color: #B01116;
    border: solid 1px #B01116;
}

#popup_add_success .sha-popup-forms .content-buttons .go-shop:hover,
#popup_review_success .sha-popup-forms .content-buttons .go-shop:hover {
    background: #B01116;
    color: #fff;
}

@media (max-width:991px) {
    .woocommerce-checkout .page-default {
        padding: 0;
    }
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout {
        padding: 20px 0 10px 0;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 15px;
    background: #f6f6f6;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm {
        background: 0 0;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm h3 {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    height: 72px;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    padding: 0 24px;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm h3 {
        border-bottom: none;
        font-size: 20px;
        height: auto;
        padding: 0;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm h4 {
        font-size: 16px;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment {
    display: flex;
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-fm {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-fm {
        padding: 24px 0;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment {
        padding: 0;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_methods {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    gap: 12px;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_methods {
        flex-direction: column;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    width: 50%;
    flex: 1 0 0;
    border-radius: 17px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    margin: 0;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method {
        width: 100%;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method input:checked~.payment_box:before {
    position: absolute;
    content: url(../images/icon_payment_avtive.svg);
    top: 0;
    right: 0;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method.payment_method_cod {
    pointer-events: none;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method.payment_method_cod label {
    color: #bfbfbf;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method.payment_method_cod .payment_box p {
    color: #bfbfbf;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method.payment_method_cod.active {
    pointer-events: auto;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method.payment_method_cod.active label {
    color: var(--Dark-Mode-Text-3, #B01116);
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method.payment_method_cod.active .payment_box p {
    color: #222;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method .payment_box {
    display: block !important;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method .payment_box:before {
    position: absolute;
    content: url(../images/icon_payment.svg);
    top: 0;
    right: 0;
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method .payment_box p {
    color: #222;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method .payment_box p {
        font-size: 13px;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #B01116;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .w-checkout-payment .wc_payment_method label {
        font-size: 14px;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type .w-rdo {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type .w-rdo .item-radio {
    display: flex;
    flex: 1 0 0;
    position: relative;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type .w-rdo .item-radio:hover span {
    background: #222;
    color: #fff;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type .w-rdo .item-radio input {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type .w-rdo .item-radio input:checked~span {
    background: #222;
    color: #fff;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type .w-rdo .item-radio span {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #dfdfdf;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #666;
    transition: all .1s ease 0s;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type p {
    color: #222;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 8px 0 0 0;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-select-type p {
        font-size: 14px;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info {
    width: 100%;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .sha-customer_details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .shipping_address,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .shipping_address:after,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .shipping_address:before,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields:after,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields:before {
    display: none;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields .woocommerce-form__label {
    display: flex;
    align-items: center;
    gap: 7px;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields:after,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields:before {
    display: none;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-additional-fields textarea {
    display: flex;
    padding: 13px 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #fff;
    height: 80px;
    border: none;
    color: #222;
    border: solid 1px #dfdfdf;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-additional-fields textarea::-moz-placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-additional-fields textarea:-ms-input-placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-additional-fields textarea::-ms-input-placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-additional-fields textarea::placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    font-style: normal;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#billing_email_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#billing_phone_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#shipping_email_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#shipping_phone_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#billing_email_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#billing_phone_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_email_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_phone_field {
    width: calc(50% - 8px);
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#billing_email_field,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#billing_phone_field,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#shipping_email_field,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper p.form-row#shipping_phone_field,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#billing_email_field,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#billing_phone_field,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_email_field,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_phone_field {
        width: 100%;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper input {
    border-radius: 10px;
    background: #fff;
    display: flex;
    height: 48px;
    padding: 0 16px;
    border: none;
    color: #222;
    border: solid 1px #dfdfdf;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper input,
    .woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper input {
        height: 44px;
        padding: 0 12px;
    }
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper input::-moz-placeholder,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper input::-moz-placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper input:-ms-input-placeholder,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper input:-ms-input-placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper input::-ms-input-placeholder,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper input::-ms-input-placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper input::placeholder,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper input::placeholder {
    color: #b6b6b6;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    font-style: normal;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b6b6b6;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper .select2-selection,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper .select2-selection {
    border-radius: 10px;
    background: #fff;
    display: flex;
    height: 48px;
    padding: 0 16px;
    border: none;
    color: #999;
    display: flex;
    align-items: center;
    border: solid 1px #dfdfdf;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    padding: 0;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#billing_address_1_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#billing_address_2_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#billing_city_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#billing_state_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#shipping_address_1_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#shipping_address_2_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#shipping_city_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-billing-fields__field-wrapper p.form-row#shipping_state_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#billing_address_1_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#billing_address_2_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#billing_city_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#billing_state_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_address_1_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_address_2_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_city_field,
.woocommerce-checkout .k2-checkout .checkout-fm .fm-info.no-ship .woocommerce-shipping-fields__field-wrapper p.form-row#shipping_state_field {
    display: none;
}

.woocommerce-checkout .k2-checkout .checkout-fm .fm-info #shipping_type_field {
    display: none;
    visibility: hidden;
}

.woocommerce-checkout .k2-checkout .checkout-review {
    display: flex;
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #f6f6f6;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review {
        background: 0 0;
        padding: 0;
    }
}

.woocommerce-checkout .k2-checkout .checkout-review #order_review_heading {
    display: flex;
    align-items: center;
    align-self: stretch;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
    height: 72px;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review #order_review_heading {
        border: none;
        font-size: 20px;
        height: auto;
        padding: 0;
    }
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order {
    padding: 0;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order {
        padding: 0;
        width: 100%;
    }
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item {
    display: flex;
    padding: 16px 0;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #dfdfdf;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-name {
    width: 90px;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-name img {
    max-width: 90%;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .name {
        font-size: 13px;
    }
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .package {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 100px;
    background: #dfdfdf;
    color: #666;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .package {
        font-size: 11px;
        padding: 4px 8px;
        height: auto;
        line-height: normal;
    }
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .package p {
    display: inline-block;
    margin: 0 auto;
    color: #999;
    font-family: "SF Pro";
    font-size: 14px;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .package p {
        font-size: 11px;
        padding: 4px 8px;
        height: auto;
        line-height: normal;
    }
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .w-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .w-price p {
    color: #999;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .w-price p {
        font-size: 13px;
    }
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-items .cart_item .product-total .w-price p:last-child {
    font-weight: 500;
    color: #222;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-promo {
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid #dfdfdf;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-promo .cart-discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-promo .cart-discount .discount-val {
    font-weight: 500;
    color: #222;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-promo .woocommerce-shipping-totals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 1.4;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-promo .woocommerce-shipping-totals ul#shipping_method li {
    margin-bottom: 0
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-review-order-promo .woocommerce-shipping-totals ul#shipping_method li label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .order-total {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: baseline;
    align-self: stretch;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .order-total .order-val {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #B01116;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
    background: 0 0;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment div.form-row,
.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment p.form-row {
    padding: 0;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment #place_order {
    display: flex;
    float: none;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: #B01116;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    width: 100%;
    height: 48px;
    text-transform: uppercase;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper {
    text-align: center;
    padding: 15px 0 10px 0;
}

@media (max-width:991px) {
    .woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper {
        padding: 0 0 20px 0;
    }
}
.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper label.checkbox {
    color: #222;
    font-family: "SF Pro";
    font-size: 13px;
    line-height: 1.3;
    display: block;
    margin: 0 auto;
}

.woocommerce-checkout .k2-checkout .checkout-review .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .woocommerce-terms-and-conditions-wrapper label.checkbox>input {
    display: none;
}

.k2-thank {
    display: flex;
    padding: 48px 0;
    flex-direction: column;
    align-items: center;
}

@media (max-width:991px) {
    .k2-thank {
        padding: 30px 8px 40px 8px;
        background: 0 0;
    }
}

.k2-thank .woocommerce-order {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    width: 100%;
    max-width: 800px;
}

@media (max-width:991px) {
    .k2-thank .woocommerce-order {
        gap: 12px;
    }
}

.k2-thank .top-thank {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.k2-thank .top-thank h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: var(--Neutra-Success, #21ba45);
    margin-bottom: 0;
}

@media (max-width:767px) {
    .k2-thank .top-thank h3 {
        font-size: 24px;
    }
}

.k2-thank .top-thank p {
    color: #222;
    text-align: center;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width:767px) {
    .k2-thank .top-thank p {
        font-size: 14px;
    }
}

.k2-thank .thank-content {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 15px;
    background: #f2f2f2;
}

@media (max-width:767px) {
    .k2-thank .thank-content {
        flex-direction: column;
        padding: 16px;
        gap: 12px;
        border-radius: 10px;
    }
}

.k2-thank .thank-content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
}

@media (max-width:767px) {
    .k2-thank .thank-content .item {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.k2-thank .thank-content .item p {
    color: #666;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .k2-thank .thank-content .item p {
        font-size: 13px;
    }
}

.k2-thank .thank-content .item span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
}

@media (max-width:767px) {
    .k2-thank .thank-content .item span {
        font-size: 13px;
    }
}

.k2-thank .sha-order-total,
.k2-thank .woocommerce-customer-details,
.k2-thank .woocommerce-shiping-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding: 0;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .k2-thank .sha-order-total,
    .k2-thank .woocommerce-customer-details,
    .k2-thank .woocommerce-shiping-details {
        gap: 8px;
        padding-top: 12px;
    }
}

.k2-thank .sha-order-total h4,
.k2-thank .woocommerce-customer-details h4,
.k2-thank .woocommerce-shiping-details h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .k2-thank .sha-order-total h4,
    .k2-thank .woocommerce-customer-details h4,
    .k2-thank .woocommerce-shiping-details h4 {
        font-size: 16px;
    }
}

.k2-thank .sha-order-total address,
.k2-thank .woocommerce-customer-details address,
.k2-thank .woocommerce-shiping-details address,
.k2-thank .sha-order-detail-transfer .sha-bank {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    border: none;
}

.k2-thank .sha-order-total address .item,
.k2-thank .woocommerce-customer-details address .item,
.k2-thank .woocommerce-shiping-details address .item,
.k2-thank .sha-order-detail-transfer .sha-bank .item {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

@media (max-width:767px) {
    .k2-thank .sha-order-total address .item,
    .k2-thank .woocommerce-customer-details address .item,
    .k2-thank .woocommerce-shiping-details address .item,
    .k2-thank .sha-order-detail-transfer .sha-bank .item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

.k2-thank .sha-order-total address .item p,
.k2-thank .woocommerce-customer-details address .item p,
.k2-thank .woocommerce-shiping-details address .item p,
.k2-thank .sha-order-detail-transfer .sha-bank .item p {
    color: #666;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
}

.k2-thank .sha-order-total address .item p,
.k2-thank .woocommerce-customer-details address .item p,
.k2-thank .woocommerce-shiping-details address .item p {
    width: 160px;
}

@media (max-width:767px) {
    .k2-thank .sha-order-total address .item p,
    .k2-thank .woocommerce-customer-details address .item p,
    .k2-thank .woocommerce-shiping-details address .item p,
    .k2-thank .sha-order-detail-transfer .sha-bank .item p {
        font-size: 14px;
        width: 100%;
    }
}

.k2-thank .sha-order-total address .item span,
.k2-thank .woocommerce-customer-details address .item span,
.k2-thank .woocommerce-shiping-details address .item span,
.k2-thank .sha-order-detail-transfer .sha-bank .item span {
    color: #222;
    font-family: "SF Pro";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width:767px) {
    .k2-thank .sha-order-total address .item span,
    .k2-thank .woocommerce-customer-details address .item span,
    .k2-thank .woocommerce-shiping-details address .item span,
    .k2-thank .sha-order-detail-transfer .sha-bank .item span {
        font-size: 14px;
    }
}

.k2-thank .sha-order-total address .item span {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

.k2-thank .sha-order-detail-transfer {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
    align-self: stretch;
    border-radius: 15px;
    background: #f2f2f2;
}

@media (max-width:991px) {
    .k2-thank .sha-order-detail-transfer {
        padding: 16px;
        gap: 8px;
        align-items: flex-start;
        border-radius: 10px;
    }
}

.k2-thank .sha-order-detail-transfer h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin: 0;
}

@media (max-width:991px) {
    .k2-thank .sha-order-detail-transfer h4 {
        font-size: 18px;
    }
}

.k2-thank .sha-order-continue {
    display: flex;
    justify-content: center;
    align-items: center;
}

.k2-thank .sha-order-continue a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    margin-top: 15px;
    padding: 12px 24px;
    border-radius: 12px;
    background: #B01116;
}

.k2-thank .sha-order-continue a:hover {
    background: #B01116;
}

@media (max-width:767px) {
    .k2-thank .sha-order-continue a {
        font-size: 14px;
        line-height: 40px;
        width: 100%;
        height: 40px;
        padding: 0;
        border-radius: 10px;
    }
}

.woocommerce-info {
    background: #f6f6f6;
    color: #222;
    border-top: 1px;
    border-radius: 10px;
}

.woocommerce-message {
    background: #F4F7E8;
    color: #222;
    border-top: 1px;
    border-radius: 10px;
}

.woocommerce-error {
    background: #F7E8E8;
    color: #222;
    border-top: 1px;
    border-radius: 10px;
}

@media (min-width:992px) {
    #popup_rating .modal-lg {
        max-width: 600px;
    }
}

#popup_rating .modal-body {
    padding: 0;
}

#popup_rating .modal-header {
    border-bottom: none;
}

#popup_rating .sha-popup-forms {
    display: flex;
    padding: 0 24px 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media (max-width:991px) {
    #popup_rating .sha-popup-forms {
        gap: 16px;
    }
}

#popup_rating .sha-popup-forms .titles {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 0;
}

@media (max-width:991px) {
    #popup_rating .sha-popup-forms .titles {
        font-size: 24px;
    }
}

#popup_rating .sha-popup-forms .rate-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#popup_rating .sha-popup-forms .rate-review span {
    overflow: hidden;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "SF Pro";
    font-size: 15px;
    line-height: 1.4;
}

#popup_rating .sha-popup-forms .rate-review .ul-star {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

#popup_rating .sha-popup-forms .rate-review .ul-star i {
    font-size: 32px;
    color: #dfdfdf;
}

#popup_rating .sha-popup-forms .rate-review .ul-star li {
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0;
}

#popup_rating .sha-popup-forms .rate-review .ul-star li.k2-active i,
#popup_rating .sha-popup-forms .rate-review .ul-star li:hover i {
    color: #fab62b;
}

#popup_rating .sha-popup-forms .rate-review select {
    display: none;
    visibility: hidden;
}

#popup_rating .sha-popup-forms .form-review {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#popup_rating .sha-popup-forms .form-review p {
    margin-bottom: 0;
    width: 100%;
}

#popup_rating .sha-popup-forms .form-review p.wh-50 {
    width: calc(50% - 8px);
}

@media (max-width:991px) {
    #popup_rating .sha-popup-forms .form-review p.wh-50 {
        width: 100%;
    }
}

#popup_rating .sha-popup-forms .form-review input,
#popup_rating .sha-popup-forms .form-review textarea {
    border-radius: 15px;
    border: 1px solid var(--Light-Mode-Stroke, #d8d8d9);
    background: #fff;
    margin: 0;
}

#popup_rating .sha-popup-forms .form-review input {
    height: 54px;
    padding: 0 16px;
}

@media (max-width:991px) {
    #popup_rating .sha-popup-forms .form-review input {
        height: 42px;
    }
}

#popup_rating .sha-popup-forms .form-review textarea {
    height: 80px;
    padding: 16px;
}

#popup_rating .sha-popup-forms .subs {
    width: 100%;
}

#popup_rating .sha-popup-forms .subs button {
    height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    background: #222;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin: 0;
    transition: all .1s ease 0s;
    width: 100%;
}

@media (max-width:991px) {
    #popup_rating .sha-popup-forms .subs button {
        height: 40px;
        line-height: 40px;
    }
}

#popup_rating .sha-popup-forms .subs button:hover {
    background-color: #B01116;
}

.item-mobile-sort {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20%);
    transition: all .1s ease 0s;
}

.item-mobile-sort.mobile-sort-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.item-mobile-sort .mobile-sort-content {
    position: relative;
}

.item-mobile-sort .mobile-sort-content .cta-cancel {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    top: 16px;
    right: 15px;
}

.item-mobile-sort .mobile-sort-content .titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #222;
    height: 56px;
    padding: 0 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
}

.item-mobile-sort .mobile-sort-content .sha-order-temp {
    display: flex;
    padding: 30px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
}

.item-mobile-sort .mobile-sort-content .sha-order-temp a {
    color: #999;
    font-family: "SF Pro";
    font-size: 16px;
    line-height: 1.4;
}

.item-mobile-sort .mobile-sort-content .sha-order-temp a.active {
    font-weight: 500;
    color: #222;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    height: calc(100vh - 48px);
    overflow-y: scroll;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-active-filters {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
    margin: 0;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-active-filters p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    margin-bottom: 0;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-active-filters .reset-filters {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #FF0000;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-active-filters .active-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-active-filters .active-filter .active-filter-label {
    display: flex;
    padding: 4px 4px 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #efefef;
    color: #222;
    text-align: center;
    font-family: "SF Pro";
    font-size: 14px;
    line-height: 1.4;
    border: none;
    margin: 0;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-active-filters .active-filter .active-filter-label:after {
    content: '\f00d';
    font-family: "FontAwesome";
    font-size: 12px;
    color: #666;
    background: rgba(0, 0, 0, 0.1);
    position: static;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters {
    display: block !important;
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 0;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters .filters-container {
    width: 100%;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 20px;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters.custom-style span.checkboxbutton:before {
    width: 18px;
    height: 18px;
    border: 1px solid #bfbfbf;
    margin: 0 5px 0 0;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters.custom-style span.checkboxbutton.checked:before {
    background-size: 100%;
    background-color: #B92924;
    border-color: #B92924;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters.custom-style span.radiobutton:before {
    width: 18px;
    height: 18px;
    border: 1px solid #bfbfbf;
    margin: 0 5px 0 0;
}
.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters.custom-style span.radiobutton.checked:before {
    background-color: #B92924;
    border-color: #B92924;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters .yith-wcan-filter {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters .yith-wcan-filter h4.filter-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    overflow: hidden;
    margin-bottom: 5px;
}

.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a,
.item-mobile-sort .mobile-sort-content .w-mobile-sort-content .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a {
    font-family: "SF Pro";
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #222;
}

.item-mobile-sort .mobile-sort-cta {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.item-mobile-sort .mobile-sort-cta a {
    display: flex;
    height: 40px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 10px;
    background: #222;
    font-family: "SF Pro";
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.item-mobile-sort .mobile-sort-cta a.cta-cancel {
    color: #222;
    border: solid 1px #222;
    background: #fff;
}