/* Base CSS */

/* font family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all .3s;
}
button {
    transition: all .3s;
}
ul {
    margin: 0;
    padding: 0;
}
.trodonLogo{
    width: 400px;
}
.vloer-bh-jaar-1 .trodon-line .prijsTegel{
    color: #990000;
    font-size: 20px;
}
.aanbieding_extra{
    height: 130px;
}
.sublogo{
	background: #990000;
	color: #fff;
    width: 150px;
}
.aanbiedingenHero{
    background-image: url(https://tapijtwebsite.nl/webAssets/img/aanbiedingen.png);
    height: 560px;
    background-size: cover;
}
li {
    list-style-type: none;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}
body {
    font-family: "Roboto", sans-serif;
}
::placeholder {
    opacity: 1;
}
.section-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #E4E4E4;
}
.section-title::after {
	content: '';
	width: 130px;
	height: 2px;
	background-color: #FC404A;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.section-title h2 {
	font-size: 25px;
	line-height: 1;
}
.section-title-2::before {
    content: '';
    width: 90px;
    height: 2px;
    background-color: #FC404A;
	position: absolute;
	right: 160px;
	bottom: -2px;
}
/* Base CSS End */

/* header area start */
.header-top {
	border-top: 1px solid #D69999;
	background-color: #990000;
	padding: 15px 0;
}
.header-top .discount-text {
    font-style: italic;
}
.header-top-menu li a {
	color: #fff;
	font-style: italic;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #7A0000;
}
.header-top-menu li a:hover {
    text-decoration: underline;
}

.header-middle {
    padding: 30px 0;
}
.header-wrapper {
	gap: 50px;
}
.logo img {
    max-width: 425px;
}
.header-search {
	height: 55px;
	background-color: #F2F2F2;
	border-radius: 8px;
}
.category-dropdown {
	padding: 8px;
}
.category-dropdown .dropdown-toggle {
	color: #000;
	border: 0;
	border-right: 1px solid #D9D9D9;
	padding-right: 25px;
	gap: 20px;
	margin-right: 20px;
}
.category-dropdown .dropdown-toggle::after {
    display: none;
}
.search-btn {
	width: 120px;
	background-color: #990000;
	color: #fff;
	font-size: 20px;
	border-radius: 0 8px 8px 0;
	transition: all .3s;
}
.search-btn:hover {
    background-color: #fc404a;
}
.header-action {
	gap: 25px;
}
.action-btn {
	color: #000;
	gap: 10px;
}
.action-btn:hover {
    color: #990000;
}
.action-btn i {
    font-size: 24px;
}
.action-btn img {
    width: 24px;
}
.action-btn.cart-btn {
    color: #fc404a;
}
.header-menu {
	border-bottom: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
}
.main-menu {
	gap: 60px;
}
.main-menu li a {
    color: #000;
    padding: 20px 0;
    display: inline-block;
}
.main-menu li a:hover, .main-menu li a.active {
    color: #990000;
}
.header-btn {
    color: #000;
    gap: 15px;
}
.header-btn img {
	width: 25px;
}
.header-btn:hover {
    color: #990000;
}

.dropdown-container .submenu {
	z-index: 9;
	min-width: 230px;
	background-color: #990000;
	gap: 10px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
    transition: all .3s;
    top: 120%;
    opacity: 0;
    visibility: hidden;
}
.dropdown-container .submenu li a {
    color: #fff;
    padding: 10px 20px !important;
}
.dropdown-container .submenu li a:hover {
    color: #000;
    background-color: #fff;
}
.offerteBtn{
    margin-top: -20px;
}
.dropdown-container:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.dropdown-toggler i {
    transition: all .3s;
}
.dropdown-container:hover .dropdown-toggler i {
    transform: rotate(180deg);
}
/* offcanvas menus start */
.menu-bar {
	background-color: #990000;
	color: #fff;
	line-height: 1;
	padding: 6px 12px;
	font-size: 24px;
	border-radius: 6px;
}
.offcanvas-body .header-search {
	height: 45px;
    margin-bottom: 20px;
}
.offcanvas-body .search-bar input {
	padding: 0 20px;
}
.offcanvas-body .main-menu li a {
    font-size: 16px;
	padding: 10px;
	border-bottom: 1px solid #000;
}
.category-collapse {
	padding-left: 20px;
}
.category-collapse .main-menu li a {
    font-size: 14px;
}
.offcanvas-body .header-top-menu {
    margin-top: 30px;
}
.offcanvas-body .header-top-menu li a {
	color: #990000;
}
.offcanvas-body .header-action {
	margin-top: 30px;
}
/* offcanvas menus end */

/* header area end */




/* hero area start */
.hero-area {
	padding: 60px 0 100px;
}
.hero-wrapper {
    grid-template-columns: 280px 1fr;
    gap: 25px;
}
.sidebar {
	width: 280px;
}
.sidebar-top {
	background-color: #990000;
	padding: 15px 25px;
	gap: 15px;
	border-radius: 10px 10px 0 0;
}
.sidebar-top button {
    color: #fff;
}
.sidebar-top span {
	letter-spacing: 0.4px;
}
.sidebar-menu {
	padding: 20px;
	border: 1px solid #E4E4E4;
	border-radius: 0 0 10px 10px;
	border-top: 0;
    gap: 15px;
}
.sidebar-menu .menu-link {
    gap: 20px;
    color: #3d3d3d;
    letter-spacing: 0.4px;
}
.sidebar-menu .menu-link .link-icon {
    width: 32px;
    height: 32px;
    background-color: #990000;
}
.sidebar-menu .menu-link .link-icon img {
    width: 50%;
    max-height: 60%;
}
.sidebar-menu .menu-link:hover {
    color: #990000;
}
.hero-thumb-wrap .row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 25px;
}
.hero-thumb img {
	border-radius: 5px;
}
.hero-thumb h3 {
	font-size: 40px;
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
	border-radius: 0 0 5px 5px;
}
/* hero area end */

/* product area start */

.product-tab {
    gap: 50px;
    margin-right: 190px;
}

.product-tab .nav-item .nav-link {
    color: #3d3d3d;
}
.product-tab .nav-item .nav-link::after {
	content: '';
	width: 65px;
	height: 2px;
	background-color: #FC404A;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -13px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.product-tab .nav-item .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}
.product-slider {
	padding-top: 10px;
}
.product-slide {
	padding: 20px 10px;
	border: 1px solid #E4E4E4;
	border-radius: 8px;
	min-height: 354px;
}
.product-slide h4 {
	font-size: 20px;
	margin: 25px 0 10px;
    color: #3d3d3d;
}
.product-slide p span {
    font-size: 13px;
    color: #9a9a9a;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	color: #0A0A0A !important;
	border: 1px solid #EEEEEE !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px !important;
    transition: all .3s;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    color: #FC404A !important;
    border-color: #FC404A !important;
}
.owl-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: -95px;
	right: 0;
}
/* product area end */

/* category area start */
.category-area {
	padding: 100px 0 120px;
}
.category-area-wrapper {
    grid-template-columns: 1fr 1096px;
    gap: 30px;
}
.category-slider {
	padding-top: 45px;
}
.category-slider-wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
.category-slider .owl-nav {
	top: -45px;
}
.single-category {
	background-color: #F8F8F8;
	border-radius: 5px;
}
.single-category img {
    border-radius: 5px;
}
.single-category span {
	font-size: 20px;
	color: #3d3d3d;
	display: block;
	margin: 5px;
    margin-bottom: 0px;
}
.category-area-thumb, .category-area-thumb img {
    border-radius: 5px;
}
/* category area end */

/* news area start */
.news-area {
	padding-bottom: 160px;
}
.news-slider-main {
	padding-top: 40px;
}
.news-thumb, .news-thumb img {
    border-radius: 5px;
    transition: all 1s;
}
.news-thumb:hover img {
    transform: scale(1.1);
}
.news-content {
    padding-top: 20px;
}
.news-title {
	font-size: 22px;
	margin-bottom: 15px;
}
.news-info {
	gap: 60px;
    margin-bottom: 15px;
}
.news-info span {
    letter-spacing: 0.8px;
}
.news-info .news-date {
    padding-left: 20px;
}
.news-info .news-date::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #FC4841;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-desc {
	letter-spacing: 0.8px;
	margin-bottom: 30px;
}
.readmore-btn {
    color: #fc404a;
}
.readmore-btn:hover {
    color: #000;
}
.news-slider .owl-nav {
	top: -80px;
}
/* news area end */

/* newsletter area start */
.newsletter-area {
    padding: 90px 0;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}
.newsletter-wrap {
    padding-right: 60px;
    gap: 90px;
}
.newsletter {
    gap: 80px;
}
.newsletter-title {
    font-size: 25px;
    text-transform: uppercase;
}
.newsletter-input {
    height: 50px;
}
.newsletter-input input {
	font-family: "Rubik", sans-serif;
	padding: 0 15px;
	border-radius: 8px 0 0 8px;
	letter-spacing: 0.8px;
}
.newsletter-input input::placeholder {
    opacity: 0.6;
}
.newsletter-input button {
	background-color: #FC404A;
	color: #fff;
	letter-spacing: 0.8px;
	border-radius: 0 8px 8px 0;
	padding: 0 25px;
    transition: all .3s;
}
.newsletter-input button:hover {
    background-color: #000;
}
.follow-us {
	gap: 30px;
}
.follow-us h4 {
    font-size: 20px;
}
.social-icon-wrap {
    gap: 15px;
}
.social-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
}
.social-icon img {
    width: 20px;
    transition: all .3s;
}
.social-icon:hover {
    background-color: #FC404A;
}
.social-icon:hover img {
    filter: brightness(999);
}
/* newsletter area end */

/* footer area start */
.footer-area {
    background-color: #333333;
}
.footer-widget-wrap {
    padding: 60px 0 50px;
    border-bottom: 1px solid #5C5C5C;
}
.footer-widget h4 {
	font-size: 20px;
	margin-bottom: 25px;
    letter-spacing: 0.8px;
}
.footer-widget span, .footer-widget a {
	color: #fff;
	letter-spacing: 0.6px;
	line-height: 2.2;
}
.footer-widget a:hover {
    color: #FC404A;
}

.footer-tags {
	gap: 10px;
	max-width: 1180px;
	margin: auto;
	padding: 25px 0 20px;
}
.footer-tags a, .footer-tags span {
    color: #fff;
    letter-spacing: 0.6px;
}
.footer-tags a:hover {
    color: #FC404A;
}
.copyright {
	border-top: 1px solid #5C5C5C;
	padding: 15px 0;
    background-color: white;
}
.copyright-text {
    letter-spacing: 0.6px; 
     color: #990000;
}
/* footer area end */

/* vloer-vh-jaar page start */

/* hero area start */
.vloer-hero .hero-wrapper {
	grid-template-columns: 43% 1fr;
	gap: 50px;
}
.hero-content h1 {
	font-size: 50px;
	margin-bottom: 30px;
}
.hero-content p, .hero-content ul {
	font-size: 20px;
	color: #3d3d3d;
	letter-spacing: 0.4px;
}
/* hero area end */

/* tappetekal area start */
.tappetekal-area {
    padding: 100px 0 50px;
}
.teppetekal-area-title {
	font-size: 52px;
	margin-bottom: 45px;
    color: #990000;
}
.tappetekal-wrapper .row {
	--bs-gutter-x: 40px;
}
.teppetekal-blk {
    padding: 40px;
    padding-left: 50px;
}
.teppetekal-blk h3 {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 1;
}
.woodstone h3 {
	font-size: 38px;
	background-color: rgba(153, 0, 0, 1);
	padding: 6px;
}
.trodon-line {    
    border: 1px solid #F2F2F2;
}
.trodon-line p {
    font-size: 32px;
    color: #1e1e1e;
}
.trodon-line h4 {
	font-size: 32px;
	color: #990000;
	margin-top: 5px;
}
.copyright-text a{
	color: #990000;
}
.montage {
    background-color: #465363;
}
.montage-input {
	margin-bottom: 20px;
	gap: 20px;
}
.montage-input input {
	font-size: 25px;
	padding: 10px 25px;
}
.montage-input span {
	font-size: 32px;
	min-width: 78px;
}
/* tappetekal area end */

/* vloer-vh-jaar page end */


/* overview page start */
.overview-page .sidebar-menu {
	gap: 24px;
}
.sidebar-wrapper {
    gap: 20px;
}
.filter-input label {
	color: #3d3d3d;
	letter-spacing: 0.4px;
	padding-left: 40px;
    cursor: pointer;
}
.filter-input label input {
    width: 0;
    height: 0;
}
.checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #161516;
    transition: all .3s;
}
.checkbox::after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Pro';
	font-size: 14px;
    color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.filter-input label input:checked ~ .checkbox {
    background-color: #990000;
    border-color: #990000;
}
.filter-input label input:checked ~ .checkbox::after {
    opacity: 1;
    visibility: visible;
}
.price-blk .sidebar-menu {
	padding: 25px 16px 30px;
}
.price-input {
	width: 100%;
	display: flex;
	margin-bottom: 25px;
	gap: 20px;
}
.price-input .field {
    display: flex;
    width: 100%;
    align-items: center;
}
.price-input .field .currency-sign {
    color: #3d3d3d;
    left: 15px;
}
.field input {
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid #161516;
	-moz-appearance: textfield;
	color: #3d3d3d;
	padding: 0 25px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
	color: #3d3d3d;
	letter-spacing: 0.4px;
}
.slider {
	height: 5px;
	position: relative;
	background: #DDDBDB;
	border-radius: 5px;
}
.slider .progress {
	height: 100%;
	left: 25%;
	right: 25%;
	position: absolute;
	border-radius: 5px;
	background: #BAB5B5;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -12px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 16px;
	width: 16px;
	border: none;
	border-radius: 50%;
	background: #990000;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
input[type="range"]::-moz-range-thumb {
	height: 16px;
	width: 16px;
	border: none;
	border-radius: 50%;
	background: #990000;
	pointer-events: auto;
	-moz-appearance: none;
	cursor: pointer;
}
/* .range-input .range-max::-webkit-slider-thumb {
    width: 25px;
	border-radius: 5px;
}
.range-input .range-max::-moz-range-thumb {
	width: 25px;
	border-radius: 5px;
} */

.main-wrapper {
    padding-top: 60px;
}
.main-content {
	width: calc(100% - 280px);
    padding-left: 25px;
}
.essunce-area {
    padding: 50px 0 0;
}
.essunce-slider .essunce-slider-wrap {
	padding-right: 100px;
}
.essunce-slider .product-slide {
	min-height: 325px;
}
.essunce-slider .owl-nav .owl-prev {
    display: none;
}
.essunce-slider .owl-nav .owl-next, .essunce-slider .owl-nav .owl-prev {
    background-color: #990000 !important;
    border-color: #990000 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
}
.essunce-slider .owl-nav {
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.tarkett-slider-title {
    margin-bottom: 30px;
}
.tarkett-slider {
	padding-right: 80px;
}
.tarkett-slider .owl-nav {
	right: -50px;
}
.tarkett-slider .product-slide h4 {
	font-size: 16px;
	margin: 16px 0 0;
}
.tarkett-slider .product-slide {
	min-height: auto;
}
.tarkett-slider-wrap {
    padding-right: 1px;
}

/* pagination start */
.pagination-area {
	padding: 80px 0 60px;
}
.pagination {
	gap: 6px;
    font-family: 'Poppins', sans-serif;
}
.pagination .page-link {
	width: 30px;
	height: 30px;
	border: 1px solid #000000;
	color: #000;
	font-size: 14px;
}
.pagination .page-link:focus {
    box-shadow: none;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #990000;
    border-color: #990000;
}
/* pagination end */

/* article start */
.article-title {
    margin-bottom: 35px;
}
.article-title h2 {
    font-size: 40px;
}
.article-desc p {
    font-size: 20px;
    color: #3d3d3d;
    letter-spacing: 0.4px;
    padding-right: 60px;
}
/* article end */

/* overview page end */

/* detail page start */
.sectionDiv{
	margin-top: 50px;
}
.detail-area {
    padding: 40px 0;
}
.detail-area-wrap {
    grid-template-columns: 460px 1fr;
    gap: 40px;
}
.detail-thumb, .detail-img {
	border-radius: 12px;
}
.detail-img-content {
    padding: 20px;
}
.sale-btn {
	color: #fff;
	font-size: 14px;
	background-color: #F04E4E;
	width: max-content;
	padding: 5px 15px;
}
.sale-btn:hover {
    background-color: #fff;
    color: #F04E4E;
}
.img-action-btn {
    gap: 15px;
}
.img-action-btn button {
    width: 60px;
    height: 60px;
    background-color: #fff;
    font-size: 24px;
    transition: all .3s;
}
.img-action-btn button img {
	width: 100%;
	border-radius: 50%;
    transition: all .3s;
}
.img-action-btn button:hover {
    color: #fff;
    background-color: #F04E4E;
}
.slider-nav {
    padding: 35px 10px;
}
.single-nav {
	height: 80px;
    width: 80px;
	background-color: #E6F0F4;
	border-radius: 10px;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.single-nav.color-2 {
    background-color: #E1EFDF;
}
.single-nav.color-3 {
    background-color: #FAE4E0;
}

.detail-wrapper {
	gap: 130px;
	margin-bottom: 30px;
}
.detail-wrap-thumb {
	width: 550px;
	flex-shrink: 0;
	height: max-content;
}
.detail-wrap-thumb img {
    transition: all 1s;
}
.detail-title {
	font-size: 30px;
	color: #990000;
	margin-bottom: 10px;
}
.review {
	gap: 15px;
    margin-bottom: 15px;
}
.review-star {
    gap: 4px;
}
.review-star i {
    color: #FCD846;
}
.review a {
	color: #0684FF;
}
.review a:hover {
    text-decoration: underline;
}
.detail-desc {
	letter-spacing: 0.8px;
	margin-bottom: 30px;
}
.price {
	gap: 20px;
	margin-bottom: 20px;
}
.price h3, .price h4 {
    color: #990000;
}
.price h3 {
    font-size: 32px;
}
.price h4 {
    font-size: 24px;
}
.size {
	gap: 15px;
}
.size h4 {
    color: #252525;
}
.size-wrap {
    gap: 10px;
}
.single-size label {
	width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #8799A3;
	background-color: #fff;
	box-shadow: 0 0 15px 0 #eee;
    cursor: pointer;
    transition: all .3s;
}
.documentatie-container {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.documentatie-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.document-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 250px;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.circle-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 10px; /* Ruimte tussen de cirkels */
    margin-top: 20px;
}

.circle {
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    overflow: hidden; 
    text-align: center;
    line-height: 30px; 
    font-size: 14px; 
}

.product-container img{
    max-height: 300px;
}

.news-item {
    margin-bottom: 30px; /* Ruimte tussen de blogitems */
    border: 1px solid #eee; /* Optionele border */
    border-radius: 5px; /* Optionele afgeronde hoeken */
    overflow: hidden; /* Om te voorkomen dat content buiten de border komt */
    display: flex; /* Voor een lay-out met afbeelding links/rechts */
    flex-direction: column; /* Standaard onder elkaar */
}
.category-area-main{
    margin-top:-10px;
}
.news-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.news-content {
    padding: 15px;
}

.news-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.news-slide img{
    height: 200px;
}
.single-category img{
    height: 150px;
}
.category-area-thumb img{
    height: 430px;
}

.blog-content-layout {
    overflow: hidden; /* Probeer 'hidden' in plaats van 'auto' */
    padding-top: 20px; /* Optionele top padding voor de tekst */
}

.blog-detail-image-left {
    float: left;
    margin-right: 30px; /* Iets meer marge rechts */
    margin-bottom: 20px;
    max-width: 35%; /* Iets kleinere maximale breedte */
    height: auto;
}

.blog-content-layout::after {
    content: "";
    display: table;
    clear: both; /* Alternatieve clearfix methode */
}

/* Optioneel: Meer marge onder de afbeelding */
.blog-detail-image-left {
    margin-bottom: 30px;
}

/* Pas eventueel de flex-direction aan voor een andere lay-out */
@media (min-width: 768px) {
    .news-item {
        flex-direction: row; /* Afbeelding en content naast elkaar op grotere schermen */
    }
    .news-thumb {
        flex: 0 0 30%; /* Voorbeeld breedte van de afbeelding */
        margin-right: 20px;
    }
    .news-content {
        flex: 1;
    }
}

/* ... andere bestaande stijlen die je wilt behouden ... */

.montage-input input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
  
.montage-input input::-ms-input-placeholder { /* Edge 12 -18 */
    color: red;
}

.vanaf{
	margin-left: 10px;
}

.product-container {
    position: relative;
}

.price-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px; 
    background: rgba(255, 0, 0, 0.4);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    padding: 5px;
    box-sizing: border-box;
}

.price-tag span {
    display: block;
    color: white;
    font-weight: bold;
    text-align: left; 
    margin: 0; 
}

.current-price {
    font-size: 18px; 
    margin-bottom: 5px; 
}

.current-price small{
	font-size: 10px;
}

.old-price {
    font-size: 12px;
    text-decoration: line-through;
    opacity: 0.8;
}

.document-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.document-item a {
    text-decoration: none;
    color: #333;
}

.document-icon {
    font-size: 36px;
    color: #007bff;
    margin-bottom: 10px;
}

.document-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.document-format {
    font-size: 12px;
    color: #888;
}

.document-footer {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.single-size input {
    width: 0;
    height: 0;
}
.single-size input:checked ~ label {
    background-color: #990000;
    color: #fff;
}
.cart-btn-wrap {
	gap: 35px;
	padding-bottom: 50px;
	border-bottom: 2px solid #F0F4F7;
	margin-bottom: 25px;
}
.cart-btn-wrap .cart-btn {
	padding: 15px 25px;
	gap: 25px;
	border: 2px solid #ECEEF2;
    transition: all .3s;
}
.cart-btn-wrap .cart-btn button {
    color: #8799A3;
}
.cart-btn-wrap .cart-btn.add-to-cart {
	background-color: #990000;
	color: #fff;
	box-shadow: 0px 5px 15px 5px rgba(144, 238, 144, 0.4);
}
.cart-btn-wrap .cart-btn.add-to-cart:hover {
    background-color: #000;
}
.tags p, .tags p a, .share p {
    color: #3d3d3d;
}
.eigenschappenUl li{
	list-style-type: disc;
    margin-left: 17px;
}
.tags p a:hover {
    text-decoration: underline;
}
.share-icon-wrap {
	gap: 25px;
	margin-left: 25px;
}
.share-icon-wrap a {
    color: #8799A3;
}
.share-icon-wrap a:hover {
    color: #000;
}
.montage-wrapper {
	gap: 15px;
}
.montage-wrapper .montage {
	padding: 30px;
}
.montage-wrapper .montage h3 {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1;
}
.montage-wrapper .montage-input input {
	font-size: 14px;
	padding: 4px 20px;
}
.montage-wrapper .montage-input {
	margin-bottom: 10px;
	gap: 15px;
}
.montage-wrapper .montage-input span {
	font-size: 14px;
	min-width: 60px;
}
/* detail page end */

/* sidebar sm start  */
#sidebar-offcanvas {
	max-width: 320px;
}
/* sidebar sm end */

/* vloer-bh-jaar-1 page css start */
.product-desc {
    padding-top: 15px;
}
.product-desc-top {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}
.product-desc-top h5 {
    font-size: 18px;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.product-desc-top span {
    font-size: 18px;
}
.product-desc-bottom {
    gap: 35px;
}
.product-desc-bottom span {
	display: block;
	line-height: 18px;
}
.product-desc-bottom a {
    margin-bottom: 2px;
    padding: 2px;
}
.product-desc-bottom a:hover {
    background-color: #990000 !important;
}
.vloer-bh-jaar-1 .tappetekal-wrapper .row {
    --bs-gutter-x: 20px; 
} 
.vloer-bh-jaar-1 .woodstone h3 {
	font-size: 30px;
}
.vloer-bh-jaar-1 .teppetekal-blk h3 {
	font-size: 30px;
    color: #990000;
	margin-bottom: 30px;
}
.vloer-bh-jaar-1 .teppetekal-blk {
	padding: 30px;
	padding-left: 30px;
    padding-bottom: 0;
}
.vloer-bh-jaar-1 .trodon-line p {
	font-size: 35px;
}
.trodon-line h4 {
	font-size: 45px;
}
.teppetekal-blk.gray-bg {
    background-color: #465363;
}
.category-slider-2 {
	margin-top: 45px;
}
.vloer-bh-jaar-1 .referenties img{
    height: 250px;
    width: 100%;
}
.referenties a{
    color: #990000;
}
/* vloer-bh-jaar-1 page css end */


/* new css start */
.sidebar-menu .submenu {
   left: calc(100% + 20px);
}
.menu-link-left {
   gap: 20px;
}
.trodon_title{
    font-size: 50px !important;
}

.btn1{
	background-color: #990000 !important;
    border-color: #990000 !important;
    color: #fff !important;
    font-size: 20px !important;
}

.pull-right{
	float: right !important;
}

.leverbaar{
	position: relative;
    float: right;
    color: #fff;
    font-size: 26px;
    margin-top: -42px;
    margin-right: 12px;
}

.btnDiv{
	margin-top: 20px;
}

.teppetekal-blk.woodstone {
    position: relative; /* Ensure the triangle is positioned relative to this block */
    overflow: hidden; /* Hide parts of the triangle that go outside */
}

/* Red triangle background */
.sold-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;               /* Adjust triangle size */
    height: 150px;
    background: #990000;        /* Solid red matching the bottom bar */
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;                /* Ensure it appears above the image */
}

/* Rotated "VERKOCHT" text */
.sold-text {
    position: absolute;
    top: 80px;
    left: 5px;
    color: white;
    font-weight: bold;
    font-size: 1em;             /* Larger and readable */
    transform: rotate(-45deg);  /* Matches triangle orientation */
    transform-origin: 0 0;
    text-transform: uppercase;  /* Ensure consistent caps */
    white-space: nowrap;
    z-index: 2;                /* Above the triangle */
    width: 70%;
    text-align: center;
}

/* new css end */

.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}
.ajax-loader .spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #990000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}