@import url("https://use.typekit.net/uqi7buu.css");

:root {
    --theme-primary: #e30613;
    --theme-primary-hover: #b70510;
    --text-swatch-100: #1d1d1b;
    --text-swatch-200: #bbb;
    --grey-swatch-100: #d8d8da;
    --grey-swatch-200: #eee;
    --grey-swatch-300: #c1c1c1;
    --border-radius-default: 8px;
    --border-radius-small: 5px;
    --border-radius-xsmall: 3px;
    --box-shadow-default: 0 0 5px rgba(0,0,0,.25);
    --font-futura: "futura-pt", Arial, Arial, Helvetica, sans-serif;
    --font-futura-bold: "futura-pt-bold", Arial, Arial, Helvetica, sans-serif;
    --font-xl: 72px;
}

/*----------------------------------------
    Resets
----------------------------------------*/

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uc_text_block ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 15px;
    line-height: 1.6;
}

.uc_text_block li {
    margin-bottom: 5px;
    list-style-type: revert;
}

.uc_text_block li a {
    color: var(--theme-primary) !important;
}

.uc_text_block li a:hover {
    color: rgb(267,46,59)!important;
}

.uc_text_block .footer-row-4 ul {
    list-style: none !important;
}

.uc_text_block .footer-row-4 li {
    list-style: none !important;
}

/* Makes the website max-width 1200px instead of 1140px */
@media (min-width: 1260px) {    
    .container {
        width: 1200px;
        padding: 0;
    }

    /* Exclude cookies container */
    .uc_cookies .container {
        padding: 0 15px;
    }
}

/*----------------------------------------
    Base
----------------------------------------*/
body {
    font-size: 15px !important;
}

#pnl_wrapper {
    margin-top: 30px;
}

.orange-bg {
    background: #fd8204;
}

h1::after, h2::after {
    display: none;
}

h1, h2, h3, h4, h5,
h1 span, h2 span, h3 span, h4 span, h5 span {
    color: #313131 !important;
    border-bottom: none !important;
    line-height: 100%;
    font-family: var(--font-futura-bold);
    text-transform: none !important;
}

h1 {
    font-size: 30px;
    display: block;
}

h2, h2 a, h2 span {
    font-size: 24px;
    font-family: var(--font-futura-bold);
}

h2.header-lg {
    font-size: 45px !important;
}

h3, h3 a, h3 span {
    font-family: var(--font-futura-bold);
    font-size: 20px;
}

h4, h4 a, h4 span {
    font-family: var(--font-futura-bold);
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

.footer-v4 h1::after, 
.footer-v4 h2::after {
    display: none !important;
}

.btn-u {
    border-radius: var(--border-radius-xsmall) !important;
    height: 46px;
}

.btn-u span {
    font-size: inherit;
}

.btn-u, .btn-u span {
    font-family: var(--font-futura-bold);
    font-weight: 600 !important;
}

.btn-u i {
    font-weight: 400 !important;
}

.flex-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

a,
select,
i {
    cursor: pointer !important;
    transition: all .2s;    
    line-height: normal !important;
}

a:hover {
    text-decoration: none;
}

p,
td,
span,
a,
li,
input,
label,
button,
select {
    color: var(--text-swatch-100);
    font-weight: normal;
    font-size: 15px;
}

label {
}

i.arrow-icon {
    line-height: normal !important;
    display: inline-block;
    content: "";
}
i.arrow-icon,
.arrow-icon::before,
a[class*="arrow-links-"]::before,
[class*="arrow-links-"] a::before {
    font-family: ClickBits-Arrows2 !important;
    font-style: normal !important;
}

.arrow-icon::before {
    content: 'r';
}

.button {
    line-height: 35px !important;
}

.btn-u-lg, a.btn-u-lg {
    padding: 0 25px;
}

a.btn-u.sawlist-btn {
    background-color: #E30613 !important;
    color: #fff !important;
}

a.btn-u.sawlist-btn span {
    color: #fff !important;
}

/* Indented headers */
.uc_products_relations h2,
.uc_products_relations_cross h2,
.uc_reccom_products h2 {
    margin: 50px 0 30px 30px;
    font-size: 30px;
}

/*----------------------------------------
    Sets product blocks without block 
   layout options to 4x3 columns
----------------------------------------*/

.uc_products_relations .illustration-v2,
.uc_products_relations_cross .illustration-v2 {
    display: flex;
    flex-flow: row wrap;
}

.uc_products_relations .col-md-4,
.uc_products_relations_cross .col-md-4 {
    width: 50%;
}

@media (min-width: 991px) {
    .uc_products_relations .col-md-4,
    .uc_products_relations_cross .col-md-4 {
        width: 25%;
    }
}

/*----------------------------------------
    Blok vormgeving classes
----------------------------------------*/

.extra-margin {
    margin: 50px 0;
}

.small-header h2 {
    font-size: 18px;
    color: #313131 !important;
}

.horizontal-line {
    display: block;
    height: 20px;
    background: #f5f5f5;
    margin: 50px 0;
    position: relative;
}

.uc_administration {
    z-index: 9999;
}

/* Handles bespoke modals */
i.toggle-modal-icon {
    color: #75C280 !important;
}

.modal-header h1,
.modal-header h2 {
    font-size: 24px !important;
}

.modal-default {
    padding: 30px;
}

.modal-default .close-btn {
    position: absolute;
    right: 15px;
    top: 19px;
    font-size: 25px;
    cursor: pointer;
}

.modal-default .close-btn:hover {
    opacity: .8;
}

.toggle-modal-icon {
    color: #75C280 !important;
    font-size: 20px;
}

@media (max-width: 767px) {
    .modal-header h1,
    .modal-header h2 {
        font-size: 16px !important;
    }

    .modal-default .modal-dialog {
        width: 100%;
    }

    .modal-default .modal-content {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .modal-default .modal-dialog {
        transform: translateY(-50%) !important;
        top: 50%;
    }
}

/* Handles image sizing for news archive */
.news_block .img-center a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 50% 0 0 0;
}

.news_block .img-center img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* End news block images */
.fade-enter-active, 
.fade-leave-active {
    transition: opacity .3s;
}

.fade-enter, 
.fade-leave-to {
    opacity: 0;
}

/* Handles categories overview */
.uc_categories_overview > .row {
    margin: 0;
}

.uc_category_menu_collapse .dropdown-menu > .active > a,
.uc_category_menu_collapse .dropdown-menu > .active > a:focus,
.uc_category_menu_collapse .dropdown-menu > .active > a:hover {
    background-color: transparent !important;
}

/* Handles uc_form_block */
.uc_form_block .input-border {
    padding: 0;
    border: none;
}

.uc_form_block .input-group {
    width: 100%;
}

.uc_form_block .buttons {
    padding-left: 0 !important;
}

.uc_form_block .btn-u-sea-shop {
    height: 60px;
    width: auto !important;
    font-size: 20px;
    padding: 0 20px;
    background: #fd8204;
}

/* Handles logon page */
.uc_logon_page h1 {
    margin-top: 100px;
    display: block;
}

.uc_logon_page .border {
    border: none !important;
    padding: 0 !important;
}

/* Product stock */
.uc_product_stock .btn-text {
    display: none;
    visibility: hidden;
}

/* Orderlist */
.uc_order_list .product-list .price {
    width: 150px !important;
    padding-right: 30px;
}

.uc_order_list .product-list thead th,
.uc_order_list .product-list thead span {
    font-size: 14px !important;
    font-weight: bold;
}

div.uc_order_list .product-list td.code-description-stock {
    width: 35% !important;
    padding-top: 10px;
}

.uc_order_list .extra-information {
    padding-left: 20px !important;
}

.uc_order_list  .uc_product_stock {
    margin: 0 0 12px;
}

.uc_order_list .pages h3 {
    margin-top: 8px;
}

.uc_order_list .search-products {
    padding: 30px !important;
    margin-bottom: 30px !important;
}

.uc_order_list .table > thead > tr > th {
    border-bottom: 0 !important;
}

.cta-group {
    width: 100%;
    display: block;
    padding-bottom: 1em;
}

a.cta-btn {
    opacity: 1;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none !important;
    background: #fc8103;
    display: inline-block;
    margin: 6px
}

a.cta-btn:hover {
    opacity: .6;
    color: #fff !important;
}

@media screen and (max-width: 480px) {
    a.cta-btn {
        display: block;
        text-align: center
    }
}

/* Forms */
.form-control {
    border-radius: var(--border-radius-xsmall) !important;
}

textarea.form-control {
    height: 120px;
}

.form-control,
select.form-control,
input[type="text"] {
    height: 46px;
}

.input-group-addon {
    width: 46px;
    border-radius: var(--border-radius-xsmall) !important;
}
/* Forms tabs */
ul.form-tabs {
    display: flex;
    flex-flow: row wrap;
}

ul.form-tabs li {
    flex: 1 1 0px;
}

ul.form-tabs li.active {
    margin-bottom: -2px;
    z-index: 1;
    position: relative;
    background: #fff;
}

ul.form-tabs a {
    padding: 24px 15px !important;
    text-align: center;
    background: #eee;
    border: 1px solid #ddd;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-top-left-radius: var(--border-radius-default) !important;
    border-top-right-radius: var(--border-radius-default) !important;
}

ul.form-tabs a i {
    margin-right: 10px;
}

ul.form-tabs a:hover {
    background: #eee !important;
}

ul.form-tabs .active a {
    border-bottom-color: transparent;
}

.form-tabs-wrapper h1 {
    font-size: 20px !important;
}

.form-tabs-wrapper .tab-content {
    border: 1px solid #ddd;
    padding: 30px 15px;
}

.form-tabs-wrapper .form-control {
    height: 46px;
}

.form-tabs-wrapper .uc_form_block span,
.form-tabs-wrapper .uc_form_block p {
    font-size: 16px !important;
}

.form-tabs-wrapper .uc_form_block p {
    margin-bottom: 30px;
}

.form-tabs-wrapper .col-md-8 {
    width: 100%;
}

.form-tabs-wrapper img[id*="captchaimage"] {
    max-width: 160px;
}

@media (min-width: 992px) {
    .form-tabs-wrapper .uc_form_block.tab-form {
        max-width: 75%;
    }

    .form-tabs-wrapper .tab-content {
        padding: 60px 30px;
    }
}

/* Order confirmation */
.order_confirmation .buttons {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .uc_text_block.col-md-8:has(.center-block) {
        margin-left: 16.66666667%;
    }
}
/* END BESPOKE*/