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

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

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

.absolute-footer, html {
    background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    max-width: 1500px;
}

.collection-content {
    margin: 30px 0;
}

/**Header**/
.header-wrapper {
    background: #000;
}

.search-header {
    width: 300px;
    display: flex;
}

input.form-control {
    border-radius: 3px;
    margin: 5px 0;
}


a.nav-top-link {
    padding: 10px 20px;

}

.gio-hang {
    color: #ffffff;
}

/**Main**/
.slide-image {
    display: flex;
}

.hero__sidebyside-image {
    width: 60%;
}

.slide-image img {
    width: 100%;
    height: 660px;
    object-fit: cover;
}

.slide-content {
    width: 40%;
    display: flex;
    align-items: center;
    background: #a70f17;
}

.hero__sidebyside-content-inner.small--text-center {
    padding: 5vw;
}

.hero__animation-contents {
    padding-bottom: 20px;
    color: white;
}

.hero__title .hero__animation-contents {
    font-size: 40px;
}

.btn {
    padding: 18px;
    border-radius: 30px;
    background: white;
    margin-right: 20px;
    color: #a70f17;
}

.btn:hover {
    color: #a70f17;
}

.flex-col.hide-for-medium.flex-right {
    display: flex;
    justify-content: flex-end;
}

.site-nav {
    display: flex;
    color: white;
    gap: 15px;
}

.site-nav i {
    margin-right: 10px;
}

.section-header.section-header--with-link {
    display: flex;
    padding: 40px 0 40px;
    align-items: center;
}

.section-header__link {
    margin-left: auto;
}

.page-width1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.attachment-large.size-large.wp-post-image {
    background: #ededed;
    border-radius: 10px 10px 0 0;

}

.list-new-product {
    background: #f5f5f5;
    border-radius: 10px;
    margin: 10px 0;
}

.product-title {
    margin: 20px 15px;
}

.product-price {
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.page-width2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    gap: 40px;
}

.promo-grid__bg video {
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 15px;
}

.promo-grid__bg img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    border-radius: 15px;
}

.rte--block.rte--em {
    margin: 0 40px;
}

.promo-grid__container.vertical-bottom.horizontal-center {
    position: relative;

}

.promo-grid__content {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.promo-grid__text {
    color: white;
    text-align: center;
}

.rte--block.rte--em {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: 15px;
}

.rte--block.rte--strong {
    font-size: 40px;
}


/**Taxonomy**/
.grid__item.medium-up--one-fifth.grid__item--sidebar {
    width: 20%;
    float: left;
}

.grid__item.medium-up--four-fifths.grid__item--content {
    width: 80%;
    float: right;
}

.collection-image.image-wrap.loaded img {

    background: #f5f5f5;
    border-radius: 50%;

}

.collection-image-wrap.collection-image--circlecollection-image-fill-space--true {
    text-align: center;
}

ul.subcategories.clearfix {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    margin-bottom: 20px;
}

.grid-item.small--one-half.medium-up--one-fifth {
    padding: 0 10px;
    text-align: center;
}
.grid-item.small--one-third.medium-up--one-sixth {
    text-align: center;
    padding: 0 10px;

}

.collection-image.image-wrap.loaded img:hover {
    background: white;
    box-shadow: 0 1px 6px #e7e9e5;
    transform: translateY(-1px);
}

.new-grid.product-grid.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.new-grid.product-grid.collection-grid img {
    height: 378px;
}

.collection-item__title {
    padding-top: 10px;
}

.collection-filter__item.collection-filter__item--count.small--hide {
    margin-bottom: 15px;
}

.content-product {
    flex: 0 0 33.3333%;
}


.grid-item_content {
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    border-radius: 15px;
}

.collection-hero.loaded img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.collection-hero__content {
    font-size: 40px;
    font-weight: 700;
}
.dm-text {
    font-weight: 600;
}
.new-grid.product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 40px
}

.grid-item.grid-product {
    background: #f5f5f5;
    border-radius: 15px;
}

.grid-product__title {
    margin: 20px 15px;
}

.grid-item__meta-secondary {
    padding-top: 10px;
}

.grid-product__image-wrap img {
    height: 236.67px;
}

.index-section.index-section--sub-product {
    margin: 60px 0;
}

.new-grid.new-grid--center {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.footer-promotion.color-scheme-2 {
    padding: 30px;
    background: url(https://kallos.co/cdn/shop/t/54/assets/plants.svg);
    border-radius: 20px;
}

.footer-promotion.color-scheme-1 {
    padding: 30px;
    background: #a70f17;
    border-radius: 20px;
}

.footer-promotion.color-scheme-3 {
    padding: 30px;
    background: url(https://kallos.co/cdn/shop/t/54/assets/swirl.svg);
    border-radius: 20px;
}

.image-wrap.svg-mask.svg-mask--square.loaded {
margin-bottom: 20px;
    height: 400px;
}

.image-wrap.svg-mask.svg-mask--square.loaded img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.footer__grid-image {
    margin-bottom: 20px;
}

.color-scheme-1 {
    color: #ffffff;
}

.btn-shop2 {
    padding: 8px 14px;
    border-radius: 50px;
    background: white;
    color: #a70f17;
}

.btn-shop1 {
    padding: 8px 14px;
    border-radius: 50px;
    background: black;
    color: white;
}
.btn-shop1:hover {
     color: white;
 }
.btn-shop2:hover {
    color: #a70f17;
}
#show-more-btn {
    display: contents;
}

#arrow-icon {
    float:right;
}
.collapsibles-wrapper {
    border-bottom: 1px solid;
    border-color: #f1f1f1;
}




/**single**/
.grid__item.medium-up--four-sixths.product-single__sticky {
    width: 66.66667%;
}
.image-wrap.loaded img {
    width: 100%;
}
.product-grid__content.product--description.product-single__sticky.grid__item.medium-up--two-sixths {
    width: 33.33333%;
}

.grid__item {

    padding-top: 10px;
}

.product-grid__container.product--images.grid {
    display: flex;
}

.product-single__meta {
    padding-left: 30px;
    padding-top: 60px;
}

.product-block.product-block--header.product-single__header.small--hide {
    text-transform: uppercase;
}

.product-block.product-block--price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

a.button.add_to_cart_button {
    width: 100%;
    border-radius: 25px;
}

.product-shipping-information.section-header__title {
    font-size: 14px;
    background: #f5f5f5;
    padding: 10px;
}

/* Ẩn đoạn text ban đầu */
#hidden-text {
    display: none;
}

.product-block {
    margin: 10px 0;
}

.sales-point {
    display: flex;
}

i.fa-light.fa-box-taped {
    margin-right: 10px;
}

.product-block a {
    text-decoration-line: underline;
}

.shopify-section {
    margin: 40px 0;
}

.section-header {
    margin: 40px 0;
}

.header-slug {
    text-decoration: underline;
}


/**Footer**/
.footer-blocks {
    display: flex;
    justify-content: center;
}

.footer__block {
    min-width: 210px;
}

.icon {
    font-size: 20px;
}

.no-bullets.social-icons.footer__social {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.footer__section {
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
}

.footer__base-links a {
    padding: 2px 22px 2px 0;
}

.footer__base-links span {
    padding: 2px 22px 2px;
}