/* 20240626121415 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #060606;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #d9d9d9;
  background-color: #f2f2f2;
}

.gui-block-option-block {
  border-color: #d9d9d9;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #8e8e8e;
}

.gui ul.gui-products li {
  border-color: #b4b4b4;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #b4b4b4;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #b4b4b4;
}

.gui-block-content .gui-table {
  border-color: #d9d9d9;
}

.gui-table thead tr th {
  border-color: #8e8e8e;
  background-color: #f2f2f2;
}

.gui-table tbody tr td {
  border-color: #d9d9d9;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* [START] Joost Vermeulen - 26/11/2020 - Make input field red */
.red {
    background-color: #f78484 !important;
    border-color: red !important;
}

/* [END] Joost Vermeulen - 26/11/2020 - Make input field red */
.homepage-banners {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 30px 0;
}

.homepage-banners .banner {
    display: flex;
    width: calc(50% - 10px);
    max-height: 250px;
}

.homepage-banners .banner-1 img {
    object-fit: cover;
}

.homepage-banners .banner-2 {
    background: #eee;
    border-radius: 10px;
}

.homepage-banners .banner-2 .image-wrap {
    padding: 15px;
}

.homepage-banners .banner-2 .price-stock-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.homepage-banners .banner-2 .price-stock-wrap .stock.on-stock {
    color: #6ba927;
    font-weight: bold;
    font-size: 20px;
}

.homepage-banners .banner-2 form {
    margin-top: 40px;
}

.homepage-banners .banner-2 form a {
    font-size: 22px;
    width: 100%;
}

.homepage-banners .banner-2 h3 {
    font-size: 22px;
    text-align: center;
}

.homepage-banners .banner-2 .price {
    font-size: 22px;
    font-weight: bold;
}

.homepage-banners .banner-2 .price-stock-wrap .stock.on-stock .fa {
    font-size: 16px;
    margin-right: 5px;
}

.homepage-banners .banner-2 .image-wrap img {
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.klantenservice-banner .text-wrap {
    width: 100%;
    padding: 30px 15px;
}

.klantenservice-banner .text-wrap .title {
    font-size: 24px;
}

.klantenservice-banner .text-wrap a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold
}

.klantenservice-banner .text-wrap a i {
    margin-right: 10px;
    font-size: 23px;
}

.productpage.product h1 {
    font-size: 28px;
}

.product-info .pricing {
    margin-bottom: 15px;
    display: block;
}

.product-info .pricing .price .price-old {
    font-size: 16px;
}

.product-info .pricing .price .price-new, .product-info .pricing .price {
    font-size: 30px;
}

.product-info {
    padding-top: 0px;
}

.product-info .pricing .price {
    display: inline-block;
}

.product-info .pricing .price-tax {
    display: inline-block;
}

.product-info #cart .btn-view {
    font-size: 18px;
}

.product-info #cart .quantity .input-number {
    height: 43px;
}

.content .usp-column {
    width: calc(100% + 30px);
    border: 0;
    box-shadow: none;
    border-top: 2px solid #eee;
    margin: 0 -15px;
    border-bottom: 2px solid #eee;
    padding: 5px 30px;
    border-radius: none;
}

.home-usps {
    padding-bottom: 0;
}

.content .usp-column ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    font-size: 14px;
}

footer .my-account .rdw-img {
    max-width: 120px;
    margin-top: 30px;
}

.optie-1 .products .product.home .price-stock-wrap {
    display: flex;
    align-items: flex-end;
}

.optie-1 .products .product.home .price {
    margin: 0 !important;
    padding-left: 5px;
    font-size: 16px;
}

.optie-1 .products .product.home .stock {
    padding-left: 10px;
    color: #6ba927;
}

.optie-1 .products .product.home .stock .fa {
    font-size: 16px;
    margin-right: 5px;
}

.optie-1 .products .product.home .stock span {
    font-weight: bold;
}

.optie-1 .products .product.home .btn {
    font-size: 16px;
}

footer .newsletter {
    background: #efb528;
}

.bg-darker {
    background: #efefef;
}

.slider.optie-1 {
    margin-bottom: 35px !important;
}

.product-info-options .product-configure label {
    width: 90%;
}

.copyright {
    display: none;
}

.sidebar ul li span {
    display: none;
}

.category h1 {
    padding-top: 10px;
}

.newsletter .btn {
    background: #6ca826;
}

.newsletter .btn:hover {
    background: #609823;
}

.scrollToTop {
    display: none !important;
}

.grey {
    background: #efefef;
}

.newsletterbar {
    background: #000000;
}

.newsletterbar strong {
    color: #efb528;
}

.share {
    display: none;
}

@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .optie-1 .option-1-image-slider .owl-wrapper {
        width: 100% !important;
    }

    .optie-1 .option-1-image-slider .owl-wrapper .owl-item {
        width: 100% !important;
    }
}

.footer-socials {
    margin-top: 0;
}

.footer-top {
    margin-top: 30px;
    padding: 30px 0px;
    background: #efb529;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.footer-top.not-home {
    margin-top: 70px;
}

.footer-top .footer-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top .footer-top-inner a {
    text-decoration: underline;
}

.footer-top .footer-top-inner .footer-top-title {
    font-size: 30px;
    font-weight: bold;
    flex-grow: 2;
}

.footer-top .footer-top-inner .footer-top-block {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.footer-top .footer-top-inner .footer-top-block.second-block {
    justify-content: flex-end;
}

.footer-top .footer-top-inner .footer-top-block .footer-top-icon {
    display: flex;
    align-items: center;
    font-size: 55px;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 15px;
}

.footer-top .footer-top-inner .footer-top-block .footer-top-content .footer-content-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.footer-top .footer-top-inner .footer-top-block .footer-top-content .footer-content-text {
    font-size: 13px;
    font-weight: 500;
}

.footer-top .footer-top-inner .footer-top-block .footer-top-content .footer-content-text a {
    color: #fff;
}

.little-padding {
    padding: 7px 0px;
}

.delivery-msg, .stock {
    font-size: 1.1em;
    color: #90BF26;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.delivery-msg i, .stock i {
    font-size: 1.4em;
    margin-right: 5px;
    width: 20px;
}

.block-shadow {
    padding: 25px 20px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    margin-bottom: 20px;
}

.block-shadow h3 {
    margin-top: 0;
}

.sidebar .paddinground, .sidebar.paddinground {
    padding: 0;
}

.sidebar.shadow {
    box-shadow: none;
}

.sidebar .sidebar-title {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sidebar .sb-cats ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

.sidebar .sb-cats ul ul {
    padding-left: 10px;
    padding-bottom: 5px;
    display: none;
    font-weight: normal;
}

.sidebar .sb-cats ul ul ul {
    padding-top: 5px;
}

.sidebar .sb-cats ul ul.active {
    display: block;
}

.sidebar .sb-cats ul ul li {
    opacity: .85;
}

.sidebar .sb-cats ul li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none !important;
    background: none !important;
    color: inherit !important;
    padding: 0;
    float: none;
    font-size: 1em;
    border-radius: 0;
    font-weight: bold;
}

.sidebar .sb-cats ul li a {
    display: block;
    padding: 10px 0px;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    text-decoration: none;
    color: #434a53;
    font-size: 1em;
}

.sidebar .sb-cats ul li.active > .inner a {
    color: #efb529;
}

.sidebar .sb-cats ul ul li a {
    padding: 5px 0px;
}

.sidebar .sb-cats ul li {
    padding: 0;
    list-style: none;
    border: none !important;
}

.sidebar .sb-cats ul li .inner {
    border-top: 1px solid rgba(0,0,0,0.07) !important;
}

.sidebar .sb-cats ul li:first-child .inner {
    border-top: 0 !important;
}

.sidebar .sb-cats ul ul li .inner {
    border: none;
}

.sidebar .sb-cats .more-cats {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-left: 20px;
    padding: 0px 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    background: none !important;
    color: inherit !important;
    float: none;
    font-size: 1em;
    border-radius: 0;
    font-weight: bold;
}

.sidebar .sb-cats .more-cats i {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidebar .sb-cats li.active > .inner .more-cats i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.productWrapper .product .content {
    padding: 0px 20px 0px;
}

.productWrapper .product h4 {
    margin: 0;
}

.productWrapper .product .image {
    padding-bottom: 0;
}

.productWrapper .meerinfo-btn-wrapper {
    padding: 0px 15px;
    padding-bottom: 15px;
}

.productWrapper .btn-view {
    width: 100%;
}

.productWrapper form .btn-view {
    width: calc(100% - 30px);
    margin: 0px 15px;
}

@media (max-width: 991px) {
    .optie-1 .products {
        min-height: auto !important;
        max-height: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .nopadding-mob {
        padding: 0;
    }

    .text-center-mob {
        text-align: center;
    }
}

/* #header.gibbon .header-logo img {
	height: auto;
} */
#header.gibbon .rdw-img img {
    height: 40px;
}

/* Onwise */
.product-configure-custom-option:has(#product_configure_custom_7816169) {
    display: none;
}

@media (max-width: 767px) {
    .product-configure-custom-option:has(#gui-product-custom-field-title-4271114) {
        display: none;
    }

    .product-configure-custom-option:has(#product_configure_custom_7816169) {
        display: block;
    }

    .product-info #cart .btn-view {
        float: left!important;
    }

    .onw-mobile-images .flex-control-paging {
        display: none;
    }

    .onw-mobile-images .flex-direction-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .onw-mobile-images {
        position: relative;
        width: 100%;
    }

    .productpage-images-featured:has(.onw-mobile-images) {
        width: 100%;
    }

    .onw-mobile-images :is(.flex-prev, .flex-next) {
        font-size: 0;
        background-color: rgb(44 44 44)!important;
        width: 25px;
        height: 25px;
        display: block;
        color: #ffffff;
        text-align: center;
        line-height: 25px;
        border-radius: 100%;
        font-weight: 600;
    }

    .onw-mobile-images .flex-prev:before {
        content: '<';
        font-size: 2rem;
    }

    .onw-mobile-images .flex-next:before {
        content: '>';
        font-size: 2rem;
    }

    .onw-mobile-images .slides li {
        transform: translateX(-40px);
    }
}

/* END Onwise*/

