.product {
    padding: 90px 0 20px;
}
.title-cate-product {
	font-size: 24px;
    color: #a65e32;
    font-family: 'Montserrat-Bold';
    padding-bottom: 15px;
}
.product .product-item {
    position: relative;
    margin-bottom: 25px;
}
.product-item .image img {
    transform: scale(1);
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item:hover .image img {
    transform: scale(1.2);
}

.product-item .image {
    overflow: hidden;
    position: relative;
    
}

.product .description {
    color: #fff;
    font-size: 13px;
}

.product .product-list {
    background-color: #fff;
}

.product-item .box_product {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.product-item .box_info {
    padding: 10px;
    text-align: center;
}

.product-item .box_info h3 {
    margin: 0 25px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item .box_info h3 a {
    color: #a65e32;
    text-decoration: none;
    font-family: TIMES;
    font-weight: bold;
}
.product-item .box_info .price .new-price {
    color: #a65e32;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
    display: block;
}

.product-item .box_info .price .old-price {
    color: #888888;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    word-break: break-all;
    display: block;
}

/* .new-price span{
	font-style: normal;
	font-weight: normal;
}

.old-price span{
	font-style: normal;
	font-weight: normal;
} */

.discount{
	background: url(../img/icon-discount.png) no-repeat;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
}

#pagination {
    margin-bottom: 20px;
}

.error-container {
  text-align: center;
  font-size: 106px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  margin: 70px 15px;
}
.error-container > span {
  display: inline-block;
  position: relative;
}
.error-container > span.four {
  width: 136px;
  height: 43px;
  border-radius: 999px;
  background:
    linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
    linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
    linear-gradient(to right, #d89ca4, #e27b7e);
}
.error-container > span.four:before,
.error-container > span.four:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
}
.error-container > span.four:before {
  width: 43px;
  height: 156px;
  left: 60px;
  bottom: -43px;
  background:
    linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
    linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.error-container > span.four:after {
  width: 137px;
  height: 43px;
  transform: rotate(-49.5deg);
  left: -18px;
  bottom: 36px;
  background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}

.error-container > span.zero {
  vertical-align: text-top;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
    linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background:
    linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
    linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.error-container > span.zero:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  left: 43px;
  bottom: 43px;
  background: #FDFAF5;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
    
@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}

.title-error {
  text-align: center;
  margin: 30px auto;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  
}

@media (max-width:768px)  {
	.col-full-mobile{margin: 0;}
	.product .product-item {
	    padding-left: 0;
	    padding-right: 0;
	}
}
.filter-session{
	color: #a75e33;
}
.filter-session label{
	display: block;
}
.filter-session label input.radio{
	display: inline !important;
	margin-right: 10px;
}
.filter-session > .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: PlayfairDisplay-Regular;
}
.list-product-filter{
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    color: var(--bg-color);
    margin-bottom: 15px;
}
@media (min-width:769px)  {
	#productFilter {
	    width: 20%;
	}
}

.select-options {
    color: #a65e32;
    border: none;
    border-bottom: 1px solid #a65e32;
    padding: 10px;
}
.pagination-wrap .pagination{
	justify-content: center;
}
.pagination-wrap .pagination button{
	background: transparent;
    color: #a65e32;
    border: unset;
    padding: 0px 8px;
}
select:focus-visible {
  outline: none;
}
