@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

.wsmainwp {

    max-width: 1610px;

}


body {
    font-family: 'Roboto Condensed', sans-serif;
    /* background-image: url("../images/sinyaa.webp"), url("../images/bg_lay.webp");
  background-repeat: no-repeat, no-repeat;
  background-size:   contain, cover;
  background-position: center top, center bottom; */
    background-image: url("../images/Backgound Website.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.price--sale{
	color: #F58120;
    font-size: 1.2rem;
}
img {

    max-width: 100% !important;

    height: auto !important;

}

*::before {

    font-weight: 900;

}

/* .box-pagination */

.box-pagination ul li {

    padding: 4px 12px;

    border: 1px solid #eaeaea;

}

.box-pagination ul li.active a {

    color: #aaa;

}

.box-pagination ul li a {

    color: #000;

    transition: all .5s ease;

}

.box-pagination ul li a:hover {

    color: #000;

    text-decoration: none;

}

/*---------------------------------------- Block Single Post */

.block-single--post {

    margin-bottom: 1rem;

}

.block-single--post h1 {

    margin: 0.625rem 0;

    text-transform: uppercase;

    display: inline-block;

    font-size: 1.5rem;

    font-weight: 700;

    font-family: 'Open Sans', sans-serif;

}

.block-single--post .meta-list {

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    margin: 1.25rem 0px;

    color: #999;

    text-transform: capitalize;

    font-size: 0.875rem;

}

.block-single--post .meta-list .date-post {

    margin-right: 10px;

    display: inline-block;

}

.block-single--post .block-content {

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    font-size: 0.875rem;

    margin-bottom: 1rem;

}

.block-single--post .block-content img {

    max-width: 100%;

    height: auto !important;

    margin: 10px auto;

}

/*---------------------------------------- Block Contact */

.block-contact-page {

    background-color: #fff;

    font-family: 'Open Sans', sans-serif;

    margin-bottom: 1.875rem;

}

.block-contact-page .embed-map {

    border: 5px solid #f7f7f7;

    margin-bottom: 2rem;

}

.block-contact-page h2 {

    margin-bottom: 1.5625rem;

    font-size: 1.125rem;

    color: #444;

    font-weight: 700;

    text-transform: uppercase;

}

.block-contact-page ul {

    list-style: none;

    margin-bottom: 0.9375rem;

    padding-left: 1.25rem;

}

.block-contact-page ul li {

    margin-bottom: 0.9375rem;

    font-size: 0.8125rem;

}

.block-contact-page ul li span {

    display: block;

    margin-bottom: 0.625rem;

    font-size: 0.8125rem;

    font-weight: 700;

    color: #444;

}

.block-contact-page .form-control,
.block-contact-page textarea.form-control {

    background-color: #fff;

    border: 1px solid #ebebeb;

    height: 40px;

    border-radius: 2px;

    padding: 0 10px;

    color: #999;

}

.block-contact-page textarea.form-control {

    height: 80px;

    padding: 0.625rem;

}

.block-contact-page .form-control,
.block-contact-page .form-control:focus,
.block-contact-page .form-control:hover {

    outline-color: transparent;

    -webkit-box-shadow: inset 0 0px 0px transparent;

    box-shadow: inset 0 0px 0px transparent;

    font-size: 0.875rem;

}

.block-contact-page .submit-contact {

    border: 0;

    padding: 0.625rem 1.6875rem 0.625rem 1.125rem;

    color: #fff;

    font-size: 0.875rem;

    font-weight: bold;

    text-transform: uppercase;

    border-radius: 2px;

    background-color: #358bb1;

    margin: 0;

    transition: all 0.5s ease;

}

.block-contact-page .submit-contact:hover {

    background-color: #cc1818;

}

/*---------------------------------------- Block Post Item Page */

.post-page-item {

    margin-bottom: 1.875rem;

    color: #525252;

    border-bottom: 1px solid #eee;

    padding-bottom: 1.25rem;

}

.post-page-item .meta-list {

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    margin: .5rem 0px;

    color: #999;

    text-transform: capitalize;

    font-size: 0.875rem;

}

.post-page-item .meta-list .date-post {

    margin-right: 10px;

    display: inline-block;

}

.post-page-item .meta-list i {

    margin: 5px 5px 5px 0px;

    color: #999;

}

.post-page-item .meta-list a {

    color: #999;

    transition: all 0.5s ease;

}

.post-page-item .meta-list a:hover {

    text-decoration: none;

    color: #65c178;

}

.post-page-item h3 {

    font-family: 'Open Sans', sans-serif;

    font-size: 1rem;

    font-weight: 700;

    margin-bottom: 0px;

    overflow: hidden;

    text-overflow: ellipsis;

    line-height: 25px;

    -webkit-line-clamp: 2;

    height: 50px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.post-page-item h3 a {

    color: #333;

    transition: all 0.5s ease;

}

.post-page-item h3 a:hover {

    color: #65c178;

    text-decoration: none;

}

.post-page-item .block-content {

    font-family: 'Open Sans', sans-serif;

    font-size: 0.9375rem;

    font-weight: 400;

    margin: 0.5rem 0px;

    overflow: hidden;

    text-overflow: ellipsis;

    line-height: 25px;

    -webkit-line-clamp: 4;

    height: 100px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

/* header-contact */

.header-contact {

    /* padding: 5px 0; */
    padding: 0;

    //background-color: #004e31;

    color: #fff;

}

.header-contact .call-us span {

    padding-right: 15px;

}

.header-contact .call-us span img {

    padding-right: 5px;

}

.header-contact .connect {

    text-align: right;

}

.header-contact .connect ul {

    list-style: none;

}

.header-contact .connect ul li {

    padding-right: 5px;

}

.header-contact .connect .fab {

    background-color: #65c178;

    padding: 8px 11px;

    border-radius: 50%;

}

.box-header.show-header {

    margin-top: 35px;

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    padding-bottom: 0px;

    z-index: 9999;

    transition: all .5s ease;

    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);

}

body {

    font-family: 'Roboto', 'Open Sans', 'Kanit', sans-serif;

    font-size: 14px;

}

a {

    color: #000;

    transition: all .5s ease;

}

a:hover {

    text-decoration: none;

}

/* .slide-one  */

.slide-one .slick-prev:before,
.slide-one .slick-next:before {

    color: #fff;

    font-size: 30px;

}

.slide-one {

    position: relative;

}

.slide-one::before {

    content: "";

    position: absolute;

    background-image: url(../images/banner_bottom_02.png);

    background-repeat: no-repeat;

    background-position: left bottom;

    left: 0px;

    width: 100%;

    height: 100%;

    z-index: 1;

    bottom: 4px;

}

/* block-introduce */

.block-introduce {

    padding: 20px 0 40px;

}

.block-introduce .block-images {

    padding: 15px;

    box-shadow: 0px 0px 8px 1px hsla(0, 0%, 54.9%, 0.6);

}

.block-introduce .block-content h3 {

    font-size: 18px;

    font-weight: bold;

    color: #004e31;

}

/* block-hotline */

.block-hotline {

    color: #fff;

    text-align: center;

}

.block-hotline .p-15 {

    padding: 0 15px;

}

.block-hotline .block-hotline:first-child {

    background-color: #004e31;

    padding: 35px 0 30px;

}

.block-hotline .block-hotline:last-child {

    background-color: #65c178;

    padding: 35px 0 30px;

}

/* block-main */

.block-main .border-dashed {

    border: 1px dashed #000;

}

.block-main .block-item-main {

    padding: 5px;

}

.block-main .block-item-main h3 {

    background-color: #004e31;

    color: #fff;

    font-size: 18px;

    padding: 15px;

    text-align: center;

    margin-bottom: 0;

}

.block-main .block-item-main ul {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    padding: 10px 0;

}

.block-main .block-item-main ul li {

    border-bottom: 1px dashed #ddd;

    margin: 10px;

    padding-bottom: 10px;

}

.block-main .block-item-main ul li a {

    background-image: url(../images/icon_category_17.png);

    background-repeat: no-repeat;

    background-position: left center;

    padding-left: 25px;

    transition: all .5s ease;

}

.block-main .block-item-main ul li a:hover {

    color: #65c178;

}

.block-main .block-item-main .video-item:first-child {

    padding: 0;

}

.block-main .block-item-main .video-item {

    padding: 15px 0;

}

/*-------------------------------- BLock Breadcrumb */

.box-breadcrumb {

    background: #f5f5f5;

    border-bottom: 1px solid #eeeff3;

}

.box-breadcrumb .breadcrumb {

    background: transparent;

    border-radius: 0px;

    font-size: 0.875rem;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    margin-bottom: 0px;

    padding: .75rem 0;

}

.box-breadcrumb .breadcrumb li a {

    color: #6c757d;

    transition: all 0.5s ease;

}

.box-breadcrumb .breadcrumb li a:hover {

    color: #358bb1;

    text-decoration: none;

}

.box-breadcrumb .breadcrumb .breadcrumb-item.active {

    color: #358bb1;

}

/*---------------------------------------- Block Warpper Header Title */

.box-warpper .block-header-title {

    border-left: 4px solid #358bb1;

}

.box-warpper .block-header-title h3 {

    font-size: 1.25rem;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    color: #909090;

    margin: 0rem 1rem 1rem;

    padding: 0.5rem 0px;

}

/*---------------------------------------- Box Single Product */

.box-single-product .box-single-product--images {

    margin-bottom: 1rem;

}

.box-single-product .detail-product--slider-producted,
.box-single-product .detail-product--content-producted {

    margin-bottom: 1rem;

    padding-top: 40px;

}

.box-single-product .detail-product--slider-producted .slider-producted {

    border: 1px solid #ebebeb;

}

.box-single-product .detail-product--slider-producted .slick-slider .slick-list {

    overflow: hidden;

}

.box-single-product .detail-product--slider-producted .slider-producted img {

    display: block;

    width: 100%;

    height: auto;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation {

    overflow: visible;

    margin: 10px 0;

    position: relative;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-list {

    margin: 0 25px;

    padding: 0px !important;

    overflow: hidden;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev {

    left: 0px;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next {

    right: 0px;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation button {

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    height: 96%;

    margin-top: 6px;

    line-height: normal;

    position: absolute;

    text-indent: -9999px;

    text-shadow: none;

    opacity: 0;

    width: 20px;

    background: none repeat scroll 0 0 #cccccc;

    cursor: pointer;

    -webkit-transition: 0.2s;

    transition: 0.2s;

    opacity: 1;

    transition: opacity 0.35s, transform 0.35s;

    text-align: center;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation button::before {

    position: absolute;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    width: 20px;

    height: 20px;

    margin: auto;

    z-index: 3;

    font-size: 20px;

    color: #fff;

    text-indent: 0;

    display: inline-block;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before {
    content: '\f104';
}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before {
    content: '\f105';
}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item {

    padding: 0 5px;

    cursor: pointer;

}

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item img {
    border: 1px solid #ebebeb;
}

/* .box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item.slick-current img{border: 1px solid #ffc23a;} */

.box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item:focus {

    box-shadow: 0px 0px 0px 0px transparent;

    outline-color: transparent;

}

.box-single-product .box-single-product--content {

    margin-bottom: 1rem;

    padding-top: 40px;

}

.box-single-product .box-single-product--content h1 {

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    font-size: 22px;

    color: #555;

    text-transform: uppercase;

    margin-bottom: 0px;

}

.box-single-product .box-single-product--content .box-price {

    margin: 1.5rem 0px;

}

.box-single-product .box-single-product--content .box-price p {

    font-size: 20px;

    color: #8bbc06;

}

.box-single-product .box-single-product--content .box-price span {

    font-size: 24px;

    font-weight: bold;

}

.box-single-product .box-single-product--content .description p {

    margin-bottom: 0px;

    color: #919191;

    font-family: 'Arial', sans-serif;

    font-weight: 400;

    font-size: 0.875rem;

}

.box-single-description-product .description-product--navigation {

    margin: 2rem 0px;

}

.box-single-description-product .description-product--navigation .nav-tabs {

    border-bottom: none;

    border-top: 1px solid #ebebeb;

    font-family: 'Open Sans', sans-serif;

    font-weight: 700;

    font-size: 0.875rem;

}

.box-single-description-product .description-product--navigation .nav-tabs .nav-item {

    margin-right: 2.25rem;

}

.box-single-description-product .description-product--navigation .nav-tabs .nav-item:last-child {

    margin-right: 0px;

}

.box-single-description-product .description-product--navigation .nav-tabs .nav-link {

    border: none;

    border-top: 2px solid transparent;

    border-radius: 0px;

    color: #909090;

    transition: all 0.5s ease;

}

.box-single-description-product .description-product--navigation .nav-link {

    padding: 1rem 0rem;

}

.box-single-description-product .description-product--navigation .nav-tabs .nav-item.show .nav-link,

.box-single-description-product .description-product--navigation .nav-tabs .nav-link.active {

    color: #363636;

    background-color: #fff;

    border-color: #363636;

}

.box-single-description-product .description-product--navigation .nav-tabs .nav-link:focus,

.box-single-description-product .description-product--navigation .nav-tabs .nav-link:hover {

    color: #363636;

    border-color: #363636;

}

.box-single-description-product .tab-content {

    padding: 0px 2rem 2rem;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    font-size: 0.875rem;

    border-bottom: 1px solid #ebebeb;

    margin-bottom: 1.5rem;

}

/*---------------------------------------- Block Pagination */

.box-pagination {

    margin: 2rem 0px;

    padding: 1rem 0px;

    border-top: 1px solid #ebebeb;

    border-bottom: 1px solid #ebebeb;

    text-align: center;

}

.box-pagination ul {

    margin: 0px;

    padding: 0px;

}

.box-pagination .pagination>li>a,
.box-pagination .pagination>li>span {

    padding: 0.5rem 0.875rem;

    border-radius: 50%;

    margin: 0px 3px;

    color: #1b2024;

    width: 40px;

    height: 40px;

    text-align: center;

    transition: all 0.5s ease;

}

.box-pagination .pagination>.active>a,

.box-pagination .pagination>.active>a:focus,

.box-pagination .pagination>.active>a:hover,

.box-pagination .pagination>.active>span,

.box-pagination .pagination>.active>span:focus,

.box-pagination .pagination>.active>span:hover {

    background-color: #007bff;

    color: #fff;

}

.box-pagination .pagination>li>a:focus,

.box-pagination .pagination>li>a:hover,

.box-pagination .pagination>li>span:focus,

.box-pagination .pagination>li>span:hover {

    background-color: #007bff;

    text-decoration: none;

    color: #fff;

}

/*------------------------------------ Box Single Post */

.box-single-pages h1 {

    margin: 0rem;

    text-transform: uppercase;

    display: inline-block;

    font-size: 1.5rem;

    font-weight: 700;

}

.box-single-pages .meta-list {

    font-weight: 400;

    margin: 1rem 0px;

    color: #999;

    text-transform: capitalize;

    font-size: 0.875rem;

}

.box-single-pages .meta-list .date-post {

    margin-right: 10px;

    display: inline-block;

}

.box-single-pages .single-pages-content {

    font-weight: 400;

    font-size: 0.875rem;

    margin-bottom: 1rem;

    text-align: justify;

}

.box-single-pages .single-pages-content img {

    max-width: 100%;

    height: auto !important;

    margin: 10px auto;

}

/*------------------------------------ Box Post Related */

.box-post-related .block-header-title h3 {

    font-family: 'Open Sans', sans-serif;

    font-weight: 700;

    font-size: 15px;

    color: #fff;

}

/*------------------------------------ Box Post Item */

.post-related-item {

    margin-bottom: 1rem;

}

.post-related-item .block-images {

    overflow: hidden;

}

.post-related-item .block-images img {

    transform: scale(1);

    transition: all 0.5s ease;

}

.post-related-item .block-images img:hover {

    transform: scale(1.2);

}

.post-related-item .block-content h3 {

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    margin: 1rem 0px 0.5rem;

    font-size: 14px;

    line-height: 1.25;

    height: 36px;

}

.post-related-item .block-content h3 a {

    color: #555;

    transition: all 0.5s ease;

}

.post-related-item .block-content h3 a:hover {

    color: #005a4e;

    text-decoration: none;

}

.post-related-item .block-content .date-post {

    margin-bottom: 0.5rem;

    font-size: 0.875rem;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

}

.post-related-item .block-content p {

    text-align: justify;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    font-size: 0.875rem;

}

.post-related-item .block-content a.readmore {

    background: #005a4e;

    border: 1px solid #005a4e;

    padding: 0.35rem 1.25rem 0.5rem;

    border-radius: 1.25rem;

    font-size: 0.875rem;

    color: #fff;

    transition: all 0.5s ease;

}

.post-related-item .block-content a.readmore:hover {

    background: #0f9a87;

    color: #fff;

    border-color: #0f9a87;

    text-decoration: none;

}

.box-single-pages h1 {

    text-align: center;

    background-color: #005a4e;

    color: #fff;

    font-size: 21px;

    text-transform: uppercase;

    padding: 10px 0;

    width: 100%;

}

.block-content .price .price-original {

    color: #f51b1b;

}

.block-content .price .price-sale {

    color: #7a7a7a;

    text-decoration: line-through;

}

.product-item {

    margin-bottom: 10px;

}

.product-item .block-content {

    padding: 10px;

    text-align: center;

}

.product-item .block-content h3 a {

    font-size: 14px;

    font-weight: bold;

    color: #555;

    transition: all .5s ease;

}

.product-item .block-content h3 a:hover {

    color: #005a4e;

    text-decoration: none;

}

.wsmenu>.wsmenu-list>li:first-child>a::before {

    content: "";

}

.wsmenu>.wsmenu-list {

    background-color: #fff;

}

.wsmenu>.wsmenu-list>li>a.active {

    color: #fff;

    /* background-color: #65c178; */
    background-color: linear-gradient(to bottom, rgba(255, 128, 9, 1) 0%, rgba(255, 163, 76, 1) 51%, rgba(255, 128, 9, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 128, 9, 1) 0%, rgba(255, 163, 76, 1) 51%, rgba(255, 128, 9, 1) 100%);

}

.wsmenu>.wsmenu-list>li:first-child>a {

    padding-left: 15px;

}

.wsmenu>.wsmenu-list>li>a {

    padding: 1.25rem 1rem;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: .3s;

    transition-duration: .3s;

}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {

    content: "\f0d7";

    top: 20px;

    right: 12px;

    font-size: .875rem;

}

.wsmenu>.wsmenu-list>li:last-child>a {

    padding-right: 15px;

}

.wsmenu>.wsmenu-list>li>a {

    color: #004e31;

    font-weight: 500;

    text-transform: uppercase;

}

.wsmenu>.wsmenu-list>li:hover>a {

    color: #fff;

    /* background-color: #65c178; */
    background: linear-gradient(to bottom, rgba(255, 128, 9, 1) 0%, rgba(255, 163, 76, 1) 51%, rgba(255, 128, 9, 1) 100%);

    background-color: linear-gradient(to bottom, rgba(255, 128, 9, 1) 0%, rgba(255, 163, 76, 1) 51%, rgba(255, 128, 9, 1) 100%);

}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
    background: linear-gradient(to bottom, rgba(255, 128, 9, 1) 0%, rgba(255, 163, 76, 1) 51%, rgba(255, 128, 9, 1) 100%);

    /* background-color: #65c178; */
    background-color: linear-gradient(to bottom, rgba(255, 128, 9, 1) 0%, rgba(255, 163, 76, 1) 51%, rgba(255, 128, 9, 1) 100%);
    color: #fff;

}

.block-header-top {

    margin-top: 35px;

    border-bottom: 2px solid #b60202;

    background: #fff;

}

/* box-header */

.box-header {

    background-color: #fff;

}

.wsmenu>.wsmenu-list {

    background-color: #fff;

}

/* section-box-post */

.section-box-post .block-item-post h3.card-title {

    font-size: 18px;

    font-weight: 400;

}

.section-box-post .block-item-post h3.card-title a {

    transition: all .5s ease;

}

.section-box-post .block-item-post h3.card-title a:hover {

    color: #b60202;

    text-decoration: none;

}

.section-box-post .block-item-post .post-meta {

    padding: 5px 0;

    color: #666;

    font-size: 13px;

}

.section-box-post .block-item-post .post-meta span {
    padding-right: 45px;

}

.section-box-post .block-item-post .readmore {

    border: 1px solid #eaeaea;

    padding: 10px 12px;

    background-color: #eee;

    transition: all .5s ease;

}

.section-box-post .block-item-post .readmore:hover {

    background-color: #b60202;

    text-decoration: none;

}

.section-box-post .block-item-post .readmore:hover a {

    color: #fff;

}

/* block-main */

.block-main {

    padding: 40px 0 120px;

}

.block-main .section-product .block-title h3 {

    padding-bottom: 25px;

}

.block-main .section-product span {

    padding: 10px 0;

}

.block-title h3 {

    color: #004e31;

    font-weight: bold;

    font-size: 24px;

    text-transform: uppercase;

}

.block-main .section-product .block-title img {

    vertical-align: inherit;

    padding-right: 10px;

}

.box-warpper-shop .block-title,

.box-warpper-post .block-title,

.box-product-related .block-title,

.box-warpper-contact .block-title {

    padding: 15px 0;

}

.box-warpper-shop .block-title h3 img,

.box-warpper-post .block-title h3 img,

.box-warpper-contact .block-title h3 img {

    vertical-align: initial;

}

.section-product .block-item {

    margin-bottom: 30px;

    box-shadow: 0px 0px 8px 1px hsla(0, 0%, 54.9%, 0.6);

    border-radius: 10px;

}

.section-product .block-item .block-images img {

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}

.section-product .block-item .block-content {

    border-bottom-left-radius: 10px;

    border-bottom-right-radius: 10px;

    background-color: #ebebeb;

    text-align: center;

    padding: 10px;

}

.section-product .block-item .block-content h3 {

    line-height: .875;

}

.section-product .block-item .block-content h3 a {

    font-size: 16px;

    color: #004e31;

    text-transform: uppercase;

    font-weight: bold;

    overflow: hidden;

    text-overflow: ellipsis;

    line-height: 25px;

    -webkit-line-clamp: 3;

    height: 45px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    transition: all .3s ease;

}

.section-product .block-item:hover .block-content h3 a {

    color: #fff;

}

.section-product .block-item:hover .block-content {

    background-color: #004e31;

}

.block-main {

    position: relative;

}

.block-main::before {

    content: "";

    position: absolute;

    background-image: url(../images/banner_bottom_product_24.png);

    background-repeat: no-repeat;

    background-position: left bottom;

    left: 0px;

    width: 100%;

    height: 100%;

    bottom: 0;

}

/* section-post */

.section-post {

    background-image: url(../images/bg_news_24.png);

    background-repeat: repeat;

    background-position: bottom;

    padding: 50px 0 25px;

}

.section-post .block-title h3 {

    text-align: center;

    padding-bottom: 25px;

}

.section-post .block-item {

    margin-bottom: 30px;

    box-shadow: 0px 0px 8px 1px hsla(0, 0%, 54.9%, 0.6);

    border-radius: 10px;

}

.section-post .block-item .block-images img {

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}

.section-post .block-item .block-content {

    border-bottom-left-radius: 10px;

    border-bottom-right-radius: 10px;

    background-color: #fff;

    text-align: center;

    padding: 10px;

}

.section-post .block-item .block-content h3 a {

    font-size: 16px;

    color: #004e31;

    text-transform: uppercase;

    font-weight: bold;

    transition: all .3s ease;

    overflow: hidden;

    text-overflow: ellipsis;

    line-height: 1.275;

    -webkit-line-clamp: 2;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.section-post .block-item .block-content p {

    overflow: hidden;

    text-overflow: ellipsis;

    line-height: 1.5;

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.section-post .block-item:hover .block-content h3 a {

    /* color: #65c178; */
    color: #00cfd6;

}

.section-post .block-item:hover .block-content p {

    color: #fff;

}

.section-post .block-item:hover .block-content {

    background-color: #004e31;
    color: #00cfd6;

}

/* block-album */

.block-album {

    padding: 50px 0 120px;

    position: relative;

}

.block-album::before {

    content: "";

    position: absolute;

    background-image: url(../images/bannner_bottom_footer_06.png);

    background-repeat: no-repeat;

    background-position: left bottom;

    left: 0px;

    width: 100%;

    height: 100%;

    bottom: -1px;

}

.block-album .block-title h3 {

    text-align: center;

    padding-bottom: 25px;

}

.block-album .block-content .pd-5 {

    padding: 2px;

}

.block-album .block-content {

    padding: 0 12px;

}

/* foooter */

.footer {

    background-color: #004e31;

    padding: 40px 0;

    color: #fff;

    font-size: 15px;

    font-family: 'Roboto', sans-serif;

}

.footer .policy ul li a::before {

    content: "\f0da";

    font-family: "Font Awesome 5 Free";

    padding-right: 10px;

}

.footer .connect ul li a {

    padding-right: 10px;

}

.footer .connect ul li a::before {

    content: "";

    padding-right: 0;

}

.footer p {

    color: #fff;

    margin-bottom: 5px;

}

.footer .fa {

    color: #00b392;

}

.footer span {

    color: #fff;

}

.footer ul {

    padding-left: 0;

    list-style: none;

}

.footer ul li a {

    color: #fff;

    line-height: 1.8;

    transition: all .5s ease;

}

.footer ul li a:hover {

    color: #65c178;

    text-decoration: none;

}

.footer h2 {

    color: #fff;

    font-size: 18px;

    text-transform: uppercase;

}

/* copyright */

.copyright p {

    margin-bottom: 0;

    padding: 5px 0;

}

@media(max-width:414px) {

    .block-main .section-product .block-title h3 {

        padding-bottom: 0;

    }

    .header-contact .d-flex {

        display: initial !important;

    }

    .header-contact .call-us {

        text-align: center;

    }

    .header-contact .call-us span:first-child {

        display: block;

    }

    .header-contact .connect {

        display: none !important;

    }

    .block-menu-main .logo {

        text-align: center;

    }

    .slide-one::before {

        display: none;

    }

    .block-main {

        padding: 40px 0 40px;

    }

    .block-main::before {

        display: none;

    }

    .block-album {

        padding: 40px 0 40px;

    }

    .block-album::before {

        display: none;

    }

}

@media(max-width:767px) {

    .pull-left {

        float: none;

    }

    .pull-right {

        float: none;

    }

    .nav-tabs {

        text-align: center;

    }

    .nav-tabs .nav-item {

        width: 33.3%;

    }

    .p-0 {

        padding: 0 15px !important;

    }

    /* .search-header .logo{

  position: fixed;

  width: 100%;

  top: 0;

  background-color: rgba(255,255,255,.95);

  z-index: 2;

  } */

    .items-cart-inner {

        position: fixed;

        top: 0;

        right: 0;

        z-index: 2;

    }

    .clear-p {

        padding: 0;

    }

}

@media only screen and (max-width: 991px) {

    .block-main::before {

        bottom: -1px;

    }

    .block-album::before {

        bottom: -2px;

    }

    .wsmenu>.wsmenu-list {

        display: block;

    }

    .wsmenu>.wsmenu-list>li {

        display: block;

    }

    .wsmobileheader {

        background-color: transparent;

        box-shadow: none;

    }

    .wsmenu-list li:nth-child(2) {

        padding-left: 0;

    }

    .wsmenu>.wsmenu-list>li>a {

        padding: 0.875rem 1rem;

        color: #000;

    }

    .wsmenu>.wsmenu-list>li>a.active {

        background-color: #65c178;

    }

    .wsmenu>.wsmenu-list>li>a.hover {

        background-color: #65c178;

    }

    .wsmenu>.wsmenu-list>li:hover>a {

        background-color: #65c178;

    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:before,
    .wsanimated-arrow span:after {

        background-color: #000;

    }

}

@media(min-width:1024px) and (max-width:1365px) {

    .slide-one::before {

        bottom: 2px;

    }

    .block-main::before {

        bottom: -1px;

    }

    .block-album::before {

        bottom: -2px;

    }

    .wsmenu>.wsmenu-list>li:first-child>a {

        padding-left: 0.5rem
    }

    .wsmenu>.wsmenu-list>li>a {

        padding: 1.25rem 0.5rem;

    }

}

@media(max-width:1365px) {

    .block-main .section-product {

        padding-top: 25px;

    }

}



@media(min-width:1366px) {

    .wsmenu>.wsmenu-list {

        padding-left: 0px;

    }

}

@media(min-width:1200px) {}

@media(min-width:768px) and (max-width:1023px) {}

/*---------------------------------------- Box Single Product */
.box-warpper-single-shop .detail-product--slider-producted,
.box-warpper-single-shop .detail-product--content-producted {
    margin-bottom: 1rem;
}

/* .box-warpper-single-shop .detail-product--slider-producted .slider-producted{
  border: 1px solid #ebebeb;
  width: 80%;
  float: left;
  padding-left: 5px;
} */
/* .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
  width: 20%;
  float: left;
  padding-right: 20px;
} */
/* .box-warpper-single-shop .detail-product--slider-producted .slick-slider .slick-list {
  overflow: hidden;
} */
.box-warpper-single-shop .detail-product--slider-producted .slider-producted img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation {
    overflow: visible;
    position: relative;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-list {
    margin: 25px 0px;
    padding: 0px !important;
    overflow: hidden;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev {
    top: 10px;
    left: 0px;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next {
    top: calc(100% - 10px);
    left: 0px;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: normal;
    position: absolute;
    text-indent: -9999px;
    text-shadow: none;
    opacity: 0;
    width: calc(100% - 20px);
    height: 20px;
    background: none repeat scroll 0 0 #fafafa;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    transition: opacity 0.35s, transform 0.35s;
    text-align: center;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation button::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    z-index: 3;
    font-size: 20px;
    color: #272727;
    text-indent: 0;
    display: inline-block;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before {
    content: '\f077';
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before {
    content: '\f078';
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item {
    padding: 0px 0px;
    cursor: pointer;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item img {
    border: 1px solid #e8e8e8;
    opacity: 0.3;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item.slick-current img {
    border: 1px solid #e8e8e8;
    opacity: 1;
}

.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item:focus {
    box-shadow: 0px 0px 0px 0px transparent;
    outline-color: transparent;
}

.box-warpper-single-shop .box-single-product--content {
    margin-bottom: 1rem;
}

.box-single-product--content .block-heading-title h1 {
    color: #555;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 0px 10px;
}

.box-single-product--content .block-heading-title ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.box-single-product--content .block-heading-title ul li {
    display: inline-block;
}

.box-single-product--content .block-heading-title ul li:last-child::before {
    content: '|';
    display: inline-block;
    padding: 0px 5px;
}

.box-single-product--content .block-heading-title ul li span {
    color: #5cb021;
}

.box-single-product--content .box-price {
    padding: 10px 0;
    border-bottom: solid 1px #ebebeb;
}

.box-single-product--content .box-price span {
    display: inline-block;
    padding: 0px 0.5rem;
    font-family: "Arial", sans-serif;
}

.box-single-product--content .box-price span:first-child {
    padding-left: 0px;
}

.box-single-product--content .box-price span.price {
    font-weight: 700;
    font-size: 29px;
    color: #5cb021;
}

.box-single-product--content .box-price span.price-sale {
    padding-right: 0px;
    color: #7a7a7a;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 16px;
}

.box-single-product--content .block-summary {
    margin-bottom: 15px;
    padding: 15px 0px 0px;
    overflow: hidden;
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-single-product--content .block-summary p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.box-single-product--content .form-addcart-single {
    margin-top: 15px;
}

.box-single-product--content .form-addcart-single p {
    font-weight: 400;
    margin-bottom: 10px;
}

.box-single-product--content .form-addcart-single .input-group {
    width: 100%;
}

.box-single-product--content .form-addcart-single .input-group .btn {
    font-size: 20px;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 0px;
}

.box-single-product--content .form-addcart-single .input-group .btn-default {
    background: #fff;
    border: 1px solid #ced4da;
}

.box-single-product--content .form-addcart-single .input-group .form-control {
    padding: 0px 5px;
    font-size: 14px;
    border-left: none;
    border-right: none;
}

.box-single-product--content .form-addcart-single .input-group .btn:focus,
.box-single-product--content .form-addcart-single .input-group .form-control:focus {
    box-shadow: 0 0 0 0 transparent;
}

.box-single-product--content .form-addcart-single .block-single-action .btn {
    position: relative;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden;
}

.box-single-product--content .form-addcart-single .block-single-action .btn::before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-single-product--content .form-addcart-single .block-single-action .btn:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.box-single-product--content .form-addcart-single .block-single-action .btn-addcart::before {
    background-color: #5cb021;
}

.box-single-product--content .form-addcart-single .block-single-action .btn-addcart {
    color: #fff;
    background: transparent;
    border: 1px solid #5cb021;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-single-product--content .form-addcart-single .block-single-action .btn-addcart:hover {
    color: #252a2b;
}

.box-warpper-single-shop .block-warpper-content {
    margin: 20px 0px;
}

.box-warpper-single-shop .block-warpper-content .tab-content {
    padding: 20px 25px;
    border: solid 1px #ebebeb;
    border-top: none;
}

.box-warpper-single-shop .block-warpper-content .tab-content p {
    font-size: 14px;
}

.box-warpper-single-shop .block-warpper-content .tab-content img {
    max-width: 100%;
    margin: auto;
}

.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-item+.nav-item {
    margin-left: 5px;
}

.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-link {
    background: #f7f6f3;
    border: solid 1px #ebebeb;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: "Arial", sans-serif;
}

.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-item.show .nav-link,
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-link.active {
    background: #5cb021;
    border-color: #5cb021;
    color: #fff;
}

/*------------------------------------ Box Warpper Cart */
.box-warpper-cart {}

.box-warpper-cart .block-heading-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: center;
}

.box-warpper-cart .warpper-cart-content {
    margin-bottom: 25px;
}

.box-warpper-cart .cart-group {
    background: #fafafa;
    padding: 15px;
}

.box-warpper-cart .title-number-cart {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
}

.box-warpper-cart .table-cart-custom {
    background: #fff;
}

.box-warpper-cart .table-cart-custom .cart-item-pages {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-images {
    display: inline-flex;
    width: 13%;
    padding: 0 20px;
    text-align: center;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content {
    display: inline-flex;
    width: 85%;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--info {
    display: inline-flex;
    width: 40%;
    align-items: center;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--info h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality {
    display: inline-flex;
    width: 20%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .input-group {
    width: auto;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .form-control {
    font-weight: 500;
    font-size: 15px;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
    background: #ededed;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #abafb2;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .btn:focus {
    box-shadow: 0px 0px 0px 0px transparent;
    outline: none;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .minus-btn {
    border-right: none;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .plus-btn {
    border-left: none;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--price {
    display: inline-flex;
    width: 15%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--price p {
    line-height: 21px;
    margin-bottom: 10px;
    font-size: 14px;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price {
    display: inline-flex;
    text-align: center;
    width: 25%;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #a73340;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #777;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .price-item-total {
    font-weight: 700;
    color: #a73340;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .remove a {
    display: block;
    margin-top: 5px;
}

.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .remove img {
    width: 16px;
}

.box-warpper-cart .note-privacy .block-title h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.box-warpper-cart .note-privacy .block-content textarea.form-control {
    box-shadow: none;
    border-color: #dfe0e1;
    border-radius: 0;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.box-warpper-cart .note-privacy .block-content ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}

.box-warpper-cart .note-privacy .block-content ul li {
    display: block;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}

.box-warpper-cart .note-privacy .block-content ul li::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    font-size: 10px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

.box-warpper-cart .sidebar-cart-pages {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.box-warpper-cart .sidebar-cart-pages .continue {
    display: block;
    margin-top: 40px;
    text-align: right;
    margin-bottom: 5px;
    font-size: 14px;
}

.box-warpper-cart .block-order-summary {
    border: 1px solid #dfe0e1;
    padding: 15px;
    margin-bottom: 15px;
}

.box-warpper-cart .block-order-summary .order-summary--title {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.box-warpper-cart .block-order-summary .order-summary--total {
    padding-bottom: 10px;
    border-top: 1px dotted #dfe0e1;
    padding-top: 15px;
    font-weight: bold;
}

.box-warpper-cart .block-order-summary .order-summary--total p {
    margin-bottom: 5px;
    font-size: 14px;
}

.box-warpper-cart .block-order-summary .order-summary--total span {
    font-weight: bold;
    float: right;
}

.box-warpper-cart .block-order-summary .order-summary--total:after {
    content: "";
    display: table;
    clear: both;
}

.box-warpper-cart .block-order-summary .order-summary--action {
    border-top: 1px dotted #dfe0e1;
    padding-top: 10px;
    text-align: center;
}

.box-warpper-cart .block-order-summary .order-summary--action p {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    text-align: left;
}

.box-warpper-cart .block-order-summary .order-summary--action .btn {
    position: relative;
    padding: 0px;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden;
}

.box-warpper-cart .block-order-summary .order-summary--action .btn::before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-warpper-cart .block-order-summary .order-summary--action .btn:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.box-warpper-cart .block-order-summary .order-summary--action .btn-checkout::before,
.box-warpper-cart .block-order-summary .order-summary--action .btn-update::before {
    background-color: #000;
}

.box-warpper-cart .block-order-summary .order-summary--action .btn-checkout,
.box-warpper-cart .block-order-summary .order-summary--action .btn-update {
    color: #fff;
    background: transparent;
    border: 1px solid #000;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-warpper-cart .block-order-summary .order-summary--action .btn-checkout:hover,
.box-warpper-cart .block-order-summary .order-summary--action .btn-update:hover {
    color: #252a2b;
}

/*------------------------------------ Box Checkout */
.block-totalcart {}

.block-totalcart h3.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #dddddd;
    padding: 0.685rem 0px;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 0px;
}

.block-totalcart table {
    font-size: 1.1rem;
    margin-bottom: 1.25em;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.block-totalcart .cart-subtotal td,
.block-totalcart .shipping td {
    text-align: right;
}

.block-totalcart table th {
    text-align: left;
    font-weight: 700;
    color: #777;
}

.block-totalcart table tr th,
.block-totalcart table tr td {
    padding: 0.675rem 0em;
    font-size: 0.875rem;
}

.block-totalcart .shipping ul {
    list-style: none;
    padding-left: 0px;
}

.block-totalcart .shipping ul li label {
    font-weight: 400;
}

.block-totalcart .shipping {
    border-top: 1px solid #DDD;
}

.block-totalcart .order-total {
    border-bottom: 3px solid #DDD;
    border-top: 1px solid #DDD;
}

.block-totalcart .order-total td {
    text-align: right;
}

.block-totalcart .btn {
    border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.box-warpper-checkout h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3.375rem;
}

.box-warpper-checkout .block-totalcart {
    border: 3px solid #272727;
    padding: 10px 25px;
}

.box-warpper-checkout .block-totalcart h3.title {
    position: relative;
    color: #272727;
    border-bottom: none;
    padding: 0.5rem 0px 0.5rem 1.5rem;
    font-size: 1rem;
}

.box-warpper-checkout .block-totalcart h3.title::before {
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0px;
    font-size: 1rem;
    top: 8px;
}

.box-warpper-checkout .block-totalcart table thead {
    border-bottom: 3px solid #DDD;
    text-transform: uppercase;
    color: #555555;
}

.box-warpper-checkout .block-totalcart .product-total {
    text-align: right;
}

.box-warpper-checkout .block-totalcart .cart-item-checkout td {
    text-align: right;
}

.box-warpper-checkout .block-totalcart .cart-item-checkout td.name-product-checkout {
    text-align: left;
}

.box-warpper-checkout .block-totalcart .cart-item-checkout {
    border-bottom: 1px dotted #DDD;
}

.box-warpper-checkout .block-totalcart .cart-item-checkout:last-child {
    border-bottom: 1px solid #DDD;
}

.box-warpper-checkout .box-payment ul {
    list-style: none;
    padding-left: 0px;
}

.box-warpper-checkout .box-payment ul li {
    /*margin: 15px 0px;
  border-bottom: 1px solid #eee;*/
    padding-bottom: 15px;
}

.box-warpper-checkout .box-payment {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.box-warpper-checkout .box-payment input[type="radio"] {
    margin: 0 0 1rem 0;
}

.box-warpper-checkout .box-payment label {
    padding-left: 10px;
    font-weight: 400;
}

.box-warpper-checkout .box-payment .block-content {
    color: #555;
}

.box-warpper-checkout .place-order .btn {
    position: relative;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden;
}

.box-warpper-checkout .place-order .btn::before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-warpper-checkout .place-order .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box-warpper-checkout .place-order .btn-order::before{
  background-color: #000;
}
.box-warpper-checkout .place-order .btn-order{
  color: #fff;
  /*background: transparent;*/
  background: #000;
  border: 1px solid #000;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.box-warpper-checkout .place-order .btn-order:hover {
    color: #272727;
    background: #fff;
}

.box-warpper-checkout .checkout-warpper h3.title {
    position: relative;
    color: #272727;
    border-bottom: none;
    padding-left: 25px;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0.5rem 0px 0.5rem 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.box-warpper-checkout .checkout-warpper h3.title::before {
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0px;
    font-size: 1rem;
    top: 8px;
}

.box-warpper-checkout .checkout-warpper {
    font-family: 'Roboto', sans-serif;
}

.box-warpper-checkout .checkout-warpper .form-control {
    border-radius: 0px;
}

.box-warpper-checkout .order-total span {
    font-size: 28px;
}

.report-authe .icon-order-success {
    float: left;
    width: 15%;
}

.report-authe .order-success-text {
    float: left;
    width: 85%;
}

.report-authe .order-success-text h3 {
    margin: 5px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.detail-order {
    margin: 15px 0px 25px;
}

.detail-order h3 {
    margin: 1rem 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
}

.detail-order p {
    margin-bottom: 0px;
}

/*---------------------------------------- Box Single Product */
.box-warpper-single-shop .detail-product--slider-producted, .box-warpper-single-shop .detail-product--content-producted{
  margin-bottom: 1rem;
}
/* .box-warpper-single-shop .detail-product--slider-producted .slider-producted{
  border: 1px solid #ebebeb;
  width: 80%;
  float: left;
  padding-left: 5px;
} */
/* .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
  width: 20%;
  float: left;
  padding-right: 20px;
} */
/* .box-warpper-single-shop .detail-product--slider-producted .slick-slider .slick-list {
  overflow: hidden;
} */
.box-warpper-single-shop .detail-product--slider-producted .slider-producted img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
  overflow: visible;
  position: relative;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-list{
  margin: 25px 0px;
  padding: 0px !important;
  overflow: hidden;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev{
  top: 10px;
  left: 0px;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next{
  top: calc(100% - 10px);
  left: 0px;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation button{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: normal;
  position: absolute;
  text-indent: -9999px;
  text-shadow: none;
  opacity: 0;
  width: calc(100% - 20px);
  height: 20px;
  background: none repeat scroll 0 0 #fafafa;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  text-align: center;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation button::before{
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  z-index: 3;
  font-size: 20px;
  color: #272727;
  text-indent: 0;
  display: inline-block;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before{content: '\f077';}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before{content: '\f078';}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item{
  padding: 0px 0px;
  cursor: pointer;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item img{border: 1px solid #e8e8e8; opacity: 0.3;}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item.slick-current img{border: 1px solid #e8e8e8; opacity: 1;}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item:focus{
  box-shadow: 0px 0px 0px 0px transparent;
  outline-color: transparent;
}
.box-warpper-single-shop .box-single-product--content{
  margin-bottom: 1rem;
}
.box-single-product--content .block-heading-title h1{
  color: #555;
  font-size: 22px;
  font-weight: 400;
  margin: 0px 0px 10px;
}
.box-single-product--content .block-heading-title ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
.box-single-product--content .block-heading-title ul li{
  display: inline-block;
}
.box-single-product--content .block-heading-title ul li:last-child::before{
  content: '|';
  display: inline-block;
  padding: 0px 5px;
}
.box-single-product--content .block-heading-title ul li span{
  color: #5cb021;
}
.box-single-product--content .box-price{
  padding: 10px 0;
  border-bottom: solid 1px #ebebeb;
}
.box-single-product--content .box-price span{
  display: inline-block;
  padding: 0px 0.5rem;
  font-family: "Arial", sans-serif;
}
.box-single-product--content .box-price span:first-child{
  padding-left: 0px;
}
.box-single-product--content .box-price span.price{
  font-weight: 700;
  font-size: 29px;
  color: #5cb021;
}
.box-single-product--content .box-price span.price-sale{
  padding-right: 0px;
  color: #7a7a7a;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px;
}
.box-single-product--content .block-summary{
  margin-bottom: 15px;
  padding: 15px 0px 0px;
  overflow: hidden;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-single-product--content .block-summary p{
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
.box-single-product--content .form-addcart-single{
  margin-top: 15px;
}
.box-single-product--content .form-addcart-single p{
  font-weight: 400;
  margin-bottom: 10px;
}
.box-single-product--content .form-addcart-single .input-group{
  width: 100%;
}
.box-single-product--content .form-addcart-single .input-group .btn{
  font-size: 20px;
  padding: 0px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
}
.box-single-product--content .form-addcart-single .input-group .btn-default{
  background: #fff;
  border: 1px solid #ced4da;
}
.box-single-product--content .form-addcart-single .input-group .form-control{
  padding: 0px 5px;
  font-size: 14px;
  border-left: none;
  border-right: none;
}
.box-single-product--content .form-addcart-single .input-group .btn:focus,
.box-single-product--content .form-addcart-single .input-group .form-control:focus{
  box-shadow: 0 0 0 0 transparent;
}
.box-single-product--content .form-addcart-single .block-single-action .btn{
  position: relative;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
}
.box-single-product--content .form-addcart-single .block-single-action .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-single-product--content .form-addcart-single .block-single-action .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box-single-product--content .form-addcart-single .block-single-action .btn-addcart::before{
  background-color: #5cb021;
}
.box-single-product--content .form-addcart-single .block-single-action .btn-addcart{
  color: #fff;
  background: transparent;
  border: 1px solid #5cb021;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-single-product--content .form-addcart-single .block-single-action .btn-addcart:hover{
  color: #252a2b;
}
.box-warpper-single-shop .block-warpper-content{
  margin: 20px 0px;
}
.box-warpper-single-shop .block-warpper-content .tab-content{
  padding: 20px 25px;
  border: solid 1px #ebebeb;
  border-top: none;
}
.box-warpper-single-shop .block-warpper-content .tab-content p{
  font-size: 14px;
}
.box-warpper-single-shop .block-warpper-content .tab-content img{
  max-width: 100%;
  margin: auto;
}
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-item+.nav-item{
  margin-left: 5px;
}
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-link{
  background: #f7f6f3;
  border: solid 1px #ebebeb;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-item.show .nav-link,
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-link.active{
  background: #5cb021;
  border-color: #5cb021;
  color: #fff;
}

@media(max-width:991px) {
    .box-single-product .detail-product--slider-producted .slider-thumbnail-navigation .item {
        display: block;
        width: 25%;
        float: left;
    }
    #infomation img{
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
    #infomation *{
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
    }
}