.my-3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.clearfix {
  clear: both;
}

.pagination {
  list-style: none;
}
.pagination .page-item {
  list-style-type: none;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 5px;
}
.pagination .page-item .page-link {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 0;
  color: #000000;
  background: #fff;
  border: 1px solid #000000;
}
.pagination .page-item .page-link:hover {
  background: #b58253;
  color: #fff;
  border: 1px solid #b58253;
}
.pagination .page-item.active .page-link {
  padding: 0 !important;
  color: #fff;
  background: #b58253;
  border: 1px solid #b58253;
}

.image_frame {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.image_frame:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
}
.image_frame.image_frame_1x1:before {
  padding-bottom: 86%;
}
.image_frame img {
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  z-index: -3;
  top: 0;
  left: 0;
}

.product-item:hover {
  border-bottom: 1px solid #e6e6e6 !important;
}
.product-item:hover .product-title {
  visibility: inherit !important;
}
.product-item:hover .product-title a {
  color: #b58253;
}
.product-item .product-price .original-price {
  color: #999;
}
.product-item .product-price .price {
  color: #ff0000;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.product-single .product-price .original-price {
  color: #999;
}
.product-single .product-price .price {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.category_sidebar {
  border: 1px solid #e6e6e6;
}
.category_sidebar .title {
  font-weight: bold;
  background: #b58253;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 18px;
}
.category_sidebar .title i {
  margin-right: 5px;
}
.category_sidebar ul {
  list-style: none;
  padding-left: 15px;
  margin-left: 0;
}
.category_sidebar ul .sub_category_1 > a {
  font-weight: bold;
}
.category_sidebar ul li.active > a {
  font-weight: bold;
  color: #5c351b;
}

.inner.mobile-header > .grid {
  display: flex;
}

.inner.desktop-header > .grid {
  display: flex;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  transtion: all 0.5s;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 780px;
  transform: translatey(-30px);
  transition: all 0.5s;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.grid-uniform.product-list {
  padding-left: -15px !important;
}
.grid-uniform.product-list .grid__item {
  padding-left: 15px !important;
}

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