.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-18{
    font-size: 1.8rem !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;
}
.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;
    font-family: "Roboto Slab", serif;
}
.color-gray-bold{
    color: var(--gray-bold);
}
.font-roboto-slab{
    font-family: "Roboto Slab", serif;
}
.pt-2rem, .py-2rem{
    padding-top:2rem;
}

.pb-2rem, .py-2rem{
    padding-bottom:2rem;
}

.mt-2rem, .my-2rem{
    margin-top:2rem;
}

.mb-2rem, .my-2rem{
    margin-bottom:2rem;
}
.p-2rem {
    padding: 2rem;
}
.pl-2rem, .px-2rem {
    padding-left: 2rem;
}
.pr-2rem, .px-2rem {
    padding-right: 2rem;
}
.object-cover {
    object-fit: cover !important;
}
.border {
    border: 1px solid #ebebeb !important;
}
.border-top {
    border-top: 1px solid #ebebeb !important;
}

.border-right {
    border-right: 1px solid #ebebeb !important;
}

.border-bottom {
    border-bottom: 1px solid #ebebeb !important;
}

.border-left {
    border-left: 1px solid #ebebeb !important;
}
.color-text{
    color: var(--color-text);
}


header {
    background: var(--color-main);
}
.header-top {
    background: var(--color-black);
}
.slogan-top{
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}
@-webkit-keyframes color-change {
    0% { color: red; }
    50% { color: var(--color-highlight); }
    100% { color: red; }
}
@-moz-keyframes color-change {
    0% { color: red; }
    50% { color: var(--color-highlight); }
    100% { color: red; }
}
@-ms-keyframes color-change {
    0% { color: red; }
    50% { color: var(--color-highlight); }
    100% { color: red; }
}
@-o-keyframes color-change {
    0% { color: red; }
    50% { color: var(--color-highlight); }
    100% { color: red; }
}
@keyframes color-change {
    0% { color: red; }
    50% { color: var(--color-highlight); }
    100% { color: red; }
}
.mid-top>.container>.row>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section {
    max-width: 556px;
    width: 100%;
}
.opt-search {
    border-right: 1px solid var(--gray) !important;
    outline: none;
}
.search-section .btn {
    background: var(--color-highlight);
    position: absolute;
    right: 1px;
    top: 2px;
    bottom: 2px;
    z-index: 10;
    display: flex;
    align-items: center;
}
.search-section .btn:hover {
    background: var(--color-highlight);
    color: white;
    border: none;
}
.btn-mini-cart i {
    width: 4rem;
    height: 3.9rem;
    color: #fff;
    font-size: 1.6rem;
    background: var(--color-highlight);
    text-align: center;
    line-height: 3.9rem;
    margin-right: 1.5rem;
}
 
.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder,
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
   color: var(--gray-bold);
}

.input-group input:-moz-placeholder,
.input-group textarea:-moz-placeholder,
.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder { /* Firefox 18- */
   color: var(--gray-bold);
}

.input-group input::-moz-placeholder,
.input-group textarea::-moz-placeholder,
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {  /* Firefox 19+ */
   color: var(--gray-bold); 
}

.input-group input:-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder,
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {  
   color: var(--gray-bold);
}
.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;
    background: var(--color-main);
}
.home .setting-menu.fixed .menu-vertical--content {
    display: none !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;
}
.swiper-slider-main .swiper-slide .image {
    padding-top: 56.8%;
}
.banner-section .item-banner .image {
    padding-top: 54.8%;
}
.swiper-button-prev, .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--color-main);
    color: white;
    font-size: 1.4rem;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-highlight);
    color: white;
}
.swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
    opacity:0
}
.swiper-slider-main:hover .swiper-button-prev, .swiper-slider-main:hover .swiper-button-next {
    opacity:1
}
body.home {
    background: var(--light);
}
.title-section i {
    font-size: 1.5rem;
    width: 4rem;
    height: 4rem;
    background: var(--color-highlight);
    line-height: 4rem;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.swiper-button-custom.swiper-button-prev, .swiper-button-custom.swiper-button-next {
    top: 3px;
    transform: unset;
}

.swiper-button-custom.swiper-button-next{
    right: 0;
}

.swiper-button-custom.swiper-button-prev {
    left: inherit;
    right: 4rem;
}
.product-border .swiper {
    padding: 0 2rem 0;
}
.product-border .title-section {
    margin: 0 -2rem 2rem -2rem !important;
}
.product-hot{
    border-top: 2px solid var(--color-highlight);
}
.product-hot .title-tab .block-tab.nav {
    border-right: 1px solid #ebebeb;
}

.product-hot .title-tab .block-tab.nav .nav-item a {
    border-bottom: 1px solid #ebebeb;
    padding-top: 2.15rem;
    padding-bottom: 2.15rem;
    font-size: 15px;
    color: var(--color-main);
}
.product-hot .title-tab .block-tab.nav li:last-child > a {
    border-bottom: 0;
}
.product-hot .title-tab .block-tab.nav .nav-item .nav-link.active, .product-hot .title-tab .block-tab.nav .nav-item .nav-link:hover {
    color: var(--color-highlight);
    font-weight: bold;
}
.banner-home .banner-section .image {
    padding-top: 0;
}
.banner-home .banner-section .image img {
    position:inherit
}
.product-border .product-carousel {
    border: 1px solid #ebebeb !important;
    background: white;
}
.product-carousel .product-item {
    padding: 1.5rem 1.5rem 0;
}
.product-carousel>.row>div:last-child .product-item {
    border: none !important;
}
.testimonial-section .description:before {
    content: "";
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid var(--light);
    position: absolute;
    bottom: -1rem;
    left: 4rem;
    margin: 0 auto;
    z-index: 1;
}
.testimonial-section .description {
    line-height: 1.7;
}
.testimonial-section .img img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
}
.item-banner a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    transition: transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    -ms-transition: -ms-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
}
.item-banner a:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
}
.banner-product img:hover {
    opacity: 0.6;
}
footer {
    background: var(--color-main);
    margin-top:3rem;
    padding: 3rem 0 0;
}
.social-section li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 0.05);    
    display: block;
    height: 35px;
    color: white;    
    text-align: center;
}
.social-section li {
    padding-right: 1rem;
}
.social-section li a:hover {
    background: var(--color-highlight);
}
.footer-menu-section ul a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--color-highlight);
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1rem;
}
footer .article-item .description {
    line-height: 1.7;
}
@media (max-width:992px) {
    .setting-menu .btn-menu-mobile {
        color: white;
    }
    .mid-top>.container>.row>div {
        flex-direction: column;
    }
}























.title-main h3 {
    font-size: 2rem;
}

.border-width-2{
    border-width: 2px !important;
}
.swiper .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 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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: #0866FF;
}
.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;
}
.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;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.form-group {
    margin-bottom: 2rem;
}
.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;
}
.form-control {
    border: 1px solid #e1e1e1;
}
.contact-form-section .contact .desc {
    line-height: 1.7;
}
.product-no-border .title-section {
    margin-bottom: 2rem !important;
    background: none !important;
}

.product-item .button-action {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 3rem;
    text-align: center;
    left: 50%;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.3s ease-in-out 0s;
}
.product-item .button-action a {
    border: medium none;
    color: #fff;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    float: left;
    background: none;
    padding: 0;
}
.product-item .button-action a i {
    line-height: 3rem;
}
.product-item:hover .button-action {
    opacity: 1;
}
.product-item .button-action a:hover {
    color: #fff !important;
    background: var(--color-highlight);
}
.product-item:hover .product-action {
    opacity: 1;
    margin: 0 auto;
}
footer .logo-section {
    text-align: left !important;
}
#quick-view-modal a.compare {
    display: none;
}
.cart-action {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.3rem;
    height: 3rem;
    line-height: 3rem;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}
.cart-action .btn-product-action {
    display: inline-block;
    position: relative;
    color: white;
    background: var(--color-main);
    padding: 0 1.5rem;
}
.product-item:hover .cart-action {
    opacity: 1;
    margin: 0 auto;
}
.cart-action .btn-product-action:hover {
    background: var(--color-highlight);
}
.product-item:hover .price-action .price {
    visibility: hidden;
    display: none;
}
@media (max-width:1200px) and (min-width:1000px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .menu-vertical {
        margin-top: -5rem;
    }
    .article .menu-vertical--content , .article_detail .menu-vertical--content , .product .menu-vertical--content {
        display: block !important;
        position: relative;
        margin-bottom: 3rem !important;
    }
    .price-action {
        min-height: 4.1rem;
    }

}

@media (max-width:1000px) {
    .setting-menu > .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;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .search-mb {
        margin: 3.5rem 1.5rem 1.5rem !important;
    }
    .title-main h2 , .title-main h3 {
        font-size: 2.3rem;
    }
    
    #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
    }
    .title-footer {
        font-size: 1.6rem !important;
    }
    .product-border .swiper {
        padding: 0 1rem 0;
    }
    .product-border .title-section {
        margin: 0 -1rem 1rem -1rem !important;
    }
    
    .product-border .product-item {
        margin-bottom: 1rem;
    }
    .product-hot .tab-content {
        padding: 1rem;
    }
    .product-hot .banner-product {
        padding: 0 1rem 1rem;
    }

}

@media (max-width:991px) {
    .product-hot .title-tab .block-tab.nav .nav-item a {
        padding: 0.8rem 1rem;
        font-size: 1.4rem;
    }
    
    .product-hot .title-tab>h2 {
        padding: 1rem 1.5rem !important;
        text-align: left !important;
        font-size: 2rem;
    }
    .swiper-button-custom.swiper-button-prev {
        right: 3rem;
    }
}


@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .swiper-slider-main .swiper-slide--wrap {
        padding: 1rem 2rem;
    }
    
    .swiper-slider-main .title {
        font-size: 1.4rem !important;
    }
    
    .swiper-slider-main .description {
        font-size: 2rem !important;
        line-height: 1.2;
    }
    
    .swiper-slider-main .desc-short {
        font-size: 1.4rem !important;
        margin-bottom: 1rem !important;
    }
    
    .swiper-slider-main .btn-submit {
        font-size: 1.3rem;
        height: 2.8rem;
        line-height: 2.8rem;
        padding: 0 1rem;
    }
    .product-action-detail a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    
    .product-content-detail .add-to-cart {
        height: 4rem;
        line-height: 4rem;
    }
    
    .product-quantity input {
        height: 3.8rem;
        width: 5rem;
    }
}

