﻿#productDtail,#videoList{ /*//  #faqModal, #manualModal,  , #DOCModal*/
    margin-top: 49px;
    z-index: 1050;
}

    #productDtail .container {
        position: relative !important;
    }

#section-content {
    margin-bottom: 30px;
    background-color: #ffffff;
}

/*#manualModal {
    padding: 0;
}*/

#manualModal.active, #faqModal.active, #videoList.active , #DOCModal.active{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    overflow: scroll;
}

.video-content {
    height: 100%;
    background-color: #7c7d7d;
    padding-bottom: 20px;
    padding-top: 45px;
}

.product-main {
    height: 360px;
}

    .product-main > div {
        position: relative;
        height: 100%;
        background-color: #ffffff;
        /*box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);*/
    }

    .product-main .swiper-container {
        height: 100%;
        position: relative;
    }

/*.product-message, .pro-whereToBuy {
    width: 320px;
}*/

.product-message {
    display: inline-block;
    padding: 0px 15px;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.where-to-buy-btn {
    position: relative;
}

    .where-to-buy-btn a {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 25px;
    }

.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 {
    width: 184px;
}

@media (min-width:1200px) {
    .w-custom {
        width: 115px;
    }

    .support-lsit .button-list {
        padding: 40px;
    }
}

.sp-selected-thumbnail.sp-thumbnail-container {
    border-color: #0577e7;
}

.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: 89px;*/
}

.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;
    }

    #product-tab ul li.active {
    }

.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: 30px 0 20px 0;
    padding-bottom: 20px;
    font-family: Raleway-Bold !important;    
    color: #555;
}

.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;
            word-break: break-all;
        }

        .pro-tab table th {
            background-color: #162029;
            color: #fff;
            /*box-shadow: 0 2px 2.9px 0.6px rgba(4, 25, 55, 0.16);*/
        }

        .pro-tab table td {
            background-color: #ffffff;
            /*box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);*/
            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-list {
    /*display: inline-block;
    flex-grow: 1;*/
    margin-bottom: 15px;
}

.button-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

.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;
    text-align: center;
}

.item-title {
     font-weight: 600;
}

.imgContnet {
    width: 100%;
    height: 147px;
    /*margin-bottom: 20px;*/
}

.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%);
    /*margin-top: 30px;*/
}

.sp-slide {
    width: 100%;
    height: 400px;
}

    .sp-slide img, .sp-thumbnail img {
        max-height: 100%;
        max-width: 100%;
    }

.showMoreItem {
    width: 150px;
    margin: 85px auto;
}

.sp-slide img, .sp-thumbnail {
}

#pro-support .button-list .btn {
    margin-right: 0px;
}

#pro-recently {
    position: relative;
    padding-top: 30px;
}

.recently-view {
    background-color: #f9f9f9;
    /*border-top:1px solid #dedede;*/
    /*padding-bottom: 118px;*/
    /*margin-bottom:30px*/
}

.clearRecently {
    width: 100%;
    margin: 54px 0px 0px 0px;
}

.btn-gray {
    border-radius: 2px;
    background-color: #9e9e9e;
    color: #fff;
}

.w-90 {
    width: 90px;
}

.pdfList {
    padding: 0 !important;
}
.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;
}

.manualList ,.docitemList{
    border-top: 1px solid #ccc;
    padding: 15px;
}
.manualList:last-child ,docitemList:last-child{
    margin-bottom:0;
}

    .manualList img ,.docitemList img{
        width: 20px;
        height: 24px;
        background-color: #ffffff;
        position: relative;
        vertical-align: middle;
    }

    .manualList a,.docitemList a {
        width: calc(100% - 30px);
        font-size: 16px;
        color: #333333;
        display: inline-block;
        vertical-align: middle;
        padding-left: 12px;
        word-wrap: break-word;
    }

/*.recently-list {
    display: table-cell;
}*/

/*.support-lsit {
    display: table-cell;
    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;
        }


#my-slider img.sp-image {
    margin: auto;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    /*padding: 82px 15px 40px 15px;*/
}

.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;
    /*opacity:0;*/
    transition: all .25s ease-out;
}

/*.swiper-relatedPro .swiper-slide {
    height: auto;
    margin-bottom: 15px;
}*/

/*.swiper-wrapper {
    padding-bottom: 15px;
}*/

.related-lsit.not-slider {
    display: table-cell;
    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;
}

/*.custom-close {
    position: fixed;
}*/
    /*.custom-close span::before, .custom-close span::after {
        width: 20px;
        margin: 0 2px;
    }*/
.faq-content .custom-close ,.manual-content .custom-close ,.video-content .close-video{
    right: 15px;
}

.gallery-thumbs img {
    width: 135px !important;
}

.faq-title {
    padding-right: 20px !important;
}

.faq-content-trigger {
    top: 0 !important;
}

#faqModal .spLeft:after,#faqModal .spRight:after{
    content:"";
    display:block;
    clear:both;
}
.faqSearch{
    position:relative;
    margin-bottom:17px;
}
#searchFaq{
    padding-left:15px;
    width:100% !important;
    box-sizing:border-box;
    margin-left:0 !important;
}
.faqSearch img{
    position:absolute;
    top:4px;
    left:3px;
}