/*-------------------
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 */
/*-------------------*/
.img-swatch-thumbnail {
  margin: 0 1px 0 1px;
  height: 45px;
  border: 1px solid #aaa;
  border-radius: 25%;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.form-range {
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: url("https://assets.mybrightsites.com/uploads/sites/15483/themes/32516/e75b91d25a7a368bbf59a1bd0d5a1021c1f1ed5c/sony-logo.png?1776284814") 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("https://assets.mybrightsites.com/uploads/sites/15483/themes/32516/e75b91d25a7a368bbf59a1bd0d5a1021c1f1ed5c/sony-logo.png?1776284814") 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("https://assets.mybrightsites.com/uploads/sites/15483/themes/32516/e75b91d25a7a368bbf59a1bd0d5a1021c1f1ed5c/sony-logo.png?1776284814") no-repeat center;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-top: -14px;
  margin-left: -16px;
}
/* .form-range::-webkit-slider-runnable-track {
  height: 10px;
  background: linear-gradient(to right,
    #ccc 0%, #ccc calc(0 / (10000) * 100%),
    red calc(0 / (10000) * 100%), red calc(0 / (10000) * 100% + 2px),
    #ccc calc(0 / (10000) * 100% + 2px),

    #ccc 0%, #ccc calc(250 / (10000) * 100%),
    red calc(250 / (10000) * 100%), red calc(250 / (10000) * 100% + 2px),
    #ccc calc(250 / (10000) * 100% + 2px),

    #ccc calc(500 / (10000) * 100%),
    red calc(500 / (10000) * 100%), red calc(500 / (10000) * 100% + 2px),
    #ccc calc(500 / (10000) * 100% + 2px),

    #ccc calc(1000 / (10000) * 100%),
    red calc(1000 / (10000) * 100%), red calc(1000 / (10000) * 100% + 2px),
    #ccc calc(1000 / (10000) * 100% + 2px),

    #ccc calc(2500 / (10000) * 100%),
    red calc(2500 / (10000) * 100%), red calc(2500 / (10000) * 100% + 2px),
    #ccc calc(2500 / (10000) * 100% + 2px),

    #ccc calc(5000 / (10000) * 100%),
    red calc(5000 / (10000) * 100%), red calc(5000 / (10000) * 100% + 2px),
    #ccc calc(5000 / (10000) * 100% + 2px),

    #ccc calc(10000 / (10000) * 100%),
    red calc(10000 / (10000) * 100%), red calc(10000 / (10000) * 100% + 2px),
    #ccc calc(10000 / (10000) * 100% + 2px)
  );
} */
.summary-footer-discount, .next-discount-text {
  color: #00cc00;
  font-weight: bold;
  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){

}