

span.ui-slider-handle.ui-corner-all.ui-state-default {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    top: -12px;
    box-shadow: 0 0 0 0.625rem #007eff inset;
    border: none;
    z-index: 999;
    margin-left: -18px;
}


#resolution-slider {
    width: 500px;
    margin: auto;
    position: relative;
    margin-bottom: 50px;
  }
  .resolution-preview {
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
  }

  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}


.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}
.col-md-4, ::after, ::before, .container, .row > * {
    box-sizing: border-box;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal {
    height: 0.8em;
}

@media (max-width: 991.98px)
.help-me-choose .refinement-bar .refinement.default ul.values li button .control-container img {
    border-radius: 0.188rem 1.5rem 1.5rem 0.188rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}






@media (max-width: 991.98px)

{



.heading {
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem;
}
ul.values {
    flex-direction: column;
}
.refinement.default ul.values {
    justify-content: center;
}
.refinement .card-body ul.values {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
}

@media (max-width: 991.98px) {
.help-me-choose .refinement-bar .refinement.default ul.values li button .control-container {
    flex-direction: row;
    align-items: center;
    min-height: 154px;
    margin-left: 0.625rem;
    height: 154px;
    order: 2;
    padding: 0.313rem;
    margin: 0;
}
#resolution-slider {
    width: 85%;
  }

.control-container img {
    max-width: 200px;
}

.values li {
    margin: 1rem;
}

.card-default-image img {
    max-width: 80%;
}

.product_type {
    max-width: 90%;
    margin: 1rem;
  }

  .product_type .image-container {
    max-width: 100%;
    padding: 2rem;
  }
}
