/*here will be custom styles*/
#authentication .breadcrumb,
#authentication .page-heading {
    display: none;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.sfHoverForce > a {
    color: #fff !important;
}

.columns-container {
    /*padding-top: 160px;*/
}

.login_form .account_input::-webkit-input-placeholder {color:#B5B5B5;}
.login_form .account_input::-moz-placeholder          {color:#B5B5B5;}
.login_form .account_input:-moz-placeholder           {color:#B5B5B5;}
.login_form .account_input:-ms-input-placeholder      {color:#B5B5B5;}

.inlogpagina_top_punchline::after {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}


.btn-green {
    background-color: #679100;
    transition: all .3s;
}

.btn-green:hover {
    background-color: #78a50c;
}

.login_form #login_form {
    margin: 0;
    padding-bottom: 0;
}

.login_form #create-account_form {
    min-height: auto;
    padding-bottom: 0;
}

.login_form #login_form .form_content {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.login_form span.white,
#create-account_form label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.login_form .account_input {
    border: none;
    padding: 7px;
    height: auto;
}

#login_form .form-group.lost_password {
    margin: 6px 0 15px 0;
}

#login_form .form-group.lost_password a {
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
}

.login_form .submit .btn-green {
    padding: 5px;
}

.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
    background: #063B81;
    border: 1px solid transparent;
    color: #fff;
}

.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
    background: #063B81;
    border: 1px solid #063B81;
}

.top-pagination-content ul.pagination li > a:hover span,
.bottom-pagination-content ul.pagination li > a:hover span {
    background: #37619a;
}

.top-pagination-content ul.pagination li.active > span,
.bottom-pagination-content ul.pagination li.active > span {
    color: #fff;
    background: #063B81;
    border: 1px solid #063B81;
}

.top-pagination-content ul.pagination li.active > span span,
.bottom-pagination-content ul.pagination li.active > span span {
    background: #37619a;
}

.top-pagination-content ul.pagination li.pagination_previous > span,
.top-pagination-content ul.pagination li.pagination_previous > span,
.top-pagination-content ul.pagination li.pagination_next > span,
.top-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_next > span,
.top-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_next > a,
.top-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_next > a {
    color: #777676;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999 !important;
}

.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
    margin-right: 0;
}

.content_scene_cat {
    border-top: 5px solid #679100;
    color: #ffffff;
}

.content_scene_cat .content_scene_cat_bg {
    padding: 18px 42px;
    background-color: #8DB820 !important;
}

.block .title_block {
    margin-top: 0;
}

.block .title_block,
.block h4 {
    background: #063B81;
}

#searchBoxCustom input {
    background: #fff;
}

#searchBoxCustom .btn.button-search {
    background-color: #063B81;
    border-color: #063B81;
    transition: all .3s;
}

#searchBoxCustom .btn.button-search:hover {
    background-color: #063B81;
    border-color: #063B81;
}

#search_by_cat {
    background-color: #fff !important;
}

.button.ajax_add_to_cart_button span {
    background: #063B81;
    border: none;
    padding: 7px 14px;
}

.button.lnk_view {
    text-shadow: none;
    border: none;
}

.button.lnk_view span {
    border: none;
    padding: 7px 14px;
}

ul.product_list .availability span {
    background: none;
    border: none;
    color: #70a100;
}

/*product page*/
.box-info-product {
    background: #fff;
    border: none;
}

.product_attributes,
.box-cart-bottom {
    box-shadow: none;
}

.content_prices {
    padding: 13px 0;
}

.product_attributes {
    padding: 5px 0;
}

.box-info-product p {
    padding: 0;
}

.box-info-product .exclusive {
    width: 100%;
}

.box-info-product .exclusive:before,
.box-info-product .exclusive:after {
    display: none;
}

.box-info-product .exclusive {
    border: none;
    border-radius: 0;
    background: #063B81;
}

.box-info-product .exclusive span {
    text-shadow: none;
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 18px;
}

.pb-center-column h1 {
    font-style: italic;
    margin-bottom: 18px;
}

h3.page-product-heading {
    background: none;
    color: #535353;
    border: 1px solid;
    border-left: none;
    border-right: none;
    padding-left: 0;
    margin: 0 0 10px;
}

#availability_value,
#last_quantities {
    background: none;
    border: none;
    margin-left: 0;
    color: #70a100;
    padding: 0;
}

.table-data-sheet {
    border: none;
}

.table-data-sheet tr {
    border: none;
}

.table-data-sheet tr.even {
    background: #fff;
}

.table-data-sheet tr td {
    padding: 5px 20px 5px 0;
    border: none;
}

.table-data-sheet tr td:first-child {
    width: 20%;
    border: none;
}

.rte h3 {
    font-size: 18px;
}

.goto_recepten_natuurapotheek:before {
    background-image: url(/logo_natap.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 220px;
    height: 63px;
    left: -14px;
    top: -18px;
    content: " ";
    display: block;
}
.goto_recepten_natuurapotheek:hover {
    border: 1px solid #a0a0a0;
}
.goto_recepten_natuurapotheek a {
    background-color: #96b735;
    color: #fff;
    text-align: center;
    display: block;
    width: 100px;
    height: 40px;
    padding-top: 11px;
    font-size: 15px;
    float: right;
}
.goto_recepten_natuurapotheek {
    background-color: #efefef;
    border: 1px solid #dddddd;
    padding: 30px;
    margin: 25px 0;
    border-radius: 6px;
    margin-left: 0px;
}
#cms #picture_menu_holder > ul{
    list-style-type:none;
}
#picture_menu_holder > ul > li img,
#cms #picture_menu_holder > ul > li img{
    /* float: left; */
    width: 40%;
    /* margin-left: 35%; */
    padding-bottom: 40px;
}
#picture_menu_holder > ul > li a {
    color: #7fba00;
}
#picture_menu_holder > ul > li span {
    display: block;
    clear: left;
    font-size: 16px;
    padding-top: 20px;
    color: #222;
    text-transform: lowercase;
    padding-left:15%;
    padding-right:15%
}
.categories-de#picture_menu_holder > ul > li span{
    text-transform: none;
}
#picture_menu_holder > ul > li {
    float: left;
    width: 20%;
    /*height: 150px;*/
    margin-bottom: 30px;
    /*height: 150px;*/
    text-align: center;
}

@media (max-width: 767px) {
    #picture_menu_holder > ul > li {
        width:50%
    }

}
#picture_menu_holder ul li ul {
    display: none;
}

#picture_menu_holder {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#picture_menu_holder ul{
    padding:0
}
.picture_menu {
    display: none;
}

.page-heading {
    clear: left;
}
@media (min-width: 1000px) {
    #welcomeText {
        float: left;
        width: 45%;
        margin-left: 0%;
        margin-right: 22%;
    }
}

/*// Onepage Order*/

#order-opc fieldset h3 {
    background: #063B81 !important;
    font: 600 18px/22px "Open Sans", sans-serif;
    border-radius: 0px;
}

.select_na_order {
    float: left;
    width: 60px;
}

.tekst_na_order {
    float: left;
    width: 600px;
    padding-bottom: 12px;
}

table.std, table.table_block {
    border: 0px !important;
}

table.std th, table.table_block th {
    background-color: #94B532;
}

#opc_checkout #opc_new_account p.text input, #opc_checkout #opc_new_account p.select select, #opc_checkout #opc_new_account p.textarea textarea {
    border-radius: 0px !important;
}

input.confirm_button:hover, #free_order_confirm:hover {
    background-color: #b4d739;
    padding: 14px 0px;
}
input.confirm_button, #free_order_confirm {
    background-color: #94B532;
    color: #fff;
    padding: 14px 0px;
    width: 50%;
    font-size: 16px;
    border: 0px !important;
}

#order-opc form#voucher .button {
    border: 0px;
    border-radius: 0px;
    background: none !important;
    background-color: #063B81;
    color: #000;
    border: 1px solid #063B81;
}

#cgv ~ label, #uniform-cgv ~ label {
    font-weight: bold;
    border-bottom: 1px solid #063B81;
    background: #fff;
    padding: 2px 10px 2px;
    max-width: 90%;
    display: inline-block;
}




#layered_block_left,
#informations_block_left_1 {
    display: none;
}

#page .rte{
    padding:0
}

/*my account new design*/
#account-sidebar {
    color: #000;
    width:calc(100% - 45px);
}
#account-sidebar h2{
    font-size:22px;
    font-weight:700;
}
#account-sidebar hr{
    border-color:#aaa;
}
#account-sidebar p,
#account-sidebar ul{
    /*font-size:16px;
    line-height:26px;*/
    font-size:14px;
    line-height:20px;
}
#account-sidebar ul li a{
    line-height:28px;
    color:#000;
}
#account-sidebar ul li a:hover{
    text-decoration:underline;
}
#myaccount-container{
    margin-top:58px;
    border:solid 1px #aaa;
    border-radius:2px;
    padding:35px;
    color:#000;
    line-height:22px;
}
#myaccount-container:after{
    content:'';
    clear:both;
    display:block;
}
.custom-recipe-btn{
    display:flex;
    /*border:solid 1px #aaa;*/
    border:solid 1px #bdbdbd;
    padding:15px 25px;
    align-items:center;
    justify-content: space-between;
    width:425px;
    box-shadow:3px 2px 11px #aaa;
}
#myaccount-container .custom-recipe-btn{
    float:right;
}
#contact-myaccount{
    float:left;
}
.custom-recipe-btn .custom-recipe-img img{
    width:170px;
}
/*my account order history*/
.history_detail.footable-last-column{
    padding:9px 8px 11px 8px;
}
.table td.history_detail.footable-last-column a + a{
    margin-left:0;
}
/*myaccount wishlist page*/
#module-blockwishlist-mywishlist.module-blockwishlist-mywishlist #left_column,
#module-mailalerts-account.module-mailalerts-account #left_column{
    display:none;
}
#module-blockwishlist-mywishlist.module-blockwishlist-mywishlist #center_column,
#module-mailalerts-account.module-mailalerts-account #center_column{
    width:100%;
}

/*order page*/
#order-opc #page,
#order-opc .columns-container,
#contact #page,
#contact .columns-container{
    background-color:#e9e9e9;
}
#order-opc #opc_checkout #opc_new_account,
#order-opc #order-detail-content,
#order-opc form#carriers_section,
#order-opc .confirm_button_div{
    background-color:#fff;
}
#order-opc #order-detail-content{
    padding:35px;
}
#order-opc .confirm_button_div{
    margin-left: 425px;
}
#order-opc #cart_summary{
    margin-bottom:0;
}
#order-opc .cart_navigation_extra{
    margin:0;
}
#cart_summary_custom{
    border-collapse: collapse;
}
#cart_summary_custom #tfoot_static > tr.summary-line td.small_text{
    font-size:10px;
    line-height:10px;
}
/*#cart_summary_custom thead{
    border-bottom:solid 1px #959595;
}*/
#cart_summary_custom thead tr th{
    background-color:unset;
    background:none;
    text-shadow: none;
    color:#000;
}
#cart_summary_custom tbody{
    border-top:solid 1px #959595;
}
#cart_summary_custom tbody tr td,
#cart_summary_custom tfoot tr td{
    border-right:none;
    border-bottom:none;
}
#cart_summary_custom tbody tr td,
#cart_summary_custom tbody tr td p a,
#cart_summary_custom tbody tr td span,
#cart_summary_custom tfoot tr td,
#cart_summary_custom #tfoot_static > tr.summary-line td{
    font-size:12px;
    line-height:27px;
}
#cart_summary_custom #tfoot_static > tr.summary-line td{
    padding:0;
}
#cart_summary_custom #tfoot_static > tr.summary-line td:nth-child(1){
    padding:0 25px 0 0;
    text-align:right;
}
#cart_summary_custom #tfoot_static > tr.summary-line td:nth-child(2){
    padding:0 0 0 12px;
}

#cart_summary_custom .cart_quantity input{
    border:none;
}
#cart_summary_custom .cart_quantity .cart_quantity_button,
#cart_summary_custom .cart_quantity .cart_quantity_down{
    display:inline-block;
}

.product-img-small img{
    width:55px;
    height:auto;
}

#order-opc #order-detail-content,
#order-opc form#carriers_section{
    width:calc(50% - 10px);
    margin-left:calc(50% + 10px);
}
#order-opc #opc_new_account.opc-main-block{
    width:calc(50% - 10px);
    float:left;
}
.tekst_na_order{
    width:100%;
}
#order-opc .confirm_button_div{
    margin-left:calc(50% + 10px);
    padding:20px 35px 60px;
}
#order-opc div#opc_delivery_methods{
    padding:0 35px;
}
#contact #submitMessage{
    background:none;
}
#order-opc input.confirm_button,
#contact #submitMessage{
    /*width:100%;
    border:solid 1px #8eb301!important;
    background-color:#9ac102;
    box-shadow:3px 3px 10px #bfbfbf;
    transition:all .25s ease-in-out;*/
    width:100%;
    background-color:#94B533;
    box-shadow: 1px 5px 8px #a9a9a9;
    font-size:15px;
    font-weight:700;
}
#contact #submitMessage.button.button-medium span{
    border:none;
    font-size: 16px;
    font-weight: 500;
}
/*#order-opc input.confirm_button:hover,
#contact #submitMessage:hover{
    background-color:transparent;
    color:#9ac102;
}*/
#order-opc #opc_delivery_address,
#order-opc #opc_invoice_address{
    padding:35px;
}
#order-opc #opc_delivery_address > h3{
    display:none;
}
#order-opc #opc_checkout #opc_new_account p.text label,
#order-opc #opc_checkout #opc_new_account p.select label{
    display:block;
    float:none;
    padding: 0;
    text-align: left;
    color:#515151;
}
#order-opc #opc_checkout #opc_new_account p.text input,
#order-opc #opc_checkout #opc_new_account p.select select{
    margin-left:0;
}
#order-opc #center_column #new_account_form p{
    padding-top:0;
    padding-bottom:0;
    margin:0;
}
#order-opc div.address-type-header.delivery{
    margin:5px 0;
    padding:0;
}
#order-opc #center_column #new_account_form p.checkbox.is_customer_param{
    margin-top:10px;
}
.textarea_title{
    color:#000;
}
.opc-custom-header{
    color:#515151;
    font-weight:700;
    font-size:24px;
    margin-top:0;
}
#order-opc #order-detail-content{
    padding:20px 35px;
}
#order-opc #opc_delivery_address{
    padding:20px 35px 60px;
}
.custom-recipe-btn.outofstock-recipe-btn{
    padding:15px;
}

#picture_menu_holder > ul > li{
    display:none;
    font-weight: bold;
    text-align: cneter;
    font-size: -2px;
}
#picture_menu_holder > ul > li:nth-of-type(1),
#picture_menu_holder > ul > li:nth-of-type(2),
#picture_menu_holder > ul > li:nth-of-type(3),
#picture_menu_holder > ul > li:nth-of-type(4),
#picture_menu_holder > ul > li:nth-of-type(5){
    display:block;
}

@media(max-width:991px){
    #order-opc #opc_new_account.opc-main-block,
    #order-opc #order-detail-content,
    #order-opc form#carriers_section,
    #order-opc .confirm_button_div{
        float:none;
        width:100%;
        margin-left:0;
    }
}
@media(max-width:500px){
    #order-opc div.address-type-header.invoice,
    #order-opc #inv_addresses_div,
    #order-opc #inv_addresses{
        width:auto;
        max-width:100%;
    }
    #order-opc #inv_addresses{
        width:100%;
    }
    #order-opc #opc_delivery_address, #order-opc #opc_invoice_address,#order-opc #order-detail-content{
        padding:10px;
    }
    #order-opc .cart_quantity .cart_quantity_input{
        width:30px;
    }
    #order-opc .product-img-small img{
        width:auto;
        max-width:50px;
    }
    #order-opc #cart_summary_custom tbody tr td{
        padding:5px;
    }

}


#layer_cart .crossseling{
    display:none;
}

#newsletter_block_left{
    display:None;
}
.footer-frontpage #newsletter_block_left{
    display:block;
}
#picture_menu_holder > ul > li img, #cms #picture_menu_holder > ul > li img{
    padding-bottom:0px;
}
#cms #center_column img{
    margin:4px 0 0;
}

body #categories_block_left li span.grower{
    font-size:10px;
}
#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before{
    line-height:31px;
}

.logo-na {
    margin: 0 0 0 0;
    width: 25%
}

@media (max-width: 1000px) {
    .logo-na {
        margin: 20px 0 0 0;
        width: 40%
    }
}

@media (max-width: 670px) {
    .logo-na {
        margin: 20px 0 0 0;
        width: 75%
    }
}

.login-error{
    border: 2px solid #063b81;
    background-color: #063b81;
    color: white;
    font-weight: 700;
    padding: 16px;
    -webkit-animation: kf_shake 0.4s 1 linear;
    -moz-animation: kf_shake 0.4s 1 linear;
    -o-animation: kf_shake 0.4s 1 linear;
}

.inlogpagina_top_punchline {
    padding-bottom: 0;
}

.inlogpagina_top_punchline .text{
    position : relative;
}

@-webkit-keyframes kf_shake {
    0% { -webkit-transform: translate(30px); }
    20% { -webkit-transform: translate(-30px); }
    40% { -webkit-transform: translate(15px); }
    60% { -webkit-transform: translate(-15px); }
    80% { -webkit-transform: translate(8px); }
    100% { -webkit-transform: translate(0px); }
}
@-moz-keyframes kf_shake {
    0% { -moz-transform: translate(30px); }
    20% { -moz-transform: translate(-30px); }
    40% { -moz-transform: translate(15px); }
    60% { -moz-transform: translate(-15px); }
    80% { -moz-transform: translate(8px); }
    100% { -moz-transform: translate(0px); }
}
@-o-keyframes kf_shake {
    0% { -o-transform: translate(30px); }
    20% { -o-transform: translate(-30px); }
    40% { -o-transform: translate(15px); }
    60% { -o-transform: translate(-15px); }
    80% { -o-transform: translate(8px); }
    100% { -o-origin-transform: translate(0px); }
}

#top_menu > li:hover > ul.p_submenu {
    display: flex !important;
}