/* Application Slider */
.tx-pmproducts .product-application-slider {
    margin-bottom: 30px;
}

/*.tx-pmproducts .product-application-slider .slider-image {
    width: 100%;
    height: 100%;
}*/

.tx-pmproducts .product-application-slider .thumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tx-pmproducts .product-application-slider .thumb-list > li {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    float: left;
}
.tx-pmproducts .product-application-slider .thumb-list > li:first-of-type {
    padding-left: 0;
}
.tx-pmproducts .product-application-slider .thumb-list > li:last-of-type {
    padding-right: 0;
}

.tx-pmproducts .product-application-slider .image-wrap {
    position: relative;
}

.tx-pmproducts .product-application-slider .point {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    display: none;
    cursor: pointer;
    text-align: center;
    background: url('../Icons/plus.png') no-repeat center center;
    background-size: 25px 25px;
    background-color: #fff;
    transition: all 0.5s ease;
}

.tx-pmproducts .product-application-slider .point:before {
    content: '';
    border: 3px solid #a30e3f;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    display: inline-block;
    animation: pulsate 1.5s ease-out infinite;
    opacity: 0.3;
    text-align: center;
    z-index:5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tx-pmproducts .product-application-slider .point[aria-describedby^="tooltip"] {
    background-color: #f0f0f0;
}

.tx-pmproducts .product-application-slider .point.active {
    background-color: #f0f0f0;
}

.tx-pmproducts .product-application-slider .point.active:before {
    animation: noPulsate 1.5s ease-out infinite;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

@-webkit-keyframes noPulsate {
    0% {-webkit-transform: scale(1.3, 1.3); opacity: 1.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 1.0;}
}

.tx-pmproducts .product-application-slider .image-wrap.collapsing .point {
    display: none !important;
}

.tx-pmproducts .product-application-slider .image-toggle-btn {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../Icons/arrow_up.png');
}

.tx-pmproducts .product-application-slider .image-toggle-btn.collapsed {
    background-image: url('../Icons/arrow_down.png');
}

.tx-pmproducts .product-application-slider .tooltip .tooltip-inner {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.tx-pmproducts h1 > small,
.tx-pmproducts h2 > small,
.tx-pmproducts h3 > small,
.tx-pmproducts h4 > small,
.tx-pmproducts h5 > small {
    display: block;
    font-size: 80%;
}
.tx-pmproducts sub {
    bottom: -0.25em;
}
.tx-pmproducts sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    text-transform: uppercase
}

.tx-pmproducts .page-header {
    border: none;
    background: #eee;
    padding: 15px;
}

.tx-pmproducts .page-header h1,
.tx-pmproducts .page-header h2,
.tx-pmproducts .page-header h3,
.tx-pmproducts .page-header h4,
.tx-pmproducts .page-header h5 {
    margin: 0;
}

.tx-pmproducts .page-header h4 {
    margin-bottom: 15px;
}

.tx-pmproducts .product-application-slider .nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
}
.tx-pmproducts .product-application-slider .nav-tabs > li {
    margin: 0;
}
.tx-pmproducts .product-application-slider .nav-tabs > li > a {
    border-radius: 0;
    border: none;
    font-weight: normal;
    text-transform: uppercase;
    background: #eee;
    color: #333;
    margin-right: 1px;
    margin-bottom: 1px;
}
.tx-pmproducts .product-application-slider .nav-tabs > li > a.active,
.tx-pmproducts .product-application-slider .nav-tabs > li > a:hover,
.tx-pmproducts .product-application-slider .nav-tabs > li > a:focus {
    border: none;
    background: #000;
    color: #fff;
}

/* Product List */
.tx-pmproducts .product-list {
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    .tx-pmproducts .product-application-slider .point { display: none !important; }
    .tx-pmproducts .product-application-slider .image-toggle-btn { display: none !important; }
}

.tx-pmproducts .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media all and (max-width: 991px) {
    .tx-pmproducts .row-eq-height {
        display: block;
    }
}

.tx-pmproducts .tableFileTypeInfo { text-align:right; }
.tx-pmproducts .tableFileTypeInfo a span[class^="filetype-"] { display:inline-block; width:100%; text-align:right; }
.tx-pmproducts .product-attribute span.sub { font-size:smaller; vertical-align:sub; text-transform: uppercase; padding:0; margin:0;  }
.tx-pmproducts .product-attribute span.super {font-size:smaller; vertical-align: super; text-transform: uppercase; padding:0; margin:0; }

.tx-pmproducts .product-category-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tx-pmproducts .product-category-description {
    margin-bottom: 10px;
}

.tx-pmproducts label.required:after {
    content: "*";
    display: inline;
    color: #cc2960;
    float: right;
}

/* autocomplete */
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span {
    margin-left: 5px;
    color: #777;
    font-size: 85%;
}


.tx-pmproducts .media-gallery-description .media-gallery-item {
    margin-bottom: 15px;
}

.tx-pmproducts .media-slider {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tx-pmproducts .media-slider .media-slider-item {
    margin-left: 5px;
    margin-right: 5px;
}

.tx-pmproducts .media-gallery .media-gallery-item {
    position: relative;
}

.tx-pmproducts .media-gallery .media-gallery-item .caption {
    display: block;
    color: #fff;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
}

.tx-pmproducts .media-gallery .media-gallery-item .media-gallery-item-link {
    position: relative;
    display: block;
}

.tx-pmproducts .media-gallery .media-gallery-item .media-gallery-item-link > i {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 70px;
    color: #fff;
    opacity: 0.6;
}
.tx-pmproducts .media-gallery .media-gallery-item .media-gallery-item-link:hover > i {
    opacity: 0.8;
}

.tx-pmproducts .product-detail .product-detail-documentation p > strong,
.tx-pmproducts .product-detail .product-detail-ordering-information p > strong {
    margin-bottom: -1rem;
    display: block;
}