.fs-11{
    font-size: 1.1rem !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-24{
    font-size: 2.4rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}

.bg-main{
    background: var(--color-main) !important;
}
.font-weight-500{
    font-weight: 500 !important;
}

.color-red {
    color: red !important;
}
.shadow-1, .banner-1 .banner-section a{    
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
}
.hover-img{
    overflow: hidden;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.hover-img:hover img{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.btn-submit-1:hover {
    background-color: var(--color-highlight) !important;
    color: var(--white) !important;
}
.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.no-gutters {
    margin: 0;
}

[class^="col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 1rem;
    padding-left: 1rem;
}
.mb-2rem{
    margin-bottom:2rem !important;
}
.view-all {
    background: #e5f5e2;
    padding: 7px 10px;
    border-radius: 5px;
    color: var(--color-highlight) !important;
    font-size: 15px;
}

.view-all:hover {
    background: var(--color-highlight);
    color: white !important;
}
.rounded-8{
    border-radius: 8px;
}
.rounded-10{
    border-radius: 10px;
}
.shadow-2{
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.color-top{
    color: var(--color-top);
}
.shadow-2-hover:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
}
.p-2rem {
    padding: 2rem !important;
}
.color-text{
    color: var(--color-text);
}
.border-width-2{
    border-width: 2px !important;
}









.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section {
    width: 45rem;
    max-width: 100%;
}
.search-section .input-group >input.form-control{
    border-radius: 50rem !important;
}
.search-section .btn {
    color: var(--color-main) !important;
    border-radius: 50% !important;
    height: 3.6rem;
    width: 3.6rem;
    padding: 0;
    right: 0.2rem;
    top: 0.2rem;
    position: absolute;
    z-index: 10;
    background: none !important;
    border: none;
    font-size: 1.8rem;
}
.search-section .btn:hover {
    background: var(--color-highlight);
    color: white;
}
.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    animation: slide-down 0.7s;
}
.category-main .swiper-wrapper {
    /* justify-content: center; */
}
.category-main {
    border: 2px solid var(--color-main);
    border-radius: 1rem;
    padding: 3rem;
}
.bg-title {
    width: 110px;
    height: 30px;
    display: block;
    margin: 0.65rem auto 1.65rem;
    background-repeat: no-repeat;
    position: relative;
    background-color: var(--white);
    padding: 0 10px;
    background-position: center;
}
.title-parent {
    font-size: 2.2rem;
}
.title-parent a {
    font-size: 2.2rem;
}
.title-parent img {
    width: 3.2rem;
    margin-right: 1rem;
    vertical-align: sub;
}
.title-child a {
    font-size: 1.5rem;
    color: var(--color-text);
}

.title-child a:hover {
    color: var(--color-highlight);
}
.title-main .title-section {
    font-size: 2rem;
}

.swiper .article-item.swiper-slide{
    height: auto;  
}
.certifi-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.certifi-section .album-item .inner-image {
    padding-top: 145%;
}
.feedback-section .img img {
    margin-bottom: 1.5rem;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    max-width: initial;
    object-fit: cover;
    border: 3px solid var(--color-highlight);
}
.feedback-section .star {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feedback-section .star li {
    display: inline-block;
    color: var(--color-top);
}
#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 200px;
}
.copy__inner {
  overflow: hidden;
}

.copy__gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, white 100%);
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  transition: bottom 1s ease;
  width: 100%;
  z-index: 10;
}
.reveal .copy__gradient {
  bottom: -150px;
  transition: bottom 2s ease;
}

.more-less {
  color: var(--color-main);
  cursor: pointer;
  bottom: 0;
  font-weight: bold;
  left: 0;
  margin-left: 0px;
  position: relative;
  z-index: 50;
  display:  inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid var(--color-main);
}
.more-less:hover {
  color: #fff;
  background: var(--color-main);
}

.reveal + .more-less:after {
  border-top: none;
  border-bottom: 6px solid black;
}

.products-cat .category-image img {
    max-height: 330px;
    width: 100%;
    object-fit: cover;
}

#lg-zoom-out, #lg-zoom-in {
    display: inline-block !important;
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 300;
}

#lg-zoom-in:after {
    content: "\f00e";
}

#lg-zoom-out:after {
    content: "\f010";
}
.title-footer {
    font-size: 1.8rem;
}
.footer-menu-section ul {
    padding-left: 15px;
}
.footer-menu-section ul a:hover{
    color: var(--color-highlight) !important;
}
.float-contact {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 10;
}
.float-contact a {
    display: block;
    margin-bottom: 6px;
}
.float-contact a  span{
    background: #8eb22b;
    border-radius: 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    display: inline-block;
    padding: 8px 18px;
}

.float-contact a:nth-child(2) span{
    background: #125c9e;
}
.float-contact a:nth-child(3) span{
    background: #d11a59;
}
.bottom-contact {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    left: 0;
}
.bottom-contact ul li {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
}
.bottom-contact ul li img {
    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.bottom-contact ul li span {
    color: black;
    font-size: 1.4rem;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
footer {
    background: var(--light);
}
.footer-social-content a {
    margin-right: 5px;
}
.footer-social-content img {
    height: 30px;
}
.swiper .product-item.swiper-slide {
    margin-bottom: 1rem;
}
.white-space_nowrap{
    white-space: nowrap;
}
@media (min-width: 1240px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }

}

@media (max-width:1200px) and (min-width:1000px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .fixed .menu-section > ul > li > a {
        height: 6rem;
        line-height: 6rem;
    }
    
    .fixed .logo-section img {
        height: 4.5rem;
    }
}
@media (max-width:1000px) {
    .hotline-top {
        display: none !important;
    }
}

@media (max-width:992px) {
    .logo-section img {
        height: 6rem;
    }
    .setting-menu-mb>.container>.row>div {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .title-section {
        font-size: 2.2rem;
    }

    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .logo-section a {
        font-size: 2.5rem !important;
    }
    .search-mb {
        margin: 3.5rem 1.5rem 1.5rem !important;
    }
    .title-parent {
        font-size: 2rem;
    }
    .title-parent a {
        font-size: 2rem;
    }
    .title-child a:not(.view-all) {
        background: #efefef;
        padding: 6px 10px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
        font-size: 1.4rem;
    }
    .view-all {
        margin-top: 0.5rem;
        display: inline-block;
        padding: 6px 10px;
        margin-left: 0 !important;
    }
    .marker-image {
        display: none;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .footer-mb>.container>.row>div:first-child {
        flex:  0 0 100%;
        max-width: 100%;
    }
}
@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
}
@media (max-width:450px) {
    .list-category .title-category a {
        font-size: 11px;
        white-space: normal;
    }
}
@media (min-width:767px) {
    .center_custom {
        /*justify-content: center;*/
    }
}

.box-section-highlight {
    background: var(--color-main);
    padding: 10px 0;
    margin-bottom: 50px;
}

.box-highlight .item {
    display: flex;
    align-items: center;
    position: relative;
}

.box-highlight .item .icon {
    flex: 0 0 70px;
}

.box-highlight .item .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.box-highlight .item .inter-content {
    padding-left: 5px;
    flex: 1 1;
}

.box-highlight .item .inter-content .name {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-highlight .item .inter-content .dsc {
    color: #fff;
}

.box-highlight .item:before {
    content: '';
    position: absolute;
    right: -10px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #fff;
}

.box-highlight>.row>div:last-child .item:before {
    display: none;
}
.btn-mini-cart .items-number {
    font-size: 1rem;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
}
@media (min-width:992px) {
    .btn-mini-cart .items-number {
        right: inherit;
        left: 1rem;
    }
}
@media (max-width:767px){
    .box-highlight .item .icon {
        flex: 0 0 40px;
    }
    
    .box-highlight .item .icon img {
        width: 33px;
        height: 33px;
    }
    
    .box-highlight .item {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    .box-highlight .item:before {
        display: none;
    }
    .box-highlight .item .inter-content .dsc {
        display: none;
    }
    
    .box-highlight .item .inter-content .name {
        margin-bottom: 0;
        font-weight: 400;
    }
    .box-section-highlight {
        padding: 0;
    }
    
    
    .box-highlight>.row>div {
        border-bottom: 1px dashed  #dddd;
        border-right: 1px dashed  #dddd;
    }
    
    .box-highlight>.row>div:nth-child(n+3) {
        border-bottom: 0;
    }
    
    .box-highlight>.row>div:nth-child(2), .box-highlight>.row>div:nth-child(4) {
        border-right: 0;
    }
}