.woocommerce-products-header{
	text-align: center;

}
@media (max-width: 768px) {
	.woocommerce-products-header{
		padding-top: 40px;
	}
}
.tax-product_cat .sidebar-list-mob {
	padding-top: 200px;
}
.category__product {
    display: flex;
    max-width: 922px;
    justify-content: space-between;

    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;

    margin-bottom: 16px;

    padding-right: 50px;
}
@media (max-width: 768px) {
	.category__product {
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.category__product-left, .category__product-middle, .category__product-right, .category__product-left img {
		width: 100%;
		max-width: 100%!important;
		height: auto!important;
		
	}
	.category__product-left, .category__product-right, .category__product-left img {
		text-align: center;
	}
	.category__product-right, .category__product-icons .cart-compare  {
		width: 100%;
		justify-content: space-around!important;
}
}

.category__product:hover {
	box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.4);
}

.category__product-left {
    max-width: 255px;
    height: 269px;
}

.category__product-left img {
    max-width: 265px;
    height: 269px;

    border-radius: 10px;
}


.category__product-right {
    max-width: 154px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-bottom: 21px;
    margin-top: 21px;
}

.category__product-score {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.category__product-roll {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 6px;
    padding-bottom: 5px;

    background: #F9F9F9;
    border-radius: 10px;
}

.category__price-prices {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    color: #313131;
}

.category__product-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
		width: 100%;
}

.category__price-options {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #C7C7C7;

    margin-bottom: 8px;
}

.category__price-options .active {
    color: #313131;

    border-bottom: 3px solid #FFCA45;
}

.category__price-options button {
    padding-left: 7px;
    padding-right: 7px;
}

.category__price-options .m2 {
    padding-left: 10px;
}

.category__price-options h3 {
    margin-right: 7px;
}

.category__price-options button,
.category__price-options h3 {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #C7C7C7;
}

.category__price-options .category__price-active {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #313131;
}

.m2 {
    display: flex;
}

.category__price-options button span {
    font-size: 9px;
}

.category__product-middle {
    margin-left: 20px;
    margin-right: 20px;
}


.category__product-middle p {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #313131;
    height: 162px;
    overflow: hidden;
    max-width: 387px;

    margin-top: 16px;
}

.category__product-middle p::after {
    position: absolute;
    content: '';
    top: 91%;
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 53.65%, rgba(255, 255, 255, 0) 100%);
    width: 387px;
    height: 16px;
}

.category__product-middle a {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

    color: #000000;

    margin-top: 23px;
    display: block;

    max-width: 304px;
    max-height: 46px;

    overflow: hidden;
}


.category__product-roll p {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;

    padding-bottom: 4px;


    color: #9E9E9E;
}

.category__product-roll h2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;

    color: #000000;
}

.category__product-score span {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

    color: #313131;
}

.category__price-active {
    position: relative;
}

.category__price-active::before {
    content: " ";
    position: absolute;
    display: block;
    background: #FFB701;
    width: 200%;
    height: 2px;
    top: 112%;
    right: -30%;
}

.category-product {
    padding: 20px 15px 0;
}
.woocommerce .woocommerce-ordering {
	padding: 0 15px 0;
}

.category-product .spanOptionsSize span {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    color: #313131;

    margin-top: 8px;
}

.category-product .button-more {
    margin-top: 382px;
}

.category-product h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;

    margin-top: 12px;
}

.category__select select:hover {
    color: #FFCA45;
}

.category__select {
    margin-top: 18px;
    margin-bottom: 45px;
}

.category__select select {
    margin-right: 24px;
}

#popular-select,
#price-select {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;


    color: #000000;

    cursor: pointer;

    transition: all 0.2s ease;
}

#popular-select:hover,
#price-select:hover {
    color: #FFCA45;
}

#popular-select {
    width: 157px;
}

#price-select:last-child select {
    max-width: 89px;
}



.category__select select {
    appearance: none;
    overflow: hidden;
    background: url('../images/icon-category-product/arrow.png') no-repeat right;
}


.formPhoneCategory {
    margin-top: 33px;
    margin-bottom: 53px;
}