:root {
    --price-color: #0D132D;
    --old-price-color: #0D132D;
    --primary-gradient: linear-gradient(148deg,rgba(4, 7, 46, 1) 0%, rgba(4, 7, 46, 1) 28%, rgba(68, 192, 198, 1) 100%);
}
body {
    color: #000;
    font-family: 'SilkaRegular';
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
*,::after,::before {
    box-sizing: border-box
}
@font-face {
    font-family: 'SilkaRegular';
    src: url('../fonts/SilkaRegular/SilkaRegular.eot');
    src: url('../fonts/SilkaRegular/SilkaRegular.eot') format('embedded-opentype'),
    url('../fonts/SilkaRegular/SilkaRegular.woff2') format('woff2'),
    url('../fonts/SilkaRegular/SilkaRegular.woff') format('woff'),
    url('../fonts/SilkaRegular/SilkaRegular.ttf') format('truetype'),
    url('../fonts/SilkaRegular/SilkaRegular.svg#SilkaRegular') format('svg');
}
@font-face {
    font-family: 'SilkaBold';
    src: url('../fonts/SilkaBold/SilkaBold.eot');
    src: url('../fonts/SilkaBold/SilkaBold.eot') format('embedded-opentype'),
    url('../fonts/SilkaBold/SilkaBold.woff2') format('woff2'),
    url('../fonts/SilkaBold/SilkaBold.woff') format('woff'),
    url('../fonts/SilkaBold/SilkaBold.ttf') format('truetype'),
    url('../fonts/SilkaBold/SilkaBold.svg#SilkaBold') format('svg');
}
@font-face {
    font-family: 'SilkaMedium';
    src: url('../fonts/SilkaMedium/SilkaMedium.eot');
    src: url('../fonts/SilkaMedium/SilkaMedium.eot') format('embedded-opentype'),
    url('../fonts/SilkaMedium/SilkaMedium.woff2') format('woff2'),
    url('../fonts/SilkaMedium/SilkaMedium.woff') format('woff'),
    url('../fonts/SilkaMedium/SilkaMedium.ttf') format('truetype'),
    url('../fonts/SilkaMedium/SilkaMedium.svg#SilkaMedium') format('svg');
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none!important;
}
body .page-main {
    max-width: 1170px;
    padding: 0 15px;
    z-index: 1;
}
.mr-2 {
    margin-right: 10px;
}
button {
    font-weight: normal;
}
.list-unstyled {
    list-style-type: none;
    padding-left: 0;
}
.align-self-center {
    align-self: center;
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-content-end {
    justify-content: flex-end;
}
.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.pb-0 {
    padding-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mr-1{
    margin-right: .25rem!important;
}
.field.required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.white-background {
    background-color: #fff;
}
.base-background {
    background-color: #04072E;
    background-image: url('../images/banner-bg.png'), var(--primary-gradient);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: relative;
    color: #fff;
}
.cb-primary-type1 {
    width: 100%;
    margin-right: 0;
    border: 1px solid #4dbdc6;
    padding: 13px 5px;
    background-color: #4dbdc6;
    color: #0D132D;
    font-size: 16px;
    font-family: 'SilkaBold';
    letter-spacing: 0.5px;
    line-height: 1.4;
    border-radius: 4px;
}
.cb-primary-type1:hover, .cb-primary-type1:focus, .cb-primary-type1:active {
    border-color: #4dbdc6;
    background-color: #4dbdc6;
    color: #0D132D;
}
a:hover {
    text-decoration: none;
}
.p-relative {
    position: relative;
}
.text-center {
    text-align: center!important;
}
.catalog-product-view #maincontent {
    max-width: 100%;
    padding: 0;
}
.custom-wrapper {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.home-top-banner {
    padding: 7% 0;
    background-image: url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.home-top-banner h2 {
    font-size: 48px;
    font-family: 'SilkaBold';
    color: #000;
    margin-top: 0;
}
.home-top-banner p {
    font-size: 20px;
    max-width: 500px;
    font-family: 'SilkaMedium';
}
.home-top-banner .top-banner-btns {
    margin-top: 45px;
}
.home-top-banner .top-banner-btns a {
    display: inline-block;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #0D132D;
    border-radius: 4px;
    color: #0D132D;
    font-family: 'SilkaBold';
    min-width: 116px;
    text-align: center;
    margin-right: 10px;
    transition: all 0.5s ease-out;
}
.home-top-banner .top-banner-btns a:hover {
    color: #4dbdc6;
    background-color: #0D132D;
    text-decoration: none;
    transition: all 0.5s ease-out;
}
.home-top-banner .top-banner-btns a:first-child {
    color: #4dbdc6;
    background-color: #0D132D;
}
.home-top-banner .top-banner-btns a:nth-child(2) {
    min-width: 150px;
}
.home-top-banners img {
    width: 100%;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.home-top-banners {
    margin: 15px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 25px;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-image: url("../images/Topbanner-v2.jpg");
}
.home-top-banners h2 {
    font-size: 36px;
    margin-top: 0;
    font-family: 'SilkaMedium';
}
.home-top-banners p {
    font-size: 16px;
    font-family: 'SilkaMedium';
    max-width: 500px;
}
header.page-header .panel.wrapper {
    background-color: #0D132D;
}
header .header.content {
    padding: 16px 15px;
    max-width: 1170px;
    background: #0D132D;
}
header .header.content .logo {
    margin: 0;
}
header.page-header {
    position: relative;
    background: #0D132D;
}
.home-top-banner img {
    vertical-align: top;
}
.cms-home #maincontent{
    max-width: 100%;
    padding: 0;
}
.minicart-wrapper .action.showcart:before,.minicart-wrapper .action.showcart.active:before {
    content: url('../images/shopping_cart.svg');
}
.home-usp-content {
    background-color: #F3F6F9;
}
.home-usp {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 15px 0;
    grid-gap: 15px;
    list-style-type: none;
    margin-bottom: 0;
}
.home-usp h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'SilkaBold';

}
.home-usp p {
    margin-bottom: 0;
}
.home-usp li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 0;
}
.home-usp li:before,.home-info-block-text > div:before{
    position: absolute;
    left: 0;
    top: 0;
}
.home-usp li:first-child:before,.home-info-block-text div:first-child:before{
    content: url('../images/usp-icon1.svg');
}
.home-usp li:nth-child(2):before,.home-info-block-text div:nth-child(2):before{
    content: url('../images/usp-icon2_1.svg');
}
.home-usp li:nth-child(3):before,.home-info-block-text div:nth-child(3):before{
    content: url('../images/usp-icon3.svg');
}
.home-usp li:nth-child(4):before,.home-info-block-text div:nth-child(4):before{
    content: url('../images/usp-icon4.svg');
}
.home-info-block-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 40px 0 0 0;
}
.home-info-block-row h2 {
    margin-top: 0;
    font-size: 32px;
    color: #0D132D;
    font-family: 'SilkaBold';
}
.home-info-block-text > div {
    padding-left: 35px;
    position: relative;
    margin-bottom: 16px;
}
.home-info-block-text div:last-child {
    margin-bottom: 0;
}
.home-info-block-row h4 {
    font-size: 16px;
    color: #0D132D;
    font-family: 'SilkaBold';
    margin-top: 0;
    margin-bottom: 10px;
}
.dark-btn {
    display: inline-block;
    background-color: #0D132D;
    color: #fff!important;
    font-size: 16px;
    font-family: 'SilkaBold';
    padding: 12px 24px;
    border-radius: 4px;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 0.5s ease-out;
}
.dark-btn:hover {
    color: #0D132D!important;
    background-color: #4dbdc6;
    transition: all 0.5s ease-out;
}
.home-info-block-row .dark-btn{
    margin-top: 24px;
}
.header.links {
    float: right;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 15px;
}
.header.links .link.wishlist {
    display: none;
}
.header.links .authorization-link {
   margin-bottom: 0;
    position: relative;
}
.header.links .authorization-link a {
    font-size: 0;
    width: 20px;
    display: inline-block;
    height: 19px;
}
.header.links .authorization-link a:before {
    content: url('../images/account.svg');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page-footer .footer.content {
    max-width: 1170px;
    padding: 0 15px;
}
footer.page-footer {
    padding: 35px 15px;
    background: #ffffff;
}
.page-footer .footer.content .links {
    padding-right: 0;
    width: 100%;
}
.footer.content .links .widget {
    float: none;
    display: grid;
    grid-gap: 5px;
    justify-content: center;
}
.footer.content .links .widget ul {
    display: flex;
    grid-gap: 20px;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.footer.content .links a, footer .footer.content .links li {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-family: 'SilkaMedium';
    position: relative;
}
footer .footer.content .links li:after {
    content: " ";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: #000;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
footer .footer.content .links li:last-child:after {
    width: 0;
}
.footer.content .links a:visited,.footer.content .links a:hover {
    color: #000;
}
.footer-copyright {
    text-align: center;
}
.footer-copyright img {
    vertical-align: top;
}
.footer-copyright p {
    font-size: 12px;
}
.widget:has(.footer-copyright) {
    margin-top: 5px!important;
}
.home-product-widget {
    /*background: var(--primary-gradient);*/
    padding: 25px 0;
    /*color: #fff;*/
}
/*.home-product-widget .blockhead h2  {*/
/*    color: #fff;*/
/*}*/
.product-item-info-cb {
    /*background: #F3F6F9;*/
    /*padding: 24px;*/
    /*border-radius: 5px;*/
    height: 100%;
}
.page-layout-1column .home-product-widget .block.widget .products-grid .product-item {
    width: 100%;
    height: auto;
    margin: 0!important;
}
.product-item .product-item-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: 'SilkaMedium';
    color: #0D132D !important;
}
.product-item .price-box > .price-container .price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
    color: #0D132D;
    /* font-family: 'SilkaBold'; */
}
.page-layout-1column .home-product-widget .block.widget .products-grid {
    display: flex;
}
body .page-main .block {
    margin-bottom: 0;
}
.blockhead h2 {
    margin-top: 0;
    font-size: 32px;
    color: #0D132D;
    font-family: 'SilkaBold';
    margin-bottom: 10px;
}
.blockhead p {
    max-width: 880px;
    margin: 0 auto;
}
.blockhead {
    margin-bottom: 32px;
}
.header-search-btn {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -8px;
    top: -3px;
    line-height: 18px;
    height: auto;
    border-radius: 8px;
    min-width: 18px;
    text-align: center;
}
.catalog-category-view .breadcrumbs + .widget .clp-top-banner {
    max-width: 100%;
    padding: 70px 0 60px;
    margin-bottom: 0;
    background-color: #04072E;
    background-image: url('../images/banner-bg2.png'), var(--primary-gradient);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top: -50px;
    color: #fff;
}
.catalog-category-view  .breadcrumbs {
    max-width: 100%;
    margin: 0;
    padding: 15px;
    z-index: 2;
}
.catalog-category-view  .breadcrumbs .items {
    max-width: 1140px;
    margin: 0 auto;
}
.catalog-category-view  .breadcrumbs + .widget {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.clp-top-banner h2 {
    margin-top: 0;
    font-size: 40px;
    color: #fff;
    font-family: 'SilkaBold';
    margin-bottom: 10px;
}
.clp-top-banner p {
    max-width: 880px;
}
.catalog-product-view .page-wrapper {
    background: #F3F6F9;
}
.product-item-info-cb .product-image-container{
    display: table;
    margin: 0 auto;
    background: #fff;
    /* margin-bottom: 20px; */
    width: 100%;
    aspect-ratio: auto;
}
.product-item .product-item-info-cb .price-box {
    margin: 10px 0 0;
}
.product-info-container {
    display: grid;
    grid-template-columns: 1fr 470px;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 15px;
}

.product-info-left .product.media,.product-info-right .product-info-main {
    width: 100%!important;
}
.gallery-placeholder  {
    position: relative;
}
.pdp-label-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.offer-label-pdp {
    background-color: #0D132D;
    padding: 5px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    white-space: nowrap;
}
/* .product-info-container .product-info-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
} */
 .product.media .product-reviews-summary {
    margin-bottom: 10px;
}
.product.media .fotorama__thumb-border {
    border-color: #000;
    border-radius: 4px;
    border-width: 1px;
}
.product-info-left .product.media {
    /* max-width: 470px; */
    margin: 0 auto;
    float: none;
    position: relative;
}
.product-info-left .product.media .page-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.product-info-left, .product-info-right  {
    background: #fff;
    padding: 20px;
}
.product-info-main .page-title {
    font-size: 22px;
    font-family: 'SilkaBold';
}
.product-info-right .product-info-main .product-info-price {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product-info-right .product-info-price .price-box{
    display: flex;
    grid-gap: 10px;
    align-items: center;
    padding-bottom: 0;
}
.page.messages {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.box-tocart .actions .tocart.cb-primary,.tocart.cb-primary:focus {
    width: 100%;
    margin-right: 0;
    border: 0;
    padding: 13px 5px;
    background-color: #43A047;
    color: #fff;
    font-size: 16px;
    font-family: 'SilkaBold';
    letter-spacing: 0.5px;
    line-height: 1.4;
    border-radius: 4px;
}
.cart-primary:hover{
    background-color: #43A047;
    border-color: #43A047;
    color: #fff;
}
.box-tocart .actions .tocart.cb-primary span {
    position: relative;
    padding-left: 30px;
}
.box-tocart .actions .tocart.cb-primary span:before {
    content: url('../images/btn_shopping_cart.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 4px;
}
.catalog-product-view .breadcrumbs{
    margin: 0 auto;
    max-width: 1170px;
    padding: 20px 15px 0;
    width: 100%;
}
.catalog-product-view .breadcrumbs a {
    color: #696A6E;
    font-family: 'SilkaMedium';
}
.catalog-product-view .breadcrumbs .product strong {
    font-family: 'SilkaMedium';
    color: #000;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.box-tocart .fieldset {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 70px auto;
}
.product-info-main .product-add-form .box-tocart .product-lease-block {
    margin-top: 10px;
}
.product-info-main .product-add-form .box-tocart .product-lease-block .lease-button {
	background-color: #FAFAFA;
	border-color: #DCDCDC;
	border-radius: 4px;
	font-family: 'SilkaMedium';
	font-size: 16px;
	margin-right: 0;
	padding: 13px 5px;
	width: 100%;
}
.product-info-main .product-add-form .box-tocart .product-action-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.product-info-main .product-add-form .box-tocart .product-huren-block {
    margin-top: 10px;
}
.product-info-main .product-add-form .box-tocart .product-huren-block .huren-button {
    background-color: #FAFAFA;
	border-color: #DCDCDC;
	border-radius: 4px;
	font-family: 'SilkaMedium';
	font-size: 16px;
	margin-right: 0;
	padding: 13px 5px;
	width: 100%;
}
.box-tocart .qty select, .box-tocart .qty input {
    width: 100% !important;
    text-align: left !important;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.pdp-usps h3 {
    font-size: 14px;
    margin-top: 0;
}
.pdp-usps ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-row-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 0;
}
.pdp-usps ul li {
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
.pdp-usps ul li:before {
    position: absolute;
    left: 0;
    top: 0;
}
.pdp-usps ul li:first-child:before {
    content: url('../images/usp-icon1.svg');
}
.pdp-usps ul li:nth-child(2):before {
    content: url('../images/usp-icon2_1.svg');
}
.pdp-usps ul li:nth-child(3):before {
    content: url('../images/usp-icon3.svg');
}
.pdp-usps ul li:nth-child(4):before {
    content: url('../images/usp-icon4.svg');
}
.product-info-main .product-info-price .price-box {
    width: 100%;
}
.product-info-main .old-price .price-label {
    display: none !important;
}
.product-info-main .special-price .price-wrapper,.product-info-price .price-box > .price-container {
    font-size: 32px;
    line-height: 1;
    color: #0D132D;
    font-family: 'SilkaMedium';
}
.product-info-main .old-price .price-wrapper {
    font-size: 14px;
    color: #8C8C8C;
}
.product-info-main .old-price .price-wrapper .price {
    text-decoration: line-through;
}
.product-info-right .product-info-main .product-add-form {
    padding-top: 0;
}
.product-info-main .product-add-form .box-tocart {
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.pdp-info-block1 {
    padding: 30px 0 48px;
}
.pdp-info-block1 h2 {
    margin-top: 0;
    font-size: 32px;
    color: #0D132D;
    font-family: 'SilkaBold';
}
.pdp-info-block1 h3 {
    font-size: 16px;
    color: #0D132D;
    font-family: 'SilkaBold';
}
.pdp-info-block2 {
    padding: 40px 0;
}
.pdp-info-block2 h2 {
    margin-top: 0;
    font-size: 32px;
    color: #fff;
    font-family: 'SilkaBold';
    margin-bottom: 5px;
}
.pdp-info-text2 {
    max-width: 750px;
}
/* .delivery-info > div {
    padding-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 12px;
} */
/* .delivery-info .VerwachteLevering, .voorraad-status > span {
    position: relative;
    padding-left: 30px;
} */
/* .delivery-info .VerwachteLevering:before {
    content: url('../images/product/delivery_time_icon.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
}
.voorraad-status > span:before {
    content: url('../images/product/stock_status_icon.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
} */
 .VerwachteLevering {
    color: #2E7D32;
    display: inline-block;
    text-decoration: underline;
 }
 .voorraad-status > span {
    padding: 7px 10px 7px 30px;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
 }
.voorraad-status > span:before {
    content: " ";
    position: absolute;
    left: 7px;
    top: 50%;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #686868;
    transform: translateY(-50%);
 }
 .voorraad-status > span.pdp-in-stock {
    background-color: #DFF4E5;
    color: #2E7D32;
 }
.voorraad-status > span.pdp-in-stock:before {
    background-color: #2E7D32;
}
.voorraad-status > span.pdp-out-of-stock {
    background-color: #ca04140d;
}
.footer.content + .widget {
    margin-bottom: 0;
}

#maincontent .product.info.detailed .data.content {
    float: none;
    display: block!important;
    margin: 0;
    border: 0;
    padding: 20px;
}
.product.info.detailed .data.content h2 {
    font-size: 18px;
    font-family: 'SilkaMedium';
    font-weight: 600;
    margin-top: 0;
    color: #0D132D;
}
.product.info.detailed .data.content#description {
    padding-bottom: 0!important;
}
.product.info.detailed .items {
    background: #fff;
    margin-bottom: 0;
}
.product.info.detailed {
     margin-bottom: 0;
}
.product.info.detailed .data.content .additional-attributes {
    width: 100%;
}
.data.content .additional-attributes  td {
    text-align: right;
}
.data.content .additional-attributes tr {
    background-color: #fff;
}
.data.content .additional-attributes tr:nth-child(even) {
    background-color: #F6F7FA;
}
.data.content .additional-attributes  td, .data.content .additional-attributes  th {
    padding: 10px 12px!important;
    font-family: 'SilkaMedium';
    font-weight: normal;
}
.catalog-category-view .breadcrumbs .item a {
    font-size: 14px;
    color: #fff;
    font-family: 'SilkaMedium';
}
.catalog-category-view .breadcrumbs .item strong {
    background: #1D254A;
    color: #fff;
    font-family: 'SilkaMedium';
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 4px;
}
.breadcrumbs .items {
    color: #1D254A;
}
#layered-filter-block,.catalog-category-view .toolbar-products,.old-price .price-label {
    display: none;
}
.products.grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    grid-gap: 15px;
    margin-top: 0;
}
.products.grid .product-items .product-item-info {
    width: 100%;
    background: #EFF6F8;
    height: 100%;
    padding: 0 24px;
    border-radius: 8px;
}
.products.grid .product-image-container {
    display: inline-block;
    background: #ffffff;
    width: 100% !important;
    margin: 24px auto 15px;
}
.products.grid .product-image-container .product-image-wrapper {
    padding-bottom: 100%!important;
}
.home-product-widget .product-image-wrapper {
    padding-bottom: 100%!important;
}
.catalog-category-view .column.main {
    padding-top: 0!important;
}
.catalog-category-view .products.grid,.catalog-category-view #maincontent.page-main {
    margin-top: 0;
}
.product-item .price-box .special-price .price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 16px;
    color: #0D132D;
    font-family: 'SilkaBold';
}
.product-item .old-price .price {
    text-decoration: line-through;
}
.minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    right: -100%;
    min-width: 420px;
    width: 30% !important;
    margin: 0;
    bottom: 0;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    background-color: #fff;
    z-index: 2000;
    padding: 20px;
    opacity: 1;
}
.minicart-wrapper.active .block-minicart {
    right: 0;
    opacity: 1;
}
.min-cart-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
    visibility: hidden;
}
.minicart-wrapper.active .min-cart-overlay {
    background-color: rgba(0, 0, 0, .5);
    visibility: visible;
    z-index: 99;
}
.block-minicart .subtotal {
    display: flex;
    float: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}
#minicart-content-wrapper .minicart-items-wrapper {
    border: none;
    height: calc(100vh - 275px) !important;
    padding-top: 0;
}
.minicart-foot {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    background: #fff;
    z-index: 3;
}
.two-btn-row{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
    margin-top: 10px;
}
.grey-btn-default {
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #1a1f27;
    display: flex;
    text-align: center;
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'SilkaMedium';
    font-weight: normal;
    align-items: center;
    justify-content: center;
    min-height: 45px;
}
.grey-btn-default:hover {
    background-color: #fafafa;
}
.minicart-items .product-item {
    padding: 15px 0;
}
.minicart-items .product-item:first-child {
    padding-top: 15px;
}
.block-minicart .minicart-items li .product-item-name {
    padding-right: 30px;
}
.block-minicart .minicart-items li .message.error {
	background: #F7DADC;
	border-radius: 4px;
	color: #000;
	font-family: 'SilkaMedium';
	font-size: 14px;
	font-weight: 500;
	padding: 10px 20px;
    text-align: center;
    margin-top: 22px;
    cursor: auto;
}
.block-minicart .minicart-items li .message.error > *:first-child:before {
    content: '';
}
.block-minicart .minicart-items li .message.error a {
    text-decoration: underline;
}
.block-minicart .minicart-items li .product-item-details {
    position: relative;
}
.block-minicart .minicart-items li .product-item-details .information-icon {
    position: absolute;
    right: 0;
    top: -2px;
}
.block-minicart .minicart-items li .product-item-details .information-icon:before {
    content: " ";
    background-image: url('../images/information-icon.svg');
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.minicart-foot  .action.viewcart,.cart-primary, .cart-primary:focus, .cart-primary:active {
    background: #43A047;
    border: 1px solid #43A047;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'SilkaMedium';
    line-height: 1.4;
}

.block-title-minicart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.minicart-wrapper .block-title-minicart .action.close {
    position: static;
}
.minicart-wrapper .minicart-items .product-item-name a {
    color: #000;
}
.block-minicart .details-qty.qty {
    text-align: right;
    padding-right: 35px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 2px;
}
.product-item-pricing {
    display: flex;
    align-items: center;
    position: relative;
}
.minicart-wrapper .product .actions {
    margin: -26px 0 0;
    position: relative;
    z-index: 2;
}
.minicart-wrapper .minicart-items .item-qty {
    opacity: 1;
    font-family: 'SilkaMedium';
    text-align: center;
    width: 37px;
    height: 25px;
    margin: 0 4px;
    padding: 0;
    font-size: 14px;
    color: #1a1f27;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
#minicart-content-wrapper .minicart-items .action.delete {
    background: #F8F9FA;
    padding: 2px 7px;
    line-height: 20px;
    display: flex;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
#minicart-content-wrapper .minicart-items .details-qty {
    display: flex;
    align-items: center;
}
.minicart-items .product-item-pricing .label {
    display: none;
}
.minicart-wrapper .minicart-items .details-qty .more, .minicart-wrapper .minicart-items .details-qty .less {
    background-color: #f8f9fa;
    border: none;
    border-radius: 6px;
    padding: 4px 10px;
    font-weight: 700;
}
.product-item-pricing .price-excluding-tax .price {
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
    color: #7f7f7f;
    display: inline-block;
}
.empty-cart-icon {
    width: 95px;
    height: 95px;
    background-image: url('../images/empty-cart-Icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 35px auto 0;
}
.empty-cart-info a {
    background: #4dbdc6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #0D132D;
    padding: 14px;
    text-align: center;
    font-family: 'SilkaMedium';
}
#shopping-cart-table .item-info {
    background: #EFF6F8;
    position: relative;
}
#shopping-cart-table .item:last-child .item-info {
    margin-bottom: 0;
}
.cart-summary {
    padding: 0;
    background: transparent;
}
#shopping-cart-table .item-info {
    display: grid;
    grid-template-columns: auto 140px 100px;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px;
    column-gap: 15px;
    position: relative;
}
.checkout-cart-index .cart-container .cart.table-wrapper .message.error {
    background: #F7DADC;
    border-radius: 4px;
    color: #000;
    font-family: 'SilkaMedium';
    font-size: 14px;
    font-weight: 500;
    padding: 18px 55px;
    text-align: center;
    margin: 15px 0 0;
    line-height: normal;
}
.checkout-cart-index .cart-container .cart.table-wrapper .message.error > *:first-child:before {
    content: '';
}
.checkout-cart-index .cart-container .cart.table-wrapper .message.error a {
    text-decoration: underline;
}
#shopping-cart-table .item-info .information-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
#shopping-cart-table .item-info .information-icon:before {
    content: " ";
    background-image: url('../images/information-icon.svg');
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
#shopping-cart-table .item-info .field.qty {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: flex-end;
}
#shopping-cart-table .item-info .cart-subtotal {
    text-align: right;
}
.item-info-rental .dl-cart-item {
    align-items: center;
    grid-gap: 10px;
}
.cart.table-wrapper .product-item-details {
    vertical-align: middle!important;
}
.cart.table-wrapper .product-item-details .product-item-name {
    margin-bottom: 6px;
}
.cart.table-wrapper .product-item-details .product-item-name a {
    color: #0D132D;
    font-family: 'SilkaMedium';
}
.checkout-cart-index .page-title {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'SilkaBold';
}
.checkout-cart-index .actions-toolbar {
    min-width: 20px;
}
.cart.table-wrapper .cart > .item {
    border-bottom: none;
}
.cart.table-wrapper .product-item-name {
    font-size: 1.6rem;
}
.checkout-cart-index .cart-container {
    grid-template-columns: 1fr 360px;
    display: grid;
    column-gap: 25px;
}
.checkout-cart-index .cart-container .cart-summary,.checkout-cart-index .cart-container .form {
    width: 100%;
    padding: 0;
}
.checkout-cart-index .cart-container .form {
    padding-right: 0;
}
.cart-summary .block > .title {
    border-top: none;
}
.content-coupon {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.minicart-wrapper .block-minicart:before {
    border: 0;
}
.content-coupon .actions-toolbar {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.content-coupon .actions-toolbar button {
    width: 100% !important;
    margin: 0 !important;
    background: #fafafa;
    border: 1px solid rgb(220, 220, 220);
    line-height: 32px;
}
.content-coupon .actions-toolbar .primary:first-child {
    margin-bottom: 10px;
}
.content-coupon .input-text {
    height: 40px;
}
.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price {
    padding-right: 0;
}
.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    content: " ";
}
.cart-totals .grand .mark,.cart-totals .grand .amount {
    font-size: 1.3rem;
}
.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{
    display: none!important;
}
.cart-summary .checkout-methods-items {
    margin-top: 0;
    padding: 0;
}
.cart-summary .checkout-methods-items .item {
    display: inline-block;
    width: 100%;
}
.totals-tax-summary th, .totals-tax-summary td {
    cursor: default;
}
.cart-summary #block-shipping {
    display: none;
}
.cart-summary .cart-totals {
    border-top: 0;
    background: #EFF6F8;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 16px;
}
#checkout-review-table .remove-wrapper {
    text-align: right;
    margin-left: 5px;
}
#checkout-review-table .remove {
    top: 3px;
}
.cart.table-wrapper .actions-toolbar > .action-delete,#checkout-review-table .remove {
    width: 20px;
    height: 20px;
    position: relative;
}
#checkout-review-table .remove:before {
    content: '\e604';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.cart.table-wrapper .actions-toolbar {
    text-align: right;
    padding-bottom: 0;
}
.cart-qty-box {
    display: flex;
    width: fit-content;
}
.cart-qty-box input {
    width: 48px;
    text-align: center;
    height: 25px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.cart-qty-box button {
    border: 0;
    font-size: 0;
    min-width: 30px;
    position: relative;
    background: transparent;
    border-radius: 6px;
    padding: 5px;
}
.cart-qty-box button:after {
    content: " ";
    width: 10px;
    height: 2px;
    background: #5F6368;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-qty-box button.increaseQty:before {
    content: " ";
    width: 2px;
    height: 10px;
    background: #5F6368;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-subtotal .price {
    color: #0D132D;
}
.cart-subtotal .old-price {
    text-decoration: line-through;
}
.shopping-cart-payments {
    display: flex;
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px;
    grid-gap: 7px;
    align-items: center;
    justify-content: space-between;
}
.shopping-cart-payments li {
    margin-bottom: 0;
}
#cart-totals + .widget {
    margin-bottom: 0;
    width: 100%;
}
.cart-btnofferreqs {
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px 5px;
    line-height: 1.4;
    color: #0D132D;
    font-size: 16px;
    font-family: 'SilkaBold';
    letter-spacing: 0.5px;
    background: #4dbdc6;
    border: 1px solid #4dbdc6;
}
.totals.shipping .shipping-free, .table.table-totals .amount span.shipping-free {
    color: #19972a;
    border: 1px solid #19972a;
    padding: 3px 15px;
    border-radius: 4px;
    background: #e5ffeb;
    font-size: 13px;
    font-weight: 700 !important;
    display: inline-block;
    margin: 5px 0;
}
.cart-btnofferreqs:hover,.cart-btnofferreqs:focus {
    background: #4dbdc6;
    color: #0D132D;
    border-color: #4dbdc6;
}
.cart-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .amount {
   border-top: 0;
}
.cart-totals .grand.incl .mark,
.cart-totals .grand.incl .amount{
    border-top: 0;
}
.opc-block-summary .table-totals .totals-tax-summary .mark {
    border-bottom: 0;
}
.table-totals .grand.excl .mark,
.table-totals .grand.excl .amount {
    padding-bottom: 5px;
}
.cart-totals .grand.incl {
    border-top: 1px solid #ccc;
}
.cart-totals .grand.incl,.table-totals .grand.incl {
    order: 5;
}
.table-totals .totals.sub,.cart-totals .totals.sub {
    display: none;
}
.table-totals .grand.totals.excl,.cart-totals .grand.excl {
    order: 1;
}
.table-totals .totals-tax-summary, .cart-totals .totals-tax-summary {
    order: 2;
}
.table-totals .totals.shipping, .cart-totals .totals.shipping {
    order: 3;
}
.table-totals .totals.shipping .value {
    display: none;
}
#cart-totals.cart-totals tr td {
    padding: 0;
    border: 0;
    vertical-align: middle;
}
.cart-totals .grand.excl th strong, .cart-totals .grand.excl td strong {
    font-weight: 400;
    font-size: 16px;
}
.cart-totals .grand.incl th strong, .cart-totals .grand.incl td strong {
    font-size: 16px;
}
.cart-totals .totals-tax-summary{
    pointer-events: none;
}
.table-totals .totals-tax-summary {
    pointer-events: none;
}
#cart-totals tbody, .table-totals tbody{
    display: grid;
}
#cart-totals tbody tr th,.table-totals tr th {
    width: 100%;
    cursor: default;
}
#cart-totals tbody tr th {
    border: 0;
}
#checkout .field .control._with-tooltip input {
    margin-right: 0;
    width: 100%;
}
#checkout .field .action-help {
    display: none;
}
#checkout .fieldset > .field {
    padding: 0 10px;
}
#checkout .opc-wrapper .form-login,#checkout .opc-wrapper .form-shipping-address {
    max-width: 100%;
}
#checkout .opc-wrapper .step-content {
    margin-left: -10px;
    margin-right: -10px;
}
.onestepcheckout-index-index .create-account-block .field.choice {
    padding-left: 10px;
}
.onestepcheckout-index-index #checkoutSteps .field.choice {
    padding-left: 10px;
}
#checkout .switch-field .switch:first-child {
    padding-left: 0;
}
#checkout .opc-wrapper .step-title {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 10px!important;
    padding-bottom: 0!important;
}
#checkout .opc-wrapper .step-title span {
    color: #0D132D;
}
.choice input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #19972b;
    border-radius: 50%;
    background: #fff;
}
.choice input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #19972b;
    opacity: 0;
}
.choice input[type="radio"]:checked + label:after {
    opacity: 1;
}
.choice input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.choice input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.choice input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 21px;
    height: 21px;
    background: #fbfbfb;
    transition: .2s;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.choice input[type="checkbox"]:checked + label:before {
    background: #fbfbfb;
}
.choice input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    top: 3px;
    width: 14px;
    height: 8px;
    background: transparent;
    border-top: 2px solid #19972b;
    border-right: 2px solid #19972b;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
    left: 3px;
    opacity: 0;
    margin-left: 0 !important;
}
.choice input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.choice input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.choice input[type="checkbox"] + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}
div.choice:has(input[type="checkbox"]), div.choice:has(input[type="radio"]) {
    position: relative;
}
#checkoutSteps .field .control .input-text, #checkoutSteps .field .control .select {
    height: 40px;
    border-radius: 4px;
}
#checkout .opc-wrapper .step-title .fa {
    display: none!important;
}
#checkout .opc-wrapper .form-login,#checkout .opc-wrapper .form-shipping-address {
    margin-top: 20px;
}
#checkout .opc-wrapper .form-login,#checkout .opc-wrapper .form-shipping-address,#checkout .fieldset:last-child {
    margin-bottom: 0;
}
#shipping-new-address-form .field[name="shippingAddress.custom_attributes.customer_type"] .label {
    display: none !important;
}
.order-summary .step-title{
    display: none;
}
.order-summary .opc-block-summary {
    padding: 0!important;
    margin-bottom: 0;
}
.order-summary .opc-block-summary th, .order-summary .opc-block-summary td {
    border: 0;
}
#checkoutSteps.opc {
    grid-template-columns: 1fr 460px;
    display: grid;
    column-gap: 20px;
}
#checkoutSteps.opc > .mp-6 {
    width: 100%;
    padding: 0;
}
.order-summary .opc-block-summary .title {
    display: none;
}
#checkout #co-place-order-area {
    padding: 0!important;
}
#checkout #co-place-order-area .col-mp {
    padding: 0;
    border: 0;
}
#checkout .cart-totals, #checkout .opc-block-summary .table-totals {
    border: 0;
}
#checkout #checkout-review-table {
    border: 0;
}
#checkout #opc-sidebar {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
#checkout-review-table .product-item {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}
#checkout .minicart-items {
    display: block!important;
}
.checkout-summery-pr {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    position: relative;
    top: -15px;
}
#checkout .minicart-items .product-item-name {
    font-size: 14px !important;
    color: #000;
}
#checkout .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
    padding-left: 0;
}
#checkout .opc-block-summary .table-totals tbody .amount {
    text-align: right;
    padding-right: 0;
    border-bottom: 0;
}
#checkout .opc-block-summary .table-totals tbody .mark {
    text-align: left;
}
.details-qty .button-action-minus, .details-qty .button-action-plus {
    background-color: #f6f6f6;
    border: none;
    border-radius: 6px;
    padding: 0 8px;
    display: inline-block;
    cursor: pointer;
    min-width: 25px;
    color: #000;
    font-size: 18px;
}
.details-qty .item_qty {
    min-width: 40px;
    padding: 2px 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 40px;
    border: 1px solid #ddd;
    margin: 0 4px;
}
#checkout .osc-place-order-wrapper button.action.primary.checkout {
    height: auto;
    padding: 15px 10px;
    font-size: 15px;
    border-radius: 4px;
}
.osc-trust-seal:empty {
    margin: 0;
}
.osc-place-order-block.checkout-addition-block {
    padding: 0 !important;
    margin: 0;
}
.osc-newsletter.field.choice {
    margin-bottom: 5px!important;
}
#checkout .opc-wrapper .step-content {
    margin: 0;
}
.opc-payment .payment-group {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#checkout .opc-payment .payment-group .payment-method{
    align-items: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: fit-content;
    padding: 5px 0;
    display: grid;
    min-height: 62px;
}
#checkout .opc-payment .payment-group .payment-method._active {
    border-color: #19972b;
}
#checkout .checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: 0;
}
#checkout .opc-payment .payment-method-content .checkout-agreements-block {
    padding-top: 0;
}
#co-payment-form hr {
    display: none;
}
#checkout .checkout-payment-method .payment-method-content {
    padding: 0 10px 0 10px;
}
#checkout .mollie-component {
    width: 100%;
    height: 40px;
}
#checkout .opc-wrapper .fieldset .field .label {
    margin-bottom: 0!important;
}
#checkout .opc-payment .payment-group .payment-method label {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: 'SilkaMedium';
}
.opc-payment .mollie-payment-icon {
    height: 40px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
}
body.onestepcheckout-index-index .payment-group .field.choice {
    padding: 5px 10px;
}
.payment-method input[type="radio"] + label:before,.payment-method input[type="radio"] + label:after {
    top: 50%;
    transform: translateY(-50%);
}
.create-account-block .form-create-account {
    margin-top: 5px;
}
#checkout .address-autofill-formatted-output address {
    font-size: 16px;
    clear: both;
}
#checkout .field[name="shippingAddress.company"] {
    width: 50%;
}
#checkout .field[name="shippingAddress.branches"],#checkout .field[name="shippingAddress.address_autofill_nl.house_number"] {
    float: left;
    width: 50%;
}
#checkout .field[name="shippingAddress.address_autofill_nl.postcode"] {
    width: 50%;
    clear: both;
    float: left;
}
.checkout-cart-index .cart-empty {
    min-height: 50vh;
    padding-top: 200px;
    text-align: center;
    position: relative;
    background-image: url('../images/empty-cart-Icon.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: top 80px center;
    padding-bottom: 60px
}
.checkout-cart-index .cart-empty p:first-child {
    font-family: 'SilkaMedium';
    font-size: 20px;
    color: #0D132D;
}
#checkoutSteps .table-checkout-shipping-method tr.row {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
#checkoutSteps .table-checkout-shipping-method tr.row:last-child {
    margin-bottom: 0;
}
#checkout .table-checkout-shipping-method tbody td:first-child {
    width: auto;
    padding-left: 60px;
    font-family: 'SilkaMedium';
    position: relative;
}
#checkout .table-checkout-shipping-method tr.row:has(input[type='radio']:checked) {
    background-color: #fff;
    border-color: #19972b;
}
.table-checkout-shipping-method tbody td:first-child:before {
    content: url("../images/Standard-delivery-icon.svg");
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
}
tr.shipping-free:has(#label_method_bestway_tablerate) .price > .price {
    color: #19972a;
    border: 1px solid #19972a;
    padding: 4px 15px;
    border-radius: 4px;
    background: #e5ffeb;
    font-size: 13px;
}
#checkout .table-checkout-shipping-method tbody td {
    padding-bottom: 21px;
    padding-top: 21px;
    border: 0;
}
/* thank you page */
.checkout-onepage-success .page-title-wrapper{
    text-align: center;
}
.checkout-success{
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.checkout-success .actions-toolbar .action.continue,.rentalrequest-success-content .rentalrequest-success-shop-btn{
    color: #fff;
    background-color: #0D132D;
    border: 1px solid #0D132D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    display: inline-block;
    padding: 13px 25px;
    min-width: 233px;
    width: initial;
    float: none;
    margin: 20px 0;
    text-align: center;
}
.checkout-onepage-success #registration .action.primary,.rentalrequest-success-content .rentalrequest-success-account-btn{
    background: #fff;
    border: 1px solid #0D132D;
    color: #0D132D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.06em;
    display: inline-block;
    padding: 13px;
    min-width: 233px;
    float: none;
    margin: 20px 0;
    text-align: center;
}
.checkout-onepage-success .action.print{
    color: #1E2532;
}
.checkout-success p,.checkout-onepage-success #registration p,.checkout-success p a{
    font-size: 16px;
    color: #1E2532;
}
.checkout-success p span{
    font-family: 'SilkaMedium';
}
.checkout-onepage-success .page-title-wrapper h1,.rentalrequest-success-content h1{
    font-weight: 700;
    font-size: 32px;
    color: #1E2532;
}
.checkout-onepage-success .page-title-wrapper h1 span, .rentalrequest-success-content h1 span{
    position: relative;
    padding-left: 75px;
    display: inline-block;
    text-align: left;
}
.checkout-success .actions-toolbar div.primary{
    width: 100%;
}
.checkout-onepage-success .page-title-wrapper h1 span:before, .rentalrequest-success-content h1 span:before{
    content: " ";
    width: 66px;
    height: 66px;
    background-image: url('../images/empty-cart-Icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: -17px;
}
.checkout-onepage-success #maincontent,.huurofferte-index-success #maincontent {
    padding-top: 40px;
    position: relative;
    max-width: 100%;
    padding-bottom: 100px;
}
.checkout-onepage-success #maincontent:after,.huurofferte-index-success #maincontent:after {
    content: "";
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    height: 140px;
    display: inline-block;
    background: #4dbdc6;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.checkout-onepage-success #registration {
    /*text-align: center;*/
    display: none;
}
/* thank you page */
.payment-method-title:has(#checkmo) + .payment-method-content {
    display: none!important;
}
#checkout .opc-wrapper .create-account-block {
    display: none!important;
}
#payment.checkout-payment-method {
    margin-top: 20px;
}
.rental-top-banner {
    background-color: #04072E;
    background-image: url("../images/banner-bg.png"), var(--primary-gradient);
    padding-top: 24px;
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-position: right bottom -1px;
    background-size: contain;
    position: relative;
    color: #fff;
}
.rental-top-banner h2 {
    font-size: 48px;
    color: #fff;
    font-family: 'SilkaBold';
}
.rental-banner-container {
    max-width: 560px;
}
.rental-banner-container p {
    font-size: 20px;
    font-family: 'SilkaMedium';
}
.rental-banner-text {
    position: absolute;
    right: 13%;
    bottom: 85px;
    padding: 15px;
    background-color: rgba(13, 19, 45, 0.3);
    max-width: 460px;
    border-radius: 8px;
}
.rental-banner-text p {
    margin-bottom: 0;
    color: #fff;
}
.rental-steps-info ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    grid-gap: 50px;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}
.rental-steps-info ul:before {
    content: " ";
    height: 4px;
    background: rgb(74,242,243);
    background: linear-gradient(90deg, rgba(77,189,198,0) 0%, rgba(77,189,198,1) 19%, rgba(77,189,198,1) 50%, rgba(77,189,198,1) 80%, rgba(77,189,198,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 197px;
}
.rental-steps-info ul .step-text-info {
    text-align: center;
    position: relative;
    padding-top: 45px;
}
.rental-steps-info ul .step-text-info:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0D132D;
    transform: translateX(-50%);
    border: 1px solid #fff;
}
.rental-steps-info ul li h3 {
    font-size: 16px;
    color: #0D132D;
    margin-top: 0;
}
.rental-section-title {
    font-size: 32px;
    margin-top: 0;
    color: #0D132D;
    font-family: 'SilkaBold';
    margin-bottom: 15px;
}
.home-info-block-text {
    margin-top: 20px;
}
.rental-steps-info {
    padding: 40px 0;
}
.rental-steps-info ul {
    counter-reset: section;
    margin-top: 50px;
}
.rental-steps-info ul li{
    margin-bottom: 0;
}
.rental-steps-icon {
    width: 160px;
    height: 160px;
    background-color: #F3F6F9;
    border-radius: 8px;
    margin: 0 auto 30px;
    font-size: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.rental-steps-icon:before {
    counter-increment: section;
    content: counter(section);
    font-size: 18px;
    width: 40px;
    position: absolute;
    height: 40px;
    background: #4dbdc6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'SilkaBold';
    border-radius: 50%;
    top: -15px;
    left: -15px;
}
.rental-steps-info li:first-child .rental-steps-icon {
    background-image: url("../images/rental/icon1.svg");
}
.rental-steps-info li:nth-child(2) .rental-steps-icon {
    background-image: url("../images/rental/icon2.svg");
}
.rental-steps-info li:nth-child(3) .rental-steps-icon {
    background-image: url("../images/rental/icon3.svg");
}
.rental-steps-info li:nth-child(4) .rental-steps-icon {
    background-image: url("../images/rental/icon4.svg");
}
.rental-dark-section {
    padding: 130px 0;
    background-color: #0D132D;
    color: #fff;
    background-image: url("../images/left-side-bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.rental-dark-section .rental-section-title {
    color: #fff;
}
.rental-dark-section .custom-wrapper {
    display: grid;
    justify-content: flex-end;
}
.rental-dark-section p {
    max-width: 80%;
    margin-bottom: 0;
    font-size: 16px;
}
.rental-last-section {
    padding-bottom: 40px;
}
.cms-noroute-index .page-wrapper{
    background: #0d132d;
}
.cms-noroute-index #maincontent {
    display: grid;
    align-items: center;
    background-image: url("../images/404.svg");
    background-repeat: no-repeat;
    background-position: right bottom 50px;
    background-size: 500px;
    min-height: 570px;
}
.notfound-content h2 {
    margin-top: 0;
    color: #4dbdc6;
    font-size: 124px;
    font-family: 'SilkaBold';
}
.notfound-content h3 {
    font-size: 20px;
    color: #fff;
}
.notfound-content p {
    font-size: 16px;
}
.cms-noroute-index .page.messages,.cms-noroute-index #contentarea {
    display: none;
}
.notfound-content {
    max-width: 610px;
    color: #fff;
}
.notfound-redirect {
    margin-top: 40px;
}
.notfound-redirect a {
    color: #fff;
    font-family: 'SilkaBold';
}
.notfound-redirect a:hover {
    color: #4dbdc6;
    text-decoration: underline;
}
.cookie-page h2,.terms-page h2,.privacy-page h2 {
    font-family: 'SilkaBold';
    font-size: 14px;
    margin-bottom: 10px;
}
.privacy-page h2:first-child {
    margin-top: 0;
}
.cms-page-view.page-layout-1column .page-title-wrapper {
    text-align: center;
    margin-top: 15px;
}
.cms-page-view.page-layout-1column .page-title {
    font-size: 30px;
    font-family: 'SilkaMedium';
}
.cookie-page,.terms-page,.privacy-page {
    padding-bottom: 40px;
}
.store-main-content {
    padding: 25px 0;
}
.store-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    grid-column-gap: 30px;
    width: fit-content;
    margin: 0 auto;
    min-width: 626px;
}
.store-container .store-block {
    position: relative;
    padding-bottom: 50px;
}
.store-bottom-text {
    max-width: 626px;
    margin: 30px auto 0;
}
.store-bottom-text p {
    font-family: 'SilkaMedium';
}
.store-bottom-text p a {
    color: #000;
    font-family: 'SilkaBold';
}
.store-main-content h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
.store-block-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.store-block:first-child .store-block-banner {
    background-image: url("../images/Amsterdam.webp");
}
.store-block:nth-child(2) .store-block-banner {
    background-image: url("../images/Apeldoorn.webp");
}
.store-block:nth-child(3) .store-block-banner {
    background-image: url("../images/Rotterdam.webp");
}
.store-block:nth-child(4) .store-block-banner {
    background-image: url("../images/Breda.webp");
}
.store-block:nth-child(5) .store-block-banner {
    background-image: url("../images/Duiven.webp");
}
.store-block:nth-child(6) .store-block-banner {
    background-image: url("../images/Hengelo.webp");
}
.store-block:nth-child(7) .store-block-banner {
    background-image: url("../images/Utrecht.webp");
}
.store-block:nth-child(8) .store-block-banner {
    background-image: url("../images/Zeeland.webp");
}
.store-block:nth-child(9) .store-block-banner {
    background-image: url("../images/Venlo.webp");
}
.store-block:nth-child(4) li:first-child,
.store-block:nth-child(5) li:first-child,
.store-block:nth-child(6) li:first-child,
.store-block:nth-child(8) li:first-child,
.store-block:nth-child(9) li:first-child{
    grid-column: 1/-1;
    text-align: left!important;
}
.store-block:nth-child(4) li:nth-child(even),
.store-block:nth-child(5) li:nth-child(even),
.store-block:nth-child(6) li:nth-child(even),
.store-block:nth-child(8) li:nth-child(even),
.store-block:nth-child(9) li:nth-child(even){
    text-align: left;
}
.store-block:nth-child(4) li:nth-child(odd),
.store-block:nth-child(5) li:nth-child(odd),
.store-block:nth-child(6) li:nth-child(odd),
.store-block:nth-child(8) li:nth-child(odd),
.store-block:nth-child(9) li:nth-child(odd){
    text-align: right;
}
.store-info-overlay {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.store-block .store-label {
    background: #ca0414;
    border-radius: 3px;
    bottom: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
}
.store-block h3 {
    font-family: 'SilkaBold';
    margin-bottom: 15px;
    color: #0D132D;
}
.store-block ul {
    grid-template-columns: auto auto;
    display: grid;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 5px;
}
.store-block ul li:nth-child(even) {
     text-align: right;
}
.store-block ul li a,.store-block ul li a:hover {
    color: #000;
}
.store-block ul li a:hover {
    text-decoration: underline;
}
.more-info-btn {
    display: inline-block;
    text-align: center;
    background-color: #0D132D;
    color: #fff;
    border-radius: 4px;
    min-width: 188px;
    padding: 10px 15px;
    font-family: 'SilkaMedium';
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
}
.more-info-btn:hover,.more-info-btn:visited{
    color: #fff;
}
.goosStores-pages .top-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.goosStores-pages .top-banner .banner-content {
    background-color: #fff;
    border-radius: 4px;
    margin-left: 3%;
    max-width: 320px;
    padding: 15px 25px;
}
.goosStores-pages .top-banner .banner-content {
    background-color: #fff;
    border-radius: 4px;
    margin-left: 3%;
    max-width: fit-content;
    padding: 15px 25px;
}
.goosStores-pages .top-banner .banner-content h1{
    font-family: 'SilkaBold';
    color: #0D132D;
    font-size: 24px;
    margin: 0 0 15px;
}
.goosStores-pages .top-banner .banner-content ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.goosStores-pages .top-banner .banner-content li {
    font-size: 14px;
    font-family: 'SilkaMedium';
    margin-bottom: 1rem;
    padding-left: 30px;
    position: relative;
}
.goosStores-pages .top-banner .banner-content li:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background: #49F2F2;
    left: 0;
    top: -2px;
    border-radius: 50%;
}
.goosStores-pages .top-banner .banner-content li:after {
    content: "";
    height: 7px;
    width: 10px;
    position: absolute;
    border: 2px solid #000;
    left: 7px;
    transform: rotate(-54deg);
    top: 5px;
    border-top: 0;
    border-right: 0;
}
.store-loc-top-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    grid-gap: 20px;
    margin: 30px 0;
}
.store-info-block-map h2 {
    font-size: 18px;
    font-family: 'SilkaBold';
    color: #0D132D;
    margin-top: 0;
}
.store-info-block-map ul li, .store-info-block-map p, .store-info-block-map a {
    font-size: 16px;
    color: #000;
}
.store-info-block-map ul li {
    position: relative;
    padding-left: 20px;
}
.store-info-block-map ul li:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #000;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}
.cms-klantenservice #maincontent.page-main{
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.clientservice-top-banner,.store-top-banner {
    background-color: #04072E;
    background: var(--primary-gradient);
    color: #fff;
}
.clientservice-top-banner .custom-wrapper,.store-top-banner .custom-wrapper{
    padding: 40px 15px;
    text-align: center;
}
.clientservice-top-banner h1,.store-top-banner h1 {
    font-size: 32px;
    font-family: 'SilkaBold';
    margin-bottom: 5px;
    color: #fff;
}
.clientservice-top-banner p,.store-top-banner p {
    font-size: 20px;
    font-family: 'SilkaMedium';
    margin: 0 auto 10px;

}
.clientservice-form {
    max-width: 505px;
    margin: 0 auto;
    padding: 50px 0;
}
.clientservice-form input  {
    height: 40px;
    border-color: #E5E5E5;
    border-radius: 5px;
}
.clientservice-form textarea {
    height: 72px;
    border-color: #E5E5E5;
    border-radius: 5px;
    resize: none;
}
.clientservice-form .fieldset {
    margin-bottom: 20px;
}
.clientservice-form .webforms .actions-toolbar {
    display: flex;
    flex-direction: column;
}
.clientservice-form .webforms .actions-toolbar button {
    width: 100%;
    margin: 0;
    height: 40px;
    background-color: #0D132D;
    border-color: #0D132D;
    border-radius: 4px;
}
.clientservice-form .webforms {
    margin-bottom: 0;
}
.clientservice-help {
    padding: 58px 0;
    background-color: #0D132D;
}
.clientservice-help h2 {
    text-align: center;
    margin-top: 0;
    color: #fff;
    font-family: 'SilkaBold';
    font-size: 24px;
}
.clientservice-help-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    grid-gap: 20px;
}
.clientservice-help-info > div {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
}
.clientservice-help-info h3 {
    margin-top: 0;
    font-family: 'SilkaBold';
    font-size: 24px;
    color: #0D132D;
}
.clientservice-help-info a {
    color: #0D132D;
    font-family: 'SilkaMedium';
    display: inline-block;
    background-color: #F3F6F9;
    padding: 9px;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    min-width: 196px;
}
.clientservice-help-info a:hover {
    background-color: #eaf8f8;
    border-color: #49f2f2;
}
.rental-request {
    background: #4dbdc6;
    border: 1px solid #4dbdc6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 10px 12px;
    text-align: center;
    color: #0D132D;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'SilkaMedium';
}
.rental-request:hover,.rental-request:focus,.rental-request:active {
    background: #4dbdc6;
    border-color: #4dbdc6;
    color: #0D132D;
}
.swal2-container {
    position: fixed!important;
}

/* cookie lightbox*/

html.with-featherlight {
    overflow: hidden
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0.5)
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px;
    max-width: 565px;
    margin: 0 auto;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
}

.featherlight .featherlight-inner {
    display: block;
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    color: #000;
    border: 0;
    padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.featherlight iframe {
    border: 0
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media print {
    html.with-featherlight>*>:not(.featherlight) {
        display: none
    }
}

.lightbox2cv {
    display: none;
}

.horecacboxdescription>span,
.product-rollup {
    display: block;
    margin-bottom: 1.5rem;
}

.ckhwconfrm {
    padding: 12px;
    color: #fff;
    background: #005EAC;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ckhwconfrm:hover {
    color: #fff;
    background: #005EAC;
}

.horecacboxdescription {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.featherlight .featherlight-close-icon {
    display: none;
}

html.with-featherlight .clzinfopagetop,
html.with-featherlight #header,
html.with-featherlight .container.main-container-full,
html.with-featherlight .clzdvspecialblock {
    filter: blur(0.25em);
    -webkit-filter: blur(0.25em);
}

.hwckblockfooter {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.hwckblockfooter .ckhwconfrm {
    width: 100%;
    border-radius: 4px;
    padding: 10px 5px;
    line-height: 1.4;
    color: #0D132D;
    font-size: 16px;
    font-family: 'SilkaBold';
    letter-spacing: 0.5px;
    background: #4dbdc6;
    border: 1px solid #4dbdc6;
}
.mdlckinner h2 {
    margin-top: 0;
    font-family: 'SilkaBold';
    color: #0D132D;
    font-size: 24px;
    padding-left: 45px;
    position: relative;
}
.mdlckinner h2:before {
    content: " ";
    background-image: url('../images/cookie.svg');
    width: 34px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.mdlckinner p {
    font-size: 14px;
}
.mdlckinner p a {
    color: #4dbdc6;
    font-size: 14px;
    text-decoration: underline;
}

.featherlight {
    cursor: default;
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .4);
}

div.featherlight div.featherlight-content div#fl1.lightbox.lightbox2cv.featherlight-inner {
    position: relative !important;
}
/* cookie lightbox*/

.rental-request-index {
    display: grid;
    grid-template-columns: 1fr 360px;
    grid-gap: 30px;
    padding-bottom: 30px;
}
.rental-request-index .cart-summary {
    width: 100%;
    padding: 0;
    position: static;
}
.rental-request-index .summary.title {
    display: none;
}
.rental-request-index .billing-form-fields,
.rental-request-index .shipping-form-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px;
}
fieldset.fieldset.shipping-form-fields.hidden {
    display: none !important;
}
.rental-request-index .request-quote-content {
    padding: 24px;
    background: #F6F7FA;
    border-radius: 8px;
}
.request-quote-content .fieldset > .field {
    margin-bottom: 0;
}
.request-quote-content .fieldset.address-autofill-fieldset,
.request-quote-content .fieldset.address-autofill-fieldset-shipping {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px;
}
.request-quote-content .fieldset.address-autofill-fieldset-shipping {
    margin-bottom: 0;
}
.request-quote-content .address-autofill-fieldset > .field:last-child,
.request-quote-content .address-autofill-fieldset-shipping > .field:last-child {
    margin: 0;
    grid-column: 1 / -1;
}
.request-quote-content .address-autofill-formatted-output address {
    background-color: rgb(239 246 248);
    border: 1px solid #00A2A3;
    border-radius: 4px;
    font-size: 15px;
}
.request-quote-content .fieldset > .field.address-autofill-intl-input {
    grid-column: 1/-1;
}
.rental-request-index .billing-form-fields .field.message, .rental-request-index .billing-form-fields .field.wrap {
    grid-column: 1/-1;
}
.full-width-field {
    grid-column: 1/-1!important;
}
.rental-request-index .billing-form-fields > .field,
.rental-request-index .shipping-form-fields > .field {
    margin: 0;
}
.rental-request-index .billing-form-fields input,.rental-request-index .billing-form-fields select,
.rental-request-index .shipping-form-fields input,.rental-request-index .shipping-form-fields select {
    height: 40px;
    border-color: #E5E5E5;
    border-radius: 5px;
    color: #000;
}
.rental-request-index .billing-form-fields textarea,
.rental-request-index .shipping-form-fields textarea  {
    height: 72px;
    border-color: #E5E5E5;
    border-radius: 5px;
    resize: none;
}
.rental-top-banner.rental-request-banner {
    background-color: #04072E;
    margin-bottom: 40px;
    padding-bottom: 60px;
    background-image: url("../images/rental-request.png"), var(--primary-gradient) ;
    background-size: contain;
}
.rental-request-index .cb-primary-type1 {
    margin-top: 15px;
}
.rental-request-index .label,.clientservice-form .label,.onestepcheckout-index-index #checkoutSteps .label {
    font-size: 14px;
    color: #1A1F27;
    font-family: 'SilkaMedium';
    font-weight: normal!important;
}
.rental-request-index .cart-summary .cart-totals {
    border: 1px solid #00A2A3;
    background: #fff;
}
.rental-request-index .form-cart {
    width: 100% !important;
    padding: 0!important;
    margin-bottom: 0;
}
.rental-request-index .shipping-form-fields .step-title {
    grid-column: 1 / -1;
    padding-top: 20px;
    font-size: 16px;
    font-family: 'SilkaMedium';
}
.item-info-rental {
    background: #EFF6F8;
    position: relative;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.rental-product-name a {
    font-size: 1.5rem;
    color: #0D132D;
    font-family: 'SilkaMedium';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.block-minicart .product-item-details .price {
    font-weight: 400;
    text-decoration: line-through;
    color: #555C6A;
    margin-right: 7px;
    margin-top: 2px;
    display: inline-block;
}
.block-minicart .price-container .price-excluding-tax .price {
    color: #1A1F27;
    font-weight: 700;
    text-decoration: none;
    margin-left: 0;
    font-size: 16px;
}
.data.table td, .data.table th {
    vertical-align: middle;
}
.close-mobile-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
}
.close-mobile-menu:after {
    content: " ";
    width: 2px;
    height: 20px;
    background-color: #000;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
}
.close-mobile-menu:before {
    content: " ";
    width: 2px;
    height: 20px;
    background-color: #000;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
}
.mobile-product-name {
    display: none;
}
.review-average {
    font-size: 36px;
    margin-right: 10px;
    color: #0D132D;
}
.review-bottom-toolbar .add-review-btn {
    text-align: center;
    padding: 10px 31px;
    letter-spacing: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'SilkaMedium';
    font-size: 14px;
    margin-left: 0;
    display: inline-block;
    background: #4dbdc6;
    color: #0D132D;
}
.review-item .review-title {
    color: #0D132D;
    font-size: 16px;
    font-family: 'SilkaMedium';
    margin-bottom: 10px;
}
.rating-box {
    width: 74px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    background-image: url('../images/StarRating.svg')
}

.rating {
    background-image: url('../images/StarRating.svg');
    background-position: 0 -14px;
    clear: both;
    float: left;
    height: 14px;
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    background-repeat: no-repeat
}
.pdp-review-list {
    margin-bottom: 5px;
    display: inline-block;
}
.review-item .review-content {
    margin-bottom: 10px;
}
.review-item .review-author {
    font-family: 'SilkaMedium';
    color: #0D132D;
}
#loadMore, #loadLess {
    display: none;
    margin: 0 auto;
    letter-spacing: .05em;
    color: #0D132D;
    font-family: 'SilkaMedium';
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 9px;
    min-width: 220px;
    text-align: center;
}
.review-items .review-item {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}
.items.review-items {
    margin-bottom: 20px;
}
.rating-summary .rating-result > span:before {
    color: #18c0c1;
}
body .fancybox-can-swipe .fancybox-content {
    max-width: 800px;
    min-width: 788px;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    overflow: visible;
}
/* review popup*/

.review-nested {
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #D9D9D9;
}

.review-nested .review-control-vote label:before,
.review-nested .review-control-vote:before {
    font-size: 22px;
    height: 22px;
    letter-spacing: 5px;
    line-height: 22px;
}
.review-nested .review-control-vote:before {
    content: '';
    background-image: url('../images/StarRating-big.svg');
    background-position: 0 0;
    height: 22px;
    background-repeat: no-repeat;
    width: 114px;
}
.review-nested .review-control-vote label:before {
    content: '';
    height: 22px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('../images/StarRating-big.svg');
    background-position: 0 -22px;
}
.review-control-vote .rating-1:before {
    width: 22px;
}
.review-control-vote .rating-2:before {
    width: 45px;
}
.review-control-vote .rating-3:before {
    width: 68px;
}
.review-control-vote .rating-4:before {
    width: 91px;
}
.review-control-vote .rating-5:before {
    width: 114px;
}
.review-nested .control.review-control-vote {
    width: 114px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 35px;
}
#review-form.review-form-content {
    padding: 0 15px 15px;
}

#review-form.review-form-content .button-orange {
    padding: 10px 35px;
}

#review-form.review-form-content #nickname_field,
#review-form.review-form-content #summary_field {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 57px;
    border-color: #D9D9D9;
    font-size: 15px;
}
#review-form h2 {
    margin-top: 0;
    font-size: 22px;
}
#review-form.review-form-content textarea {
    resize: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 115px;
    border-color: #D9D9D9;
    font-size: 15px;
}

.review-field-rating .label {
    font-family: 'SilkaMedium';
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
}
.review-nested .review-field-rating {
    position: relative;
}

.legend.review-legend {
    text-align: center;
    font-size: 16px;
    color: #0D132D;
}

#review-form.review-form-content div.field label.label {
    font-family: 'SilkaMedium';
    font-size: 14px;
    color: #0D132D;
    margin-top: 15px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
}
.review-form-half {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 15px;
}
.legend.review-legend {
    text-align: center;
    font-size: 14px;
    color: #0D132D;
}

/* review popup*/
.pdp-block-title {
    font-size: 18px;
    font-family: 'SilkaMedium';
    font-weight: 600;
    margin-top: 0;
    color: #0D132D;
    margin-bottom: 10px;
}
.product-review-section {
    padding: 35px 45px;
    background: #fff;
    border-radius: 8px;
    margin: 30px 0;
}
#checkoutSteps .billing-address-form .address {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#checkoutSteps .billing-address-form .address .mp-6 {
    width: 100%;
}
#checkoutSteps .billing-address-form .field[name="billingAddress.company"],
#checkoutSteps .billing-address-form .field.address-autofill-formatted-output,
#checkoutSteps .billing-address-form .field.address-autofill-intl-input{
    grid-column: 1 / -1;
}
#checkoutSteps .billing-address-form .field.address-autofill-intl-input {
    order: 15;
}
#checkoutSteps .billing-address-form .field.address-autofill-formatted-output {
    order: 16;
}
.no-review-yet .review-info-text {
    margin: 10px 0 13px;
}
.rating-summary .rating-result {
    width: 74px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating-summary .rating-result:before {
    content: '';
    background-image: url('../images/StarRating.svg');
    background-position: 0 0;
    height: 14px;
    background-repeat: no-repeat
}

.rating-summary .rating-result>span:before {
    content: '';
    background-image: url('../images/StarRating.svg');
    background-position: 0 -14px;
    height: 14px;
    background-repeat: no-repeat;
    z-index: 1
}
.pdp-review-top .rating-summary .rating-result {
    width: 114px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.pdp-review-top .rating-summary .rating-result:before {
    content: '';
    background-image: url('../images/StarRating-big.svg');
    background-position: 0 0;
    height: 22px;
    background-repeat: no-repeat
}

.pdp-review-top .rating-summary .rating-result>span:before {
    content: '';
    background-image: url('../images/StarRating-big.svg');
    background-position: 0 -22px;
    height: 22px;
    background-repeat: no-repeat;
    z-index: 1
}
.reviews-actions.mobile-reviews-actions {
    display: none;
}
.product-info-main .rating-summary, .customer-review .rating-summary {
    margin-right: 5px;
}
.product-item .product-reviews-summary .reviews-actions {
    margin-top: 2px;
}
#nocache_stock {
    margin-bottom: 20px;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer{
    text-align: center;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer .action-hide-popup {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    background: #0d132d;
    margin: 0;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer .action-hide-popup:hover {
    text-decoration: none;
}
.minicart-free-shipping {
    position: absolute;
    bottom: 100%;
    width: 100%;
    padding: 10px 5px;
    background: #e5ffeb;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: .02em;
    color: #19972a;
    border: 1px solid #19972a;
}
.minicart-free-shipping span {
    position: relative;
    padding-left: 40px;
    white-space: nowrap;
}
.minicart-free-shipping b{
    font-weight: 400;
}
.minicart-free-shipping span:before {
    content: " ";
    background-image: url("../images/free-delivery-icon.svg");
    width: 40px;
    height: 25px;
    background-size: 35px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: -3px
}
.minicart-add-message h2 {
    color: #1A1F27;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.minicart-add-message h2:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    /*background-color: rgba(24, 222, 223, 0.3);*/
    background-color: #4dbdc6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.minicart-add-message h2:after {
    content: " ";
    height: 12px;
    width: 20px;
    border: 2px solid #0D132D;
    position: absolute;
    left: 8px;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -10px;
}

.minicart-add-message p {
    color: #1A1F27;
    font-size: 18px;
}
.cart-pr-info span {
    font-family: 'SilkaMedium';
}
#pdp-plus-minus li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.clzpdplsp {
    background: url('../images/plus.svg') no-repeat;
    background-size: 19px auto;
    padding-left: 26px;
    line-height: 20px;
    max-width: 75%;
    padding-bottom: 9px;
    background-position: left 0;
    margin-bottom: 0;
}
.clzpdmnsp{
    background: url('../images/minus.svg') no-repeat;
    background-size: 19px auto;
    padding-left: 26px;
    line-height: 20px;
    max-width: 75%;
    padding-bottom: 9px;
    background-position: left 0;
    margin-bottom: 0;
}
.store-block-new ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 5px;
}
.store-block-new li {
    font-family: 'SilkaMedium';
}
.store-block-new ul li a {
    color: #000;
}
.store-block-new h3 {
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'SilkaMedium';
    font-weight: normal;
}
.leaserequest-index-index .rental-top-banner.rental-request-banner {
    background-color: #04072E;
    background-image: url('../images/lease-request.png'), var(--primary-gradient);
    margin-bottom: 56px;
    padding: 81px 0;
    background-size: contain;
    background-position: 100% 0;
    color: #fff;
}
.leaserequest-index-index .rental-top-banner.rental-request-banner .rental-banner-container {
    max-width: 100%;
}
.leaserequest-index-index .rental-top-banner.rental-request-banner h2 {
    margin: 0 0 8px;
    line-height: 64px;
    max-width: 571px;
}
.leaserequest-index-index .rental-top-banner.rental-request-banner p {
    max-width: 526px;
    margin: 0;
    line-height: 28px;
}
.leaserequest-index-index .blockhead {
    margin-bottom: 24px;
}
.leaserequest-index-index .blockhead h2 {
    margin-bottom: 16px;
    line-height: 48px;
}
.leaserequest-index-index .request-index {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 56px;
    width: 100%;
    display: flex;
}
.leaserequest-index-index .request-index-left {
    background-color: #F6F7FA;
    padding: 20px 37px 20px 20px;
    margin-right: 20px;
    border-radius: 8px;
    max-width: 626px;
    width: 100%;
}
.leaserequest-index-index .request-index-left #lease-request-tabs {
    display: flex;
    gap: 16px;
}
.leaserequest-index-index .request-index-left #lease-request-tabs li {
    width: 50%;
    margin: 0;
}
.leaserequest-index-index .request-index-left #lease-request-tabs li div {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 17px 10px;
    background-color: #F8FAFA;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #000000;
    line-height: normal;
}
.leaserequest-index-index .request-index-left #lease-request-tabs li.current div {
    background-color: #E6E6E6;
    border: 1px solid #848484;
}
.leaserequest-index-index .request-index-left #lease-request-tabs li div span {
    display: inline-block;
    padding-left: 26px;
    position: relative;
    font-size: 17px;
    font-family: 'SilkaMedium';
    font-weight: 500;
}
.leaserequest-index-index .request-index-left #lease-request-tabs li div span:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
}
.leaserequest-index-index .request-index-left #lease-request-tabs li:first-child span::before {
    background-image: url('../images/user-icon.svg');
}
.leaserequest-index-index .request-index-left #lease-request-tabs li:last-child span::before {
    background-image: url('../images/location-icon.svg');
}
.leaserequest-index-index .request-index-left .fieldset {
    margin-bottom: 20px;
}
.leaserequest-index-index .request-index-left .fieldset:last-child {
    margin-bottom: 0;
}
.leaserequest-index-index .request-index-left .fieldset .field {
    margin: 0 0 20px;
}
.leaserequest-index-index .request-index-left .fieldset .field:last-child {
    margin: 0;
}
.leaserequest-index-index .request-index-left .fieldset .field .label {
    font-family: 'SilkaMedium';
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
.leaserequest-index-index .request-index-left .fieldset .field.required .label::after {
    font-size: 15px;
    margin: 0 0 0 3px;
    color: #000;
}
.leaserequest-index-index .request-index-left .fieldset .field input,
.leaserequest-index-index .request-index-left .fieldset .field select {
    border-color: #E2E2EA;
    font-size: 15px;
    height: 43px;
}
.leaserequest-index-index .request-index-left .fieldset .field select {
    background-size: 35px;
}
.leaserequest-index-index .request-index-left .fieldset .field div.mage-error {
    margin-top: 5px;
}
.leaserequest-index-index .request-index-left .free-quote-req .free-quote-req-btn {
    background-color: #3E812F;
    color: #fff;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 12px;
    font-size: 15px;
    font-family: 'SilkaMedium';
    font-weight: 600;
}
.leaserequest-index-index .request-index-left .free-quote-req .request-text {
    margin-top: 13px;
    font-size: 15px;
    color: #4F5356;
    font-family: 'SilkaMedium';
    font-weight: 500;
}
.lease-tab-content.validation {
    position: absolute;
    top: 12%;
}
.lease-tab-content {
    display: none;
}
.lease-tab-content.current {
    display: block;
}
.cart.table-wrapper .cart>.item{
    border-top-color: #F7F8FA!important;
}
.request-index .request-index-left input,.request-index .request-index-left select{
    height: 45px;
}
.request-index .request-index-left textarea{
    resize: none;
    height: 135px;
}
.leaserequest-index-index .cart-summary .summary.title {
    margin: 0 0 11px;
    font-size: 24px;
    font-family: 'SilkaBold';
    line-height: normal;
    display: block;
}
.leaserequest-index-index .cart-summary._sticky{
    top: inherit !important;
}
.leaserequest-index-index #form-validate {
    width: 100%;
    padding-right: 0;
    order: unset;
    margin: 0;
}
.leaserequest-index-index .cart-summary {
    width: 100%;
    order: unset;
    background-color: #F6F7FA;
    padding: 28px 20px 20px 28px;
    border-radius: 8px;
    margin-bottom: 23px;
}
.leaserequest-index-index .cart-summary .cart-totals {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}
.leaserequest-index-index #cart-totals tr:last-child {
    border-bottom: 0 !important;
}
.leaserequest-index-index #cart-totals tr th,
.leaserequest-index-index #cart-totals tr th strong,
.leaserequest-index-index #cart-totals tr td,
.leaserequest-index-index #cart-totals tr td strong {
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'SilkaMedium';
}
.leaserequest-index-index #cart-totals tr.grand.totals.incl {
    border: 0;
    margin-bottom: 20px;
}
.leaserequest-index-index #cart-totals tr th strong,
.leaserequest-index-index #cart-totals tr td strong {
    padding: 0;
}
.leaserequest-index-index #cart-totals tr.grand.totals.incl th strong,
.leaserequest-index-index #cart-totals tr.grand.totals.incl td strong {
    font-size: 19px;
    padding: 0;
    font-family: 'SilkaBold';
    font-weight: 300;
}
.leaserequest-index-index #cart-totals tr th,
.leaserequest-index-index #cart-totals tr th strong,
.leaserequest-index-index #cart-totals tr td,
.leaserequest-index-index #cart-totals tr td strong {
    font-size: 15px;
}
.leaserequest-index-index .cart-container .item-info-rental {
    background-color: #F6F7FA;
    padding: 15px 15px 18px 15px;
    margin-bottom: 23px;
}
.leaserequest-index-index .cart-container .item-info-rental .cart-sku {
    margin-top: 5px;
}
.leaserequest-index-index .cart-container .cart.item:last-child .item-info-rental {
    margin: 0;
}
.leaserequest-index-index .cart-container .item-info-rental .old-price-offer {
    color: #555C6A;
}
.leaserequest-index-index .cart-container .item-info-rental .product-item-photo {
    max-width: 92px;
    padding-right: 27px;
}
.leaserequest-index-index .cart-container .item-info-rental .rental-product-name a {
    font-size: 14px;
    color: #000;
    line-height: normal;
}
.request-index-left .actions-toolbar .action{
    background-color: #929fa8;
    color: #fff;
    width: 100%;
}
body .request-index-left  input,body .request-index-left textarea,body .request-index-left select{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.request-index-left input[type="text"],.request-index-left input[type="password"],.request-index-left input[type="url"], .request-index-left input[type="tel"],.request-index-left input[type="search"],.request-index-left input[type="number"],.request-index-left input[type="datetime"],.request-index-left input[type="email"]{
    padding: 0 10px;
}
.leaserequest-index-index .table-secure-text{
    display: none;
}
.leaserequest-index-index .product-item-details a{
    color: #444;
}
.leaserequest-index-index #shopping-cart-table td.price span {
    font-size: 12px;
}
.request-index-left .actions-toolbar .action:hover,.free-quote-req-btn:hover {
    background-color: #18801a;
    color: #fff;
}
.leaserequest-index-index .cart-container {
    display: flex;
    flex-direction: column;
}
#shopping-cart-table.table thead{
    visibility: hidden;
    display: none;
}
#shopping-cart-table.table thead th {
    padding: 0!important;
}
fieldset.fieldset.shipping-form-fiels.hidden {
    display: none !important;
}
.request-index .request-index-left input#isShipping{
    height: 16px;
}
.request-index .request-index-left input#isShipping ~ label {
    font-size: 15px;
}
.leaserequest-index-index span.old-price-offer {
    font-size: 12px !important;
    color: #666666 !important;
    font-weight: 100 !important;
    text-decoration: line-through;
}
.leaserequest-index-index #cart-totals tr.down-payment {
    order: 6;
}
.leaserequest-index-index #cart-totals tr.lease-months {
    order: 7;
}
.leaserequest-index-index #cart-totals tr.lease-value {
    border-bottom: 0;
    order: 8;
}
.leaserequest-index-index .field.est-date .control {
    position: relative;
}
.leaserequest-index-index .est-date .ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 30%;
}
._has-datepicker.mage-error ~ .ui-datepicker-trigger {
    top: 20%;
}
.leaserequest-index-index .request-index-left .fieldset .field textarea {
    display: block;
}
.leaserequest-index-index .request-index-left .fieldset .address-autofill-fieldset,
.leaserequest-index-index .request-index-left .fieldset .address-autofill-fieldset-shipping {
    row-gap: 0;
    margin: 0;
}
.leaserequest-index-index .request-index-left .fieldset .address-autofill-fieldset .field:last-child,
.leaserequest-index-index .request-index-left .fieldset .address-autofill-fieldset-shipping .field:last-child {
    margin: 0 0 20px;
}
.leaserequest-index-index .request-index-left .fieldset h2 {
    font-size: 24px;
    font-family: 'SilkaBold';
}
.leaserequest-index-success #maincontent.page-main {
    margin-top: 0;
}
.leaserequest-index-success .custom-wrapper {
    padding: 0;
}
.leaserequest-success-content {
    margin-top: 39px;
    margin-bottom: 182px;
}
.leaserequest-success-content .heading-text {
    margin: 0 auto 20px;
    font-size: 30px;
    font-family: 'SilkaMedium';
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.5px;
}
.leaserequest-success-content .heading-text span {
    padding-left: 72px;
}
.leaserequest-success-content .heading-text span:before {
    background-image: url('../images/cart-icon-success-page.svg');
    width: 62px;
    height: 64px;
}
.leaserequest-success-content .sub-text {
    max-width: 968px;
    font-size: 16px;
    margin: 0 auto 20px;
    letter-spacing: 0.5px;
    line-height: normal;
}
.leaserequest-success-content .title {
    max-width: 968px;
    margin: 0 auto 15px;
    padding-left: 15px;
}
.leaserequest-success-content .sub-text strong {
    font-family: 'SilkaMedium';
    font-weight: 500;
}
.leaserequest-success-content ul {
    max-width: 968px;
    list-style: decimal;
    margin: 0 auto 36px;
}
.leaserequest-success-content ul li {
    line-height: normal;
}
.leaserequest-success-content ul li:last-child {
    margin-bottom: 0;
}
.leaserequest-success-content .bottom-part p {
    margin-bottom: 17px;
}
.leaserequest-success-content .bottom-part p strong {
    font-family: 'SilkaMedium';
    font-weight: 500;
}
.cms-sectoren #maincontent.page-main {
    margin-top: 0;
}
.sectoren-main {
    margin: 30px 0 146px;
}
.sectoren-main .heading-text {
    margin-bottom: 34px;
    text-align: center;
}
.sectoren-main .heading-text h1 {
    color: #0D132D;
    font-size: 24px;
    font-family: 'SilkaMedium';
    margin: 0;
}
.sectoren-main .heading-text p {
    color: #0D132D;
    font-size: 16px;
    font-family: 'SilkaMedium';
}
.sectoren-main .heading-text p:last-child {
    margin: 0;
}
.sectoren-main .sectoren-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 45px;
}
.sectoren-main .sectoren-wrapper img {
    display: block;
    border-radius: 5px;
}
.sectoren-main .sectoren-inner a {
    position: relative;
}
.sectoren-main .sectoren-inner .overlay {
    background: rgba(13, 19, 45, 0.4);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
}
.sectoren-main .sectoren-inner .label-container {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    width: 100%;
    translate: 0 -50%;
    height: 45px;
    text-align: center;
}
.sectoren-main .sectoren-inner .label-container h3 {
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin: 0;
    position: absolute;
    left: 50%;
    translate: -50% 50%;
}
.sectoren-single {
    margin: 6px 0 82px;
}
.sectoren-single .top-banner {
    margin-bottom: 20px;
}
.sectoren-single .top-banner img {
    display: block;
    border-radius: 5px;
}
.sectoren-single .heading-content {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 51px;
    text-align: center;
}
.sectoren-single .heading-content h1 {
    font-size: 24px;
    font-family: 'SilkaMedium';
    margin: 0 0 20px;
}
.sectoren-single .heading-content p {
    font-size: 14px;
    margin: 0;
}
.sectoren-single .mobile-image {
    display: none;
}
.sectoren-single .block-inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 40px;
}
.sectoren-single .block-inner:not(:last-child) {
    margin-bottom: 34px;
}
.sectoren-single .block-inner img {
    display: block;
    border-radius: 5px;
}

.sectoren-single .block-inner h2 {
    font-size: 17px;
    font-family: 'SilkaMedium';
    margin: 0 0 20px;
}
.sectoren-single .block-inner ul {
    padding-left: 15px;
    margin: 0;
}
.sectoren-single .block-inner ul li {
    margin: 0;
}
.sectoren-single .block-inner ul li:not(:last-child) {
    margin-bottom: 15px;
}
.sectoren-single .block-inner h3 {
    font-size: 14px;
    font-family: 'SilkaMedium';
    margin: 0;
    font-weight: 500;
}
.sectoren-single .block-inner .block-text p:last-child {
    margin: 0;
}
.sectoren-single .block-inner .dark-btn {
    font-family: 'SilkaMedium';
    margin-top: 40px;
}
.branches-top-banners {
    margin: 15px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 25px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-color: #0D132D;
}
.branches-top-banners h2 {
    font-size: 36px;
    margin-top: 0;
    font-family: 'SilkaMedium';
}
.branches-top-banners p {
    font-size: 16px;
    font-family: 'SilkaMedium';
    max-width: 500px;
}
.checkout-methods-items .grey-btn-default,.checkout-methods-items .cart-primary, .checkout-methods-items .cart-primary:focus, .checkout-methods-items .cart-primary:active {
    font-size: 13px;
}
.home-categories-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}
.home-categories-block {
    position: relative;
}
.home-categories-block .home-categories-title {
    position: absolute;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    z-index: 2;
    transition: background-color 0.3s ease;
}
.home-categories-block:hover .home-categories-title {
   background-color: rgba(255, 255, 255, 0.3);
}
.home-categories-block img {
    border-radius: 5px;
    vertical-align: top;
}
.home-categories-block a {
    display: block;
}
.home-categories-block:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0D132D;
    border-radius: 5px;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}
.home-categories {
    padding: 35px 0;
    background-color: #F3F6F9;
}
.home-product-widget .product-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-bottom: 25px;
    overflow-x: auto;
}
.home-product-widget .product-items::-webkit-scrollbar {
    display: none;
}
.product-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product-item-more {
    background-color: #BCBCBC;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 7px;
    border-radius: 5px;
    transition: all 0.5s ease-out;
}
.product-item-more:hover {
    background-color: #0D132D;
}
.product-item-more:hover img {
    filter: brightness(0) invert(1);
}
.product-item-photo {
    position: relative;
}
.offer-label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0D132D;
    padding: 5px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    white-space: nowrap;
}
.product-info-detailed {
    display: grid;
    grid-template-columns: 1fr 470px;
    max-width: 1170px;
    margin: 0 auto 30px;
    padding: 0 15px;
}
.product-info-detailed .upsell-extra-accessories {
    margin-top: 0;
}
.product-details-left {
    background: #fff;
    padding: 20px;
}
.upsell-extra-accessories-box .product-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.upsell-extra-accessories-box .product-image-wrapper {
    padding-top: 100%;
}
.outof-stock-btn {
    width: 100%;
    margin-right: 0;
    border: 0;
    padding: 13px 5px;
    background-color: #00509d;
    color: #fff;
    font-size: 16px;
    font-family: 'SilkaBold';
    letter-spacing: 0.5px;
    line-height: 1.4;
    border-radius: 4px;
}
.vat-id-label {
    overflow: visible !important;
    white-space: unset !important;
}
.vat-id-label .required-entry {
    color: #e02b27;
    font-size: 1.2rem;
}
.vat-tooltip {
    position: relative;
    margin-left: 4px;
    vertical-align: middle;
}
.vat-tooltip .vat-tooltip-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    color: #555;
}
.vat-tooltip:hover .vat-tooltip-text,
.vat-tooltip-text:hover {
    visibility: visible;
    opacity: 1;
}
.vat-tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    bottom: 100%;
    margin-bottom: 6px;
    left: 0;
    width: 200px;
    max-width: 280px;
    background-color: #fff;
    color: #000;
    text-align: left;
    border-radius: 6px;
    font-weight: 400;
    border: 1px solid #c3c1bc;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: auto;
    line-height: 1.4;
}
.product-item .product-reviews-summary .rating-summary {
    position: relative;
}
.product-item .price-box .price-label {
    display: none;
}