
/**
 * Product Details Page
 */


/* Product Overview */

.product-overview__subtext {
    font-size: 20px;
    font-weight: 600;
}

.product-overview__description {
    color: #5F7080;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    line-height: 1.7em;
    font-size: 18px;
    margin-bottom: 20px;
}

.product-overview__cta{
    margin-bottom: 20px;
}

.product-overview__logo {
    margin-top: 20px;
}

.product-overview__brochure {
    margin-bottom: 15px;
}

.product-overview__options {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-overview__options .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.product-overview__options .btn + .btn {
    margin-top: 0;
    margin-left: 32px;
}


/* Product Slider */

.product-thumbs .slick-prev,
.product-thumbs .slick-next {
    top: 0;
    z-index: 1;
}

.product-thumbs .thumbnail-slider {
    display: none;
}

.product-thumbs .thumbnail-slider.slick-initialized {
    display: block;
}

.product-thumbs .thumbnail-slider .slick-track .slick-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-thumbs .thumbnail-slider .slick-arrow::before {
    font-family: 'king-door'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-thumbs .thumbnail-slider .slick-prev::before {
    content: '\e902';
}

.product-thumbs .thumbnail-slider .slick-next::before {
    content: '\e903';
}

.product-info .product-image {
    border: 1px solid #ccc;
}

.product-thumbs {
    margin-top: 15px;
    background-color: #f2f2f2;
    padding: 10px 0px;
    position: relative;
}

.product-thumbs .slick-list {
    padding-left: 40px;
    padding-right: 40px;
}

.product-thumbs .slick-prev,
.product-thumbs .slick-next {
    background: #9b9b9b;
    height: 100%;
    width: 30px;
    text-align: center;
    bottom: 0;
    position: absolute;
    outline: none;
    border: none;
    font-size: 0;
    color: transparent;
}

.product-thumbs .slick-prev:before,
.product-thumbs .slick-next:before {
    font-size: 21px;
    text-shadow: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
}

#product-gallery-main img{
    max-height:500px;
}

.slick-prev:before,
.slick-next:before {
    display: block;
    color: white;
    font-size: 48px;
    font-family: 'icomoon';
    text-shadow: 0 2px black;
    text-shadow: 0 2px rgba(0, 0, 0, .9);
}

.slick-prev { left:  0; }
.slick-next { right: 0; }

.thumbnail {
    padding-left:  10px;
    padding-right: 10px;
}

.thumbnail a {
    display: block;
}

.thumbnail img {
    width: 100%;
    height: auto;
}


/* Product Tabs */

.product-details__tabs {
    margin-top: 50px;
}

.product-details__tabs .image-section {
    display: flex;
    flex-wrap: wrap;
}

.product-details__tabs .image-section a {
    color: #065AA3;
    background: none;
}

.product-details__tabs .design-option {
    float: left;
    line-height: 1em;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.product-details__tabs .design-option img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.product-details__tabs .design-option span {
    display: block;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.product-details__tabs .fx-accordion__panel__content .prod_liftmaster {
    clear: both;
}

.product-details__tabs .fx-accordion__panel__content h2 {
    font-size: 40px;
    clear: both;
}

.product-details__tabs .fx-accordion__panel__content h2 strong {
    font-weight: normal;
}

/* PRINT Styles */
@media print {
    * {
        overflow: visible!important;
        color: #000!important;
        text-align: left!important;
        font-size: 14px!important;
        opacity: 1!important;
        background: #fff!important
    }

    .page-header, .masthead img, .breadcrumbs, .product-thumbs, .product-overview__cta, .product-overview__options, .product-overview__logo, .page-footer {
        display: none;
    }

    .masthead, .product-details, body {
        margin: 0!important
    }

    .fx-accordion__panel:not(.is-expanded) .fx-accordion__panel__content {
        display: block;
    }

    .masthead--innerpage__content h1 {
        font-size: 24px !important;
        font-weight: bold !important;
    }
}