﻿#fagVideoContent, #productDtail, #faqModal, #manualModal, #videoList ,#DOCModal{
    z-index: 1050;
}
#faq-results {
    height: 85vh;
    overflow-y: scroll;
}
#manualModal {
    padding: 0;
}

#manualModal.active, #faqModal.active, #DOCModal.active{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    /* height: 100vh; */
    overflow: scroll;
}
#fagVideoContent.active, #videoList.active{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.65);
    overflow: hidden;
}
#fagVideoContent .swiper-container{
    position: absolute!important;
    top: 10%;
}

.video-content {
    height: 100%;
    /*background-color: #7c7d7d;*/
    padding: 100px 0;
}

.product-main > div {
    /*height:590px;*/
    padding: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);
}

.product-message, .pro-whereToBuy {
    width: 320px;
}

.product-message {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.product-silder {
    display: inline-block;
    width: calc(99.99% - 345px);
}

.item {
    width: 100%;
    height: 400px;
}

.item img, .thumb img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.thumb {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.w-custom {
    min-width: 100px;
}

.support-lsit {
    display: flex;
    flex-wrap: wrap;
}
.support-lsit .btnTitleContent{
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.es.support-lsit .btnTitleContent, .pt.support-lsit .btnTitleContent, .ru.support-lsit .btnTitleContent, .hr.support-lsit .btnTitleContent,
.uk.support-lsit .btnTitleContent, .sl.support-lsit .btnTitleContent{
    height: 75px;
}
.support-lsit .button-list{
    flex: 1;
    text-align: center;
    white-space: normal;
    margin-right: 25px;
    position: relative;
}

@media (min-width:1200px) {
    .w-custom {
        width: 115px;
    }
}

.fi .button-title,.nl .button-title{
    font-size: 14px;
}
.fi .button-list,.nl .button-list{
    margin-right: 20px;
    padding: 20px 10px;
}
.el.fullList .button-title, .de.fullList .button-title, .bg.fullList .button-title, .nl.fullList .button-title, .et.fullList .button-title{
    font-size: 14px;
}
.el.fullList .button-list, .de.fullList .button-list, .bg.fullList .button-list, .nl.fullList .button-list, .nb.fullList .button-list, .et.fullList .button-list{
      margin-right: 20px;
      padding: 20px 10px;
}

.sp-selected-thumbnail.sp-thumbnail-container {
    border-color: #0577e7;
}

.pro-head {
    margin-bottom: 15px;
}
.pro-head p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.pro-description {
    max-height: 370px;
    overflow: hidden;
    color: #7d7d7d;
    margin-bottom: 40px;
}

.pro-whereToBuy a {
    transition: all .2s;
    width: 100%;
}

.pro-whereToBuy:hover a {
    background: #007aff;
}

.pro-whereToBuy a:active {
    background: #0071E0;
}

#product-tab {
    margin-bottom: 30px;
}

#product-tab ul {
    height: 40px;
}

#product-tab ul li {
    padding: 10px 15px 8px;
    float: left;
    cursor: pointer;
}

#product-tab ul li:hover {
    color: #0577e7;
}


.pro-message h2 {
    font-size: 24px;
     font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    margin: 60px 0 30px 0;
}

.pro-tab {
    box-shadow: 0 0 2.9px 0.6px rgba(4, 25, 55, 0.16);
}

.pro-tab table {
    width: 100%;
    border-spacing: 1px 1px;
    border-collapse: collapse;
}

.pro-tab table th, .pro-tab table td {
    text-align: center;
    padding: 10px 12px;
    border: 1px solid #eee;
}

.pro-tab table th {
    background-color: #162029;
    color: #fff;
}

.pro-tab table td {
    background-color: #ffffff;
    color: #333;
}

.item-list, .button-list {
    background-color: #ffffff;
    box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);
    border-radius: 3px;
    padding: 20px;
    transition: all 0.25s ease-out;
    position: relative;
    top: 0;
    vertical-align: top;
    height: 100%;
}

.item-list:hover, .button-list:hover {
    cursor: pointer;
    transform: translate(0, -4px);
    box-shadow: 0 3px 8.9px 0.6px rgba(4, 25, 55, 0.16);
}

.button-title {
    font-size: 16px;
    font-weight: 600;
}

.item-list:first-child, .button-list:first-child {
    margin-left: 0;
}

.item-list:nth-child(4n+4), .button-list:last-child {
    margin-right: 0;
}

.item-title, .item-mess {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 5px;
}

.imgContnet {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}

.button-list .imgContnet {
    height: 90px;
    text-align: left;
}

.imgContnet img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sp-slide {
    width: 100%;
    height: 400px;
}

.sp-slide img, .sp-thumbnail img {
    max-height: 100%;
    max-width: 100%;
}

.showMoreItem {
    width: 150px;
    margin: 85px auto;
}

#pro-support .button-list .btn {
    margin-right: 0px;
}

#pro-recently {
    position: relative;
    padding-top: 60px;
}

.recently-view {
    background-color: #f0f0f0;
    padding-bottom: 60px;
}

.clearRecently {
    position: absolute;
    right: 5px;
}

.btn-gray {
    border-radius: 2px;
    background-color: #9e9e9e;
    color: #fff;
}

.w-90 {
    width: 90px;
}

.manualList,.docitemList {
    padding: 16px;
    padding-top:0;
}
.manualList:first-child,.docitemList:first-child {
    padding-top: 16px;
}
.manualList:after,.docitemList:after {
    content:'';
    display:block;
    height: 2px;
    background:#eee;
    margin-top: 16px;
    margin-left:-16px;
    margin-right:-16px;
}
.manualList:last-child:after,.docitemList:last-child:after {
    display:none;
}
.manualList img ,.docitemList img{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.manualList a ,.docitemList a{
    font-size:14px;
    color: #333333;
}

.pdfList{
    padding: 14px 17px;
}
.pdfTable{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.pdfTable th{
   padding: 15px;
   font-size: 14px;
   font-weight: 600;
   width: 50%;
}
.pdfTable td{
    padding: 15px 20px;
    word-wrap: break-word;
}
.pdfTable th,.pdfTable td{
    border: solid 1px #eeeeee;
}
.pdfTable a{
    color: #333333;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 5px;
}
.pdfTable tbody tr:nth-child(odd){
    background-color: #fafbfc;
}

.recently-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}


/*******   fancy box  ************/
#fancybox-thumbs {
    width: 830px !important;
    position: fixed !important;
    bottom: 0px !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    background-color: #313131;
}

#fancybox-thumbs ul {
    padding: 20px 0 !important;
    position: initial !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
}

#fancybox-thumbs ul li {
    border: solid 3px #ffffff;
    margin: 0 15px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}

.sp-bottom-thumbnails {
    margin-top: 20px;
}

.sp-thumbnail-container {
    border: solid 1px #d1dae2;
    margin: 0 10px !important;
    cursor: pointer;
    transition: all .25s ease-out;
}

.sp-thumbnail-container:hover {
    border-color: #0577e7;
}

.sp-thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.relatedpro-swiper-button-next.swiper-button-next, .relatedpro-swiper-button-prev.swiper-button-prev {
    visibility: hidden;
    transition: all .25s ease-out;
}

.swiper-relatedPro .swiper-slide {
    height: auto;
}

.swiper-wrapper {
    padding-bottom: 5px;
}

.related-lsit.not-slider {
    display: grid;
    grid-gap: 30px;
}

.relatedpro-swiper-button-next.swiper-button-next {
    right: -30px;
}

.relatedpro-swiper-button-prev.swiper-button-prev {
    left: -30px;
}

.arrow-hover-ef:not(.disable-arrow):hover .relatedpro-swiper-button-next.swiper-button-next {
    visibility: visible;
    right: -40px;
}

.arrow-hover-ef:not(.disable-arrow):hover .relatedpro-swiper-button-prev.swiper-button-prev {
    visibility: visible;
    left: -40px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.5;
    color: #7d7d7d;
}
.fixed-r-20 {
    right:20px;
}
.modal-header {
    border-bottom: 2px solid #eee;
}
.modal-title {
    font-size:20px;
}
.faq-title {
    padding:0;
    margin: 16px 0;
}
.faq-answer {
    margin-top: 20px;
    margin-bottom: 16px;
}