.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1140px;
}
.container.main-container {
  min-height: 90vh;
  margin-bottom: 3rem;
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.product .cwd-competition-qty .qty {
  display: none !important;
}

.cwd-competition-range-wrap-outer {
  width: 72%;
  float: left;
  padding: 2rem 0rem 2rem 0rem;
}

@media only screen and (max-width: 600px) {
.cwd-competition-range-wrap-outer {
    width: 74%;
    float: left;
    padding: 2rem 1rem 2rem 1rem;
}
}

.cwd-competition-qty-minus {
  width: 10% !important;
  float: left !important;
}

.cwd-competition-qty-plus {
  width: 10% !important;
  float: right !important;
}

input.cwd-competition-qty-plus, input.cwd-competition-qty-minus {
    border-radius: 5px;
    background: #000000 !important;
    color: #BD8211 !important;
    border: 1px solid #BD8211;
    padding: 10px;
    margin-top: 20px;
}

input.cwd-competition-qty-plus:hover, input.cwd-competition-qty-minus:hover {
    background: #BD8211 !important;
    color: #ffffff !important;
}

/*.cwd-competition-qty-minus, .cwd-competition-qty-plus {
  height: 40px !important;
  margin-top: 20px !important;
  border: 1px solid #d8dadd !important;
}*/

.cwd-competition-qty {
  margin-top: 3rem !important;
  max-width: 100% !important;
  flex: none !important;
  width: 100% !important;
}

div.product .summary .cart .quantity {
  display: none;
}

.single_add_to_cart_button.button.alt {
  max-width: none !important;
  flex: none !important;
  margin-left: 15px;
  width: calc(100% - 30px) !important;
}

.rangeslider {
    position: relative;
    height: 10px;
    width: 100%;
    background-color: #6c6c6c;
    border-radius: 10px;
    border: 1px solid #BD8211;
}

.rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #BD8211;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px white;
}

.rangeslider__handle__value {
  transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
    box-sizing: border-box;
    width: 79px;
    text-align: center;
    padding: 2px;
    background-color: #BD8211;
    color: white;
    left: -29px;
    top: -40px;
    position: absolute;
    white-space: nowrap;
    border-top: 1px solid #BD8211;
    box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.07), 0 -5px 20px rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    border-radius: 5px;
    text-transform: uppercase;

}
.rangeslider__handle__value:before {
  transition: border-top-color 0.2s;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: #BD8211;
}
.rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #BD8211;
  border-radius: 0px;
}
.rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.rangeslider__labels__label {
  font-size: 0.8em;
  position: relative;
  padding-top: 15px;
  color: gray;
  left: -10px;
}
.rangeslider__labels__label:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 17px;
  border-radius: 1px;
  background-color: rgba(128, 128, 128, 0.5);
}
.rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
  height: 20px;
  width: 2px;
  display: none;
}
.rangeslider__labels__label:first-child:before {
  background-color: gray;
}
.rangeslider__labels__label:last-child:before {
  background-color: gray;
}
.rangeslider__labels__label:first-child {
  transform: translateX(-48%);
}
.rangeslider__labels__label:last-child {
  transform: translateX(48%);
  left: -10px;  
}
/*.rangeslider.rangeslider--active .rangeslider__handle, .rangeslider.rangeslider--active .rangeslider__handle * {
  background-color: #547de1;
}
.rangeslider.rangeslider--active .rangeslider__handle *:before {
  border-top-color: #547de1;
}*/
.rangeslider.rangeslider--active .rangeslider__handle__value {
  transform: translateY(-5px);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}

/*# sourceMappingURL=cwd-competitions-rangeslider.css.map */
