/** SKBV main.css **/
.object-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: inline-block;
}

.imageWrapper {
    height: 100%;
    min-height: 100%;
}

.div-wrapper {
    height: 110%;
    min-height: 100%;
    max-width: 800px;
}

.mainImage {
    position: absolute;
    top: 0;
    left: 0;
}

.overlayImage {
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
}

@media only screen and (max-width: 767px) {
    .div-wrapper, .sidepanel, .sideContainer, .optionsDiv {
        padding: 0;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
}

.overlaytext {
    position: absolute;
    display: block;
    width: 30px;
    height: 200px;
    top: 15%;
}

/** SKBV sliderStyles.css **/
#sliderValue {
    display: flex;
    flex-direction: column;
    text-wrap: nowrap;
    text-align: center;
}

.noUi-touch-area {
    background-color: #00a032;
}

/** SKBV toggles.css **/
.ios-toggle,
.ios-toggle:active {
    display: none;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    width: 45px;
    height: 20px;
    /*border-radius*/
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: grey;
    cursor: pointer;
}

.checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 34px;
    text-indent: 40px;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: white;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
}

.checkbox-label:after {
    content: attr(data-off);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -350px;
    padding: 0px;
    height: 20px;
    width: 300px;
    text-align: right;
    color: #bfbfbf;
    white-space: nowrap;
}

.ios-toggle:checked+.checkbox-label {
    background: #00a032;
}

.ios-toggle:checked+.checkbox-label:before {
    left: calc(100% - 20px);
    -webkit-box-shadow: 0 0 0 2px transparent, 0 0 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 0 2px transparent, 0 0 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 2px transparent, 0 0 2px rgba(0, 0, 0, .3);
}

.ios-toggle:checked+.checkbox-label:after {
    content: attr(data-on);
    left: 45px;
    width: 20px;
}

#interiortoggletext,
#ledtogglelabel {
    font-size: 18px;
    margin-left: 12px;
}

#ledtogglelabel {
    margin-top: 2px;
}

.gable-option .gavelCheckBox {
    border-radius: 3px;
    height: 48px;
    width: 48px;
    border-width: 2px;
    border-color: #e0e0e0
}

.gable-option .gavelCheckBox:after {
    content: none;
}

.gable-option .gavelCheckBox:checked:hover:before,
.gable-option .gavelCheckBox:hover:before {
    content: none;
}

.gable-option .gavelCheckBox:checked {
    border-color: #27ae60;
    background: #ffffff;
}

.gable-option label {
    position: absolute;
    margin-left: -6px;
    width: 48px;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;;
}

.gable-option {
    display: flex;
    justify-content: center;
    align-items: center;
}

/** Custom styles **/
#mixguide-content.img-responsive {
    display: block;
    height: auto;
    margin-bottom: 0;
    max-width: 100%;
    vertical-align: middle;
}

.storage-modal section {
    margin: 0 !important;
}

#mixguide-content .products-table .price {
    font-size: 16px;
}

#mixguide-content .totals-block .price .decimal {
    font-size: 15px;
    top: -3px;
}

@media only screen and (min-width: 1024px) {
    #mixguide-content .totals-block .price .decimal {
        font-size: 25px;
        top: -5px;
    }
}

#mixguide-content .totals-block .total-discount .price .decimal,
#mixguide-content .totals-block .total-old-price .price .decimal {
    font-size: 15px;
    top: -3px;
}

@media only screen and (min-width: 1024px) {
    #mixguide-content .totals-block .total-discount .price .decimal,
    #mixguide-content .totals-block .total-old-price .price .decimal {
        font-size: 15px;
        top: -5px;
    }
}

#mixguide-content .price .decimal {
    font-size: 9px;
    margin-left: 2px;
    position: relative;
    top: -1px;
    vertical-align: top;
}

#mixguide-content .price .decimal.zero {
    display: none;
}

#mixguide-content .price .currency {
    padding-left: 4px;
    text-transform: none;
}

#mixguide-content a {
    color: #27ae60;
    text-decoration: underline;
}

#mixguide-content a.thumbselector {
    text-decoration: none;
}

#mixguide-content .img-hidden {
    display: none;
}

#mixguide-content h1 {
    font-size: 22px;
    font-family: Trim-Medium, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 14px;
}

@media only screen and (min-width: 1024px) {
    #mixguide-content h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

#mixguide-content h4 {
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {
    #mixguide-content h4 {
        font-size: 24px;
    }
}

#mixguide-content .block-top > div {
    background-color: #fafafa;
    padding: 20px 16px;
}

@media only screen and (min-width: 1024px) {
    #mixguide-content .block-top > div {
        padding: 10px;
    }
}

#mixguide-content .block-top > #alertdiv {
    background-color: transparent;
}

#mixguide-content .noUi-target {
    background-color: #f1f1f1;
    border-color: #878581;
    height: 22px;
    border-radius: 99px;
}

#mixguide-content #sliderValue {
    margin-left: -6px;
    font-size: 16px;
}

@media only screen and (min-width: 1024px) {
    #mixguide-content #sliderValue {
        margin-left: -14px;
    }
}

#mixguide-content #sliderValue span {
    white-space: nowrap;
}

#mixguide-content .noUi-touch-area {
    height: calc(100% + 15px);
    width: calc(100% + 10px);
    margin-top: -5px;
    background-color: #02862B;
    border-radius: 4px;
}

#mixguide-content .noUi-handle::before,
#mixguide-content .noUi-handle::after {
    height: 21px;
    left: 17px;
    top: 6px;
    color: #ffffff;
    box-shadow: 0px 2px 2px 0px #00000040;
}

#mixguide-content .noUi-handle::after {
    left: 22px;
}

#mixguide-content .checkbox-label {
    width: 30px;
    height: 16px;
}

#mixguide-content .ios-toggle:checked + .checkbox-label::before {
    left: calc(100% - 14px);
}

#mixguide-content .checkbox-label::before {
    width: 14px;
    height: 14px;
    top: 3px;
}
