/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
.dfp-success-box {
  background-color: #e4f5e0;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border-left: solid 4px #198754;
  line-height: 18px;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}
.dfp-info-box {
  background-color: #f0f7fb;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border-left: solid 4px #3498db;
  line-height: 18px;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}
.dfp-logo-descriptions {
  background-color: #eee;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border: solid 1px #ddd;
  font-size: .8em;
  line-height: normal;
  padding: 5px;
}
.dfp-logo-descriptions ul {
	margin: 0;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.form-range {
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: url("") no-repeat center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: -14px;
}
.form-range::-moz-range-thumb {
  width: 32px;
  height: 32px;
  background: url("") no-repeat center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: -14px;
  margin-left: -16px;
}
.form-range::-ms-thumb {
  width: 32px;
  height: 32px;
  background: url("") no-repeat center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: -14px;
  margin-left: -16px;
}
.summary-footer-discount {
  color: #00cc00;
  font-weight: bold;
  display: none;
}
.next-discount-text {
  display: none;
}
.quantity-link {
  color: #00f;
  cursor: pointer;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/


/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}