body {
    background-color: #FDFCF7;
}

/*Header*/
.header-main {
    background: var(--white);
}

.header-info {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.header-info__phone {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: var(--color-main);
    margin-right: 16px;
}

.header-info__social a {
    display: inline-block;
    margin-right: 8px;
}

.header-info__social-item img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.search-section input {
    border-radius: 4px 0 0 4px;
}

.search-section .btn-submit {
    border-radius: 0 4px 4px 0;
}

.header-menu {
    background: var(--color-main);
    border-bottom: 3px solid var(--color-highlight);
}

.align-row-center > .container > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
/*End Header*/

/*Slider*/
.slider__block .slick-dots {
    bottom: -20px;
}

.slider__block .slick-dots li button:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: var(--color-main);
}
/*End Slider*/

/*Box Intro*/
.box-intro__content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-intro__content-text {
    color: var(--color-main);
    font-size: 14px;
    font-weight: 500;
}

.box-intro__btn {
    display: inline-block;
    background: var(--color-main);
    color: var(--white);
    padding: 10px 16px;
    line-height: 1.3;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 10px;
}

.box-intro__video {
    position: relative;
    padding-top: 56.25%;
}

.box-intro__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*End Box Intro*/

/*Blog Home*/
.blog-home > .row {
    margin-right: -5px;
    margin-left: -5px;
}

.blog-home > .row > .col-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.blog-home__item {
    margin-bottom: 30px;
}

.blog-home__item .article-item {
    background: linear-gradient(#d9ce9c, #fff);
    border-radius: 5px;
    padding: 15px 15px;
    box-shadow: 0px 3px 5px #d9ce9c;
    height: 100%;
}

.blog-home__item .article-item .inner-image {
    /*padding-top: 82%;*/
    margin-bottom: 10px;
}

.blog-home__item .article-item .article-title {
    font-size: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 600;
}

.blog-home__item .article-item .article-description {
    font-weight: 600;
    color: var(--color-main);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 15px;
}

.blog-home__item .read-more {
    font-style: italic;
}
/*End Blog Home*/

/*Product Home*/
.product-home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-home > .container > .row {
    margin-right: -10px;
    margin-left: -10px;
}

.product-home > .container > .row > .col-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.product-home__item .product-item {
    height: 100%;
}

.product-item .ratio-1-1 img {
    object-fit: contain;
}

.product-home__item .inner-content {
    background: linear-gradient(#DECEA3, #fff);
    padding: 20px 15px;
    border-radius: 5px 5px 10px 10px;
    box-shadow: 0 -15px 20px -1px #decea3;
    border-bottom: 1px solid #DECEA3;
    margin-bottom: 20px;
    margin-top: -40px;
}

.product-home__item .inner-content .product-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 96px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product-home__item .inner-content .product-title a {
    font-size: 24px;
    display: block;
    text-align: center;
}

.product-btn {
    text-align: center;
}

.product-btn a {
    display: inline-block;
    background: var(--color-main);
    color: var(--white);
    padding: 8px 12px;
    border-radius: 6px;
    margin: 5px;
    font-weight: 600;
    font-size: 13px;
}

.product-btn .add-to-cart {
    background: var(--color-highlight);
}

.product-single__image img {
    width: 100%;
    height: auto;
}

.product-single__title {
    font-size: 48px;
    font-weight: 700;
}

.product-single__title a {
    color: var(--color-main);
}

.product-single__desc {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
    margin-bottom: 20px;
    line-height: 1.5;
}
/*End Product Home*/

/*Box Head*/
.box-head {
    margin-bottom: 20px;
    text-align: center;
}

.box-head__title {
    font-size: 30px;
    color: var(--color-main);
    font-weight: 700;
    font-style: italic;
}

.box-head__desc {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-main);
    max-width: 550px;
    margin: 10px auto 0;
}
/*End Box Head*/

/*Footer*/
.footer-main {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    margin-top: 20px;
}

.footer-info__link ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-info__link ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #cccccc;
}

.footer-info__link ul li:last-child {
    border-right: 0;
}

.footer-info__link ul li a {
    font-size: 14px;
}

.copyright {
    font-size: 12px;
}

.footer-info .logo-section {
    margin-bottom: 20px;
}
/*End Footer*/

/*Page*/
.product-item.box-shadow {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 37%);
    text-align: center;
    height: 100%;
}
/*End Page*/

/*Form Contact*/
.form-contact {
    padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #d3ac53, #fcf6ac, #d3ac53);
    background-image: linear-gradient(to right, #d3ac53, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #d3ac53), linear-gradient(to right, #d3ac53, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fae49e, #fcf6ac, #d3ac53)!important;
}

.form-contact__title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to top, #1d2150, #1364ab, #1364ab, #1d2150), radial-gradient(circle at 0 0, #1364ab, #5a1d42), radial-gradient(circle at 0 0, #1e73bd, #1464ab), linear-gradient(to bottom, #edcc58, #edcc58);
    color: #edcc58;
    -webkit-background-clip: text;
    margin-bottom: 20px;
}

.form-contact .form-group label {
    font-weight: 700;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to top, #1d2150, #1364ab, #1364ab, #1d2150), radial-gradient(circle at 0 0, #1364ab, #5a1d42), radial-gradient(circle at 0 0, #1e73bd, #1464ab), linear-gradient(to bottom, #edcc58, #edcc58);
    color: #edcc58;
    -webkit-background-clip: text;
    font-size: 18px;
}

.form-contact input, .form-contact textarea {
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 #fff, inset 0.9px 0.5px 1px 0 #a26d0f;
    background-color: #f4e8d1;
    width: 100%;
    font-size: 14px;
    padding: 0px 10px;
}

.form-contact .btn-submit {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    border-radius: 45px;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

.form-contact .btn-submit:hover {
    background: var(--black);
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}
/*End Form Contact*/

/*Responsive*/
.is-mobile .slider-section, .is-mobile .slider-section .item img {
    height: 40vw;
    object-fit: cover;
}

.is-mobile .orderby-section .orderby-title {
    min-width: 100px;
}

.is-mobile .product-content-detail .price .price-amount {
    font-size: 24px;
}

.is-mobile .product-content-detail .price .price-amount.old-price {
    font-size: 16px;
}

.is-mobile .product-single__image {
    margin-bottom: 20px;
}

.is-mobile .product-single__title {
    font-size: 28px;
}
/*End Responsive*/