.configurator-group .img-thumbnail {
    cursor: pointer;
}

.btn-default {
    border-color: #F49712;
}

.btn-default:hover {
    border-color: #F48117;
}

a:not([href]):not([tabindex]) {
    color: #F49712;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #F48117;
    border-color: #F48117;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.disabled {
    display: none !important;
}

.basket-side {
    position: fixed;
    width: 240px;
    top: 120px;
    right: 0;
    z-index: 10;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2001;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    min-height: 100%;
    padding: 30px 0;
    display: none;
    height: 100%;
}

.overlay .inner {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    top: 10%;
    padding: 15px 15px 30px 15px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    max-height: 80%;
    display: none;
    height: 80%;
}

.overlay .inner .close-overlay {
    position: absolute;
    width: 200px;
    text-align: center;
    bottom: -16px;
    left: 50%;
    margin-left: -100px;
    border-radius: 4px;
    padding: 5px;
    background: #2d2d2d;
    color: #fff;
    cursor: pointer;
}

.overlay .inner .img-container {
    text-align: center;
    margin-bottom: 15px;
}

.overlay .inner p:last-of-type {
    margin: 0;
}

.overlay .inner .content {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
}