.product-page {
	margin-bottom: 100px;
}

.category-in-page {
    overflow: hidden;
    min-height: 250px;
    margin: 100px 0;
    padding: 0 60px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0px;
}

.box-subcategory {
	padding-top: 20px;
    cursor: pointer;
}

.download-page .box-subcategory {
    padding-top: 0px;
    cursor: default;
}

.box-subcategory .single-subcategory {
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 0px;
    color: #006AB1;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
}

.single-subcategory .discover, .product-list ul li .download-pdf, .product-list ul li .view-product {
    float: right;   
    text-transform: initial;
}


.single-subcategory .discover i {
    transition: .2s;
}

.single-subcategory.open .discover i {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.product-list {
    cursor: default;
    padding-bottom: 15px;
}

.product-list ul {
    list-style: none;
    padding-left: 0px;
}

.product-list ul li {
    list-style: none;
    width: 100%;
    font-size: 14px;
    padding: 8px 30px;
}

.product-list ul li a {
    transition: 0s;
}

.product-list ul li:hover a {
    font-weight: 600;
}

.product-list.inside > ul > li:nth-child(odd) {
        background-color: #eaeaea;
}

.product-list.inside > ul > li:nth-child(even) {
        background-color: #FFF;
}

.product-list > ul > li:nth-child(odd) {
        background-color: #FFF;
}

.product-list > ul > li:nth-child(even) {
        background-color: #eaeaea;
}

.single-download-lang {
    cursor: pointer;
}


#area-download .product-list ul li:hover a {
    font-weight: 400;
}

.single-download-lang a:hover {
    font-weight: 600 !important;
}


img.icon {
    max-width: 50px;
    margin-right: 30px;
}

.inside-section.category-text {
    text-align: justify;
}

.category-text h3 {
    width: 100%;
    margin-bottom: 0px;
    color: #006AB1;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
}
/* SINGLE PRODUCT */

.row-intro {
    overflow: hidden;
    padding-bottom: 40px; 
}

.col-group.col-product {
    padding-top: 100px;
    }

body .single-product.owl-carousel{
    height: 380px;
    width: 100%;
    z-index: 999;    
    overflow: visible;
}

body .slick-prev {
    left: 1px;
    z-index: 9
}

body .slick-prev:before {
    content: '\f104';
}

body .slick-next {
    right: 1px;
}

body .slick-next:before {
    content: '\f105';
}

body .slick-prev:before, body .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.intro-product {
    width: 45%;
    width: calc(100% - 400px);

    float: left;
    padding-left: 30px; 
}

.intro-product h1  {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #006AB1;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.intro-product h1 strong {
    font-size: 38px;
}

.intro-product h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #006AB1;
    padding-top: 12px;

    letter-spacing: 0;
}

.intro-product .single-button {
    background-color: #006ab1;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float: left;
    cursor: pointer;
    width: 100%;
    transition: .3s;
    margin-top: 30px;
}

.intro-product .entry-content {
    min-height: 291px;
}

.intro-product .single-button span {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float: left;
    cursor: pointer;
    width: 100%;
    transition: .3s;
}

.intro-product .single-button:hover {
        background-color: #00528a;
}

.product-image {
    border: 1px solid #cfd1d2;
    float: left;
    width: 400px;
    border: 1px solid #cfd1d2;
}

.single-certificate {
    padding-top: 68px;
    max-width: 400px;
}

.short-desc {
    padding-top: 20px;
}

.short-desc p {
    font-size: 16px;
}

.inside-section h2 {
    font-size: 18px;
    line-height: 18px;

    letter-spacing: 0;
    color: #006ab1;
    margin-bottom: 10px;
}


@media screen and (max-width: 425px) {

    .category-in-page {
        padding: 0 0px;
        margin: 50px 0;
        margin-bottom: 0;
    }
    
    .product-page {
        padding: 0 10px;
        margin-bottom: 0; 
    }

    .intro-product {
        float: left;
        padding-left: 0px;
        width: 100%;
        padding-top: 30px;
    }


    .intro-product .entry-content {
        min-height: 50px;
    }

    .col-group.col-product {
        display: flex;
        flex-direction: column;
    }    

    .col-group.col-product .col-sidebar {
            display: none;
    }

    .product-image {
        width: 100%;
    }

    .single-certificate {
        padding-top: 30px;
        max-width: 100%;
    }

    .product-list.inside {
        padding-top: 40px;
    }

    .col-group.col-product {
        padding-top: 40px;
    }

}
