.header-top a:hover{
	color: #fff !important;
}
.breadcrumb{
	background-color: #fff !important;
}
.category-menu .megamenu {
    min-width: 32.5rem;
}
.hidden{
	display: none;
}

ul.typeahead{
	width: 100%;
}
ul.typeahead.dropdown-menu li{
    padding: 10px 0px;
    font-size: 15px;
}
ul.typeahead.dropdown-menu li.active{
	background-color: #336699;
	color: #fff;
}
ul.typeahead.dropdown-menu li a:hover{
    background-color: #336699;
    color: #fff;
}

.header-search.hs-expanded {
    margin-left: 150px !important;
}
.pswp__top-bar{
	display: none;
}
a.peoduct_cart{
	cursor: pointer;
}
a.peoduct_cart:hover{
	color: #fff !important;
}

.mobile_cart_table{
	display: none;
}
.product.product-cart .btn-close{
	right: 0rem;
}
.cart-dropdown .products {
    overflow-y: auto;
    max-height: 40rem;
}
.added_to_cart{
	background-color: #453f3f;
	border: 1px solid #453f3f;
}
.added_to_cart:focus{
	background-color: #453f3f;
	border: 1px solid #453f3f !important;
}

/*Custom Price Filter*/


.p-discount{
    position: absolute;
    right: 2px;
    top: 3px;
    width: 38px;
    height: 22px;
    color: #fffffc;
    background-color: #e63b3b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    letter-spacing: 1px;
    z-index: 100;
    border-radius: 10px;
}
.p-rating{
    position: absolute;
    left: 0px;
    width: 94px;
    height: 25px;
    color: #fffffc;
    background-color: #997374;
    display: flex;
    align-items: center;
    font-size: 0.7em;
    letter-spacing: 1px;
    z-index: 100;
    justify-content: center;
}



.filter-price {
  width: 220px;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  background: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
  width: 60px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  margin-top: 5px;
  color: #000;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #000;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #000;
  transition-duration: 0.3s;
}
/*Custom Price Filter End*/


@media (max-width: 430px){
	.shipping{
		display: none;
	}
	.desktop_cart_table{
		display: none;
	}
	.mobile_cart_table{
		display: block;
	}
  .header-right a.header_right_a{
    margin-left: 15px !important;
  }
  .cart-count {
    right: 2px !important;
    top: 7px !important;
  }
}
