body {
    font-family: 'Kanit' !important;
    font-weight: normal;
    background: #fff;
    color: #535353 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Kanit' !important;
}

.btn {
    font-family: 'Kanit' !important;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Kanit' !important;
    font-weight: 700;
}
.carousel-inner .carousel-item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000005e;
    display: flex;
    align-items: center;
}

.carousel-inner .carousel-item {
    height: 80vh;
}
.carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.absolute {
    position: absolute;
}

.label_menu {
    top: -13px;
    left: 100%;
    transform: translate(-50%);
    font-size: 8px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 16px;
    padding: 0 5px;
    font-weight: 600;
    color: #fff;
}

.label_menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    top: 100%;
    left: 10px;
    border-right: 4px solid transparent;
    border-top: 4px solid;
}

.label_menu-shophot-e62e05-2:before {
    border-top: 4px solid #e62e05;
}

.header-right ul {
    display: flex !important;
    justify-content: space-between;
    padding: 5px;
    margin: 0;
}

.header-right ul li {
    list-style: none;
}

.header-right ul li a {
    font-size: 24px;
    color: #000;
}

.banner-footer {
    background: #f6f6f6;
}

.banner-footer .banner-footer-wrapper {
    padding: 50px 10%;
}

.banner-footer .banner-footer-wrapper .banner-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-icon i {
    fill: #000;
}

.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content {
    max-width: 270px;
    width: 100%;
}

.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content h5 {
    color: #000;
    font-size: 22px;
    font-family: var(--font-Jost);
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
}

.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
    color: #444;
    font-size: 15px;
    font-family: var(--font-Jost);
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .45px;
    margin: 0;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
}

.section-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    position: relative;
    flex-wrap: nowrap;
}

.section-title h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 206px;
    height: 2px;
    background: #000;
    border-radius: 5px;
}


.choose-product-section .choose-product-card {
    position: relative;
}

.choose-product-section .choose-product-card img {
    width: 100%;
}

.hover-img.style-2::before {
    width: 45%;
}

.choose-product-section .choose-product-card .choose-product-card-content {
    position: absolute;
    top: 40px;
    left: 30px;
}

.choose-product-section .choose-product-card .choose-product-card-content .first-text {
    font-family: var(--font-Jost);
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.choose-product-section .choose-product-card .choose-product-card-content .second-text {
    font-family: sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #353535;
    -webkit-text-fill-color: transparent;
}

.choose-product-section .choose-product-card .choose-product-card-content .first-text.style-2 {
    color: #fff;
    margin-left: -65px;
}

.choose-product-section .choose-product-card .choose-product-card-content .second-text.style-3 {
    -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
}

.shine {
    position: relative;
    overflow: hidden;
}

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

.shine:hover::before,
.shine:focus::before {
    animation: shine 0.85s;
}

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

.section-title2 {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title2 h3 {
    font-family: var(--font-Jost);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    flex-wrap: nowrap;
}

.section-title2 h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 64%;
    height: 2px;
    background: #000;
    border-radius: 5px;
}

.section-title2 .all-product.hover-underline {
    display: inline-flex;
}

.hover-underline {
    background: linear-gradient(to bottom, #222222 0%, #222222 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: right 100%;
    transition: background-size .75s;
}

.section-title2 .all-product a {
    color: #000;
    font-size: 18px;
    font-family: var(--font-Jost);
    letter-spacing: .36px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title2 .all-product svg {
    fill: #000;
}

.product-grid8 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.product-grid8 .product-image8 {
    border: 1px solid #e4e9ef;
    position: relative;
    transition: all .3s ease 0s;
}

.product-grid8:hover .product-image8 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.product-grid8 .product-image8 a {
    display: block;
}

.product-grid8 .product-image8 img {
    /* width: 100%;
    height: auto; */
    width: 100%;
    height: 300px;
}

.product-grid8 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s;
}

.product-grid8:hover .pic-1 {
    opacity: 1;
}

.product-grid8 .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-out 0s;
}

.product-grid8:hover .pic-2 {
    opacity: 1;
}

.product-grid8 .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 13px;
    right: 13px;
    z-index: 1;
}

.product-grid8 .social li {
    opacity: 0;
    transform: translateY(3px);
    transition: all .5s ease 0s;
}

.product-grid8:hover .social li {
    margin: 0 0 10px;
    opacity: 1;
    transform: translateY(0);
}

.product-grid8:hover .social li:nth-child(1) {
    transition-delay: .1s;
}

.product-grid8:hover .social li:nth-child(2) {
    transition-delay: .2s;
}

.product-grid8:hover .social li:nth-child(3) {
    transition-delay: .4s;
}

.product-grid8 .social li a {
    color: grey;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid grey;
    display: block;
    transition: all .5s ease-in-out;
}

.product-grid8 .social li a:hover {
    color: #000;
    border-color: #000
}

.product-grid8 .product-discount-label {
    display: block;
    padding: 4px 15px 4px 30px;
    color: #fff;
    background-color: #000;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.product-grid8 .product-content {
    padding: 20px 0 0;
}

.product-grid8 .price {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
    transition: all .3s;
}

.product-grid8 .price span {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block;
}

.product-grid8 .product-shipping {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    padding-left: 35px;
    margin: 0 0 15px;
    display: block;
    position: relative;
}

.product-grid8 .product-shipping:before {
    content: '';
    height: 1px;
    width: 25px;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.product-grid8 .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 30px;
    transition: all .3s ease 0s;
}

.product-grid8 .title a {
    color: #000;
}

.product-grid8 .title a:hover {
    color: #ed1c24;
}

.product-grid8 .all-deals {
    display: block;
    color: #fff;
    background-color: #2e353b;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    transition: all .5s ease 0s;
}

.product-grid8 .all-deals .icon {
    margin-left: 7px;
}

.product-grid8 .all-deals:hover {
    background-color: #ed1c24;
}

@media only screen and (max-width:990px) {
    .product-grid8 {
        margin-bottom: 30px;
    }
}

/******************  about *******************/
.breadcrumb-section {
    background-color: rgba(34, 34, 34, .0500000007);
    padding: 20px 0;
}
.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
    line-height: 1;
    color: #ababab;
    font-family: var(--font-Jost);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
    color: #6c757d;
    font-family: var(--font-Jost);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    color: #13141a;
}
.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: var(--title-color);
    content: "\f285";
    font-family: bootstrap-icons !important;
    font-size: 13px;
    padding-top: 5px;
}
.about-us-wrapper h1 {
    color: #222222;
    text-align: center;
    font-family: var(--font-Jost);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.about-us-wrapper p:nth-child(2) {
    margin-bottom: 25px;
}
.about-us-wrapper p {
    color: #222222;
    text-align: center;
    font-family: var(--font-Jost);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

/******************  index *******************/
.shop-details-content h1 {
    color: #212121;
    font-family: var(--font-Jost);
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.shop-details-content p {
    color: #636262;
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .48px;
    margin-bottom: 20px;
}
.shop-details-content .price-area {
    margin-bottom: 35px;
}
.shop-details-content .price-area .price {
    color: #212121;
    font-family: var(--font-Jost);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
.shop-details-content .price-area .price del {
    color: #ababab;
    font-family: var(--font-Jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.shop-details-content .shop-details-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #222222;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.shop-details-content .shop-details-btn .primary-btn1 {
    padding: 10px 39px;
    cursor: pointer;
}
.hover-btn3 {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.primary-btn1 {
    padding: 12px 40px;
    background-color: #000;
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--font-Jost);
    font-weight: 500;
    letter-spacing: .36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid var(--primary-color1);
    transition: .5s;
}
.shop-details-content .product-shipping-delivers li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #969696;
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.shop-details-content .product-shipping-delivers li svg {
    fill: #222222;
}
.shop-details-content .product-shipping-delivers li:last-child {
    margin-bottom: 0;
}
.shop-details-content .product-shipping-delivers li p {
    color: #969696;
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.shop-details-content .product-shipping-delivers li p a {
    color: #212121;
    background: linear-gradient(to bottom, #222222 0%, #222222 98%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s;
}
.shop-details-content .product-info {
    padding-top: 25px;
    margin-bottom: 30px;
}
.shop-details-content .product-info .product-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 70px;
}
.shop-details-content .product-info .product-info-list li {
    color: #969696;
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: capitalize;
}
.shop-details-content .product-info .product-info-list li span {
    color: #222222;
}
.product-shipping-delivers{
    padding: 0;
}
.slider-nav img{
    padding: 3px;
}
/******************  index *******************/
/******************  index *******************/
/******************  contact *******************/
.section-title {
    position: relative;
    margin-bottom: 50px;
}
.contact-page .section-title h4 {
    color: #13141a;
    font-family: var(--font-Jost);
    font-size: 26px;
    font-weight: 700;
}
.contact-page .single-contact {
    border: 1px solid #222222;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.contact-page .single-contact .title {
    line-height: 1;
    background-color: #fff;
    position: absolute;
    left: 35px;
    top: -9px;
    padding: 0 20px;
}
.contact-page .single-contact .title h6 {
    margin-bottom: 0;
    line-height: 1;
    color: #13141a;
    font-family: var(--font-Jost);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contact-page .single-contact .icon {
    width: 40px;
    height: 40px;
    display: flex;
    border: 1px solid #222222;
    align-items: center;
    justify-content: center;
}
.contact-page .single-contact .icon svg {
    fill: #13141a;
}
.contact-page .single-contact .content {
    line-height: 1;
}
.contact-page .single-contact .content span {
    color: #212121;
    font-family: var(--font-Jost);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.contact-page .single-contact .content h6 {
    margin-bottom: 0;
}
.contact-page .single-contact .content h6 a {
    color: #13141a;
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 600;
    transition: .35s;
}
.contact-page .service-available {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding-top: 15px;
}
.contact-page .service-available span {
    color: #ff4820;
    font-family: var(--font-Jost);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.contact-page .service-available p {
    color: #212121;
    font-family: var(--font-Jost);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-page .inquiry-form {
    padding: 45px 35px 50px;
    box-shadow: 4px 8px 30px rgba(141, 141, 141, .1);
}
.mb-20 {
    margin-bottom: 20px !important;
}
.contact-page .inquiry-form label {
    font-family: var(--font-Jost);
    font-size: 16px;
    color: #222222;
    display: inline-block;
    margin-bottom: 5px;
}
.form-inner input, .form-inner .comment-section .contact-form textarea, .comment-section .contact-form .form-inner textarea, .form-inner textarea {
    border: 1px solid #222222;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    border-radius: unset;
}
input, .comment-section .contact-form textarea, .form-inner textarea {
    border-radius: unset;
}
input, .comment-section .contact-form textarea, .form-inner textarea {
    border: none;
    outline: none;
}
.form-inner textarea {
    height: unset;
    min-height: 100px;
    border: 1px solid #222222;
}
.hover-btn3 {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.primary-btn1 {
    padding: 12px 40px;
    background-color: #222222;
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--font-Jost);
    font-weight: 500;
    letter-spacing: .36px;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid #222222;
    transition: .5s;
}



















/******************  foot *******************/

.footer_v1 .top-footer {
    background: #f6f6f6;
}
.footer_v1 .top-footer {
    padding: 50px 0 40px;
}
.footer_v1 .top-footer .info_footer {
    margin-bottom: 20px;
}
.footer_v1 .top-footer .info_footer .content_footer {
    color: #111111;
}
.footer_v1 .top-footer .info_footer .content_footer {
    color: #111;
    font-weight: 400;
    margin-top: 23px;
    font-size: 14px;
}
.footer_v1 .top-footer .info_footer ul {
    margin-top: 20px;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.list-inline-item {
    display: inline-block;
}
.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
    color: #111111;
}
.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
    display: inline-block;
    color: #111;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}
.footer_v1 .top-footer .info_footer.end .list-icon ul li a i {
    position: relative;
    z-index: 1;
}
.footer_v1 .top-footer .info_footer {
    margin-bottom: 20px;
}
.footer_v1 .top-footer .info_footer h4 {
    color: #111111;
}
.footer_v1 .top-footer .info_footer h4 {
    font-size: 18px;
    font-weight: 600;
}
.footer_v1 .top-footer .info_footer .title_border:after {
    background-color: #111111;
}
.footer_v1 .top-footer .info_footer .title_border:after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 20px;
    background-color: #111;
}
.footer_v1 .top-footer .info_footer ul {
    margin-top: 20px;
}
.footer_v1 .top-footer .info_footer ul li a {
    color: #111111;
}
.footer_v1 .top-footer .info_footer ul li a {
    font-weight: 400;
    line-height: 34px;
    color: #111;
    text-decoration: none;
    transition: all .25s ease-in-out;
    font-size: 15px;
}
.footer_v1 .copyright {
    background: #ffffff;
}
.footer_v1 .copyright {
    border-top: 1px solid #eee;
    padding: 26px 0;
}
.footer_v1 .copyright .text-copyright {
    color: #111111;
}
.footer_v1 .copyright .text-copyright {
    color: #111;
    font-size: 14px;
}
.footer_v1 .copyright p {
    margin-bottom: 0;
}