.home-banner {
    height: 300px;
    margin: 0 0 20px;
}

.home-banner .banner-list .list-item {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.home-banner .banner-list .list-item .item-image {
    width: 100%;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.home-banner .banner-list .list-item .item-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-banner .banner-list .list-item .item-divider {
    width: 600px;
    height: 600px;
    background: #f4f2ee;
    border-left: 4px solid #fff;
    position: absolute;
    top: -100px; right: -100px;
    transform: rotate(15deg);
}

.home-banner .banner-list .list-item .item-content {
    width: 500px;
    padding: 20px 50px;
    text-align: center;
    position: absolute;
    top: 50%; right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-banner .banner-list .list-item .item-content .content-title {
    margin: 0 0 20px;
    font-family: 'PTSans-Bold';
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

.home-banner .banner-list .list-item .item-content .content-text {
    margin: 0 0 20px;
    font-family: 'PTSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.home-banner .banner-list .list-item .item-content .content-text strong {
    font-family: 'PTSans-Bold';
}

.home-banner .banner-list .list-item .item-content .content-text em {
    font-family: 'PTSans-Italic';
}

.home-banner .banner-list .list-item .item-content .content-link a {
    display: inline-block;
    background: #663130;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 20px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #f0dcbe;
    text-decoration: none;
    transition: background 0.2s linear, color 0.2s linear;
}

.pc .home-banner .banner-list .list-item .item-content .content-link a:hover {
    background: #333;
    color: #fff;
}

.home-banner .banner-ctrl {
    position: relative;
}

.home-banner .banner-ctrl .ctrl-prev {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #f4f2ee;
    border-radius: 50%;
    position: absolute;
    top: 130px; left: 20px;
    z-index: 2;
    cursor: pointer;
}

.home-banner .banner-ctrl .ctrl-prev.active {
    display: block;
}

.home-banner .banner-ctrl .ctrl-prev::before {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    top: 15px; left: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-banner .banner-ctrl .ctrl-prev::after {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px; left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-banner .banner-ctrl .ctrl-next {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #f4f2ee;
    border-radius: 50%;
    position: absolute;
    top: 130px; right: 20px;
    z-index: 2;
    cursor: pointer;
}

.home-banner .banner-ctrl .ctrl-next.active {
    display: block;
}

.home-banner .banner-ctrl .ctrl-next::before {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    top: 15px; right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-banner .banner-ctrl .ctrl-next::after {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px; right: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.home-about {
    margin: 0 0 80px;
}

.home-about .about-item {
    width: 330px;
    height: 100px;
    background: #f4f2ee;
    border-radius: 10px;
    margin: 0 0 0 20px;
    padding: 10px;
    position: relative;
    float: left;
}

.home-about .about-item:first-of-type {
    margin-left: 0;
}

.home-about .about-item img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
    border-radius: 8px;
    float: left;
}

.home-about .about-item p {
    width: 220px;
    position: absolute;
    top: 50%; right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    float: left;
}

.home-about .about-item p strong {
    font-family: 'PTSans-Bold';
}



.home-categories {
    margin: 0 0 80px;
}

.home-categories .categories-title {
    margin: 0 0 30px;
}

.home-categories .categories-title h2 {
    font-family: 'PTSans-Bold';
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

.home-categories .categories-list .list-item {
    width: 330px;
    height: 330px;
}

.home-categories .categories-list .list-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.home-categories .categories-list .list-item a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: opacity 0.2s linear;
}

.pc .home-categories .categories-list .list-item a:hover img {
    opacity: 0.8;
}

.home-categories .categories-list .list-item a span {
    display: block;
    background: #fff;
    width: 290px;
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    bottom: 10px; left: 20px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-align: center;
}

.home-categories .categories-ctrl {
    position: relative;
}

.home-categories .categories-ctrl .ctrl-prev {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 145px; left: 20px;
    z-index: 2;
    cursor: pointer;
}

.home-categories .categories-ctrl .ctrl-prev.active {
    display: block;
}

.home-categories .categories-ctrl .ctrl-prev::before {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    top: 16px; left: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-categories .categories-ctrl .ctrl-prev::after {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    bottom: 16px; left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-categories .categories-ctrl .ctrl-next {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 145px; right: 20px;
    z-index: 2;
    cursor: pointer;
}

.home-categories .categories-ctrl .ctrl-next.active {
    display: block;
}

.home-categories .categories-ctrl .ctrl-next::before {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    top: 16px; right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-categories .categories-ctrl .ctrl-next::after {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    bottom: 16px; right: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.home-products {
    margin: 0 0 80px;
}

.home-products .products-title {
    margin: 0 0 30px;
}

.home-products .products-title h2 {
    font-family: 'PTSans-Bold';
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

.home-products .products-list .list-item {
    /* width: 260px; */
    width: 330px;
    position: relative;
}

.home-products .products-list .list-item .item-image {
    display: block;
    width: 330px;
    height: 330px;
    margin: 0 0 15px;
    overflow: hidden;
    background: #f4f2ee;
    border-radius: 10px;
    position: relative;
}

.home-products .products-list .list-item .item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-products .products-list .list-item .item-image a img {
    display: block;
    width: 290px;
    height: 290px;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    transition: transform 0.2s linear;
}

.pc .home-products .products-list .list-item:hover .item-image a img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.home-products .products-list .list-item .item-image button.buy-btn {
    display: block;
    width: 220px;
    height: 40px;
    background-color: #663130;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 20px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 40px;
    color: #f0dcbe;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: -40px; left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: width 0.2s linear, border-radius 0.2s linear, opacity 0.2s linear, bottom 0.2s linear, background-color 0.2s linear, background-image 0.2s linear, color 0.2s linear;
}

.pc .home-products .products-list .list-item:hover .item-image button.buy-btn,
.home-products .products-list .list-item .item-image button.buy-btn.hovered {
    opacity: 1;
    bottom: 20px;
}

.pc .home-products .products-list .list-item .item-image button.buy-btn:hover,
.home-products .products-list .list-item .item-image button.buy-btn.hovered {
    background-color: #333;
    color: #fff;
}

.home-products .products-list .list-item .item-image button.buy-btn.hovered:disabled {
    background-image: url('../img/buy-btn-loading.gif');
}

.home-products .products-list .list-item .item-image button.favorite-btn {
    display: block;
    width: 40px;
    height: 40px;
    background: #663130 url('../img/favorite-normal.png') center center no-repeat;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: -40px; right: 20px;
    transition: opacity 0.2s linear, top 0.2s linear, background 0.2s linear, color 0.2s linear;
}

.pc .home-products .products-list .list-item:hover .item-image button.favorite-btn,
.home-products .products-list .list-item .item-image button.favorite-btn.hovered {
    opacity: 1;
    top: 20px;
}

.pc .home-products .products-list .list-item .item-image button.favorite-btn:hover {
    background: #333 url('../img/favorite-hover.png') center center no-repeat;
}

.home-products .products-list .list-item .item-image button.favorite-btn.hovered:disabled {
    background-image: url('../img/buy-btn-loading.gif');
}

.home-products .products-list .list-item .item-image button.favorite-btn.active {
    background: #663130 url('../img/favorite-active.png') center center no-repeat;
}

.pc .home-products .products-list .list-item .item-image button.favorite-btn.active:hover {
    background: #663130 url('../img/favorite-active.png') center center no-repeat;
}

.pc .home-products .products-list .list-item .item-image button.favorite-btn.active:disabled:hover {
    background-image: url('../img/buy-btn-loading.gif');
}

.home-products .products-list .list-item .item-image .image-unavailable {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-products .products-list .list-item .item-image .image-unavailable p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.home-products .products-list .list-item .item-price {
    margin: 0 0 10px;
    padding: 0 10px;
}

.home-products .products-list .list-item .item-price p:nth-of-type(1) {
    display: block;
    height: 30px;
    float: right;
    overflow: hidden;
    font-family: 'PTSans-Bold';
    font-size: 26px;
    line-height: 28px;
    color: #663130;
}

.home-products .products-list .list-item .item-price p:nth-of-type(2) {
    display: block;
    height: 30px;
    margin: 0 10px;
    padding: 0 2px;
    float: right;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 28px;
    color: #9e9e9e;
    position: relative;
}

.home-products .products-list .list-item .item-price p:nth-of-type(2):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #9e9e9e;
    position: absolute;
    top: 15px; left: 0;
}

.home-products .products-list .list-item .item-title {
    margin: 0 0 10px;
}

.home-products .products-list .list-item .item-title a {
    display: block;
    max-height: 40px;
    overflow: hidden;
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s linear;
}

.pc .home-products .products-list .list-item .item-title a:hover {
    color: #743736d9;
}

.home-products .products-list .list-item .item-description {
    background: #f4f2ee;
    padding: 10px;
    border-radius: 6px;
}

.home-products .products-list .list-item .item-description ul {
    max-height: 64px;
    overflow: hidden;
    margin: 0 0 5px;
}

.home-products .products-list .list-item .item-description ul li {
    display: block;
    padding: 0 0 0 12px;
    position: relative;
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.home-products .products-list .list-item .item-description ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #663130;
    border-radius: 50%;
    position: absolute;
    top: 6px; left: 0;
}

.home-products .products-list .list-item .item-description .description-link {
    padding: 0 0 0 12px;
}

.home-products .products-list .list-item .item-description .description-link a {
    display: inline-block;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.2s linear;
}

.pc .home-products .products-list .list-item .item-description .description-link a:hover {
    color: #743736d9;
}

.home-products .products-ctrl {
    position: relative;
}

.home-products .products-ctrl .ctrl-prev {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #f4f2ee;
    border-radius: 50%;
    position: absolute;
    top: 145px; left: 20px;
    z-index: 2;
    cursor: pointer;
}

.home-products .products-ctrl .ctrl-prev.active {
    display: block;
}

.home-products .products-ctrl .ctrl-prev::before {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    top: 15px; left: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-products .products-ctrl .ctrl-prev::after {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px; left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-products .products-ctrl .ctrl-next {
    display: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #f4f2ee;
    border-radius: 50%;
    position: absolute;
    top: 145px; right: 20px;
    z-index: 2;
    cursor: pointer;
}

.home-products .products-ctrl .ctrl-next.active {
    display: block;
}

.home-products .products-ctrl .ctrl-next::before {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    top: 15px; right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-products .products-ctrl .ctrl-next::after {
    content: '';
    display: block;
    background: #333;
    width: 10px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px; right: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.home-blog {
    margin: 0 0 80px;
}

.home-blog .blog-title {
    margin: 0 0 30px;
}

.home-blog .blog-title h2 {
    font-family: 'PTSans-Bold';
    font-size: 22px;
    line-height: 24px;
    color: #333;
    float: left;
}

.home-blog .blog-title a {
    display: block;
    background: #663130;
    padding: 0 15px;
    border-radius: 20px;
    font-family: 'PTSans-Bold';
    font-size: 16px;
    line-height: 30px;
    color: #f0dcbe;
    text-decoration: none;
    float: right;
    transition: background 0.2s linear, color 0.2s linear;
}

.pc .home-blog .blog-title a:hover {
    background: #333;
    color: #fff;
}

.home-blog .blog-list .list-item {
    width: 660px;
    height: 180px;
    margin: 0 0 40px;
    position: relative;
    float: left;
}

.home-blog .blog-list .list-item:nth-child(odd) {
    margin-right: 60px;
}


.home-blog .blog-list .list-item .item-image {
    width: 180px;
    height: 180px;
    float: left;
}

.home-blog .blog-list .list-item .item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-blog .blog-list .list-item .item-image a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: opacity 0.2s linear;
}

.pc .home-blog .blog-list .list-item .item-image a:hover img {
    opacity: 0.8;
}

.home-blog .blog-list .list-item .item-content {
    width: 480px;
    height: 180px;
    padding: 10px 0 10px 20px;
    float: left;
}

.home-blog .blog-list .list-item .item-content .content-text {
    max-height: 160px;
    overflow: hidden;
}

.home-blog .blog-list .list-item .item-content .content-text h3 {
    margin: 0 0 20px;
}

.home-blog .blog-list .list-item .item-content .content-text h3 a {
    font-family: 'PTSans-Bold';
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    transition: color 0.2s linear;
}

.pc .home-blog .blog-list .list-item .item-content .content-text h3 a:hover {
    color: #743736d9;
}

.home-blog .blog-list .list-item .item-content p:nth-of-type(1) {
    font-family: 'PTSans-Regular';
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
}

.home-blog .blog-list .list-item .item-content p:nth-of-type(2) {
    margin: 0 0 10px;
    font-family: 'PTSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
}



.home-contact .wrapper {
    position: relative;
}

.home-contact .contact-banner {
    width: 100%;
    height: 300px;
    background: url('../img/contact.jpg') -400px -230px no-repeat;
    border-radius: 10px;
    position: relative;
}

.home-contact .contact-banner .banner-text {
    width: 540px;
    position: absolute;
    top: 80px; right: 110px;
}

.home-contact .contact-banner .banner-text p {
    font-family: 'PTSans-Bold';
    color: #663130;
    text-align: center;
}

.home-contact .contact-banner .banner-text p:nth-child(1) {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 32px;
}

.home-contact .contact-banner .banner-text p:nth-child(2) {
    font-size: 20px;
    line-height: 22px;
}

.home-contact .contact-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.home-contact .contact-link a {
    display: block;
    width: 100%;
    height: 100%;
}
