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

    .home-banner .banner-list .list-item .item-image img {
        width: 1380px;
    }



    .home-about .about-item {
        width: 305px;
    }

    .home-about .about-item p {
        width: 210px;
    }

    .home-about .about-item img {
        width: 70px;
        height: 70px;
        margin: 5px 10px 0 0;
    }



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

    .home-categories .categories-list .list-item a span {
        width: 265px;
    }

    .home-categories .categories-ctrl .ctrl-prev,
    .home-categories .categories-ctrl .ctrl-next {
        top: 132px;
    }



    .home-products .products-list .list-item {
        width: 305px;
    }

    .home-products .products-list .list-item .item-image {
        display: block;
        width: 305px;
        height: 305px;
    }

    .home-products .products-list .list-item .item-image a img {
        width: 265px;
        height: 265px;
    }

    .home-products .products-list .list-item .item-image button.buy-btn {
        width: 200px;
    }

    .home-products .products-ctrl .ctrl-prev {
        top: 132px;
    }

    .home-products .products-ctrl .ctrl-next {
        top: 132px;
    }



    .home-blog .blog-list .list-item {
        width: 610px;
        height: 160px;
    }

    .home-blog .blog-list .list-item .item-image {
        width: 160px;
        height: 160px;
    }

    .home-blog .blog-list .list-item .item-content {
        width: 450px;
        height: 160px;
    }

    .home-blog .blog-list .list-item .item-content .content-text {
        max-height: 140px;
        position: relative;
    }

    .home-blog .blog-list .list-item .item-content .content-text:after {
        content: '';
        display: block;
        width: 200px;
        height: 20px;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        position: absolute;
        bottom: 0; right: 0;
    }

}



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

    .home-about .about-item {
        width: 280px;
        padding: 10px 10px 10px 0;
    }

    .home-about .about-item img {
        width: 60px;
        height: 60px;
        margin: 10px 10px 0 0;
    }



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

    .home-categories .categories-list .list-item a span {
        width: 240px;
    }

    .home-categories .categories-ctrl .ctrl-prev,
    .home-categories .categories-ctrl .ctrl-next {
        top: 120px;
    }



    .home-products .products-list .list-item {
        width: 280px;
    }

    .home-products .products-list .list-item .item-image {
        display: block;
        width: 280px;
        height: 280px;
    }

    .home-products .products-list .list-item .item-image a img {
        width: 240px;
        height: 240px;
    }

    .home-products .products-ctrl .ctrl-prev {
        top: 120px;
    }

    .home-products .products-ctrl .ctrl-next {
        top: 120px;
    }



    .home-blog .blog-list .list-item {
        width: 560px;
    }

    .home-blog .blog-list .list-item .item-content {
        width: 400px;
    }



    .home-contact .contact-banner {
        background-position: -500px -230px;
    }

}



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

    .home-about .about-item {
        width: 530px;
        height: 80px;
        padding: 0 0 0 10px;
    }

    .home-about .about-item:nth-of-type(3) {
        margin-left: 0;
    }

    .home-about .about-item:nth-of-type(1),
    .home-about .about-item:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .home-about .about-item img {
        width: 80px;
        height: 80px;
        margin: 0 10px 0 0;
    }

    .home-about .about-item p {
        width: 420px;
    }

    .home-about .about-item p br {
        display: none;
    }



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

    .home-categories .categories-list .list-item a span {
        width: 220px;
    }

    .home-categories .categories-ctrl .ctrl-prev,
    .home-categories .categories-ctrl .ctrl-next {
        top: 107px;
    }



    .home-products .products-list .list-item {
        width: 255px;
    }

    .home-products .products-list .list-item .item-image {
        width: 255px;
        height: 255px;
    }

    .home-products .products-list .list-item .item-image a img {
        width: 215px;
        height: 215px;
    }

    .home-products .products-ctrl .ctrl-prev,
    .home-products .products-ctrl .ctrl-next {
        top: 107px;
    }



    .home-blog .blog-list .list-item {
        width: 510px;
    }

    .home-blog .blog-list .list-item .item-content {
        width: 350px;
    }



    .home-contact .contact-banner {
        background-position: -640px -230px;
    }

}



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

    .home-about .about-item {
        width: 480px;
    }

    .home-about .about-item p {
        width: 370px;
    }



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

    .home-categories .categories-list .list-item a span {
        width: 195px;
    }

    .home-categories .categories-ctrl .ctrl-prev,
    .home-categories .categories-ctrl .ctrl-next {
        top: 95px;
    }



    .home-products .products-list .list-item {
        width: 230px;
    }

    .home-products .products-list .list-item .item-image {
        width: 230px;
        height: 230px;
    }

    .home-products .products-list .list-item .item-image a img {
        width: 190px;
        height: 190px;
    }

    .home-products .products-list .list-item .item-image button.buy-btn {
        width: 190px;
    }

    .home-products .products-ctrl .ctrl-prev,
    .home-products .products-ctrl .ctrl-next {
        top: 95px;
    }



    .home-blog .blog-list .list-item {
        width: 460px;
    }

    .home-blog .blog-list .list-item .item-content {
        width: 300px;
    }



    .home-contact .contact-banner {
        background-position: -730px -230px;
    }
}



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

    .home-banner {
        height: 200px;
        margin: 0 0 10px;
    }

    .home-banner .banner-list .list-item {
        height: 200px;
    }

    .home-banner .banner-list .list-item .item-image img {
        width: 920px;
    }

    .home-banner .banner-list .list-item .item-content .content-title {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 22px;
    }

    .home-banner .banner-list .list-item .item-content .content-text {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .home-banner .banner-list .list-item .item-divider {
        width: 540px;
        height: 540px;
    }

    .home-banner .banner-list .list-item .item-content {
        width: 400px;
        padding: 10px 40px 10px 10px;
    }

    .home-banner .banner-ctrl .ctrl-prev {
        top: 10px; left: 10px;
    }

    .home-banner .banner-ctrl .ctrl-next {
        top: 10px; right: 10px;
    }



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

    .home-about .about-item {
        width: calc(50% - 5px);
    }

    .home-about .about-item {
        margin: 0 0 0 10px;
        padding: 0;
    }

    .home-about .about-item:nth-of-type(1),
    .home-about .about-item:nth-of-type(2) {
        margin-bottom: 10px;
    }

    .home-about .about-item img {
        width: 80px;
        height: 80px;
        margin: 0;
    }

    .home-about .about-item p {
        width: 100%;
        padding: 0 10px 0 80px;
        font-size: 14px;
        line-height: 16px;
        right: 0;
    }



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

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

    .home-categories .categories-title h2 {
        font-size: 20px;
        line-height: 22px;
    }

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

    .home-categories .categories-list .list-item a span {
        width: calc(100% - 20px);
        padding: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-family: 'PTSans-Regular';
    }

    .home-categories .categories-ctrl .ctrl-prev {
        top: 10px; left: 10px;
    }

    .home-categories .categories-ctrl .ctrl-next {
        top: 10px; right: 10px;
    }



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

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

    .home-products .products-title h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .home-products .products-ctrl .ctrl-prev {
        top: 10px; left: 10px;
    }

    .home-products .products-ctrl .ctrl-next {
        top: 10px; right: 10px;
    }

    .home-products .products-list .list-item {
        width: auto;
    }

    .home-products .products-list .list-item .item-image {
        width: auto;
        height: auto;
        padding: 20px;
        margin: 0 0 50px;
        overflow: initial;
    }

    .home-products .products-list .list-item .item-image a img {
        width: 100%;
        height: auto;
        position: static;
        top: initial;
        left: initial;
        -webkit-transform: none;
        transform: none;
    }

    .pc .home-products .products-list .list-item:hover .item-image a img {
        -webkit-transform: none;
        transform: none;
    }

    .home-products .products-list .list-item .item-image button.buy-btn {
        width: 90px;
        height: 30px;
        opacity: 1;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: absolute;
        bottom: -40px;
        left: initial;
        right: 0;
        line-height: 30px;
        -webkit-transform: none;
        transform: none;
        transition: none;
    }

    .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 {
        bottom: -40px;
    }

    .pc .home-products .products-list .list-item .item-image button.buy-btn:hover {
        background-color: #663130;
        color: #f0dcbe;
    }

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

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

    .home-products .products-list .list-item .item-image button.favorite-btn {
        width: 30px;
        height: 30px;
        background: #663130 url(../img/favorite-normal.png) center center/30px no-repeat;
        opacity: 1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: absolute;
        top: initial;
        left: initial;
        right: 90px;
        bottom: -40px;
        transition: none;
    }

    .home-products .products-list .list-item .item-image button.favorite-btn.favorite-unavailable {
        border-radius: 50%;
        right: 0;
    }

    .home-products .products-list .list-item .item-image button.favorite-btn::after {
        content: '';
        display: block;
        width: 2px;
        height: 40px;
        background: #fff;
        position: absolute;
        top: -5px; right: -1px;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        user-select: none;
    }

    .home-products .products-list .list-item .item-image button.favorite-btn.favorite-unavailable::after {
        display: none;
    }

    .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 {
        top: initial;
        left: initial;
        right: 90px;
        bottom: -40px;
    }

    .pc .home-products .products-list .list-item:hover .item-image button.favorite-btn.favorite-unavailable,
    .home-products .products-list .list-item .item-image button.favorite-btn.favorite-unavailable.hovered {
        right: 0;
    }

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

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

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

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

    .home-products .products-list .list-item .item-price p:nth-of-type(1) {
        height: 22px;
        font-size: 20px;
        line-height: 22px;
    }

    .home-products .products-list .list-item .item-price p:nth-of-type(2) {
        height: 22px;
        font-size: 16px;
        line-height: 22px;
    }

    .home-products .products-list .list-item .item-price p:nth-of-type(2):after {
        top: 12px;
    }

    .home-products .products-list .list-item .item-title a {
        max-height: 36px;
        font-size: 16px;
        line-height: 18px;
    }



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

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

    .home-blog .blog-title h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .home-blog .blog-list .list-item {
        width: calc(50% - 10px);
        height: 140px;
        margin: 0 0 10px;
    }

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

    .home-blog .blog-list .list-item .item-image {
        width: 140px;
        height: 140px;
    }

    .home-blog .blog-list .list-item .item-content {
        width: calc(100% - 140px);
        padding: 10px 0 10px 10px;
    }

    .home-blog .blog-list .list-item .item-content .content-text {
        max-height: 120px;
    }

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

    .home-blog .blog-list .list-item .item-content .content-text h3 a {
        font-size: 16px;
        line-height: 20px;
    }



    .home-contact .contact-banner {
        height: auto;
        background: #f3e6de;
        padding: 20px;
    }

    .home-contact .contact-banner .banner-text {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        position: static;
        top: initial;
        right: initial;
    }

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

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

}



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

    .home-banner {
        height: auto;
    }

    .home-banner .banner-list .list-item {
        height: auto;
    }

    .home-banner .banner-list .list-item .item-image {
        width: 100%;
        height: auto;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

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

    .home-banner .banner-list .list-item .item-divider {
        display: none;
    }

    .home-banner .banner-list .list-item .item-content {
        width: 100%;
        padding: 20px 10px;
        background: #f4f2ee;
        position: static;
        top: initial;
        right: initial;
        -webkit-transform: none;
        transform: none;
    }



    .home-products .products-list .list-item .item-image {
        padding: 30px;
    }



    .home-blog .blog-list .list-item {
        height: 100px;
    }

    .home-blog .blog-list .list-item .item-image {
        width: 100px;
        height: 100px;
    }

    .home-blog .blog-list .list-item .item-content {
        width: calc(100% - 100px);
    }

    .home-blog .blog-list .list-item .item-content .content-text {
        max-height: 80px;
    }

}



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

    .home-products .products-list .list-item .item-image {
        padding: 20px;
    }

}



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

    .home-about .about-item {
        width: 100%;
        height: 60px;
        margin: 0 0 0;
        border-radius: 0;
    }

    .home-about .about-item:nth-of-type(1),
    .home-about .about-item:nth-of-type(2) {
        margin-bottom: 0;
    }

    .home-about .about-item:nth-of-type(1) {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .home-about .about-item:nth-of-type(4) {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .home-about .about-item img {
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .home-about .about-item:nth-of-type(3) img {
        width: 54px;
        height: 54px;
        margin: 3px;
    }

    .home-about .about-item p {
        padding: 0 10px 0 60px;
    }



    .home-blog .blog-list .list-item {
        width: 100%;
    }

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

}



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

    .home-products .products-list .list-item .item-image {
        padding: 10px;
    }

}
