.product-page {
    line-height: 1.6;
    margin-top: 2.4rem;
    background-color: #fff;
    padding: 4.8rem 2.4rem;
    overflow: hidden;
    border-radius: 1rem;
    /*box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .2);*/
}

/*.pp__heading {

}
.pp__title {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 2.4rem;
    padding-bottom: 2rem;
    line-height: 1.3;
    border-bottom: .1rem solid rgba(0, 0, 0, .3);
}*/

.pp__flex-row {
    display: flex;
    align-items: flex-start;
}

.pp__images {
    width: 40%;
    flex-shrink: 0;
}
.pp__detail-image {
    display: block;
    max-height: 60rem;
    border: 1rem solid rgba(0, 0, 0, .03);
}
.pp__detail-image-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.pp__detail-image img {
    display: block;
    object-fit: contain;
    object-position: center top;
    max-width: 100%;
    max-height: 100%;
    padding: 1.2rem;
}
.pp__more-images {

}


.pp__info {
    margin-left: 2.4rem;
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pp__info > * {
    margin-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .2);
    padding-top: 2.4rem;
}
.pp__info > *:first-child,
.pp__info > *:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}


.pp__title {
    font-size: 2rem;
    font-weight: 700;
    /*margin-bottom: 2.4rem;*/
    /*padding-bottom: 2rem;*/
    line-height: 1.3;
    /*border-bottom: .1rem solid rgba(0, 0, 0, .3);*/
}



.pp__info .wishbtn {
    display: none;
}



.pp__no-variables {
    
}
.pp__price {
    font-size: 2.8rem;
    font-weight: 700;
}
.pp__add-to-cart {
    margin-top: 1.2rem;
}
/*.pp__add-to-cart form {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.pp__add-to-cart .qty-change {
    font-size: 1.6rem;
    font-weight: 700;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);

    display: none;
}
.pp__add-to-cart .qty-val {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    width: 3rem;

    display: none;
}
.pp__add-to-cart .add-to-cart-button {
    background-color: #FC4149;
    color: #fff;
    border-radius: 10rem;
    padding: 0 2.4rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}*/
.pp__add-to-cart form {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: rgba(0, 0, 0, .03);
    padding: .6rem;
    overflow: hidden;
    border-radius: 20rem;
}
.pp__add-to-cart form a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCDC4D;
    width: 3rem;
    height: 3rem;
    font-size: 2.2rem;
    border-radius: 20rem;
    font-weight: 700;
}

#QUANTITY {
    height: 3rem;
    width: 3rem;
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.pp__add-to-cart form input:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 3rem;
    font-family: Montserrat;
    padding: 0 2.4rem;
    margin-left: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #c43935;
    color: #fff;
    border-radius: 20rem;
}


.pp__add-to-cart .qty-change {
    font-size: 1.6rem;
    font-weight: 700;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);

    display: none;
}
.pp__add-to-cart .qty-val {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    width: 3rem;

    display: none;
}
.pp__add-to-cart .add-to-cart-button {
    background-color: #FC4149;
    color: #fff;
    border-radius: 10rem;
    padding: 0 2.4rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}.pp__add-to-cart form {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.pp__add-to-cart .qty-change {
    font-size: 1.6rem;
    font-weight: 700;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);

    display: none;
}
.pp__add-to-cart .qty-val {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    width: 3rem;

    display: none;
}
.pp__add-to-cart .add-to-cart-button {
    background-color: #FC4149;
    color: #fff;
    border-radius: 10rem;
    padding: 0 2.4rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}







.pp__properties {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.pp__properties-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    background-color: #49A8BC;
    color: #fff;
    padding: 0 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 3.6rem;
    width: auto;
}
.pp__properties-list {
    margin-top: 1.2rem;
    padding-left: 2.4rem;
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-start;
}
.pp__property {
    display: inline-block;
    width: auto;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    font-size: 1.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    position: relative;
}
.pp__property:before {
    content: '';
    position: absolute;
    left: -2.4rem;
    width: .4rem;
    height: .4rem;
    /*bottom: 50%;*/
    bottom: .5rem;
    border-radius: 10rem;
    background-color: #444;
}
.pp__property:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.pp__property-name {
    font-weight: 700;
}
.pp__property-value {

}




.pp__detail-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.pp__detail-text-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    background-color: #49A8BC;
    color: #fff;
    padding: 1.2rem 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 3.6rem;
    width: auto;
}
.pp__detail-text-text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    line-height: 1.5;
}


.pp__rating {
    display: none;
}













.bx-filter {
    margin-top: .6rem;
    display: none;
}








.products-section {
    margin-top: 2.4rem;
}
.products-section__title {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 2.4rem;
    display: flex;
    align-items: center;
}
.products-section__title-icon {
    font-size: 2.2rem;
    margin-right: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10rem;
    width: 4rem;
    height: 4rem;
}

















.cat-list-ul {
    position: relative;

    display: none !important;
}
.cat-list-li {
    position: relative;
    color: #fff;
}
.cat-list-ul-1 {
    margin-top: 2.4rem;
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
    border-radius: 1.6rem;
    flex-wrap: wrap;
}
.cat-list-ul-1 > .cat-list-li {
    width: calc(50% - .1rem);
    list-style: none;
    background-color: #000;
    padding: 4rem 4.8rem;
    overflow: hidden;
}
/*.cat-list-ul-1 > .cat-list-li:first-child {
    border-radius: 1.6rem 0 0 1.6rem;
}
.cat-list-ul-1 > .cat-list-li:last-child {
    border-radius: 0 1.6rem 1.6rem 0;
}*/
.cat-list-ul-1 > .cat-list-li > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .5;
}
.cat-list-ul-1 > .cat-list-li > a {
    position: relative;
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 3rem;
}
.cat-list-ul-2 {
    z-index: 10;
    display: flex;
    margin-top: 2.4rem;
}
.cat-list-ul-2 > .cat-list-li {
    list-style: none;
    margin-left: .6rem;
    border-radius: 6rem;
    background-color: #fff;
}
.cat-list-ul-2 > .cat-list-li:first-child {
    margin-left: 0;
}
.cat-list-ul-2 .cat-list-li > a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2b303a;
    display: flex;
    align-items: center;
    height: 3.6rem;
    padding: 0 2.4rem;
}
.cat-list-ul-2 > .cat-list-li-2 > img {
    display: none;
}

.cat-list-ul-1 .cat-list-ul-2 {
    padding-top: .8rem;
    border-top: .2rem solid rgba(255, 255, 255, .2);
    display: block;
}
.cat-list-ul-1 .cat-list-ul-2 > .cat-list-li {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 1.6rem;
    background-color: transparent;
    margin-left: 0;
    border-radius: 0;
}
.cat-list-ul-1 .cat-list-ul-2 .cat-list-li > a {
    font-size: 1.6rem;
    padding: 0;
    height: auto;
    display: inline;
    color: #fff;
}
.cat-list-ul-1 .cat-list-ul-2 > .cat-list-li-2 > img {
    
}












.products-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2.4rem;
    align-items: stretch;
    justify-content: flex-start;
}
.product-item {
    width: calc(25% - 1.8rem);
    margin: 2.4rem 0 0 2.4rem;
    position: relative;
    overflow: hidden;
    align-self: stretch;
}
.product-item:first-child,
.product-item:nth-child(2),
.product-item:nth-child(3),
.product-item:nth-child(4) {
    margin-top: 0;
}
.product-item:nth-child(4n-3) {
    margin-left: 0;
}

.product-item:hover .product__img {
    padding: 2rem;
}
.product__img-wrap {
    display: block;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
    position: relative;
    background-color: #fff;
}
.product__img-wrap:before {
    content: '';
    padding-top: 100%;
    float: left;
}
.product__img-wrap:after {
    content: '\e824';
    font-family: Fontello;
    position: absolute;
    top: 50%;
    margin-top: -3rem;
    left: 50%;
    margin-left: -3rem;
    width: 6rem;
    height: 6rem;
    border-radius: 10rem;
    display: flex;
    opacity: 0;
    transition: .1s;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: #fff;
    transform: scale(.7);
    background-color: rgba(0, 0, 0, .4);

    display: none;
}
.product__img-wrap:hover:after {
    opacity: 1;
    transform: scale(1);
}
.product__img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    transition: .1s;
}
.product__img-wrap.nocrop .product__img {
    object-fit: contain;
}

.product__details {
    margin-top: .4rem;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 1.2rem 1.1rem;
}
.product__title {
    display: block;
}
.product__title-link {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    display: block;
}

.product__price-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1rem;
    padding-top: 1.2rem;
    align-items: center;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.product__price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product__price-val {
    display: flex;
    height: 3rem;
    align-items: center;
    padding: 0 1.6rem;
    border-radius: 5rem;
    color: #fff;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #49A8BC;
}
.product__not-available {
    display: block;
    color: #777;
    font-size: 1.4rem;
    margin-top: .6rem;

    display: none;
}



.wishbtn {
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    background-color: rgba(0, 0, 0, .05);
    background-color: #f8f8f8;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    padding-top: .2rem;
    color: rgba(0, 0, 0, .3);
    transition: .2s;
    margin-right: .6rem;
}
.wishbtn .icon-heart {

}
.wishbtn:hover,
.in_wishlist {
    color: #c43935;
}






.add-to-cart {

}
.add-to-cart__qty {
    display: none;
}
.add-to-cart__btn {
    display: flex;
    height: 3rem;
    align-items: center;
    padding: 0 1.8rem;
    text-transform: uppercase;
    border-radius: 5rem;
    color: #fff;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 700;
    background-color: #2b303a;
    cursor: pointer;
}













.bx-pagination  {
    margin-top: 2.4rem;
}
.bx-pagination-container {

}
.bx-pagination-container ul {
    display: flex;
    justify-content: center;
}
.bx-pagination-container ul li {
    height: 3.6rem;
    border-radius: 10rem;
    width: 3.6rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-shrink: 0;
    margin-left: .6rem;
    color: #2b303a;
    font-size: 1.6rem;
}
.bx-pagination-container ul li:first-child {
    margin-left: 0;
}
.bx-pag-prev {

}
.bx-pag-next {

}
.bx-active {
    color: #fff !important;
    background-color: #49A8BC !important;
}






.related-title {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 2.4rem;
    padding-top: 1.8rem;
    border-top: .5rem solid rgba(0, 0, 0, .07);
    color: #32292F;
}









































































@media (max-width: 1200px) {


.product-page {
    line-height: 1.6;
    margin-top: 2.4rem;
    background-color: #fff;
    padding: 4.8rem 2.4rem;
    overflow: hidden;
    border-radius: 1rem;
    /*box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .2);*/


    padding: 4.8rem 2rem;
}

/*.pp__heading {

}
.pp__title {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 2.4rem;
    padding-bottom: 2rem;
    line-height: 1.3;
    border-bottom: .1rem solid rgba(0, 0, 0, .3);
}*/

.pp__flex-row {
    display: flex;
    align-items: flex-start;


    flex-direction: column;
    align-items: stretch;
}

.pp__images {
    width: 40%;
    flex-shrink: 0;


    width: 100%;
}
.pp__detail-image {
    display: block;
    max-height: 60rem;
    border: 1rem solid rgba(0, 0, 0, .03);
}
.pp__detail-image-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.pp__detail-image img {
    display: block;
    object-fit: contain;
    object-position: center top;
    max-width: 100%;
    max-height: 100%;
    padding: 1.2rem;


    max-height: 30rem;
}
.pp__more-images {

}


.pp__info {
    margin-left: 2.4rem;
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;


    margin-left: 0;
    margin-top: 2.4rem;
}
.pp__info > * {
    margin-top: 2.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .2);
    padding-top: 2.4rem;
}
.pp__info > *:first-child,
.pp__info > *:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}


.pp__title {
    font-size: 2rem;
    font-weight: 700;
    /*margin-bottom: 2.4rem;*/
    /*padding-bottom: 2rem;*/
    line-height: 1.3;
    /*border-bottom: .1rem solid rgba(0, 0, 0, .3);*/
}



.pp__info .wishbtn {
    display: none;
}



.pp__no-variables {
    
}
.pp__price {
    font-size: 2.8rem;
    font-weight: 700;
}
.pp__add-to-cart {
    margin-top: 1.2rem;
}
/*.pp__add-to-cart form {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.pp__add-to-cart .qty-change {
    font-size: 1.6rem;
    font-weight: 700;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);

    display: none;
}
.pp__add-to-cart .qty-val {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    width: 3rem;

    display: none;
}
.pp__add-to-cart .add-to-cart-button {
    background-color: #FC4149;
    color: #fff;
    border-radius: 10rem;
    padding: 0 2.4rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}*/
.pp__add-to-cart form {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: rgba(0, 0, 0, .03);
    padding: .6rem;
    overflow: hidden;
    border-radius: 20rem;
}
.pp__add-to-cart form a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCDC4D;
    width: 3rem;
    height: 3rem;
    font-size: 2.2rem;
    border-radius: 20rem;
    font-weight: 700;
}

#QUANTITY {
    height: 3rem;
    width: 3rem;
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.pp__add-to-cart form input:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 3rem;
    font-family: Montserrat;
    padding: 0 2.4rem;
    margin-left: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #c43935;
    color: #fff;
    border-radius: 20rem;
}


.pp__add-to-cart .qty-change {
    font-size: 1.6rem;
    font-weight: 700;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);

    display: none;
}
.pp__add-to-cart .qty-val {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    width: 3rem;

    display: none;
}
.pp__add-to-cart .add-to-cart-button {
    background-color: #FC4149;
    color: #fff;
    border-radius: 10rem;
    padding: 0 2.4rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}.pp__add-to-cart form {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.pp__add-to-cart .qty-change {
    font-size: 1.6rem;
    font-weight: 700;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .07);

    display: none;
}
.pp__add-to-cart .qty-val {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
    width: 3rem;

    display: none;
}
.pp__add-to-cart .add-to-cart-button {
    background-color: #FC4149;
    color: #fff;
    border-radius: 10rem;
    padding: 0 2.4rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}







.pp__properties {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.pp__properties-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    background-color: #49A8BC;
    color: #fff;
    padding: 0 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 3.6rem;
    width: auto;
}
.pp__properties-list {
    margin-top: 1.2rem;
    padding-left: 2.4rem;
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-start;
}
.pp__property {
    display: inline-block;
    width: auto;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    font-size: 1.4rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
    position: relative;
}
.pp__property:before {
    content: '';
    position: absolute;
    left: -2.4rem;
    width: .4rem;
    height: .4rem;
    /*bottom: 50%;*/
    bottom: .5rem;
    border-radius: 10rem;
    background-color: #444;
}
.pp__property:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.pp__property-name {
    font-weight: 700;
}
.pp__property-value {

}




.pp__detail-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.pp__detail-text-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    display: block;
    background-color: #49A8BC;
    color: #fff;
    padding: 1.2rem 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 3.6rem;
    width: auto;
}
.pp__detail-text-text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    line-height: 1.5;
}


.pp__rating {
    display: none;
}













.bx-filter {
    margin-top: .6rem;
    display: none;
}








.products-section {
    margin-top: 2.4rem;
}
.products-section__title {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 2.4rem;
    display: flex;
    align-items: center;
}
.products-section__title-icon {
    font-size: 2.2rem;
    margin-right: 1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10rem;
    width: 4rem;
    height: 4rem;
}

















.cat-list-ul {
    position: relative;

    display: none !important;
}
.cat-list-li {
    position: relative;
    color: #fff;
}
.cat-list-ul-1 {
    margin-top: 2.4rem;
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
    border-radius: 1.6rem;
    flex-wrap: wrap;
}
.cat-list-ul-1 > .cat-list-li {
    width: calc(50% - .1rem);
    list-style: none;
    background-color: #000;
    padding: 4rem 4.8rem;
    overflow: hidden;
}
/*.cat-list-ul-1 > .cat-list-li:first-child {
    border-radius: 1.6rem 0 0 1.6rem;
}
.cat-list-ul-1 > .cat-list-li:last-child {
    border-radius: 0 1.6rem 1.6rem 0;
}*/
.cat-list-ul-1 > .cat-list-li > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .5;
}
.cat-list-ul-1 > .cat-list-li > a {
    position: relative;
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 3rem;
}
.cat-list-ul-2 {
    z-index: 10;
    display: flex;
    margin-top: 2.4rem;
}
.cat-list-ul-2 > .cat-list-li {
    list-style: none;
    margin-left: .6rem;
    border-radius: 6rem;
    background-color: #fff;
}
.cat-list-ul-2 > .cat-list-li:first-child {
    margin-left: 0;
}
.cat-list-ul-2 .cat-list-li > a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2b303a;
    display: flex;
    align-items: center;
    height: 3.6rem;
    padding: 0 2.4rem;
}
.cat-list-ul-2 > .cat-list-li-2 > img {
    display: none;
}

.cat-list-ul-1 .cat-list-ul-2 {
    padding-top: .8rem;
    border-top: .2rem solid rgba(255, 255, 255, .2);
    display: block;
}
.cat-list-ul-1 .cat-list-ul-2 > .cat-list-li {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 1.6rem;
    background-color: transparent;
    margin-left: 0;
    border-radius: 0;
}
.cat-list-ul-1 .cat-list-ul-2 .cat-list-li > a {
    font-size: 1.6rem;
    padding: 0;
    height: auto;
    display: inline;
    color: #fff;
}
.cat-list-ul-1 .cat-list-ul-2 > .cat-list-li-2 > img {
    
}












.products-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2.4rem;
    align-items: stretch;
    justify-content: flex-start;
}
.product-item {
    width: calc(25% - 1.8rem);
    margin: 2.4rem 0 0 2.4rem;
    position: relative;
    overflow: hidden;
    align-self: stretch;


    width: 100%;
    margin-left: 0;
}
.product-item:first-child {
    margin-top: 0;
}
.product-item:nth-child(2),
.product-item:nth-child(3),
.product-item:nth-child(4) {
    margin-top: 0;


    margin-top: 2rem;
}
.product-item:nth-child(4n-3) {
    margin-left: 0;
}

.product-item:hover .product__img {
    padding: 2rem;
}
.product__img-wrap {
    display: block;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
    position: relative;
    background-color: #fff;
}
.product__img-wrap:before {
    content: '';
    padding-top: 100%;
    float: left;
}
.product__img-wrap:after {
    content: '\e824';
    font-family: Fontello;
    position: absolute;
    top: 50%;
    margin-top: -3rem;
    left: 50%;
    margin-left: -3rem;
    width: 6rem;
    height: 6rem;
    border-radius: 10rem;
    display: flex;
    opacity: 0;
    transition: .1s;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: #fff;
    transform: scale(.7);
    background-color: rgba(0, 0, 0, .4);

    display: none;
}
.product__img-wrap:hover:after {
    opacity: 1;
    transform: scale(1);
}
.product__img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    transition: .1s;
}
.product__img-wrap.nocrop .product__img {
    object-fit: contain;
}

.product__details {
    margin-top: .4rem;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem 1.2rem 1.1rem;
}
.product__title {
    display: block;
}
.product__title-link {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    display: block;
}

.product__price-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1rem;
    padding-top: 1.2rem;
    align-items: center;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.product__price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product__price-val {
    display: flex;
    height: 3rem;
    align-items: center;
    padding: 0 1.6rem;
    border-radius: 5rem;
    color: #fff;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #49A8BC;
}
.product__not-available {
    display: block;
    color: #777;
    font-size: 1.4rem;
    margin-top: .6rem;

    display: none;
}



.wishbtn {
    height: 3rem;
    width: 3rem;
    border-radius: 10rem;
    background-color: rgba(0, 0, 0, .05);
    background-color: #f8f8f8;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    padding-top: .2rem;
    color: rgba(0, 0, 0, .3);
    transition: .2s;
    margin-right: .6rem;
}
.wishbtn .icon-heart {

}
.wishbtn:hover,
.in_wishlist {
    color: #c43935;
}






.add-to-cart {

}
.add-to-cart__qty {
    display: none;
}
.add-to-cart__btn {
    display: flex;
    height: 3rem;
    align-items: center;
    padding: 0 1.8rem;
    text-transform: uppercase;
    border-radius: 5rem;
    color: #fff;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 700;
    background-color: #2b303a;
    cursor: pointer;
}













.bx-pagination  {
    margin-top: 2.4rem;
}
.bx-pagination-container {

}
.bx-pagination-container ul {
    display: flex;
    justify-content: center;
}
.bx-pagination-container ul li {
    height: 3.6rem;
    border-radius: 10rem;
    width: 3.6rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-shrink: 0;
    margin-left: .6rem;
    color: #2b303a;
    font-size: 1.6rem;
}
.bx-pagination-container ul li:first-child {
    margin-left: 0;
}
.bx-pag-prev {

}
.bx-pag-next {

}
.bx-active {
    color: #fff !important;
    background-color: #49A8BC !important;
}






.related-title {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 2.4rem;
    padding-top: 1.8rem;
    border-top: .5rem solid rgba(0, 0, 0, .07);
    color: #32292F;
}




}







