.hr-section.hr-products-list {
	background: #fff;
}
.hr-shop-toolbar-wrapper-right {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.hr-select-option.contact-field select {
	background: #fff;
	box-shadow: none !important;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.hr-widget-list {
  margin-bottom: 33px;
}
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
.hr-widget-list.hr-widget-categories h3 {
	padding: 15px 0;
	border-bottom: 2px solid #262b32;
	border-top: 2px solid #262b32;
	text-align: left;
	color: #091E42;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
.hr-widget-list.hr-widget-categories > ul > li > a {
	font-size: 16px;
	display: flex;
	line-height: 30px;
	padding: 0 20px;
	color: var(--black);
	column-gap: 10px;
}
.hr-widget-list.hr-widget-categories > ul > li > a > label {
  font-size: 16px;
  display: flex;
  line-height: 30px;
  color: var(--black);
  column-gap: 10px;
}
.hr-widget-list.hr-widget-categories > ul > li > a:hover {
  color: var(--color-3);
}
.hr-widget-list.hr-widget-categories > ul > li:last-child > a {
  border-bottom: 0;
}
.hr-widget-list.hr-widget-categories > ul > li.hr-widget-sub-categories > a {
  position: relative;
}
.hr-widget-list.hr-widget-categories
  > ul
  > li.hr-widget-sub-categories
  > a::before {
  content: "+";
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
.hr-widget-list.hr-widget-categories
  > ul
  > li.hr-widget-sub-categories
  > a.active::before {
  content: "-";
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
.hr-widget-list.hr-widget-categories > ul > li ul {
  padding-left: 30px;
  display: none;
  text-align: left;
  color: var(--color-2);
  font-size: 0.875rem;
  font-weight: 500;
}
.hr-widget-list.hr-widget-categories > ul > li ul li a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  color: var(--black);
}
.hr-widget-list.hr-widget-categories > ul > li ul li a:hover {
  color: var(--color-3);
}
.hr-widget-list:last-child {
  margin-bottom: 0;
}
.sidebar_widget {
	border-radius: 20px;
	border: 1px solid #CED4DD;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 25px 21px;
	display: flex;
	flex-direction: column;
	row-gap: 60px;
	max-width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hr-widget-list {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-widget-list {
    margin-bottom: 53px;
  }
}
.hr-widget-list h3 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  color: var(--color-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hr-widget-list h3 {
    font-size: 18px;
  }
}
.hr-widget-list > ul > li > a {
  font-size: 13px;
  display: block;
  line-height: 30px;
}
.hr-widget-list > ul > li > a:hover {
  color: #644222;
}
.hr-widget-list.widget_color {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hr-widget-list.widget_color {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-widget-list.widget_color {
    margin-bottom: 45px;
  }
}
.hr-widget-list.widget_manu {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hr-widget-list.widget_manu {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-widget-list.widget_manu {
    margin-bottom: 45px;
  }
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc;
  color: #fff;
  font-weight: 700;
}
.ui-widget-header a {
  color: #fff;
}
.ui-slider-horizontal .ui-slider-range {
  background: var(--color-3);
  height: 2px;
}
.ui-slider-horizontal {
  height: 2px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
  margin-top: 22px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--color-4);
  width: 15px;
  height: 15px;
  top: -7px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid var(--color-4);
}
.widget_list.hr-widget-filter {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_list.hr-widget-filter {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_list.hr-widget-filter {
    margin-bottom: 50px;
  }
}
.widget_list.hr-widget-filter h3 {
  padding: 15px 0;
  border-bottom: 2px solid #262b32;
  border-top: 2px solid #262b32;
}
.widget_list.hr-widget-filter form {
  padding-top: 10px;
}
.widget_list.hr-widget-filter input {
  background: none;
  border: none;
  font-size: 14px;
  float: right;
  text-align: right;
  line-height: 31px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.hr-widget-filter input {
    width: 65px;
  }
}
.widget_list.hr-widget-filter button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: capitalize;
  color: #fff;
  background: var(--color-3);
  border: 0;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.5rem;
}
.widget_list.hr-widget-filter button:hover {
  background: var(--color-4);
}
.tag_cloud a {
  margin: 0 5px 12px 0;
  padding: 5px 15px;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 3px;
  font-size: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tag_cloud a {
    padding: 5px 10px;
  }
}
.tag_cloud a:hover {
  background: #f6c933;
  border-color: #f6c933;
  color: #fff;
}
.hr-shop-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .hr-shop-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}
.select_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .select_option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}
.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .hr-select-option {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-page-amount {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-page-amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
.list_button ul li {
  margin-right: 12px;
}
.list_button ul li:last-child {
  margin-right: 0;
}
.list_button ul li a:hover {
  color: #f6c933;
}
.list_button ul li a i {
  margin-right: 5px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.list_button ul li a.active {
  color: #f6c933;
}
.list_button ul li a.active i {
  background: #f6c933;
  color: #fff;
}
.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: #f6c933;
}
@media only screen and (max-width: 767px) {
  .product_list_item .hr-product-thumb {
    margin-bottom: 18px;
  }
}
.product_list_item .hr-product-content h3 {
  margin-bottom: 10px;
}
.product_list_item .product_ratting {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a {
  display: block;
  border-radius: 3px;
  color: var(--black);
}
.pagination ul li a:hover {
  background: var(--color-4);
  color: #fff;
}
.pagination ul li.current {
  background: var(--color-3);
  color: #fff;
}
.pagination ul li.next {
  width: 40px;
}
.hr-shop-toolbar.t_bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hr-shop-toolbar.t_bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-shop-toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-shop-toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .hr-quick-button {
    bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .hr-quick-button a {
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}
.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.row.hr-shop-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hr-shop-toolbar-btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.hr-shop-toolbar-btn > button.btn-grid-3 {
  background: url(https://dev.hrinfocare.com/hrcmsci4/public/assets/images/icons/bkg_grid.png)
    no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.hr-shop-toolbar-btn > button.btn-grid-3.active {
  background: url(https://dev.hrinfocare.com/hrcmsci4/public/assets/images/icons/bkg_grid_hover.png)
    no-repeat scroll center center !important;
}
.hr-shop-toolbar-btn > button.btn-grid-4 {
  background: url(https://dev.hrinfocare.com/hrcmsci4/public/assets/images/icons/bkg_grid4.png)
    no-repeat scroll center center;
  width: 26px;
  height: 22px;
}
.hr-shop-toolbar-btn > button.btn-grid-4.active {
  background: url(https://dev.hrinfocare.com/hrcmsci4/public/assets/images/icons/bkg_grid4_hover.png)
    no-repeat scroll center center !important;
}
.hr-shop-toolbar-btn > button.btn-list {
  background: url(https://dev.hrinfocare.com/hrcmsci4/public/assets/images/icons/bkg_list.png)
    no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.hr-shop-toolbar-btn > button.btn-list.active {
  background: url(https://dev.hrinfocare.com/hrcmsci4/public/assets/images/icons/bkg_list_hover.png)
    no-repeat scroll center center !important;
}
.hr-page-amount p {
  margin-bottom: 0;
}
.hr-product-content.hr-list-content {
  display: none;
}
.hr-grid-content .hr-product-ratings {
  margin-bottom: 11px;
}
.hr-grid-content .hr-product-ratings ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid_list .grid_name {
  display: none;
}
.grid_list .hr-product-content.hr-grid-content {
  display: none;
}
.grid_list .hr-product-content.hr-list-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  float: left;
  padding-left: 25px;
  text-align: left;
  margin-top: 0;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .hr-product-content.hr-list-content {
    min-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .hr-product-content.hr-list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: 15px;
  }
}
.grid_list .hr-product-content.hr-list-content .hr-product-rating {
  margin-bottom: 5px;
}
.grid_list .hr-product-content.hr-list-content h4.hr-product-name {
  font-size: 18px;
}
.grid_list .hr-product-content.hr-list-content .hr-price-box {
  margin-bottom: 0;
}
.grid_list .hr-product-content.hr-list-content .hr-action-links {
  opacity: inherit;
  visibility: visible;
  text-align: left;
  -webkit-transform: inherit;
  transform: inherit;
  position: inherit;
}
.grid_list .hr-product-content.hr-list-content .hr-action-links ul li a {
  -webkit-transform: inherit;
  transform: inherit;
}
.grid_list .hr-product-content.hr-list-content .hr-product-desc {
  display: inline-block;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.grid_list .hr-product-content.hr-list-content .hr-product-desc p {
  font-size: 16px;
  line-height: 30px;
}
.grid_list .hr-single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .grid_list .hr-single-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.grid_list .hr-product-thumb {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  float: left;
}
.hr-product-thumb {
  position: relative;
}
.hr-product-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgb(190 152 116 / 60%);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hr-single-product:hover .hr-product-thumb::before {
  opacity: 1;
  visibility: visible;
}
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .featured-products {
    margin-bottom: 55px;
  }
}
.featured_content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.featured_content h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
}
.featured_content h4 a {
  color: #fff;
}
.featured_content h4 a:hover {
  color: #f6c933;
}
.single_featured:hover .hr-action-links {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.single_featured:hover .featured_content h4 {
  opacity: 1;
  visibility: visible;
}
.single_featured:hover .hr-price-box span.old_price {
  color: #fff;
}
.single_featured:hover .hr-product-thumb::before {
  opacity: 1;
  visibility: visible;
}
.hr-action-links {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  opacity: 0;
  visibility: hidden;
}
.hr-action-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hr-action-links ul li {
  margin-right: 4px;
}
.hr-action-links ul li:last-child {
  margin-right: 0;
}
.hr-action-links ul li a {
  line-height: 38px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  border: 1px dashed #fff;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hr-action-links ul li a:hover {
  color: var(--color-4);
  background: #fff;
}
.hr-price-box span {
  line-height: 16px;
}
.hr-price-box span.old_price {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}
.hr-price-box span.hr-current-price {
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .hr-price-box span.hr-current-price {
    font-size: 14px;
  }
}
.hr-product-thumb {
  position: relative;
}
.hr-product-thumb::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product_carousel .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.product_carousel:hover .owl-nav div {
  top: 48%;
  opacity: 1;
  visibility: visible;
}
.product_carousel .owl-nav.disabled {
  display: block;
}
.product_carousel .owl-nav div {
  position: absolute;
  top: 40%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 0;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #262b32;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav div {
    display: none;
  }
}
.product_carousel .owl-nav div:hover {
  color: #f6c933;
  border-color: #f6c933;
}
.product_carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}
.section_title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 30px;
  }
}
.section_title h2 {
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 3px;
  }
}
.section_title h2::before {
  border: 2px double #ebebeb;
  border-left: 2px double #fff;
  border-right: 2px double #fff;
  bottom: -5px;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.section_title h2::after {
  background: #fff none repeat scroll 0 0;
  bottom: -11px;
  color: #f6c933;
  display: block;
  font-family: "Pe-icon-7-stroke";
  font-size: 18px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 30px;
  content: "";
}
.product_items .hr-single-product {
  margin-bottom: 23px;
}
.product_items .hr-single-product:last-child {
  margin-bottom: 0;
}
.hr-single-product:hover .hr-product-thumb::before {
  opacity: 1;
  visibility: visible;
}
.hr-single-product:hover .hr-action-links {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.hr-product-content h4:hover {
	color: var(--color-2);
}
@media only screen and (max-width: 767px) {
  .product_area {
    margin-bottom: 53px;
  }
}
.hr-product-content {
  margin-top: 15px;
  overflow: hidden;
  padding: 20px;
}
.hr-product-content h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.hr-product-content h4 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--black);
}
.hr-product-content h4 a:hover {
  color: var(--color-4);
}
.hr-product-content .hr-price-box {
  float: left;
}
.hr-product-content .hr-price-box span.old_price {
  font-size: 12px;
}
.hr-product-content .hr-price-box span.hr-current-price {
  font-size: 16px;
}
.hr-product-rating {
  float: right;
}
.hr-product-rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hr-product-rating ul li {
  line-height: 23px;
  margin-right: 2px;
}
.hr-product-rating ul li:last-child {
  margin-right: 0;
}
.hr-product-rating ul li a {
  font-size: 12px;
  color: #f6c933;
}
.hr-product-rating ul li a:hover {
  color: #262b32;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_right {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product_right {
    margin-top: 25px;
  }
}
.product_right .hr-product-content h4 {
  font-size: 16px;
}
.product_tab_btn {
  margin-top: 28px;
}
.product_tab_btn ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product_tab_btn ul li {
  margin-right: 18px;
}
.product_tab_btn ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .product_tab_btn ul li {
    margin-right: 5px;
  }
}
.product_tab_btn ul li a {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  padding: 0 17px;
}
.product_tab_btn ul li a:hover {
  color: #f6c933;
}
.product_tab_btn ul li a.active {
  color: #f6c933;
}
@media only screen and (max-width: 767px) {
  .product_tab_btn ul li a {
    padding: 0 7px;
  }
}
.label_product span {
  position: absolute;
}
.label_product span.label_sale {
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  color: #fff;
  background: #f6c933;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  display: block;
  border-radius: 20px;
}
.label_product span.label_new {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  background: #262b32;
  font-size: 12px;
  border-radius: 3px;
  text-transform: capitalize;
  z-index: 3;
}
.hr-single-product:hover .hr-action-links {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .hr-product-thumb {
    min-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .hr-product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: max-width;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-cust-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hr-shop-wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.hr-shop-toolbar-wrapper {
	justify-content: space-between;
	-webkit-box-align: center;
	margin: 0 0 30px;
	display: flex;
	column-gap: 8px;
	align-items: center;
	border-radius: 25px;
	border: 1px solid #EBECF0;
	padding: 9px 15px;
}
@media only screen and (max-width: 767px) {
  .hr-shop-toolbar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .hr-shop-toolbar-btn {
    margin-bottom: 20px;
  }
}
.hr-shop-wrapper {
  margin-bottom: 30px;
}
.hr-shop-wrapper .hr-product-thumb a img {
  width: 100%;
  height: 250px;
}
.hr-shop-wrapper .hr-single-product {
  position: relative;
  margin-bottom: 24px;
  box-shadow: 1px 1.732px 60px 0 rgb(0 0 0 / 0.1);
  box-shadow: 1px 1.732px 60px 0 rgb(0 0 0 / 0.1);
  border-color: var(--border-01);
  border-radius: 0.5rem;
  background: var(--white);
  height: calc(100% - 2rem);
}
@media only screen and (max-width: 767px) {
  .hr-shop-wrapper.grid_list {
    margin-bottom: 19px;
  }
}
.hr-shop-wrapper.grid_list .hr-single-product {
  margin-bottom: 30px;
}
.hr-shop-wrapper .label_product {
  bottom: 40px;
}
.hr-shop-wrapper.grid_4 .hr-action-links ul li {
  margin-right: 8px;
}
.hr-shop-wrapper.grid_4 .hr-action-links ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hr-shop-wrapper.grid_4 .hr-product-content .hr-price-box {
    float: inherit;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hr-shop-wrapper.grid_4 .hr-product-rating {
    float: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}
