.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #ee6c4d;
    text-decoration: none;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

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

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #BE840B;
    box-shadow: none;
}

button {
    background: #966600;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    line-height: 2.5em;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

table td {
    vertical-align: top;
    word-break: break-all;
}



.searchbar input {
    outline: none !important;
    box-shadow: none !important;
}
body {
    color: #555555;
}
a {
    color: #013DC4;
}
a:hover {
    color: ee6c4d;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #333333;
}
h1 {
    margin: 15px 0;
    color: #111111;
    font-size: 48px;
    font-weight: 700;
}
.top_menu {
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    color: #777777;
    font-size: 14px;
}

.menu_panel a {
    
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #cccccc;
}
.main_nav {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.main_nav li a.nav-link {
    color: #013DC4;
}
.main_nav li {
    border-bottom: 4px solid #ffffff;
}
.main_nav li.active, .main_nav li.active:hover {
    border-bottom: 4px solid #013DC4;
    color: #013DC4;
}
.main_nav li:hover {
    border-bottom: 4px solid #dddddd;
}
.top_wrapper {
    padding: 0px 0px;
    border-bottom: 4px solid #013DC4;
}
.banner_wrapper {
    overflow: hidden;
}


.carousel-inner img.img-fluid {
    width: 100% !important;
}



/*
 * BODY
 *
 */
 .line-through {
    text-decoration: line-through;
  }
 .color_blue {
    color: #6666ff;
 }
 .color_orange {
    color: #ee6c4d;
 }
 .color_black {
    color: black;
 }
 .color_grey {
     color: #999;
 }
.content_wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 600px;
}
.breadcrumbs {
    font-size: 14px;
    margin: 15px 0 15px;
}
.category_banner {
    margin-bottom: 25px;
}

.back_link a {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 17px 0px;
    margin: 0;
    display: inline-block;
}
.product_item {
    display: block;
    margin-bottom: 150px;
}
.product_gallery {
    float: left;
    width: 35%;
}
.product_info {
    float: left;
    width: 65%;
    padding: 0px 0px 25px 45px;
}

.main_img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    margin-bottom: 20px;
    padding: 20px;
}
.main_img img {
    width: 100%;
}
.product_gallery_thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}
.product_gallery .gallery_item {
    background: #FFF;
    border: 1px solid #DDD;
    width: 30%;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.product_gallery .gallery_item img {
    width: 100%;
}

.subtitle {
    margin-top: 40px;
}
.attachment_item {
    background: url('images/pdf_icon.png') left no-repeat;
    padding-left: 40px;
    display: block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #DDD;
}
.attachment_item a {
    text-decoration: none;
    font-size: 16px;
}
.product_info h1 {
    margin-bottom: 20px;
}
.product_info h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.product_info .post_content p {
    line-height: 180%;
}

.photo-gallery-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

.photo-gallery-modal .close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #eee;
}

.photo-gallery-modal .image {
    height: 70vh;
    max-width: 60%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.photo-gallery-modal .prev-button {
    position: absolute;
    background-color: #eee;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.photo-gallery-modal .next-button {
    position: absolute;
    background-color: #eee;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*
 * CATEGORY MENU
 *
 */

.megamenu {
    position: static;
}
.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}
.megaMenuUl li {
    font-size: 14px;
    width: auto;
    border-right: 1px solid #eeeeee;
    word-wrap: break-word;
}
.megaMenuUl li a {
    word-wrap: break-word;
    font-family: 'Poppins', sans-serif;
    color: #555555 !important;
}



/*
 * PRODUCT LIST
 *
 */
.product_list_item {
    border: 1px solid #e0e0e0;
    height: 355px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #cccccc;
}
.product_list_item:hover {
    box-shadow: 0px 0px 10px #cccccc;
}
.product_list_item:hover .product_detail {
    background-color: #f8f8f8;
}
.pricelist {
    text-decoration: line-through; 
    font-weight: bold;
}
.product_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
.product_detail {
    padding: 15px;
}
.product_detail .sku {
    font-size: 16px;
    font-weight: 700;
    color: #ee6c4d;
    font-family: 'Poppins', sans-serif;
}
.product_detail .product_name {
    max-height: 60px;
    overflow: hidden;
    
}
.product_detail .product_name h3 {
    line-height: 14px;
}
.product_detail .product_name h3 a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    
}
.product_detail p {
    text-align: justify;
}
.product_detail .product_name h3 a:hover {
    color: #a05524;
}
.btn-view {
    background: #f5951d;
    color: #ffffff;
    margin-bottom: auto;
}
.btn-view:hover {
    color: #ffffff;
}
.paginator li a {
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.user_menu {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.user_info {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.user_menu ul, .user_menu li {
    margin: 0;
    padding: 0;
}
.user_menu ul {
    padding: 10px;
}
.user_menu li {
    list-style: none;
}
.user_menu li.user_menu_title {
    font-size: 14px;
    padding: 5px;
    color: #000000;
    font-weight: 700;
}
.user_menu li a {
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #777;
}
.user_menu li a:hover {
    background: #eee;
    border-radius: 4px;
    text-decoration: none;
}

/*
 * CONTENT FEAT
 *
 */

.feat_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
.content_widget {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 3px;
}


/*
 * SIDEBAR
 *
 */
.sidebar_widget {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-top: none;
    border-radius: 3px;
}
.sidebar_widget_first {
    border: 1px solid #e0e0e0;
}
.sidebar_widget h3 {
    font-size: 16px;
    font-weight: 700;
}
.brand_logo_widget a {
    display: block;
    margin: 20px 0;
}
.sidebar_links, .sidebar_links li {
    list-style: none;
    margin: 0;
    padding: 0 0 0px;
}
.sidebar_links li a {
    color: #555;
    font-size: 14px;
    padding: 5px 0;
    display: block;
    
}
.sidebar_links li a:hover {
    text-decoration: none;
    color: #6666ff;
}


.brand {
    padding: 100px 0 50px;
    margin-top: 50px;
}
.brand h2 {
    margin-bottom: 50px;
}
.logo_item {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service {
    border-top: 1px solid #DDD;
    padding: 50px 0;
    margin-top: 50px;
}
.service h4 {
    color: #777777;
    font-size: 18px;
}
.service h4 i {
    color: #013DC4;
    font-size: 20px;
    padding-right: 20px;
}



/*
 * PROMO
 *
 */
.promo_item {
    background: #eeeeee;
    padding: 10px;
    height: 220px;
}
.promo_item p {
    margin: 15px 0;
    font-size: small;
}
.promo_item h3 {
    margin: 15px 0 5px;
    font-size: 16px;
    text-align: center;
}



/*
 * ARTIKEL
 *
 */
 .article_item {
    background: #ffffff;
    height: 220px;
}
.article_item p {
    margin: 15px 0;
    font-size: small;
}
.article_item h3 {
    margin: 15px 0 5px;
    font-size: 16px;
}


/*
 * KONTAK
 *
 */
.store_location {
    background: #eeeeee;
    padding: 25px;
    box-shadow: 10px 10px 0px #cccccc;
}



/*
 * SIGN UP
 *
 */
.sign_up_form {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 35px;
}
.btn-reg-facebook {
    background: url('../img/facebook.png') 10px 10px no-repeat;
    padding-left: 40px;
}
.btn-reg-google {
    background: url('../img/google.png') 10px 10px no-repeat;
    padding-left: 40px;
}

/*
 * GET STARTED
 */
.bordered_wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 35px;
}

/*
 * FOOTER
 *
 */
.footer {
    background: url('../img/footer-bg.jpg') top center #333333;
    padding-top: 40px;
}
.store_widget {
    color: #ffffff;
    padding: 10px;
}
.store_widget p {
    line-height: 100%;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #dddddd;
    border-left: 2px solid #555;
    padding-left: 15px;
}
.store_widget h4 {
    font-size: 16px;
    color: #ffffff;
}
.footer hr {
    background: #777;
}
.footer_links, .footer_links li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links li a {
    color: #dddddd;
    font-size: 14px;
}
.footer_links li a i {
    font-size: 12px;
    padding-right: 5px;
}
.disclaimer {
    color: #aaaaaa;
    background: #243961;
    padding: 20px;
    margin: 20px 0;
}

/* Cart */
.cart_item {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    position: relative;
}

.cart_item_title {
    font-size: 16px;
    color: #393939;
    font-weight: bold;
}

.cart_item_price {
    font-size: 16px;
    color: #393939;
    font-weight: bold;
}

.info_well {
    background-color: #1a2c56;
    border-radius: 4px;
    padding: 20px;
    color: #fff !important;
}

.info_well h5 {
    color: #fff;
}

h2.section_title {
    font-size: 29px;
    font-weight: 300 !important;
}
h2.section_title span {
    font-weight: 800;
}

.checkout_item_title {
    font-size: 16px;
    color: #393939;
}

.checkout_item_price {
    font-size: 16px;
    color: #393939;
    text-align: right;
}

.logo-section {
    display: flex;
    align-items: center;
}

@media (max-width: 820px) {
    .logo-section {
        flex-direction: column;
        align-items: start;
    }
}

/* SM */
@media (max-width: 767.98px) { 
    .product_gallery {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .product_info {
        float: none;
        width: 100%;
        padding: 0px 0px 25px 0px;
    }
    .catalog_thumb {
        height: auto;
    }
    .product_thumb, .product_list_item {
        height: auto;
    }
    .product_thumb {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}