/*
    ---------------------------------------------------------
    Single Product - OstModern - CSS
    ----------------------------------------------------------
    Styles for Woocommerce Single Product for product layout - Ostmodern
*/


/* Fix positioning with Page builder Full width Rows - When Sidebar is showing */
/*
section.page-layout-sidebar.ost .page-content > div.wpb_row.full-width-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: calc(-50%);
} */


/* Sidebar Width */
/*
section.page-layout-sidebar.ost .col.span_9 {
    width: calc(100% - 360px);
    margin-right: 0px;
}
section.page-layout-sidebar.ost #sidebar.col.span_3 {
    width: 360px;
}
*/





h1, h2, h3, h4, h5, h6 {
    font-family: proxima-nova, sans-serif !important;
}






/* Header Height   - Disable Salient Variable Header Height on Desktop */
@media only screen and (min-width: 1000px) {
    body.ostmodern #header-space,
    body.ostmodern #header-outer,
    body.ostmodern header#top,
    body.ostmodern header#top > div,
    body.ostmodern header#top > div > div,
    body.ostmodern header#top > div > div > div {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
    }
}







body.single-product.simply_nuc_layout.ostmodern .main-content.page-layout-sidebar > div > .row {
    padding-bottom: 0px !important;
}
body.single-product.simply_nuc_layout.ostmodern .main-content.page-layout-sidebar > div > .row > .col.span_9 {
    border-right: 1px solid #F5F5F7 !important;
}







.page-content {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
@media only screen and (min-width: 691px) {
    .page-content {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media only screen and (max-width: 690px) {
    body .page-content h3,
    body .additional-cards > h3 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 24px !important;
    }
}






img.zoomImg,
#hero img.zoomImg,
#sidebar img.zoomImg {
    display: none !important;
}
#hero p {
    font-size: 13px;
    line-height: 24px;
}
h1.product-title {
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
    float: left;
    width: 100%;
}
body:not(.accessory) h1.product-title {  /* All Other Product Pages Except for Accessory Unit Type : H1 is styled down */
    font-size: 18px;
    line-height: 28px;
}

h2.product-title,
h2.product-product_family {
    font-size: 44px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
}

span#new_product {
    display: flex;
    width: 40px;
    height: 20px;
    padding: 0px 6px;
    align-items: center;
    border-radius: 2px;
    background: #18171A;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 8px;
    right: -50px;
}






#hero .bottom_text span.spacer {
    margin-left: 20px;
    margin-right: 20px;
}

#hero .row-bg-wrap {
    width: 101vw !important;
}



/* Cooling Icon */
.product-product_cooling > img {
    display: inline-block !important;
    margin-bottom: -4px !important;
    margin-right: 4px;
}


@media only screen and (max-width: 999px) {
    #hero-text {
        padding-bottom: 28px !important;
    }
    h1.product-title {
        font-size: 18px;
        line-height: 28px;
    }
    h2.product-product_family {
        font-size: 44px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 690px) {
    #hero-text {
        padding-bottom: 16px !important;
    }
    h1.product-title {
        font-size: 13px;
        line-height: 20px;
    }
    h2.product-product_family {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    body .page-content #hero h3 {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 560px) {
    #hero .middle_text span.split,
    #hero .bottom_text span.split {
        display: block;
        height: 0px;
        width: 100%;
        clear: both;
        margin-top: 6px;
        overflow: hidden;
    }
    #hero .bottom_text span.spacer {
        margin-left: 12px;
        margin-right: 12px;
    }
}



#as_used_by p {
    color: #18171A;
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}



#read_more_box {
    position: relative;
    overflow: hidden;
    max-width: 80%;
    margin-bottom: 16px;
    max-height: unset;
    transition: max-height 0.25s ease-in;
}
#read_more_box.small {
    max-height: 150px;
    transition: max-height 0.15s ease-out;
}
@media only screen and (max-width: 1300px) {        #read_more_box {        max-width: 90%;     }       }
@media only screen and (max-width: 1100px) {        #read_more_box {        max-width: 100%;    }       }






body .wpb_wrapper h3.vc_custom_heading.inner_heading,
body #configuration-select-wrap > h3,
body .additional-cards > h3 {
    color: #18171A !important;
    font-family: "Open Sans" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 44px !important;
}
@media only screen and (max-width: 999px) {
    body .wpb_wrapper h3.vc_custom_heading.inner_heading,
    body #configuration-select-wrap > h3,
    body .additional-cards > h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}




#compatible_wrapper {
    position: relative;
    max-width: 80%;
    color: #D5D5D8;
}
#compatible_wrapper p > a,
#compatible_wrapper p > span {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;

    margin-top: 6px;
    margin-bottom: 6px;
    display: inline-block;
    line-height: 14px;
}
#compatible_wrapper p > a,
#compatible_wrapper p > span {
    padding-right: 12px;
    border-right: 1px solid #D5D5D8;
    margin-right: 12px;
}
/*
#compatible_wrapper p > span {
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
} */
@media only screen and (max-width: 1300px) {        #compatible_wrapper {        max-width: 90%;     }       }
@media only screen and (max-width: 1100px) {        #compatible_wrapper {        max-width: 100%;    }       }





#used_by_row > div > div.child_column {
    max-width: 200px;
}
@media only screen and (max-width: 590px) {
    #used_by_row > div > div.child_column {
        min-width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 360px) {
    #used_by_row > div > div.child_column {
        min-width: 100%;
    }
}


.form_factor_list ol {
    list-style-type: none;
    list-style: none;
    counter-reset: item;
    margin-left: 0px;
    margin-bottom: 0px;
}
.form_factor_list ol li {
    counter-increment: item;
    margin-bottom: 16px;
}
.form_factor_list ol li:before {
    margin-right: 16px;
    content: counter(item);
    background: #0074C6;
    border-radius: 100%;
    color: white !important;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    line-height: 22px;
}
.form_factor_list ol li::marker {
    display: none;
    content: "";
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
    .form_factor_list ol {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
    #form_factor_list {
        margin-bottom: 47px !important;
    }
}
@media only screen and (max-width: 690px) {

    .form_factor_list ol li:before {
        content: "-";
        background: #ffffff;
        color: inherit !important;
        margin-right: 0px;

        display: none;
    }
    #form_factor_list {
        margin-bottom: 15px !important;
    }
}




/* Restrict Header Hero to 85 % Viewport Height */
@media only screen and (min-width: 1000px) {
    #ajax-content-wrap #hero,
    #ajax-content-wrap #hero.wpb_row > .row_col_wrap_12 {
        max-height: 75vh !important;
        display: flex;

        min-width: 100%;
    }
}

#hero .product-imagery {
    min-width: 100%;
    display: block;
    align-content: center;
    margin-bottom: 0px !important;
}
#hero .product-imagery img.has_featured {
    /* min-width: 100%; */
    /* max-width:  840px; */

    max-height: 450px;
    margin: 0px auto !important;
}





.product-imagery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right;
    z-index: 1;
    background: url(https://www.simplynuc.media/wp-content/uploads/2024/08/Icon.svg);
    text-indent: 50px;
    overflow: hidden;
}
#hero .product-imagery .woocommerce-product-gallery__trigger,
#sidebar .product-imagery .woocommerce-product-gallery__trigger {
    display: none !important;
}
@media only screen and (max-width: 690px) {
    .product-imagery .woocommerce-product-gallery__trigger {
        display: none !important;
    }
}

.product-imagery figure.woocommerce-product-gallery__wrapper {
    float: left;
    display: ruby;
    width: 100%;
}
.product-imagery figure.woocommerce-product-gallery__wrapper > div {
    max-width: 33.3%;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #fff;
    display: block;
    display: flex;
}
#embed-container {
    position: relative;
}
#embed-container-3d-icon-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    left: 0px;
    top: 0px;
}
#embed-container-3d-icon {
    position: absolute;
    width: 128px;
    height: 128px;
    padding: 16px 12px;
    display: block;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    background: rgba(24, 23, 26, 0.80);
    color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
}
@media only screen and (max-width: 999px) {
    .product-imagery figure.woocommerce-product-gallery__wrapper > div {
        max-width: 25%;
    }
}
@media only screen and (max-width: 690px) {
    #form #embed-container {
        display: none;
    }
    .product-imagery figure.woocommerce-product-gallery__wrapper > div {
        max-width: 50%;
    }
}


.product-imagery figure.woocommerce-product-gallery__wrapper > div > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.product-imagery.has_gallery figure.woocommerce-product-gallery__wrapper > div:not(#embed-container) > a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(24, 23, 26, 0.50) 0%, rgba(24, 23, 26, 0.50) 100%);
    display: none;
}
.product-imagery.has_gallery figure.woocommerce-product-gallery__wrapper > div:not(#embed-container) > a:hover:before {
    display: block;
}
.product-imagery figure.woocommerce-product-gallery__wrapper > div:first-child {
    min-width: 100%;
    border: 0px !important;
}
.product-imagery figure.woocommerce-product-gallery__wrapper > div > a {
    margin-bottom: 0px !important;
}
.product-imagery figure.woocommerce-product-gallery__wrapper > div > a > img {
    margin-bottom: 0px !important;
    min-width: 100%;
}

/* -------------------------------------------------------------------- Gallery When Opened */
div.pswp .pswp__bg {
    background: #ffffff !important;
}
div.pswp .pswp__ui--fit .pswp__top-bar {
    background-color: transparent !important;
    opacity: 1 !important;
}
div.pswp .pswp__counter,
div.pswp .pswp__button--share,
div.pswp .pswp__button--fs,
div.pswp .pswp__button--zoom {
    display: none !important;
    opacity: 0 !important;
}
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    display: block;
    float: right;
    z-index: 1;
    background-image: url(https://www.simplynuc.media/wp-content/uploads/2024/08/Close-Black.svg) !important;
    background-size: 28px 28px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    /* outline: 1px solid #f00; */
}
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--arrow--left,
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--arrow--right {
    opacity: 1 !important;
    background-color: transparent !important;
    background-image: url(https://www.simplynuc.media/wp-content/uploads/2025/04/Chevron.svg) !important;
    background-size: 38px 38px;
    background-repeat: no-repeat;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    /* outline: 1px solid #f00; */
}
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--arrow--right {
    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);        /* FF */
    -o-transform: rotate(180deg);          /* Opera */
    -ms-transform: rotate(180deg);         /* IE9 */
    transform: rotate(180deg);             /* W3C compliant browsers */
    /* IE8 and below */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--arrow--left {
    background-position: 12px 30px;
}
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--arrow--right {
    background-position: 12px 30px;
}
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--arrow--left:before,
div.pswp .pswp__ui--fit button.pswp__button.pswp__button--arrow--right:before {
    content: '' !important;
    opacity: 0 !important;
    display: none !important;
}



div.pswp .pswp__ui--fit .pswp__caption {
    opacity: 0 !important;
    display: none !important;
}
#snuc__woo_lightbox_thumbs {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    display: block;
    text-align: center;
}





#spec .label_col p,
#cert .label_col p {
    font-size: 13px;
    line-height: 20px;
}
@media only screen and (max-width: 690px) {
    #spec .label_col p,
    #cert .label_col p {
        font-weight: 600 !important;
        margin-bottom: 8px;
    }
    #spec .vc_col-xs-4,
    #spec .vc_col-xs-8,
    #cert .vc_col-xs-4,
    #cert .vc_col-xs-8,
    #pdf_links .vc_col-xs-3,
    #pdf_links .vc_col-xs-9 {
        min-width: 100% !important;
    }
}




a.product-pdf-link {
    margin-right: 72px !important;
}
a.product-pdf-link > img {
    margin-bottom: -4px !important;
    margin-right: 6px !important;
}
@media only screen and (max-width: 690px) {
    #pdf_links a {
        display: block;
        margin-right: 0px !important;
    }
}




/* ---------------------------------------------------------------------------  Fields Testing */
/*
#configuration-select-wrap .wrap-div div .card label { display: block; width: 100%; float: left; }
#configuration-select-wrap .wrap-div fieldset .card label > * { float: left; }
*/

#configuration-select-wrap .wrap-div > fieldset > .checkbox {  display: block;  width: 100%; float: left;  }
#configuration-select-wrap .wrap-div > fieldset > .checkbox > .form-row > .checkbox {   width: 100%; display: block; float: left;   }
#configuration-select-wrap .wrap-div > fieldset > .checkbox input {    float: left;  }
#configuration-select-wrap .wrap-div > fieldset > .checkbox label {    float: left; display: inline-block;  }




/* ---------------------------------------------------------------------------  Required Addons */

#add_to_cart-box .wrap-div fieldset > .product_option_wrapper.required {
    /* outline: 1px solid #f00 !important; */
}
#add_to_cart-box .wrap-div fieldset > .product_option_wrapper.required .wc-pao-validation-notice {
    color: #f00 !important;
}



/* ---------------------------------------------------------------------------  Configuration Selection */

/* ---------------------------------------------------------------------------  Force Show the "Cards" Radio Inputs even if iCheck is being used */
#configuration-select-wrap div.addon_card .icheck_radio > input {           opacity: 1 !important;   }
#configuration-select-wrap div.addon_card .icheck_radio > input.hidden {    opacity: 0 !important;   }

#configuration-select-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
}

#configuration-select-wrap .wrap-div,
#configuration-select-wrap .wrap-div > fieldset {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    float: left;
    overflow: hidden;
}


.wpb_row .vc_column-inner > .wpb_wrapper > #configuration-select-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}
#configuration-select-wrap > p {
    padding-bottom: 64px !important;
}
#configuration-select-wrap .wrap-div fieldset > legend {
    display: none;
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper {
    margin-bottom: 100px !important;
}
@media only screen and (max-width: 1000px) {
    #configuration-select-wrap .wrap-div fieldset > .product_option_wrapper {
        margin-bottom: 72px !important;
    }
}
@media only screen and (max-width: 590px) {
    #configuration-select-wrap .wrap-div fieldset > .product_option_wrapper {
        margin-bottom: 46px !important;
    }
}


#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper .addon-name,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > .addon-name,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > h1.addon-name,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > h2.addon-name,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > h3.addon-name,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > h4.addon-name,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > h5.addon-name,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > h6.addon-name {
    font-size: 20px !important;
    line-height: 24px !important;
    font-family: 'proxima-nova' !important;
    margin-bottom: 16px !important;
}

#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper .product-addon > h4 {
    color: #18171A;
    font-family: proxima-nova, sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.24px;
    margin-bottom: 16px !important;
}
#configuration-select-wrap .product_option_wrapper > span.selected_addon_price {
    position: relative;
    float: right;
    height: 28px;
    margin-left: 16px;

    color: #B8B7BE;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
#configuration-select-wrap .product_option_wrapper > span.selected_addon_price.highlight {
    color: #0072CF !important;
}
#configuration-select-wrap .product_option_wrapper > svg {
    position: relative;
    float: right !important;
    z-index: 11;
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
#configuration-select-wrap .product_option_wrapper > div.product-addon {
    position: relative;
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper > svg:hover + div > div.addon-description {
    opacity: 1 !important;
    z-index: 999 !important;
    display: inherit !important;
}
#configuration-select-wrap .addon-description p {
    padding-bottom: 0px !important;
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper p.form-row {
    padding: 0px;
    margin-bottom: 22px !important;
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper.checkbox p.form-row {
    padding: 0px;
    margin-bottom: 16px !important;
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper.radiobutton .form-row > div {
    padding: 0px;
    margin-bottom: 0px !important;
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper.radiobutton .form-row > div > input[type="radio"] + label {
    display: inline-block;
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper .wc-pao-addon-description {  position: relative; width: 100%;  }
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper .addon-description {
    position: absolute;
    z-index: -1;
    top: 44px;
    top: 28px;
    top: 40px;

    font-size: 14px;
    line-height: 1.50;

    width: 100%;
    width: calc(100% - 3px);

    min-height: 65px;

    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 0;
    left: 0;
    right: 0;

    background: #ffffff;

    color: #18171A;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;

    border: 1px solid lightgray
}
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper.select .form-row.cards,
#configuration-select-wrap .wrap-div fieldset > .product_option_wrapper.cards .form-row.cards {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
#configuration-select-wrap div.addon_card {
    width: 33.3%;
}
@media only screen and (max-width: 1100px) {
    #configuration-select-wrap div.addon_card {
        width: 50%;
    }
}
@media only screen and (max-width: 690px)  {
    #configuration-select-wrap div.addon_card {
        width: 100%;
    }
    #configuration-select-wrap .wrap-div fieldset > .product_option_wrapper.select .form-row.cards,
    #configuration-select-wrap .wrap-div fieldset > .product_option_wrapper.cards .form-row.cards {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }
}


#configuration-select-wrap div.addon_card {
    background: #F5F5F7;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
    box-shadow: inset 0px 0px 0px 1.5px #ffffff;
}
#configuration-select-wrap div.addon_card:hover,
#configuration-select-wrap div.addon_card:active {
    background: #E8E7E9;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
    -moz-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
    box-shadow: inset 0px 0px 0px 1.5px #ffffff;
}
#configuration-select-wrap div.addon_card.active {
    background: #ffffff !important;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #0072CF !important;
    -moz-box-shadow: inset 0px 0px 0px 1.5px #0072CF !important;
    box-shadow: inset 0px 0px 0px 1.5px #0072CF !important;
}

#configuration-select-wrap div.addon_card .icheck_radio {           display: none;              }
#configuration-select-wrap div.addon_card.active .icheck_radio {    display: inline-block;      }

#configuration-select-wrap div.addon_card > label {
    padding: 20px 24px 24px 24px;
    min-height: 100%;
    width: 100%;
    cursor: pointer;
}
#configuration-select-wrap div.addon_card div.top {
    display: block;
    float: left;
    width: 100%;
    line-height: 20px !important;
    padding-bottom: 8px !important;
}
#configuration-select-wrap div.addon_card div.left {
    float: left;
    width: auto;
    color: #18171A;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#configuration-select-wrap div.addon_card div.right {
    float: right;
    width: auto;
    text-align: right;
    min-height: 24px;
}
#configuration-select-wrap div.addon_card .wc-pao-addon-price,
#configuration-select-wrap div.addon_card .wc-pao-addon-price * {
    color: #18171A;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
#configuration-select-wrap div.addon_card .iradio_square-blue,
#configuration-select-wrap div.addon_card .iradio_product-blue-12,
#configuration-select-wrap div.addon_card .iradio_product-blue-20,
#configuration-select-wrap div.addon_card .iradio_product-blue-24 {
    margin-left: 4px !important;
}

/*
#configuration-select-wrap div.addon_card .icheck_radio {           display: none !important;               }
#configuration-select-wrap div.addon_card .icheck_radio.checked {   display: inline-block !important;       }
*/

#configuration-select-wrap div.addon_card > label > h4 {
    clear: both;
    display: flex;
    height: 40px;
    flex-direction: column;
    justify-content: flex-end;
    color: #18171A;
    font-family: "Open Sans" !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 20px !important;
    margin-bottom: 4px !important;
}


#configuration-select-wrap div.addon_card > label > p {
    height: 20px;
    align-self: stretch;
    color: #18171A;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media only screen and (max-width: 690px)  {
    #configuration-select-wrap div.addon_card > label {
        padding: 12px 16px 12px 16px !important;
        min-height: 84px;
    }
    #configuration-select-wrap div.addon_card > label > h4,
    #configuration-select-wrap div.addon_card div.right {
        height: 16px;
        font-size: 13px !important;
        line-height: 16px !important;
    }
    #configuration-select-wrap div.addon_card > label > p,
    #configuration-select-wrap div.addon_card div.left {
        font-size: 11px !important;
        line-height: 16px !important;
    }
}





.woocommerce-message, .woocommerce-error, .woocommerce-info {
    font-size: 16px;
    text-align: center;
    margin: 0px !important;
    padding: 15px;
}
.woocommerce-message > li, .woocommerce-error > li, .woocommerce-info > li {
    list-style: none !important;
}
#required_addons_validation_message {    background: transparent !important;    }
#required_addons_validation_message * {
    display: block !important;
    width: 100% !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    padding-bottom: 12px !important;
}


/* ---------------------------------------------------------------------------  Product Addons - Totals */

#product-addons-total {  display: block; width: 460px; }
#product-addons-total > .product-addon-totals > ul > li { display: block; width: 100%; float: left; padding-top: 4px; margin-top: 4px; border-top: 1px solid #ccc; }
#product-addons-total > .product-addon-totals > ul > li > .wc-pao-col1 { float: left; width: 360px; }
#product-addons-total > .product-addon-totals > ul > li > .wc-pao-col2 { float: left; }
#product-addons-total > .product-addon-totals > ul > li.wc-pao-subtotal-line { border-top: 2px solid #aaa; }
#product-addons-total > .product-addon-totals > ul > li.wc-pao-subtotal-line > p.price > .amount { float: right; }



.product_page_line {
    position: relative;
    width: 100%;
    height: 8px;
    display: block;
}
.product_page_line:after {
    content: "";
    background-color: #f5f5f7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;

    margin-left: -50vw !important;
    left: 50% !important;
    width: 100vw !important;
}




/* Single Accessory Product - Search Heading */
body.single-product.simply_nuc_layout.ostmodern.accessory #config-base_flyout > .inner > .base_config_results > .inner > h4 {
    display: none !important;
}
body.single-product.simply_nuc_layout.ostmodern.accessory table#search-results-table tbody tr.family {
    padding-top: 12px !important;
}
body.single-product.simply_nuc_layout.ostmodern.accessory table#search-results-table tbody tr.family td > span {
    font-family: 'proxima-nova' !important;
    color: #18171a !important;
    font-style: normal !important;
    line-height: 24px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    opacity: 0.65 !important;
}