/****** Utility Classes *******/

.full-width {
    width: 100%;
}

/****** End Utility Classes ******/

.addon-qty {
    display: inline-block;
    font-size: 24px;
    margin: 66px 0px 0px 60px;
    min-width: 1px;
    min-height: 1px;
    text-align: center;
}

.addon-qty h4 {
    margin-bottom: 10px !important;
}

input[type=number] {
    text-align: center;
    width: 90px;
    height: 54px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item_added {
    color: #1d386b;
}

.color_wrapper {
    display: inline-block;
    margin-right: 11px;
    margin-top: 15px;
    padding: 2px;
    border: 2px solid transparent;
}

.selected_color {
    border-color: red;
}

.invisible {
    display: none;
}

.description-block h1 {
    display: inline-block;
}

.repair_type {
    color: #1d386b !important;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.repair_type_name {
    margin: 5px 0 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d2d7e1;
    border-bottom: 1px solid #d2d7e1;
}

.repair_type_name.first {
    margin-top: 0px;
}

.repair_type_name h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px !important;
}

.invisible {
    zoom: 0.5;
}

label {
    font-size: 12px;
    color: #606060;
}

#repair-form .label-wrapper {
    position: relative;
    margin-bottom: 10px;
}

#repair-form .label-wrapper .repair-wrapper {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    background-color: #4A93FF;
    border-radius: 3px;
    cursor: pointer;
}

#repair-form .label-wrapper label {
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 0;
}

.exit-div {
    height: 30px;
    width: 30px;
    margin-top: 15px;
    background-color: white;
    position: relative;
    cursor: pointer;
    float: right;
}

.exit-div:after {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\d7";
    font-size: 50px;
    color: #333335;
    line-height: 15px;
    text-align: center;
}

input[type="checkbox"] {
    display: none;
}

.repair-wrapper span {
    color: white;
    font-size: 13px;
    position: absolute;
    left: 3px;
    top: 2px;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: .5;
}

.repair_quote_navs {
    margin-top: 50px;
    padding: 0;
}

.color {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
}

.mobile-repair-model-image {
    padding-left: 0;
}

#repair-model-name {
    margin-bottom: 5px;
}

/****** End Repairs ******/

/****** Addons ******/

#addons-container {
    min-height: 1px;
    padding: 0px;
    margin-top: 85px;
}

.addon-header-borders {
    border-top: 1px solid #d2d7e1;
    border-bottom: 1px solid #d2d7e1;
}

#addons-container h1 {
    margin-bottom: 0px !important;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 14px !important;
    font-weight: bold;
}

.addon {
    position: relative;
    float: left;
    min-height: 280px;
    margin-top: 30px;
}

.addon-add-cart {
    padding: 15px 45px;
    display: inline-block;
    float: right;
    height: 50px;
}

.addon h5.addon-title {
    cursor: pointer;
    font-family: Lato;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.addon-details-link {
    position: absolute !important;
    font-size: 12px !important;
    font-weight: bold !important;
    bottom: 0px !important;
    cursor: pointer !important;
    margin-bottom: 0px !important;
}

#addons-container .addon-image-container {
    width: 100%;
    height: 157px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.addon-back {
    padding: 15px 45px;
    color: #555555 !important;
    display: inline-block;
    float: left;
    height: 50px;
    background-color: white !important;
    border-radius: 4px;
    border: 1px solid #959595;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    bottom: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.addon_details_mobile .col-xs-12 {
    height: 65px;
}

.addon_details {
    min-height: 500px;
    padding-bottom: 10px;
    width: 820px;
    background-color: white;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}

.addon_details .col-xs-12.exit {
    height: 65px;
}

.addon_details .col-xs-6 .addon_model {
    margin-bottom: 0px;
}

.addon_details .col-xs-6 #color_name {
    margin-bottom: 20px;
}

.addon_details .col-xs-6 #addon_image {
    width: 100%;
}

/****** End Addons *******/

/****** Responsive *******/

@media screen and (min-width: 768px) {
    .checkbox-section {
        padding: 0 !important;
    }

    #repair-form .label-wrapper {
        min-height: 16px;
    }

    #repair-form .label-wrapper .repair-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
    }

    #repair-form .label-wrapper label {
        padding-left: 26px;
    }
}

@media screen and (max-width: 767px) {
    #addons-container #addon-image-container {
        width: 100%;
    }

    .addon-header-wrapper {
        padding: 0 15px;
    }

    a {
        text-decoration: none !important;
    }

    #content-wrapper #sections .phone-description .description-block {
        margin-bottom: 15px;
    }

    #content-wrapper #sections .final-description-wrapper {
        margin-bottom: 20px;
    }

    #repairs-container {
        padding: 0px;
    }

    .repair-model-image {
        margin-bottom: 30px;
    }

    input[type="checkbox"] {
        display: none;
    }

    .repair-wrapper span {
        color: white;
        font-size: 18px;
        position: absolute;
        left: 23px;
        top: 7px;
    }

    label {
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: 100;
    }

    #repair-form .label-wrapper .repair-wrapper {
        height: 30px;
        width: 30px;
        margin-right: 5px;
    }

    #repair-form .label-wrapper label {
        font-size: 14px;
    }

    .repair_type {
        margin-left: 15px !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }

    .repair_type_name {
        margin-bottom: 15px;
    }

    .color_wrapper {
        margin-right: 22px;
    }

    #color_container {
        margin-bottom: 40px;
    }

    .repair_quote_navs {
        padding: 0 15px !important;
    }

/*-----------------------------*/

    #addons-container {
        margin-top: 75px;
    }

    #addons-container h1 {
        margin-left: 15px !important;
        font-size: 16px !important;
        font-weight: bold !important;
        color: #1d386b !important;
    }

    .addon {
        margin-right: 0px;
        width: 50%;
    }

    .addon-back {
        font-style: normal !important;
    }

    .addon h5.addon-price, .addon h5.addon-title {
        padding-left: 15px;
    }

    .addon-details-link {
        position: static !important;
        margin-left: 15px;
        margin-top: 35px;
    }

    .test2 {

    }

    .repair_quote_navs {
        padding: 0px 15px !important;
    }
}

/****** Repair Quote *******/

.color {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    border: 1px solid #CCCCCC;
}

.mobile-repair-model-image {
    padding-left: 0px;
}

#repair-model-name {
    margin-bottom: 5px;
}

.repair_quote_navs {
    margin-top: 50px;
    padding: 0px;
}

.addon-back {
    padding: 15px 45px;
    color: #555555 !important;
    display: inline-block;
    float: left;
    height: 50px;
    background-color: white !important;
    border-radius: 4px;
    border: 1px solid #959595;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    bottom: 0;
    cursor: pointer;
    margin-bottom: 0;
    font-style: normal;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: .5;
}

.addon_details_mobile .col-xs-12 {
    height: 65px;
}

.addon_details {
    height: 550px;
    max-height: 100%;
    width: 820px;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 65px;
    background-color: white;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}

.addon_details .col-xs-12.exit {
    height: 65px;
}

.addon_details .col-xs-12#colors_and_cart_button {
    min-height: 1px;
}

.addon_details #addon_model {
    margin-bottom: 0px !important;
}

.addon-price {
    font-size: 18px;
    font-weight: 400;
}

h5.addon-price {
    margin-bottom: 20px;
}

.addon_details #addon_price {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.addon_details #addon_desc {
    line-height: 28px;
    font-weight: 400 !important;
}

.addon_details .col-xs-6 #color_name {
    margin-bottom: 20px;
}

.addon_details .col-xs-6 #addon_image {
    width: 100%;
}

.whats-wrong h3, .whats-wrong h4 {
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: bold !important;
}

.whats-wrong h3 {
    text-decoration: underline;
    font-style: initial !important;
}

@media screen and (max-width: 768px){
    .addon_details {
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 20000;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }

    .mobile_addon_image {
        padding: 0;
        margin-bottom: 30px;
    }

    .color_wrapper {
        margin-right: 22px;
    }

    #color_container {
        margin-bottom: 40px;
    }

    #addon_model, #addon_name {
        font-size: 36px !important;
        font-family: Montserrat;
        font-weight: 400 !important;
    }

    #addon_price {
        font-size: 20px !important;
        font-family: Montserrat;
        font-weight: 400 !important;
        margin-bottom: 30px;
    }

    #addon_desc {
        font-size: 17px;
        font-family: Lato;
        font-weight: 400;
    }

    .addon-qty {
        margin: 66px 0px 0px 0px;
        min-width: 100%;
    }


    input[type=number] {
        width: 100%;
    }
}


/*---------- DIALOG BOX ----------*/
.dialog-box {
    background-color: #FFFFFF;
    overflow: auto;
}

.dialog-box .dialog-content {
    height: 100%;
    overflow: visible;
}

.dialog-box .add-row {
    margin-top: 40px;
}

.dialog-box .dialog-qty-wrapper .dialog-qty h5 {
    margin-bottom: 15px;
}

.dialog-box .dialog-qty-wrapper .dialog-qty input {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.dialog-box .dialog-qty-wrapper .btn {
    float: left;
    width: 100%;
    width: calc(100% - 110px);
    height: 54px;
}
/*---------- END DIALOG BOX ----------*/
