.wizard-advanced-product #maincontent {
    width: 87%;
}
.wizard-main-title {
    padding: 50px 0;
}
.wizard-path-wrapper {
    min-height: 650px;
    width: 100%;
    background-color: #eaf7f9;
}
.wizard-path-wrapper .line {
    width: 100%;
    margin: 0 auto;
    max-width: 115px;
}
.wizard-availability-message {
    position: absolute;
    top: 12px;
    color: black;
    font-weight: bold;
}
.wizard-welcome {
    text-align: center;
    padding-top: 80px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 300px;
}
.wizard-element {
    text-align: center;
    line-height: 16px;
    margin-bottom: 80px;
}

.wizard-description {
    padding: 20px 0;
}
.wizard-icon {
    max-width: 100px;
    margin: 0 auto;
    padding-bottom: 23px;
}
.wizard-title {
    padding: 5px 0;
}
.product-family {
    margin-bottom: 5px;
}
.product-series {
    margin-bottom: 30px;
}
.wizard-product-actions {
    text-align: center;
    margin-top: 30px;
}
.wizard-product-wrapper {
    padding-top: 15px;
}
.wizard-product-wrapper .price-box {
    text-align: right;
}
.wizard-product-wrapper .price-box .price-container .price {
    font-size: 26px;
}
.wizard-product-details .product-detail-action i {
    font-size: 30px;
}
.wizard-product-details .product-detail-content .product-item-name .product-item-link {
    font-size: 22px;
}
.base-price {
    float: left;
    color: black;
    font-size: 15px;
}
.wizard-wrapper {
    min-height: 887px;
    background-color: #eaf7f9;
    padding:30px;
    /*min-width: 390px;*/
}
.wizard-summary-image img {
    margin: 15px 0;
    width: 100%;
}
.wizard-summary-actions {
    margin: 15px 0;
    text-align: center;
}
.wizard-summary-actions button {
    padding: 0 15px;
    margin: 0 5px;
    font-size: 12px;
}
.wizard-summary-value {
    float: right;
    font-weight: bold;
}
.wizard-summary-cart {
    text-align: center;
}
.wizard-summary-details {
    color: #000;
    margin: 25px 0;
}
.wizard-modifications-expand {
    color: grey;
    cursor: pointer;
}
.wizard-modifications-expand-icon {
    cursor: pointer;
}
.wizard-summary-current-price {
    height: 60px;
}
.wizard-summary-current-price-value {
    font-size: 35px;
}
.wizard-summary-cart button {
    padding: 0 50px;
}
/*.wizard-parameters,*/
/*.wizard-modification-types {*/
/*text-align: center;*/
/*}*/
.wizard-modification-types .modification-types-items button {
    font-size: 13px;
    padding: 0 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 25px;
}
.wizard-modification-types-title {
    padding: 15px 0;
}
.wizard-parameters-title {
    padding-bottom: 30px;
    padding-top: 70px;
}
.parameter-items {
    text-align: left;
}
.parameter-items button {
    margin-right: 25px;
}
.wizard-section-item-label {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
}

.wizard-section-item {
    background-color: #eaf7f9;
    color: #8d9496;
    border: 2px solid #8d9496;
    display: block;
    padding: 10px 18px;
    border-radius: 2px;
    font-size: 13px;
    position:relative;
}
.wizard-section-item.selected-item {
    background-color: #eaf7f9;
    color: #0089b7;
    border: 2px solid #0089b7;
}
.wizard-section-item.modified-item {
    background-color: #0089b7;
    color: #fff;
    border: 2px solid #0089b7;
}
.wizard-color-label {
    margin-right: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.wizard-color-circle {
    height: 35px;
    width: 35px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}
.wizard-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #0089b7;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.wizard-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0089b7;
    cursor: pointer;
}
.color-active {
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.76);
}
.wizard-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0089b7;
    cursor: pointer;
}
.wizard-select {
    width: 230px;
    min-width: 200px;
}
span.wizard-section-item:hover {
    background-color: white;
}
span.wizard-section-item.modified-item:hover {
    background: #0093b7;
}
span.wizard-section-item.selected-item:hover {
    background-color: #ffffff;
}
.attribute-wrapper {
    margin-bottom: 30px;
}
.attribute-name-horizontal {
    vertical-align: middle;
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-size: 12px;
}
.attribute-name-vertical {
    vertical-align: top;
    display: inline-block;
    margin-right: 25px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-size: 12px;
    margin-top: 18px;
}
.attributes-vertical {
    display: inline-block;
}
.attributes-vertical .wizard-section-item-label {
    display: inline-block;
    width: max-content;
}
.section-check:after {
    font-family: FontAwesome;
    font-weight: 900;
    content: " \f05d";
    position: absolute;
    right: 3px;
    top: 8px;
}
.wizard-wrapper select {
    border: 2px solid #0089b7;
    color: #0089b7;
    font-weight: bold;
    border-radius: 2px;
    background-color: #eaf7f9;
}
.vertical-info {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}
.wizard-additional-info {
    margin-top: 30px;
    color: #000;
}
.wizard-color-button-container {
    margin-top: 50px;
}
.wizard-next-prev {
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 0px;*/
    /*font-size: 25px;*/
    margin-top: -30px;
    margin-right: -30px;
}
.wizard-summary-title .red-line {
    margin-top:10px;
    max-width: 70px;
}
.wizard-summary-description p {
    color: black;
    margin-top: 30px;
    line-height: 20px;
    font-size: 16px;
}
.wizard-summary-title-second {
    /*margin-top: 75px;*/
    margin-top: 137px;
    margin-bottom: 30px;
}
.summary-item {
    background-color: #d9ecef;
    padding: 20px 40px;
    margin-top: 5px;
}
.summary-attribute-title {
    font-weight: bold;
    color: black;
    font-size: 12px;
    /*height: 57px;*/
    height: 40px;
}
.summary-item-title {
    float:left;
    display:block;
    padding-right: 5px;
}
.summary-item-value {
    float:left;
    display:block;
    color: #0089b7;
    font-weight: bold;
    font-size: 12px;
}
.wizard-modifications-wrapper {
    margin: 20px -30px 0 -30px;
    padding: 15px 0;
}
.wizard-modifications-item {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wizard-no-modifications {
    padding-left: 30px;
    padding-right: 30px;
}
.wizard-additional-down-wrapper,
.wizard-quantum-pro-options-wrapper {
    display: block;
    height: 25px;
}
.quantum-pro-option-title {
    margin-right: 15px;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-left-0 {
    padding-left: 0;
}
.wizard-product-name {
    padding-bottom: 25px;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 6px;
}
.wizard-navigation-item {
    display: block;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 13px;
    text-align:center;
    float:right;
    background-color: #eaf7f9;
    color: #0089b7;
    border: 2px solid #0089b7;
    cursor: pointer;
    font-weight: 600;
}
.wizard-navigation-item:hover {
    background-color: white;
}
.wizard-summary-current-price-text {
    float: left;
    height: 48px;
    line-height: 48px;
}
.wizard-next {
    margin: 0 5px;
}
.wizard-slider-wrapper {
    position: relative;
    margin-bottom: 50px;
}
.wizard-slider-min-down-weight {
    position: absolute;
    left: 0;
    top: 15px;
    color: #0089b7;
}
.wizard-slider-max-down-weight {
    position: absolute;
    right: 0;
    top: 15px;
    color: #0089b7;
}
.wizard-color-circle-range-slider {
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-color: #0089b7;
    display: inline-block;
    padding-top: 3px;
    cursor: pointer;
}
.wizard-range-slider-wrapper {
    width: 300px;
    position: relative;
    padding: 0 10px;
}
.wizard-add-to-range-value-wrapper,
.wizard-range-slider-wrapper,
.wizard-substract-to-range-value-wrapper {
    display: inline-block;
}
.wizard-color-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wizard-modal {
    border-radius: 4px;
    max-width: 630px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.56);
}

.wizard-modal .close-button{
    border-radius: 0 4px 0 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #0089b7;
    cursor: pointer;
}
.wizard-modal .close-button:before {
    content: '';
    background: url(../images/close-button.svg) no-repeat;
    background-size: 14px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.wizard-modal .wizard-modal-content{
    color: #000;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 35px;
}
.wizard-modal-content p {
    margin: 10px 0;
}
.wizard-modal-content__social-i {
    margin-bottom: 10px;
}
.wizard-modal .wizard-modal-content input[type="text"] {
    border: #eaf7f9;
    background: #eaf7f9;
}

.wizard-modal .wizard-modal-content h4{
    text-transform: uppercase;
}

.wizard-table{
    font-size: 12px;
}

.wizard-table td {
padding: 10px 6px;
text-align: center;
}

.wizard-table thead{
    font-weight: 600;
}

.wizard-table thead tr:nth-child(2) td{
    width: 17%;
}

.wizard-table tbody tr{
    border-bottom: 1px solid #dfecf3;
}

.wizard-table tbody td:nth-child(even){
    background-color: #e9f2f7;
}
.disabled-modifications {
    opacity: 0.1;
}
.wizard-range-slider-value {
    display: inline-block;
    margin-right: 15px;
    color: #0089b7;
    font-weight: bold;
    /*padding: 5px 10px;*/
    /*min-width: 55px;*/
    text-align: center;
}
.summary-down-container {
    display: table;
    width: 100%;
}
.summary-down-wrapper {
    display: table-cell;
    width: 50%;
    height: 100%;
    padding-left: 5px;
    position: relative;
}
.summary-down-wrapper .summary-item {
    position: absolute;
    top: 0;
    left: 5px;
    right: 0;
    bottom: 0;
}
.summary-additional-down-wrapper {
    display: table-cell;
    height: 100%;
    width: 50%;
    overflow: auto;
    padding-left: 6px;
}
.page-title-wrapper{
    display: none;
}

.wizard-color-circle:hover ~ .swatch-option-tooltip {
    display: block;
    top: -150px;
    transform: translate(-37%, 0);
}
.swatch-option-tooltip {
    max-height: none;
    width: 122px;
}
.swatch-option-tooltip .image {
    width: 100%;
    height: 100px;
}
@media only screen and (max-width: 1700px) {
    .wizard-summary-actions button {
        margin: 5px 5px;
    }
}
@media only screen and (max-width: 1550px) {
    .wizard-summary-cart button {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1270px) {
    .wizard-summary-cart button {
        padding: 0;
        width: 100%;
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .summary-down-container {
        display: block;
        width: 100%;
    }
    .summary-down-wrapper {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 5px;
        position: relative;
    }
    .summary-down-wrapper .summary-item {
        position: static;
    }
    .summary-additional-down-wrapper {
        display: block;
        height: 100%;
        width: 100%;
        overflow: auto;
        padding-left: 6px;
    }
    .wizard-summary-title-second {
        margin-top: 0;
    }
    .summary-item {
        padding-bottom: 20px !important;
    }
    .wizard-summary-title {
        margin-top: 20px;
    }
    .wizard-element {
        margin: 60px 0;
    }
    .wizard-welcome {
        padding-bottom: 0;
    }
    .wizard-summary-cart button {
        padding: 0;
        width: 100%;
        font-size: 14px;
    }
    .wizard-color-container {
        margin-top: 20px;
    }
    .color-container-horizontal
}
@media (max-width: 900px) {
    .wizard-availability-message {
        position: relative;
        top: 0;
    }
}
@media only screen and (max-width: 720px) {
    .attribute-name-horizontal {
        display: block;
    }
    .wizard-range-slider-value {
        padding: 0;
        min-width: 0;
    }
}
@media only screen and (max-width: 575px) {
    .attribute-name-horizontal {
        margin-bottom: 15px;
    }
    .wizard-range-slider-value {
        position:absolute;
        top:21px;
    }
    .range-slider-less {
        position: absolute;
        left: 0;
        top: 47px;
    }
    .range-slider-more {
        position: absolute;
        right: 0;
        top: 47px;
    }
    .wizard-range-slider-wrapper {
        display: block;
        width: auto;
        margin: 0 20px;
    }
}
@media only screen and (max-width: 550px) {
    .base-price {
        float: none;
    }
    .wizard-wrapper {
        min-height: unset;
    }
    .wizard-next-prev {
        margin-right: 0;
    }
}
@media only screen and (max-width: 550px) {
    .wizard-navigation-item {
        padding: 6px 15px;
    }
}
