@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy-Regular.woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy SemiBold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/fonts/Gilroy/SVN-Gilroy Bold.otf');
    font-weight: 700;
}

body, * {
    font-family: 'SVN-Gilroy', sans-serif;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro" !important;
}
.m-0 {
    margin: 0;
}
.header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 32px 30px;
    height: 117px;
}
.header-top > div {
    padding: 0;
}
.header-top .logo img {
    max-width: 100px;
}
.nav-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.nav-menu ul li  {
    padding: 10px 30px;
    position: relative;

}
.nav-menu nav > ul > li:first-child>a {
    font-weight: 700;
}
.header-right a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-right a i {
    font-size: 20px;
}
.wrap-home-about {
    display: flex;
    align-items: center;
    padding-top: 83px;
}
.home-about {
    margin-bottom: 40px;
    padding: 0 40px;
}
.wrap-home-about .content {
    line-height: 24px;
    max-width: 544px;
    padding-left: 48px;
}
.wrap-home-about .content p, .wrap-home-about .content span {
    margin-bottom: 40px;
    line-height: 24px;
}
.wrap-home-about .content .title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.wrap-home-about .left-about {
    width: 704px;
    border-right: 1px solid #D4D4D4;
}

.wrap-home-about .right-about {
    width: calc(100% - 704px);
}
.home-list-category, .home-news, .home-rating {
    padding: 0 40px;
    margin-bottom: 40px;
}
.home_new_arrival {
    padding: 30px 40px;
}
.home-list-category .title, .home_new_arrival .title, .home-news .title {
    display: block;
    font-size: 46px;
    line-height: 100%;
    font-weight: 300;
    margin: 30px 0;
    color: #324F40;
}
.home_new_arrival .left-block ul li {
    padding: 5px 0 5px 0;
    line-height: 32px;
}
.home_new_arrival {
    background: #fafafa;
}
.wrap-arrival > div {
    padding: 0;
}

.pro-name .tp_product_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #324F40;
}
.pro-name, .box-pro-detail .other-name {
    margin-bottom: 10px;
    line-height: 24px;
}
.product-detail {
    padding: 15px 0 30px 0;
}
.pro-price .tp_product_price {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.pro-price .price-sale {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.grid-list-thumb {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 300px);
    grid-gap: 20px;
}
.grid-list-thumb a {
    position: relative;
}
.grid-list-thumb a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grid-list-thumb a .category-name {
    position: absolute;
    top: 0;
    left: 0;
}
.grid-list-thumb a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 5;
}
.grid-list-thumb a:nth-child(2) {
    grid-area: 1 / 5 / 3 / 8;
}
.grid-list-thumb a:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}
.grid-list-thumb a:nth-child(4) {
    grid-area: 2 / 3 / 3 / 5;
}
.home_new_arrival .wrap-arrival {
    display: flex;
    flex-wrap: wrap;
}




.home-expert {
    background: #f0f1f1;
    margin-bottom: 120px;
}
.home-expert .wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.home-expert .wrap > div {
    padding: 30px 40px;
}
.home-expert .title {
    margin-bottom: 50px;
}
.home-expert .title p {
    color: #324F40;
}
.home-expert .title .name {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}
.home-expert .title .description {
    font-size: 46px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}
.home-expert .content {
    max-width: 481px;
    margin-bottom: 50px;
}
.home-expert .content p, .home-expert .content span {
    line-height: 24px;
    margin: 0;
}
.home-expert .read-more {
    background: #324F40;
    padding: 14px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 100%;
    width: 200px;
    text-align: center;
}
.home-expert .right {
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 1200px) {
    .home-expert .right img {
        float: right;
        width: 700px;
        height: 450px;
    }
    .article-item .thumb img{
        width: 600px;
        height: 500px;
        object-fit: cover;
    }
}
.home-news .article-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-news .article_name {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 40px;
    color: #324F40;
}
.home-news .article_intro {
    line-height: 28px;
    margin-bottom: 40px;
    width: 98%;
}
.home-news .article-item .read-more {
    padding: 13px 0;
    color: #324F40;
    display: inline-block;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 100%;
    width: 200px;
    text-align: center;
}
.home-news .article-item>div {
    padding: 0;
}
.home-news .list-new-home {
    margin-bottom: 30px;
}
.home-news .read-more-all {
    padding: 13px 0;
    color: #324F40;
    display: block;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 100%;
    width: 200px;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
}
.home-subscribe {
    padding: 0 40px;
}
.home-subscribe > div {
    padding: 0;
}
.home-subscribe .back-ground:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.home-subscribe .back-ground {
    height: 194px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    position: relative;
}

.home-subscribe .content-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 50px;
}
.home-subscribe .left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-subscribe .span1 {
    text-align: right;
    font-size: 32px;
    line-height: 100%;
    white-space: nowrap;
    color: #000;
}
.home-subscribe .span2 {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    color: #000;
}
.home-subscribe .right {
    display: flex;
}
.home-subscribe .right input {
    height: 48px;
    width: 600px;
    padding-left: 20px;
    border: none;
}
.home-subscribe .right button {
    height: 48px;
    width: 200px;
    position: absolute;
    right: 0;
    border: none;
    background: #324F40;
    font-size: 20px;
    color: #fff;
}
.home-news, .home-subscribe {
    margin-bottom: 40px;
}
footer {
    background: #324F40;
    padding: 40px 40px 0;
}
footer .wrap > div {
    padding: 0;
}
footer .wrap {
    display: flex;
    flex-wrap: wrap;
}
footer .list-banner {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 10px;
}
footer .list-banner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .logo {
    margin-bottom: 20px;
}
footer .right-footer {
    padding: 0 0 0 40px;
}
footer .right-footer .title-footer {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
footer .right-footer ul li, footer .right-footer ul li a {
    line-height: 32px;
    color: #FFFFFF;
}
.home_new_arrival .read-more-all {
    display: none;
}
.wrap-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wrap-detail > div {
    padding: 0;
}
.wrap-detail .right-detail {
    padding-left: 50px;
}
.left-detail .product-main {
    margin-bottom: 10px;
}
.tp_footer .logo img {
    max-width: 180px;
}
.tp_footer .address, .tp_footer .hotline, .tp_footer .social-footer {
    margin-top: 20px;
}
.social-footer ul li a i {
    color: #fff;
    font-size: 37px;
}
.tp_footer .address i, .tp_footer .hotline i {
    color: #fff;
    font-size: 20px;
}
.tp_footer .address img, .tp_footer .hotline img {
    padding-right: 10px;
}
.tp_footer .address span, .tp_footer .hotline span, .tp_footer .social-footer span, .tp_footer .hotline a {
    color: #fff;
}
.tp_footer .social-footer ul {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.copy-right {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    margin-top: 25px;
}


/*product detail*/

.tp_product_detail {
    padding: 20px 40px;
}
.right-detail .product-name {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.right-detail .logo-brand {
    margin-bottom: 10px;
}
.product-price {
    padding: 0;
    border-bottom: none;
    margin-bottom: 15px;
}
.product-price .price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
}
.product-price .price-old {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: line-through;
    color: #797979;
    padding-left: 10px;
}
.select-swap .color, .select-swap .size {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.select-swap .color a, .select-swap .size a {
    min-width: 50px;
    height: 50px;
    border: 1px solid #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 10px;
    box-sizing: border-box;
    color: #797979;
}
.select-swap .size a.active {
    background: #324F40;
    color: #fff;
}
.select-swap .color a.active {
    background: #324F40;
    color: #fff;
}
.req.size a.deactive, .req.color a.deactive {
    opacity: 0.5;
    cursor: not-allowed;
}
.swatch .select-swap {
    display: block;
}

.select-swatch .swatch.color-sw .header, .select-swatch .swatch.size-sw .header {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}
.swatch {
    border-bottom: none;
}
.swatch.color {
    margin-bottom: 5px;
}
.product-main .owl-nav, .product-main .owl-dots, .product-thumb .owl-nav, .product-thumb .owl-dots {
    display: none;
}
.size-guide {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    margin: 30px 0;
}
.selector-actions {
    margin: 0;
}
.btnAddToCart, .btn-buynow {
    height: 48px;
    background: #324F40;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: none;
    line-height: 100%;
}

.wrap-addcart a {
    display: unset;
    margin: unset;
}
.wrap-addcart {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    grid-gap: 33px;
    margin-bottom: 30px;
}

.left-detail .product {
    margin-bottom: 30px;
}
.related-product .list-product {
    display: flex;
    flex-wrap: wrap;
}
.related-product h1.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.fb-comments {
    padding: 30px 40px;
}

body.modal-open {
    padding-right: 0 !important;
}
.product-description {
    margin: 40px 0;
}
.product-description h1.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}
/*end product detail*/



@media (min-width: 992px) {
    .mobile-bar {
        display: none;
    }
    .home-news .list-new-home .article-item:nth-child(even) .thumb {
        order: 2;
    }
    .home-news .list-new-home .article-item:nth-child(odd) .content {
        padding-left: 20px;
    }
    .dropbtn {
        display: none;
    }
    #myChoosize .modal-dialog {
        margin: 30px auto;
        width: 800px;
    }
    .menu-lvl2 {
        display: none;
        position: absolute;
        background: #fff;
        flex-direction: column;
        z-index: 100;
        top: 100%;
        left: 0;
        min-width: 150px;
        -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    }
    .nav-menu ul > li:hover .menu-lvl2 {
        display: flex!important;
        align-items: start;
    }
    .nav-menu ul li a i {
        margin-left: 5px;
    }
    .menu-lvl2 li a {
        white-space: nowrap;
    }
    .home-news .article-item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 991px) {
    .product-main .slick-slide img{
        touch-action: manipulation !important;
    }
    .header-top .mobile-bar, .header-top .logo, .header-top .header-right {
        flex: 1 0 30%;
    }
    .header-top .header-right {
        text-align: right;
    }
    .header-top {
        height: 75px;
        padding: 0 16px;
    }
    .hamburger-menu .bar {
        top: 0;
    }
    .header-right a {
        display: block;
    }

    /*menu mobile */
    .nav-menu {
        width: 300px;
        position: fixed;
        height: 100vh;
        left: 0;
        right: auto;
        top: 0;
        background: #fff;
        z-index: 999999;
        -ms-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0;
    }
    .nav-menu.active {
        z-index: 99999;
        transform: translateX(0);
        overflow-x: hidden;
    }
    .nav-menu ul {
        flex-direction: column;
        align-items: start;
    }

    .menu-overlay.active {
        display: block;
    }
    .menu-overlay {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    .home-about, .home-list-category, .home-news, .home-rating {
        padding: 0 16px
    }
    .home-subscribe {
        padding: 0;
    }
    .wrap-home-about {
        flex-direction: column-reverse;
        padding-top: 40px;
    }
    .wrap-home-about .left-about, .wrap-home-about .right-about {
        width: 100%;
    }
    .wrap-home-about .content {
        padding-left: 0;
    }
    .wrap-home-about .content .title {
        font-size: 16px;
    }
    .wrap-home-about .content p, .wrap-home-about .content span {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .home-list-category .title, .home_new_arrival .title, .home-news .title {
        font-weight: 300;
        font-size: 24px;
        margin: 15px 0;
    }
    .home_new_arrival {
        padding: 15px 16px;
    }
    .grid-list-thumb {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 10px;
    }

    .grid-list-thumb a:nth-child(1) {
        grid-area: 1 / 1 / 2 / -1;
    }

    .grid-list-thumb a:nth-child(2) {
        grid-area: 2 / 1 / 3 / -1;
    }

    .grid-list-thumb a:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .grid-list-thumb a:nth-child(4) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgb(249, 249, 249);
        min-width: 160px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
        z-index: 9999;
        width: 100%;
        padding-left: 10px;
    }
    .dropbtn {
        width: 100%;
        background: #fff;
        border: 1px solid #797979;
        padding: 10px;
        text-align: start;
    }
    .dropbtn::after {
        content: '';
        position: absolute;
        right: 10px;
        top: 34%;
        transform: translateY(-50%);
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
    }
    .wrap-arrival .right-block {
        margin-top: 20px;
    }
    .home_new_arrival .left-block ul li {
        padding: 0;
    }
    .home-expert .wrap > div {
        padding: 30px 16px 0 16px;
        position: static;
    }
    .home-expert {
        margin-bottom: 40px;
    }
    .home-news .article_name {
        font-size: 18px;
        margin: 0;
        padding: 20px 0;
    }
    .home-news .article_intro, .home-news .article-item .read-more {
        display: none;
    }
    .home-subscribe .content-center {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }
    .home-subscribe .left {
        align-items: center;
    }
    .home-subscribe .right {
        position: relative;
    }
    .home-subscribe .right input {
        width: 343px;
    }
    .home-subscribe .right button {
        width: 100px;
        font-size: 14px;
    }
    .home-subscribe .evaluate {
        padding: 0;
    }
    .evaluate .slide .owl-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    footer {
        padding: 30px 16px 0;
    }
    footer .right-footer {
        padding: 20px 0;
    }
    .list-product.slide {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    .home_new_arrival .read-more-all {
        padding: 13px 0;
        color: #324F40;
        display: block;
        border: 1px solid #000;
        font-size: 20px;
        line-height: 100%;
        width: 200px;
        white-space: nowrap;
        text-align: center;
        margin: 0 auto;
    }
    .btnAddToCart, .out-of-stock {
        width: 100%;
    }
    .wrap-addcart {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px
    }
    .tp_product_detail {
        padding: 20px 16px;
    }
    .wrap-detail .right-detail {
        padding-left: 0;
    }
    .nav-menu ul li {
        width: 100%;
    }
    .nav-menu nav ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-menu nav ul li a i {
        font-size: 25px;
    }
    .icon-nav-mobile.active {
        transition-duration: 0.4s;
        transform: rotate(180deg);
    }
    .list-product.slide {
        max-height: 700px;
        overflow: hidden;
    }
    .list-product.slide.active {
        max-height: unset;
        overflow: visible;
    }
    p.pro-price {
        display: flex;
        flex-direction: column;
    }
    .home-subscribe .back-ground {
        height: 300px;
    }
}

.caption-item {
    cursor: pointer;
}
.pv-short-description .tp_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-right a img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}
@media (max-width: 768px) {
    .header-right .checkout-h{
        display: none;
    }
    .header-right{
        justify-content: end;
    }
}
form.form-search {
    position: relative;
}
form.form-search input {
    border: 0;
    border-bottom: 1px solid;
    font-size: 14px;
}
form.form-search button {
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
}
.product-img a.out-of-stock > span{
    color: #fff;
    background: #324F40;
    border-color: #324F40;
}
.product-fix .product-img.image-resize>a.out-of-stock{
    cursor: not-allowed;
    opacity: 0.5;
}
.product-img.image-resize>a.out-of-stock {
    cursor: not-allowed;
    opacity: 0.5;
}
.product-img.image-resize>a.out-of-stock {
    height: 100%;
}
@media (max-width: 414px) {
    .product-fix .product-resize, .product-fixView .product-resize {
        height: 290px;
    }
}
.product-description img {
    height: auto;
}