.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-16{
    font-size: 1.6rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !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 {
    padding: 7px 10px;
    border-radius: 4px;
    color: white !important;
}

.view-all:hover {
    color: var(--color-highlight) !important;
}
.rounded-8{
    border-radius: 8px;
}
.shadow-2{
    box-shadow: 2px 2px 20px rgb(0 0 0 / 9%);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}


.header-top {
    height: 35px;
    line-height: 35px;
}
.language-section a img {
    width: 25px;
    height: 17px;
    object-fit: cover;
    margin-right: 1rem;
    vertical-align: sub;
}
.top-menu li a{
    color: var(--color-top);
}
.top-menu li a:hover{
    color: var(--color-highlight);
}
.top-menu>li+li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 15px;
    margin-top: -7px;
    left: -1em;
}

.top-menu li {
    position: relative;
}

.top-menu li+li {
    margin: 0 0.7em;
    padding: 0 !important;
}
.social-section li a {
    display: block;
    height: 35px;
    color: var(--color-top);
    line-height: 35px;
    text-align: center;
}
.social-section li a:hover{
  color: rgba(255,255,255,0.8);
}
.social-section li {
    padding-left: 10px;
}
.social-section li a:hover {
    color: var(--color-highlight);
}
.mid-top>.container>.row>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section {
    max-width: 556px;
    width: 100%;
    border: 1px solid var(--color-highlight);
    border-radius: 5px;
}
.search-section form{
  border-radius: 5px;
}
.opt-search {
    border-right: 1px solid var(--color-highlight) !important;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.search-section .btn {
    background: #f78181;
    border-radius: 0 5px 5px 0;
    border: 1px solid white;
}
.search-section .btn:hover {
    background: var(--color-highlight);
    color: white;
}
.contact-top{
    color: var(--green);
}
.item-contact i {
    width: 28px;
    height: 28px;
    background: var(--color-highlight);
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    color: white;
    margin-right: 2rem;
}
.item-contact {
    font-size: 1.76rem;
}

/*.menu-vertical--content > .has-child > .entry-menu li {*/
/*    border-bottom: 1px solid #ddd;*/
/*}*/
.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;
}
.home .setting-menu.fixed .menu-vertical--content {
    display: none !important;
}
.home .menu-vertical--content {
    display: block !important;
}
.menu-vertical--content li.more {
    font-weight: 600;
    cursor: pointer;
}
.menu-vertical--content>li {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.menu-vertical .entry-menu .container-menu ul{
    margin-bottom:1rem
}
.menu-vertical .entry-menu .container-menu ul li a {
    padding: 5px 15px 5px 10px;
    font-size: 1.4rem;
}
.slide-home>.container>.row>div:last-child {
    padding-left: 0;
}
.title-parent {
    font-size: 2rem;
}

.title-child a {
    font-size: 1.5rem;
    color: gray;
}

.title-child a:hover {
    color: var(--color-highlight);
}
.item-view-category:nth-child(2n) {
    background: var(--light);
    padding: 3rem 0;
}
.title-main h3 {
    font-size: 2rem;
}

.border-width-2{
    border-width: 2px !important;
}
.swiper .article-item.swiper-slide{
    height: auto;  
}

#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";
}
.footer-menu-section ul  a:hover{
    color: var(--color-highlight) !important;
}
.copyright {
    color: rgba(0,0,0,0.5);
}

.product-item:hover{
    box-shadow: 0px 0px 20px #eaeaea;
}
.float-contact {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 99;
}
.float-contact a {
    display: block;
    margin-bottom: 6px;
}
.float-contact a  span{
    background: #0091FF;
    border-radius: 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    display: inline-block;
    padding: 7px 20px;
}

.float-contact a:nth-child(2) span{
    background: #1991fb;
}
.float-contact a:nth-child(3) span{
    background: var(--color-highlight);
}
.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: #f9a6a6;
}
.product-detail-footer .tab-content h2 {
    font-size: 2rem;
}

.product-detail-footer .tab-content h3, .product-detail-footer .tab-content h4, .product-detail-footer .tab-content h5 {
    font-size: 1.6rem;
}
.title-tab .block-tab.nav .nav-item {
    padding-left: 2rem;
}

.title-tab .block-tab.nav .nav-item .nav-link {
    padding: 0;
    color: gray;
    font-weight: 400;
    font-size: 1.5rem;
}

.title-tab .effect-nav li a::after {
    height: 2px;
    bottom: -1.6rem;
}
.title-tab .block-tab.nav .nav-item .nav-link.active, .title-tab .block-tab.nav .nav-item .nav-link:hover {
    color: var(--color-highlight);
    font-weight: bold;
}
.highlight-section .swiper-slide:hover {
    background: #e54270;
}
.tag-footer-section span{
    color: var(--gray-bold);
}
.tag-footer-section a {
    color: #d4d4d4;
}

.tag-footer-section a:hover {
    color: var(--color-main);
}
.banner-home .item-banner h5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
}
.banner-home .item-banner:before{
    content: '';
    background-image: url('/templates/fashion03/assets/media/background/banner_icon_01.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 175px;
    height: 76px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.banner-home .banner-section>.row>div:nth-child(2) .item-banner:before{
    background-image: url('/templates/fashion03/assets/media/background/banner_icon_2.png');
    width: 164px;
    height: 102px;
}
.banner-home .banner-section>.row>div:nth-child(3) .item-banner:before{
    background-image: url('/templates/fashion03/assets/media/background/banner_03_icon.png');
    width: 149px;
    height: 87px;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.form-group {
    margin-bottom: 1.5rem;
}
.is-mobile .setting-menu-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.is-mobile .search-mb {
    margin: 3.5rem 1.5rem 1.5rem !important;
}

.is-mobile .title-tab .effect-nav li a::after {
    bottom: -1.8rem;
}
.is-mobile .items-number {
    position: absolute;
    right: -7px;
    bottom: 0;
    top: unset;
}
.swiper .swiper-slide {
    height: auto;
}

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

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


@media (min-width:992px) {
    .col-3-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .btn-all-tab .btn-submit {
        position: absolute;
        bottom: 3rem;
        right: 0;
        flex: 0 0 25%;
        max-width: calc(25% - 1.5rem);
        width: 100%;
    }
}

@media (max-width:1024px) {
    .setting-menu > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slide-home >.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

}
@media (max-width:992px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .items-number {
        position: absolute;
        right: -7px;
        bottom: 0;
        top: unset;
    }
    .price-amount {
        display: block;
    }
    .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
    .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-main h2 , .title-main h3 {
        font-size: 2.3rem;
    }
    .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;
    }
    .top-menu {
        display: none !important;
    }
    
    #nh-admin-bar {
        display: none;
    }
    .acc-cart a i {
        font-size: 2.5rem !important;
        margin-bottom: 0 !important;
    }
    .acc-cart img{
        width:28px;
        height:28px
    }
    .swiper-slider-main .swiper-slide img {
        height: 50vw;
    }
    .title-tab .effect-nav li a::after {
        bottom: -1.8rem;
    }
    .title-footer {
        font-size: 1.6rem !important;
    }

}
@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .title-tab {
        flex-direction: column;
        border: none;
    }
    
    .title-tab .effect-nav li a::after {
        opacity: 0;
    }
    
    .title-tab .block-tab.nav .nav-item .nav-link {
        background: #DBDBDB;
        border-radius: 0.9rem;
        padding: 0.7rem 0.8rem 0.5rem 0.8rem;
        font-size: 1.4rem !important;
    }
    
    .title-tab .block-tab.nav .nav-item .nav-link.active, .title-tab .block-tab.nav .nav-item .nav-link:hover {
        background: var(--color-highlight);
        color: white;
    }
    
    .title-tab .block-tab.nav .nav-item {
        padding: 0 1rem 0 0;
    }
}

