@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");

.cy_cpfreshfood_archive_product {
    max-width: 1920px;
    font-family: "Open Sans", sans-serif;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 40px 0;
}
.list-category.scroll-to-fixed-fixed {
    margin-top: 111px;
}
.cy_cpfreshfood_archive_product .section-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    color: #da251d;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;;
}
.cy_cpfreshfood_archive_product  .product-item a.title {
       display: block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    line-height: 26px}


.cy_cpfreshfood_archive_product .aside-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    color: #242424;
    margin-bottom: 25px;
}

.cy_cpfreshfood_archive_product .aside-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 123px;
    border-top: 2px solid #57bb6c;
}

.cy_cpfreshfood_archive_product .product-item {
    padding: 0 15px;
}
.cy_cpfreshfood_archive_product .product-item .item {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 22px;
    border-bottom: 1px solid #0f7e0a;
}
.cy_cpfreshfood_archive_product .product-item .item .item-img{
    width: 100%;
    height: 260px;
}
@media only screen and (max-width: 1600px)  and (min-width: 1300px){
    .cy_cpfreshfood_archive_product .product-item .item .item-img{
        height: 250px;
    }
}
@media only screen and (min-width: 1199px)  and (max-width: 1299px){
     .cy_cpfreshfood_archive_product .product-item .item .item-img{
        height: 163px;
    }
}
@media only screen and (min-width: 768px)  and (max-width: 991px){
    .cy_cpfreshfood_archive_product .product-item .item .item-img{
        height: 288px;
    }
}
@media only screen and (max-width: 549px){
    .cy_cpfreshfood_archive_product .product-item .item .item-img{
        height: 153px !important;
    }
}
.cy_cpfreshfood_archive_product .product-item .item .item-img a{
    display: flex;
    align-items: center;
        width: 100%;
    height: 100%;
    justify-content: center;
}
.cy_cpfreshfood_archive_product .product-item .item  .item-info{
    width: 100%;
        background: -webkit-linear-gradient(0deg, #097903 0%, #4caf50 100%);
    background: -ms-linear-gradient(0deg, #097903 0%, #4caf50 100%);
    color: #fff;
    padding: 16px 28px;
    padding-left: 32px;
    position: relative;}
.cy_cpfreshfood_archive_product .product-item .item  .item-info:before{
    content: "";
    position: absolute;
    top: 50%;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -20px;
    left: 10px;
}
.cy_cpfreshfood_archive_product .product-item:hover .item .item-info{
    bbackground: #b10000;
    background: -moz-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
    background: -webkit-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
    background: -ms-linear-gradient(0deg, #b10000 0%, #ea151e 100%);
}
.cy_cpfreshfood_archive_product .product-item .wrapper {
    padding: 6px;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 195px;
}

@media (min-width: 1300px) {
    .cy_cpfreshfood_archive_product .product-item {

    }
}
@media screen and (max-width: 991px) {
    .cy_cpfreshfood_archive_product .section-title {
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1919px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
        height: 165px;
    }
}

@media screen and (max-width: 1679px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
        height: 189px;
    }
}

@media screen and (max-width: 1439px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
        height: 195px;
    }
    .cy_cpfreshfood_archive_product .product-item a.title{
        font-size: 18px !important;
        margin-bottom: 10px;
    }
    .cy_cpfreshfood_archive_product .product-item .desc {
        height: 113px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1365px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
        height: 195px;
    }

}

@media screen and (max-width: 1199px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
        height: 195px;
    }
}

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

}

@media screen and (max-width: 991px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
        height: 165px;
    }
}

@media screen and (max-width: 767px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .img-box {
        height: 195px;
    }
}
@media screen and (max-width: 549px) {
    .cy_cpfreshfood_archive_product .product-item .desc{
        height: 77px;
        overflow: hidden;
    }
}
.cy_cpfreshfood_archive_product .product-item .item .item-img{
    overflow: hidden;
    background-color: #fff;
}
.cy_cpfreshfood_archive_product .product-item:hover .item .item-img img{
    transform: scale(1.1);
    transition: ease all .3s;
}
.cy_cpfreshfood_archive_product .product-item:hover a.title{

}
.cy_cpfreshfood_archive_product .product-item .item .item-img img{
     transition: ease all .3s;
         max-width: 100%;
    max-height: 100%;
}
.cy_cpfreshfood_archive_product .product-item .wrapper .img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .img-box a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .img-box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box {
    text-align: center;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .title a {
    display: block;
    margin-bottom: 6px;
    color: #242424;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .title a:hover {
    color: #06a23a;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .price {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .price span {
    padding: 0 0px;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .price__new {
    color: #2db716;
    font-weight: 600;
    display: inline-block;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .price__old {
    font-size: 14px;
    display: inline-block;
    color: #b7b7b7;
    text-decoration: line-through;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .unit {
    margin-bottom: 10px;
    color: #444444;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .product__hover {
    border-top: 1px solid #ebebeb;
    padding-top: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .product__hover ul {
    text-align: center;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .product__hover ul li {
    display: inline-block;
    padding: 0 5px;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .product__hover ul li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 43px;
    background-color: #eceaed;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #06a23a;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cy_cpfreshfood_archive_product .product-item .wrapper .info-box .product__hover ul li a:hover {
    background-color: #06a23a;
    color: #fff;
}


.cy_cpfreshfood_archive_product .product-item:hover .wrapper {
    border-color: #00a651;
}

.cy_cpfreshfood_archive_product .product-item:hover .wrapper .info-box .product__hover {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 992px) {
    .cy_cpfreshfood_archive_product .product-item .wrapper .info-box .product__hover {
        opacity: 0;
        visibility: hidden;
    }
    .cy_cpfreshfood_archive_product #shop_active .row .product-item:nth-child(3n+1){
        clear: both;
    }
    .cy_cpfreshfood_archive_product .product-item--list .wrapper {
        float: left;
        width: 100%;
    }

    .cy_cpfreshfood_archive_product .product-item--list .wrapper .img-box {
        float: left;
    }

    .cy_cpfreshfood_archive_product .product-item--list .wrapper .info-box {
        text-align: left;
        overflow: hidden;
        padding-left: 20px;
    }

    .cy_cpfreshfood_archive_product .product-item--list .wrapper .info-box .title a {
        justify-content: left;
    }

    .cy_cpfreshfood_archive_product .product-item--list .wrapper .info-box .price {
        text-align: left;
    }

    .cy_cpfreshfood_archive_product .product-item--list .wrapper .info-box .price span {
        padding-left: 0;
    }

    .cy_cpfreshfood_archive_product .product-item--list .product-item__desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 1400px) {
    .cy_cpfreshfood_archive_product .product-item .item .item-info .desc {
        max-height: 115px;
        overflow: hidden;
    }
    .cy_cpfreshfood_archive_product .product-item a.title {
        font-size: 16px;
        height: 26px;
        overflow: hidden;
    }



}
.cy_cpfreshfood_archive_product .product-item a.title{
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    line-height: 26px;
    height: 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cy_cpfreshfood_archive_product .tav_menu_wrapper {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.cy_cpfreshfood_archive_product .tav_menu_wrapper .tab_menu_inner .nav li {
    float: left;
}

.cy_cpfreshfood_archive_product .tav_menu_wrapper .tab_menu_inner .nav li a {
    display: block;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cy_cpfreshfood_archive_product .tav_menu_wrapper .tab_menu_inner .nav li.active a {
    background-color: #eee;
    color: #137834;
}

.cy_cpfreshfood_archive_product .dropdown.dropdown-shop {
    max-width: 100%;
}

.cy_cpfreshfood_archive_product .dropdown.dropdown-shop select {
    background: none;
    width: 336px;
    max-width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    color: #626262;
}

.cy_cpfreshfood_archive_product .sort {
    max-width: 100%;
    float: right;
}

.cy_cpfreshfood_archive_product .sort__title {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    float: left;
}

.cy_cpfreshfood_archive_product .sort .dropdown-shop {
    float: left;
}

@media screen and (max-width: 991px) {
    .cy_cpfreshfood_archive_product .sort {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .cy_cpfreshfood_archive_product .sort {
        width: 100%;
    }

    .cy_cpfreshfood_archive_product .sort .dropdown-shop {
        width: 100%;
    }

    .cy_cpfreshfood_archive_product .sort .dropdown-shop select {
        width: 100%;
    }
}

@media (max-width: 1680px) and (min-width: 1200px) {
    .cy_cpfreshfood_archive_product .dropdown.dropdown-shop select {
        width: 310px;
    }
}

.cy_cpfreshfood_archive_product .pagination-wrapper {

}

.cy_cpfreshfood_archive_product .pagination-wrapper .wp-pagenavi a, .cy_cpfreshfood_archive_product .pagination-wrapper .wp-pagenavi span {
    font-size: 18px !important;
    line-height: 20px;
    color: #333;
    border: 1px solid;
    padding: 3px 10px !important
}

.cy_cpfreshfood_archive_product .pagination-wrapper .wp-pagenavi .pages {
    margin-right: 30px;
}

.cy_cpfreshfood_archive_product .pagination-wrapper .wp-pagenavi span.current {
    font-size: 20px;
    font-weight: 700;
    color: #78a206;
}

@media only screen and (max-width: 1920px) {
    }
@media only screen and (max-width: 1600px) {
    .cy_cpfreshfood_archive_product .list-category>ul.cat-menu ul a{
        padding-left: 40px !important;
    }

}
@media only screen and (max-width: 1024px) {
    .cy_cpfreshfood_archive_product #shop_active .row .product-item:nth-child(4n+1) {
        clear: none;
    }

    .cy_cpfreshfood_archive_product #shop_active .row .product-item:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 768px) {
    .cy_cpfreshfood_archive_product #shop_active .row .product-item:nth-child(2n+1) {
        clear: both;
    }

    .cy_cpfreshfood_archive_product #shop_active .row .product-item:nth-child(3n+1) {
        clear: none;
    }
}


/*# sourceMappingURL=css.css.map */
