 .icon-search-reset {
     font-size: 16px;
     color: #ff8989 !important;
 }

 .icon-search:hover,
 .icon-search-reset:hover {
     cursor: pointer;
 }

 .filter-items {
     display: flex;
     justify-content: start;
 }

 .filter-item {
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 20px;
 }

 .filter-item+.filter-item {
     margin-left: 10px;
 }

 .filter-wrapper {
     margin-bottom: 20px;
 }

 .filter-reset {
     border: 1px solid #ff8989;
     background-color: #f5f5f5
 }

 .filter-reset:hover {
     cursor: pointer;
     transition: .3s;
     color: #fff;
     background-color: #ff8989;
 }

 .images-modal {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
 }

 /* .image-modal {
     width: 300px;
     height: 300px;
     object-fit: contain;
 } */

 .other_products {
     display: flex;
     width: 350px;
 }

 .other_products-img {
     padding: 10px;
     object-fit: cover;
     width: 100px;
     height: 100px;
     border: 1px solid #ccc;
 }

 .other_products-img.active {
     border: 1px solid #24695c;
 }

 .other_products-img:hover {
     border: 1px solid #24695c;
 }

 .other_products:hover {
     cursor: pointer;
 }

 .other_products-img+.other_products-img {
     margin-left: 15px;
 }

 .group-img {
     padding: 4px;
     width: 50px;
     height: 50px;
     object-fit: cover;
     border: 1px solid #ccc;
 }

 .group-img+.group-img {
     margin-left: 5px;
 }

 .group-img:hover {
     cursor: pointer;
     border: 1px solid #24695c;
 }

 .group-img.active {
     border: 1px solid #24695c;
 }

 .group-img:nth-child(n+8) {
     margin: 5px 0px 0px 0px;
 }

 .shopping-cart__link {
     position: relative;
 }

 .shopping-cart__num {
     position: absolute;
     width: 16px;
     height: 16px;
     border-radius: 50%;
     background-color: #d22d3d;
     top: -7px;
     right: -10px;
     font-size: 10px;
     text-align: center;
     line-height: 16px;
     color: #fff;
     letter-spacing: 0 !important;
 }

 .card {
     border: none;
     margin-bottom: 0;
 }

 .cart_box:hover {
     cursor: pointer;
 }

 .cart-inner {
     display: flex;
 }

 .cart-price {
     text-align: right;
     margin-right: 15px;
     font-size: 20px;
 }

 .cart-text {
     margin-left: 20px;
 }

 .cart-img {
     width: 150px;
     height: 150px;
     object-fit: cover;
 }

 .input-group.cart-quantity {
     width: 35%;
     margin: 0 15px 15px auto;
 }

 .cart-quantity_title {
     text-align: right;
     margin: 15px;
 }

 .owl-nav {
     display: flex;
     margin: -63px -30px 30px;
     justify-content: space-between;
 }