/*
Theme Name: Divi Child By Netcomm
Theme URI: https://www.netcomm.be/
Description: A Custom Child Theme For Divi
Author: Netcomm
Author URI: https://www.netcomm.be/
Template: Divi
Version: Updated for Divi 3
*/


body {
    font-weight: 400;
    color: #000;
}

.novisible {
  visibility: hidden !important;
  position: absolute;
}


.box-style-one {
    border: 1px solid #ececec;
    box-shadow: 1px 1px 4px #eaeaea;
    padding: 15px 19px;
    border-radius: 8px;
}

.form-box h3 {
    font-size: 18px;
	margin-bottom: 0px !important;
}


.et_pb_text ul, .et_pb_text ol {
    list-style-position: outside;
    padding-left: 13px;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.list-style {}
.list-style ul {}
.list-style ul li {
    list-style: none;
    list-style-position: outside;
}
.list-style ul li::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: -1.2em;
    padding-right: 8px;
}


.et_pb_text ul, .et_pb_text ol {
    color: #000;
}

.video-heading a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
}
.video-heading {
    line-height: 1.5em;
    text-align: center;
}

ul.pharma-filter-video {
    padding-left: 0px;
}

ul.pharma-filter-video li a {
    padding: 5px 15px;
    background-color: #000;
}

.pharma-video-text a {
    padding: 8px 10px 4px 10px;
    border-radius: 5px;
    background-color: #000;
}

.pharma_video_pagination ul.page-numbers {
    padding-left: 0px;
    margin-top: 50px;
}

.page-numbers li a {
    padding: 5px 15px;
    font-size: 14px;
}

.page-numbers li span.current {
    padding: 5px 15px;
    font-size: 14px;
}

.page-numbers li a:hover {
    color: #fff;
}

.style-list ul {
    line-height: 22px;
    list-style: none;
}

.style-list ul li:first-child {
    padding-top: 0px;
}

.style-list ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #c7c7c7;
}

.style-list ul li::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.style-list ul li:last-child {
    border-bottom: dashed 0px #c7c7c7;
}

.title-border h4::after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 4px;
    width: 50px;
}

.title-border-center h4::after {
    content: "";
    display: block;
    height: 2px;
    margin-top: 4px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

hr.style-two {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/*
*Contact form CSS
 */

.open > .dropdown-menu {
    display: block;
}

#logo {
    max-height: 100%;
    max-width: 85%;
}

.contact-form {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    color: #000;
}

.contact-form p {
    display: none;
}

.contact-form .col1 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: 600;
    padding-bottom: 8px;
    display: block;
}

.contact-form .input-box{}
.contact-form .input-box input {
    border: 1px solid #dbdbdb;
    padding: 8px 5px;
    border-radius: 2px;
    background: #fdfdfd;
    width: 100%;
}


.contact-form .input-box .codedropz-upload-container {
    background-color: #fff;
    padding-left: 0px;
}
.contact-form .input-box .codedropz-btn-wrap {}

.contact-form .input-box .codedropz-btn-wrap a.cd-upload-btn {
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff !important;
    display: block;
    padding: 8px 10px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    max-width: 180px;
    border-radius: 4px;
}

.contact-form .input-box .codedropz-btn-wrap a.cd-upload-btn:hover {
    opacity: .85;
}

.contact-form .input-box .codedropz-btn-wrap a.cd-upload-btn::before {
    content:"\f067";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 8px;
}
.contact-form .input-box .codedropz-btn-wrap a.cd-upload-btn::after {
    content: "";
}

.contact-form .input-box textarea{
    border: 1px solid #dbdbdb;
    padding: 8px 5px;
    border-radius: 2px;
    background: #fdfdfd;
    width: 100%;
    max-height: 100px;
}

.contact-form .input-box button[type="submit"] {
    float: left;
    display: block;
    width: 100%;
    max-width: 130px;
    background: #4cae4c;
    color: #fff;
    border: 1px solid #4cae4c;
    padding: 10px 5px;
    box-shadow: 1px 1px 3px #ccc;
}
.contact-form .input-box button[type="submit"]:hover {
    opacity: .85;
    cursor: pointer;
    box-shadow: 0px 0px 0px #ccc;
}

.contact-form .input-box input[type="submit"] {
    float: left;
    display: block;
    width: 100%;
    max-width: 130px;
    background: #4cae4c;
    color: #fff;
    border: 1px solid #4cae4c;
    padding: 10px 5px;
    box-shadow: 1px 1px 3px #ccc;
}
.contact-form .input-box input[type="submit"]:hover {
    opacity: .85;
    cursor: pointer;
    box-shadow: 0px 0px 0px #ccc;
}

div.wpcf7-response-output {
    margin: 15px 0 14px 0em;
    float: left;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
}



/*
* Blog page
 */

.car-page{
    padding-right: 0 !important;
}

.car-page article.et_pb_post a.image-cat{
    display: block;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.car-page article.et_pb_post a.image-cat{
    height: 170px;
}

.car-page article.et_pb_post a.image-cat img{
    height: auto;
    max-width: 100%;
}
.car-page article.et_pb_post .post-meta{
    display:none;
}

.car-page article.et_pb_post a.more-link {
    text-transform: capitalize;
    display: block;
    border: 1px solid #8224e3;
    padding: 4px 10px;
    font-size: 13px;
    text-align: center;
    max-width: 120px;
    border-radius: 3px;
    margin-top: 20px;
    color: #8224e3;
}

.car-page article.et_pb_post a.more-link:hover {
    color: #fff;
    background-color: #8224e3;
}

.et_pb_title_container h2.entry-title{
    font-weight: 800;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
}

.featured-image {
    background-size: cover;
    height: 100%;
    display: block;
    background-position: center;
    background-origin: border-box;
}

.blog-container {
    padding: 15px 15px;
}

.car-page article.et_pb_post .entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    text-align: left;
    padding-bottom: 15px;
}

.car-page article.et_pb_post .entry-title a{
    color: #000;
}

.car-page article .blog-container p {
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
}

.car-page article.et_pb_post .entry-title a:hover, .car-page article.et_pb_post a.image-cat:hover .featured-image {
    opacity: .80;
}


.car-page article.et_pb_post {
    width: 30.8%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 420px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 3px #e6e6e6;
}


.car-page article.et_pb_post:hover {
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0px 0px 3px #e6e6e6;
}

#sidebar h4.widgettitle {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
#sidebar ul {}
#sidebar ul li {}
#sidebar ul li a {
    color: #333;
    font-size: 15px;
}

.single article.post h1.entry-title {
    color: #000;
    line-height: 35px;
    margin-bottom: 0px;
    padding-bottom: 2px;
}

#left-area .post-meta a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.single article.post .single-featured-image {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
}

#left-area .post-meta a:hover {
    opacity: .85;
}

.single article.post .entry-content {
    color: #000;
}
.single article.post .entry-content h1 , h2 {
    font-size: 25px;
    line-height: 1.4em;
}
.single article.post .entry-content h3 , h4 {
    font-size: 20px;
    line-height: 1.3em;
}
.single article.post .entry-content p {
    font-size: 15px;
    line-height: 1.8em;
}

/*
p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}
*/

/*
** Number pagination
 */

.navigation {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    color: #000;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    padding: 0.75rem;
    border: 1px solid #333;
}

.navigation li a:hover,
.navigation li.active a {
    border: 1px solid #3C8DC5;
    color: #3C8DC5;
}



/*
* Activity Box
 */
.box-heading span {
    color: #fff;
}

.product-categorie-slide .owl-nav button.owl-prev:hover,
.product-categorie-slide .owl-nav button.owl-next:hover {
    background: transparent !important;
    text-decoration: none;
}


/* Home Page Blog */
.home-blog article.post{
    border:1px solid #ddd;
    padding:10px;
    margin-bottom: 20px;
    background-color:#ffffff;
}
.home-blog h2.entry-title {
    font-size: 16px;
    line-height: 1.4em;
    padding-bottom: 5px;
}
.home-blog article.post a.entry-featured-image-url{
    float: left;
    width: 80px;
    margin-right: 12px;
    height: auto;
}
.wacht-btn {
    color: #fff!important;
    background-color: #279054;
    padding:20px 16px;
    /* padding-bottom: 16px; */
    display: block;
    text-align: center;
    font-size: 16px;
}
.border-box .et_pb_css_mix_blend_mode_passthrough{
    border: 1px solid #ddd;
    padding: 16px;
    background-color:#fff;
    box-shadow: 0 1px 1px #ddd;
}
.border-box .et_pb_column_empty{
    box-shadow: none;
    border: 0px solid #ddd;
}
.brand-logos .et_pb_image_wrap{
    border: 1px solid #ddd;
    padding:2px;
    background-color:#ffffff;
}
.home-blog article.post .post-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 16px;
    font-size: 13px;
}

.et_pb_button {
    position: relative;
    padding: 7px 15px;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.et_pb_module .et_pb_button:hover, .et_pb_button:hover {
    padding: 7px 15px;
    border: 1px solid transparent;
}
.et_pb_button:before, .et_pb_button:after {
    font-size: 24px;
    display:none;
}

#mysticky-wrap .topNav.et_pb_row_4.et_pb_row {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}


/*-------------------[elementor]--------------------*/
p.phone_numb {
    margin: 0px;
}




/*-------------------Icon box start--------------------*/
.icon-box {
    text-align: center;
}
.clearfix {
    clear: both;
}
.icon-box .pre-box {
    display: inline-block;
    width: 24%;
    margin-right: 5px;
    float: left;
    min-height: 200px;
}
.icon-box .pre-box {
    padding: 24px 11px;
    border: 1px solid #279054;
    margin-bottom: 4px;
}
.icon-box .pre-box .common-icon {
    height: 50px;
    width: 50px;
    background-color:#279054;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
}
.icon-box .pre-box h4 {
    margin: 12px 0;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}
.icon-box .pre-box .et_pb_button {
    font-size: 12px !important;
    padding: 8px 10px;
    display: block;
}
/*-------------------Icon box end--------------------*/


/* Social buttons */
.social_buttons {
    display: inline-block;
    position: relative;
}
.social_buttons a:hover {
    opacity: .85;
}
.social_buttons i {
    font-size: 30px;
    color: #000;
    padding-right: 5px;
}

.inline_item {
    display: flex;
    align-items: center;
}
.inline_item i {
    padding-right: 5px;
}

.address_info {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.address_info .addresses {
    text-align: left;
}
.address_info span.icons {
    margin-right: 10px;
}
.phone_email_icon span {
    display: block;
}

.contact_det {}
.contact_det i {
    margin-right: 8px;
}


 .et_pb_text .elementor ul, .et_pb_text .elementor ol {
    padding-bottom: 0em;
}


.align_ment {
    display: flex;
}
.align_ment span {
    padding-left: 10px;
}

.social_buttons {
    display: block;
}

.dropdown-toggle::after {
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}




.top_nav_el {}
.top_nav_el ul.el_menu_design {
    list-style: none;
    list-style-type:none !important;
    padding: 0px 0px !important;
}

.top_nav_el ul.menu_el {
    display: inline-block;
}
.top_nav_el ul.menu_el li {
    margin-bottom: 15px;
}
.top_nav_el ul.menu_el li:last-child {
    margin-bottom: 0px;
}

.top_nav_el ul.flex_el {
    display: flex;
}
.top_nav_el ul.flex_el li {
    margin-right: 12px;
}
.top_nav_el ul.flex_el li:last-child {
    margin-right: 0px;
}

.top_nav_el ul.solid_el {
    display: flex;
}
.top_nav_el ul.solid_el li{
    margin-right: 8px;
}
.top_nav_el ul.solid_el li:last-child{
    margin-right: 0px;
}
.top_nav_el ul.solid_el li a{
    background-color: transparent !important;
    padding: 0px 0px !important;
    border-radius: 0px !important;
}


.top_nav_el ul.solid_el_block {
    display: block;
}
.top_nav_el ul.solid_el_block li{
    margin-bottom: 5px;
}
.top_nav_el ul.solid_el_block li:last-child{
    margin-bottom: 0px;
}
.top_nav_el ul.solid_el_block li a{

    background-color: transparent !important;
    padding: 0px 0px !important;
    border-radius: 0px !important;
}


.top_nav_el ul.el_menu_design li a {
    background-color: #9800ff;
    color: #fff;
    padding: 8px 14px;
    border-radius: 3px;
}
.top_nav_el ul.el_menu_design li a:hover{
    opacity: .70;
}

.top_nav_el.menu_left {
    float: left;
    clear: left;
}

.top_nav_el.menu_right {
    float: right;
    clear: right;
}


/* Mini cart */
#pharmashop_account_dropdown .login ul li.has-dropdown span {
    padding: 13px 12px !important;
    border-right: 0px !important;
}
#pharmashop_cart_dropdown .btn-minicart {
    padding: 16px 10px !important;
}


.et-social-icons li {
    margin-left: 10px;
}
.et-social-icons li a {
    color: #fff;
    font-size: 28px;
}

.onemoreDropdown button::after {
    float: none;
}



.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
    z-index: 99999;
    padding: 0px 0px !important;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
    z-index: 999;
}


.sidebar .side-menu nav .nav > li {
    border-right: 1px;
    border-left: 1px;
}


.et_pb_module.et_pb_blog_grid_wrapper {}
.et_pb_module.et_pb_blog_grid_wrapper .post-content-inner p {
    font-size: 15px;
    line-height: 1.3em;
}
.et_pb_module.et_pb_blog_grid_wrapper .post-content-inner a.more-link{}


img.custom-logo {
    height: auto;
    max-width: 280px;
}


.address_info_inline {
    display: flex;
    width: 100%;
}
.address_info_inline .icons {
    padding-right: 5px;
}
.address_info_inline .a_title_inline {}

.icon_box_sh {
    display: flex;
    width: 100%;
    align-items: center;
}

.grecaptcha-badge {
    visibility: visible !important;
}



.gallery .gallery-item dt {
    font-weight: bold;
    border: 1px solid #ddd;
    min-height: 100px;
    display: flex;
    height: auto;
    align-content: center;
    align-items: center;
    padding: 0px 10px;
}
.gallery img {
    border: 0px solid #cfcfcf !important;
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0px auto;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 13% !important;
    margin-right: 15px;
    margin-left: 15px;
}
.post-meta {
    display: none;
}
#free_vpn_container {
    display:none !important;
}


.sidebar .side-menu nav .nav > li {
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.sidebar .side-menu nav .nav li:hover {
    border-right: 1px solid  #dca553;
    border-left: 1px solid #dca553;
}
.yamm-content .btn:active, .yamm-content .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
.sidebar .side-menu nav .nav li.et-show-dropdown:hover {
    border-right: 0px solid  #dca553;
    border-left: 0px solid #dca553;
}
.sidebar .side-menu nav .nav > li > a {
    padding: 11px 16px;
}

.lister ul li {
    list-style: none;
    padding-bottom: 8px;
}
.lister ul li::before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 7px;
}


.col1 {
    width: 30% !important;
}
.col2 {
    width: 40% !important;
}
.col3 {
    width: 30% !important;
}
.et_pb_column_3 {
    padding-left: 30px;
}

.et_pb_column_2222 {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-width: 1px;
    border-style: dashed;
    border-color: #c7c7c7;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}



/**
**
* Responsive css
**
**/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .car-page article.et_pb_post {
        width: 100%;
        margin-right: 0px;
        min-height: 100%;
    }
    .col1 {
        width: 50% !important;
    }
    .col2 {
        width: 50% !important;
    }
    .col3 {
        width: 50% !important;
    }
    .mobile-height {
        min-height: 600px;
        background-position: bottom center;
    }
    .min-height {
        min-height: 300px;
        background-position: center;
    }


}


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

    .car-page article.et_pb_post {
        width: 100%;
        margin-right: 0px;
        min-height: 100%;
    }
    .icon-box .pre-box {
        margin-bottom: 15px;
    }
    .icon-box .pre-box {
        margin-right: 0px;
        float: none;
        min-height: 200px;
        max-width: 300px;
        width: 100%;
    }
    .col1 {
        width: 100% !important;
    }
    .col2 {
        width: 100% !important;
    }
    .col3 {
        width: 100% !important;
    }
    .mobile-height {
        min-height: 400px;
        background-position: bottom center;
    }
    .min-height {
        min-height: 300px;
        background-position: center;
    }


}


