/* BlackFriday addons 2023 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;1,600;1,900&display=swap');


@font-face {
  font-family: "Segoe";
  src: url("/font_path/Segoe UI.eot");
  src: url("/font_path/Segoe UI.eot?#iefix") format("embedded-opentype"),
    url("/font_path/Segoe UI.woff") format("woff"),
    url("/font_path/Segoe UI.ttf") format("truetype"),
    url("/font_path/Segoe UI.svg#Segoe") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
@font-face {
  font-family: FontAwesome;
  src: url("/font_path/fontawesome-webfont.eot");
  src: url("/font_path/fontawesome-webfont.eot") format("embedded-opentype"),
    url("/font_path/fontawesome-webfont.woff2") format("woff2"),
    url("/font_path/fontawesome-webfont.woff") format("woff"),
    url("/font_path/fontawesome-webfont.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
body,
html,
p,
ul,
ul li {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  color: #000;
  line-height: 20px;
  font-size: 15px;
  font-family: Segoe UI, "Segoe", Roboto, Helvetica Neue, Arial, sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/images/vakantiegelddeals/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#header_content, #navigation ul {
  background-color: #fff;
  color: #000;
}
#navigation {
  width: 100%;
  border: 0;
  margin: 0;
}
#navigation ul li a {
  border-left: 0;
}
#header_content::before {
  width: 100%;
  left: 0;
}
#header_content .shoppingcart {
  padding-right: 10px;
}
#quick_navigation_menu {
  width: 100%;
  margin: 0 !important;
  padding: 10px !important;
}
#content {
  margin-top: 0 !important;
}
.normal_menu {
  border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#navigation ul li a {
  color: #000;
}
#header_content::before {
  opacity: 1;
}
#container #quick_navigation_menu {
  width: 100%;
}
#navigation::before {
  display: none;
}
.sprite-png-tweakers {
  background-position: 0 0;
  width: 48px;
  height: 48px;
  margin: 0 7px;
  vertical-align: middle;
}
#footer {
  font-size: 14px;
}
#footer .border_bar_grey {
  height: 25px;
  margin: 20px 0 0 -4px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  width: calc(100% + 8px);
  background-color: #323232;
}
#footer .border_bar_grey::before {
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #323232;
  content: "";
  left: 0px;
  z-index: -1;
}
#footer .social_plugins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0;
  position: relative;
}
#footer .social_plugins::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  content: "";
  z-index: -1;
}
#footer .social_plugins div:last-child {
  padding: 5px 20px 0 20px;
}
#footer .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 0;
  width: 100%;
  height: 510px;
  padding-bottom: 20px;
}
#footer .footer_links::before {
  position: absolute;
  width: 100%;
  height: 510px;
  /* background-color: #efefef; */
  content: "";
  left: 0px;
  z-index: -1;
}
#footer .footer_links ul {
  width: calc(25% - 25px);
  margin: 16px 0 0 20px;
}
#footer .footer_links ul li:first-child {
  line-height: 30px;
}
#footer .footer_links ul li {
  line-height: 22px;
}
#footer .footer_links ul li a {
  color: #323232;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer_links ul li a:hover {
  color: #c41a02;
}
#footer .footer_links ul li hr {
  color: #ccc;
  border: 1px #ccc dashed;
  width: 75%;
  margin-right: 25%;
}
#footer .contact_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#footer .contact_footer::before {
  position: absolute;
  width: 100%;
  height: calc(100% - 5px);
  background-color: #fff;
  opacity: 0.9;
  content: "";
  z-index: -1;
  top: 5px;
}
#footer .contact_footer p {
  margin: 10px 0;
}
#footer .contact_footer div:first-child {
  min-width: 225px;
  padding: 8px 16px 6px 16px;
  margin-top: 8px;
}
#footer .contact_footer div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-top: 8px;
  padding: 24px 16px 17px 16px;
}
#footer .partner_links {
  margin: 4px 0 16px;
  font-size: 12px;
  padding: 16px 0 0 10px;
}
#footer .partner_links::before {
  margin-top: -16px;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
  content: "";
  left: 0;
  z-index: -1;
}
#footer .partner_links a {
  color: #323232;
  margin-right: 7px;
}
#footer .partner_links a:hover {
  color: #c41a02;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .social_plugins .grow {
    margin-top: 15px;
  }
  .sprite-png-tweakers {
    float: left;
  }
  #footer .border_bar_grey {
    margin: 20px 0 0 0;
    border: 0px;
    width: 100%;
  }
  #footer .social_plugins div:last-child {
    padding: 0 0 0 20px;
  }
  #footer .footer_links {
    height: 940px;
    padding-bottom: 24px;
  }
  #footer .footer_links::before {
    height: 940px;
  }
  #footer .footer_links ul {
    width: calc(50% - 20px);
    margin: 16px 0 6px 10px;
  }
  #footer .contact_footer {
    display: block;
  }
  #footer .contact_footer div:first-child {
    padding: 8px 16px 0px 16px;
  }
  #footer .contact_footer div:last-child {
    padding: 0px 16px 8px 16px;
  }
}

@media screen and (max-width: 600px) {
  #footer .footer_links {
    height: 1000px;
  }
  #footer .footer_links::before {
    height: 1000px;
  }
}

@font-face {
  font-family: Gotham;
  src: url("/font_path/GothamBook.eot?#iefix");
  src: url("/font_path/GothamBook.svg#Gotham-Book") format("svg"),
    url("/font_path/GothamBook.eot?#iefix") format("eot"),
    url("/font_path/GothamBook.woff") format("woff"),
    url("/font_path/GothamBook.otf") format("opentype"),
    url("/font_path/GothamBook.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: Gotham;
  src: url("/font_path/GothamMedium.eot?#iefix");
  src: url("/font_path/GothamMedium.svg#Gotham-Medium") format("svg"),
    url("/font_path/GothamMedium.eot?#iefix") format("eot"),
    url("/font_path/GothamMedium.woff") format("woff"),
    url("/font_path/GothamMedium.otf") format("opentype"),
    url("/font_path/GothamMedium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

#content, #quick_navigation_menu{
background-color: #fff;
}

#content #container_navigation_side {
  position: relative;
  width: 250px;
  min-width: 250px;
}
#content #container_navigation_side .box_navigation_side {
  position: relative;
  width: 248px;
  min-width: 248px;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 20px;
}
#content #container_navigation_side .box_navigation_side::before {
  position: absolute;
  width: calc(100% + 1px);
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  content: "";
  z-index: -1;
}
#content #container_navigation_side .box_navigation_side .head {
  background-color: #d4d4d4;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  min-height: 39px;
  padding: 9px 0 9px 10px;
  font-size: 14px;
}
#content #container_navigation_side .box_navigation_side .text_field {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  padding: 20px 15px 20px 20px;
}
#content #container_navigation_side .box_navigation_side .text_field a {
  font-size: 13px;
  line-height: 22px !important;
}
#content #container_navigation_side .box_navigation_side .text_field img {
  float: left;
  margin: 5px 15px 0 0;
}
#content #container_navigation_side .box_navigation_side .text_field p {
  margin: 0;
}
#content #container_navigation_side .box_navigation_side .kiyOhR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#content
  #container_navigation_side
  .box_navigation_side
  .kiyOhR
  .average-rating {
  display: block;
  background: url(../images/icons/kv_shape.svg) 50% 50% no-repeat;
  background-size: cover;
  width: 10em;
  height: 10em;
  position: relative;
  color: #464343;
}
#content
  #container_navigation_side
  .box_navigation_side
  .kiyOhR
  .average-rating
  .rating {
  display: block;
  position: absolute;
  font-weight: 500;
  font-family: Gotham, Arial;
  font-size: 42px;
  top: 60%;
  left: 0;
  width: 100%;
  margin: -0.55em 0 0 -0.04em;
  letter-spacing: -0.05em;
  text-align: center;
}
#content #container_navigation_side .box_navigation_side .kiyOhR .rating-stars {
  margin: 10px 0 10px 0;
  margin-left: -0.1em;
  margin-right: -0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 30px;
}
#content
  #container_navigation_side
  .box_navigation_side
  .kiyOhR
  .rating-stars
  [class^="icon-star"] {
  font-size: inherit;
}
#content #container_navigation_side .box_navigation_side .kiyOhR .summary {
  font-size: 14px;
  font-weight: 300;
  font-family: Gotham, Arial;
  color: #716c6c;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  #content {
    margin: 22px 10px 0 10px;
  }
  #content #container_navigation_side {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content #container_content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  padding-left: 20px;
}
#content #container_content h1 {
  margin: 0 0 0.5rem 0;
  /* line-height: 1.78rem; */
}
#content #container_content p {
  margin: 20px 0 18px;
  max-width: 120ch;
}
#content #container_content .box_navigation_mobile {
  display: none;
  border: 1px solid #efefef;
  margin: 10px 0 8px;
}
#content #container_content .box_navigation_mobile a {
  display: inline-block;
  color: #323232;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin: 4px 5px 4px 0;
}
#content #container_content .box_navigation_mobile .head {
  background-color: #efefef;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  min-height: 39px;
  padding: 9px 0 9px 10px;
}
@media screen and (max-width: 1200px) {
  #content {
    margin: 22px 10px 0 10px;
  }
  #content #container_content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #content #container_content .box_navigation_mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #content #container_content .flex {
    display: block;
  }
}
.grey_divider {
  background-color: #323232;
  width: 100%;
  padding: 8px 0 8px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 20px 0;
}
#content [class^="product-line-"] {
  overflow: hidden;
}
#content .product-line-2,
#content .product-line-3 {
  display: none;
}
#content .arrowcontainer {
  float: left;
}
#content .arrowcontainer .arrowR,
#content .arrowcontainer .arrowL {
  display: none;
  cursor: pointer;
  position: absolute;
  margin-top: 260px;
  width: 64px;
  height: 64px;
  z-index: 10;
  opacity: 0.8;
}
#content .arrowcontainer .arrowR {
  margin-left: 10px;
  background: url(../images/arrow-right-scroll.png) no-repeat top left;
}
#content .arrowcontainer .arrowR:hover {
  opacity: 1;
}
#content .arrowcontainer .arrowL {
  margin-left: -74px;
  background: url(../images/arrow-left-scroll.png) no-repeat top left;
}
#content .arrowcontainer .arrowL:hover {
  opacity: 1;
}
#content .scroll_container {
  white-space: nowrap;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#content .scroll_container .product_view_horizontal {
  vertical-align: top;
  border: 1px solid #efefef;
  padding: 15px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: calc(25% - 15px);
  width: calc(25% - 15px);
  margin: 19px 20px 0 0;
}
#content .scroll_container .product_view_horizontal [class^="icon-star"] {
  font-size: 18px;
}
#content .scroll_container .product_view_horizontal hr {
  width: 100%;
  color: #ccc;
  border: 1px #ccc dashed;
}
#content .scroll_container .product_view_horizontal h2,
#content .scroll_container .product_view_horizontal table,
#content .scroll_container .product_view_horizontal td {
  margin: 0;
  padding: 0;
}
#content .scroll_container .product_view_horizontal h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
  margin-top: 16px;
}
#content .scroll_container .product_view_horizontal picture {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
#content .scroll_container .product_view_horizontal img {
  position: absolute;
  margin-top: -100%;
  left: 1%;
  width: 98%;
  max-width: inherit;
  border-radius: 10px;
}
#content .scroll_container .product_view_horizontal img:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
#content .scroll_container .product_view_horizontal .overHover {
  position: absolute;
  z-index: 5;
  padding-top: 100%;
  max-width: 94%;
  left: 3%;
  margin-top: -102%;
  border-radius: 0px;
}
#content .scroll_container .product_view_horizontal .preview {
  width: 100%;
}
#content .scroll_container .product_view_horizontal a {
  color: #323232;
}
#content .scroll_container .product_view_horizontal a:hover {
  color: #757575;
}
#content .scroll_container .product_view_horizontal table {
  margin: 3px 0 13px;
}
@media screen and (max-width: 1368px) {
  #content .arrowcontainer .arrowR,
  #content .arrowcontainer .arrowL {
    margin-top: 380px;
    -webkit-box-shadow: 0px 0px 25px rgba(10, 10, 100, 0.4);
    box-shadow: 0px 0px 25px rgba(10, 10, 100, 0.4);
    border-radius: 32px;
  }
  #content .arrowcontainer .arrowR {
    margin-left: -69px;
  }
  #content .arrowcontainer .arrowL {
    margin-left: -5px;
  }
}
@media screen and (max-width: 1200px) {
  #content .scroll_container .product_view_horizontal {
    min-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  #content .scroll_container .product_view_horizontal [class^="icon-star"] {
    font-size: 14px;
  }
  #content .scroll_container .product_view_horizontal .overHover {
    left: 3%;
    width: 94%;
  }
}
@media screen and (max-width: 992px) {
  #content .arrowcontainer #arrowR,
  #content .arrowcontainer #arrowL {
    margin-top: 280px;
  }
}
@media screen and (max-width: 600px) {
  #content .scroll_container .product_view_horizontal {
    min-width: 100%;
    width: 100%;
    margin: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 14px;
  }
}
.sprite-svg-cpu {
  width: 24px;
  height: 24px;
  background-position: -52px -128px;
}
.sprite-svg-gpu {
  width: 24px;
  height: 24px;
  background-position: -182px -128px;
}
.sprite-svg-memory {
  width: 24px;
  height: 24px;
  background-position: -78px -128px;
}
.sprite-svg-storage {
  width: 24px;
  height: 24px;
  background-position: -104px -128px;
}
#content #container_content .product_box {
  position: relative;
  width: 100%;
  border: 1px solid #d4d4d4;
  padding: 0 20px 30px 20px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content #container_content .product_box a:hover img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
#content #container_content .product_box::before {
  position: absolute;
  width: calc(100% + 1px);
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  content: "";
  z-index: -1;
  left: 0;
}
#content #container_content .product_box .product_image {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-top: 30px;
}
#content #container_content .product_box .text_field {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-left: 26px;
}
#content #container_content .product_box .text_field h2 {
  font-size: 1.5rem;
  margin: 30px 0 10px 0;
}
#content #container_content .product_box .text_field hr {
  width: 100%;
  color: #ccc;
  border: 1px #ccc dashed;
}
#content #container_content .product_box .text_field table {
  font-size: 1.07rem;
}
#content
  #container_content
  .product_box
  .text_field
  table
  td
  [class^="icon-star"] {
  font-size: 1.23rem;
}
@media screen and (max-width: 1200px) {
  #content #container_content .product_box > a:first-child {
    width: 39%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  #content #container_content .product_box > a:first-child img {
    width: 100%;
  }
  #content #container_content .product_box .text_field {
    margin-left: 26px;
  }
}
@media screen and (max-width: 768px) {
  #content #container_content .product_box {
    display: block;
  }
  #content #container_content .product_box > a:first-child {
    width: 100%;
    text-align: center;
    display: block;
  }
  #content #container_content .product_box > a:first-child img {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }
  #content #container_content .product_box .text_field {
    min-width: 100%;
    margin-left: 0px;
  }
  #content #container_content .product_box .text_field table {
    font-size: 0.8rem;
  }
}
#content #container_content .box_half {
  display: block;
  width: 50%;
  margin-right: 12px;
}
#content #container_content .box_half .head {
  min-height: 20px;
  width: calc(100% - 10px);
  background-color: #efefef;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 0 9px 10px;
}
#content #container_content .box_half .border_box {
  border: 1px solid #efefef;
  padding: 10px 10px 10px 10px;
  margin: 0 0 10px 0;
}
#content #container_content .box_half li {
  padding-bottom: 15px;
}
#content #container_content .box_half li img {
  width: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  #content #container_content .box_half {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
#content #container_content ul {
  list-style: none inside;
  background-color: aliceblue;
  padding: 20px;
}
#content #container_content hr {
  width: 100%;
  color: #ccc;
  border: 1px #ccc dashed;
}
#content #container_content iframe {
  width: 100%;
  height: 420px;
  border: 0px;
}
@media screen and (max-width: 992px) {
  #content #container_content iframe {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  #content .boxGameWrap {
    margin: 0px;
    width: 100%;
  }
  #content #container_content iframe {
    height: 260px;
  }
}
/*# sourceMappingURL=actieStyle.V9.min.css.map */


/* 2023 */

/* BlackFriday addons Pascal 2023 */

#main_bf_banner {
	flex-wrap: inherit;
	width: 100%; /* Set the initial width of the div */
	height: 330px;
	padding-top: 10px; /* Set the initial height of the div as a percentage of its width */
	background-image: url('/images/vakantiegelddeals/bg.jpg');
	background-size: cover; /* This will resize the image to cover the entire div */
	background-position: center top; /* Center the image within the div */
	padding-bottom: 120px;
  margin-bottom: 120px;
  position: relative;
}
#main_bf_banner .top-wrapper{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
#main_bf_banner .top-wrapper img {
  display: block;
  margin: auto;
}
#main_bf_banner .top-wrapper h4{
  font-size: 3em;
  line-height: 1.5em;
  letter-spacing: 5px;
  color: #000;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#main_bf_banner .top-wrapper h4:last-child {
  color: #fff;
}
#main_bf_counter {
	margin: 0;
	margin-left: 5%;
	background-color: #ffffff;
	width: 50%;
}
#main_bf_banner .banner-wrapper{
  position: absolute;
  bottom: -60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}
#main_bf_banner .banner-wrapper .yellow-banner {
  background-color: #FFCC00;
  font-size: 3em;
  color: #000;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 700;
  transform: rotate(-5deg);
}
#main_bf_banner .banner-wrapper h4 {
  font-size: 2em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.info-box {
  background: linear-gradient(180deg, #72BBF5 0%, #2F9FF2 100%);
}
.info-box .center {
  text-align: center;
  color: #ffffff;
}
.info-box .center p {
  color: #ffffff;
}
@media screen and (max-width: 768px){
  #main_bf_banner {
    height: 310px;
  }
  #main_bf_banner .top-wrapper img {
    max-width: 200px;
  }
  #main_bf_banner .banner-wrapper{
    bottom: -50%;
  }
  #main_bf_banner .banner-wrapper .yellow-banner {
    font-size: 2em;
  }
  #main_bf_banner .banner-wrapper h4 {
    font-size: 1.4em;
  }
}
#h1_bf2023{
	text-align: left;
	margin-bottom: 5px; 
	font-size: 2.35rem;
	font-weight: bold;
	line-height: 2.45rem;
}

#h3_bf2023{
	text-align: left;
	margin-top: 0px;
	font-size: 1.15rem;
	font-family: 'Montserrat', sans-serif;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15rem;
}

.fwb{
	font-weight: 300;
}

.fwn{
	font-weight: normal;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  margin-bottom: 10px; /* Adjust the spacing between list items as needed */
  display: flex;
  align-items: center;
}

.custom-list img {
  vertical-align: middle; /* Adjust as needed to align with your SVG icon */
  margin-right: 10px; /* Adjust the space between the icon and text */
}

.custom-list span {
  vertical-align: middle; /* Adjust to align with the SVG icon */
  line-height: 1.2; /* Adjust the line height as needed to raise or lower the text */
}

.flipdown_bf2023 {
	padding-bottom: 20px;
	
}

.custom-rounded-div {
    border-radius: 10px; /* Adjust the value to control the roundness of the corners */
    padding: 20px; /* Optional: Add padding to the div */
}

.bfinfo{
	flex-wrap: inherit;
	float: left;
	width: 48%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.bfinfo_m5{
	margin-left: 4%;
}

.bfinfo-img{
	width: 80%;
	margin-left: 10%;
}

.ml5 {
	margin-left: 5%;
}

.ml10 {
	margin-left: 10%;
}

.bftxt{
	width: 70%;
	float: left;
}

.bftxt_img{
	width: 25%;
	min-width: 100px;
	min-height: 100px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 3%;
}

.gaming_box{
    padding: 10px;
    /* background: url(/images/acties/black-friday-2021/patroon-gaming.png) repeat center top; */
    background-color: #fff;
	color: #000;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 16px;
}

.divbox{
	width: 100%;
	height: auto;
}

.bflever_l {
	float: left;
	width: 50%;
}

.bflever_r {
	float: left;
	width: 50%;
}


.table-responsive {
  overflow-x: auto;
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
}

.table-responsive td {
  padding: 8px;
  vertical-align: top; /* Align text to the top of the cells */
  border: 1px solid #ddd;
}

.table-responsive strong {
  display: block; /* Display strong elements as block-level for better alignment */
  margin-bottom: 5px; /* Add some spacing between the strong text and the regular text */
}

/* Add some additional styling to make the table more readable */
.table-responsive tr:nth-child(even) {
  background-color: #f2f2f2;
}

.icon_chat{
	background-color: #323232;
	border-radius: 10px;
	padding: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 114px;
}

.icon_phone{
	background-color: #323232;
	border-radius: 10px;
	padding: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 199px;
}

.icon_mail{
	background-color: #323232;
	border-radius: 10px;
	padding: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 361px;
}

.TopDeals{
	float: left;
	width: 65%;
	margin-right: 5%;
}

.TopDeals_img{
	float: left;
	text-align: center;
	padding-top: 40px;
	padding-left: 20px;
	width: 25%;
}

/* Add media query for smaller screens to make the table scroll horizontally */
@media (max-width: 600px) {
  .table-responsive {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 992px) {
		#main_bf_counter {
			width: 70%;
		}
}


@media screen and (max-width: 768px) {

		#main_bf_banner{
			padding-bottom: 30px;
			max-width: 95%;
		}

		#main_bf_counter {
			padding-top: 5%;
			width: 90%;
		}

		#h1_bf2023{
			text-align: left;
			margin-bottom: 2%;  
			font-size: 1.25rem;
			font-weight: bold;
			line-height: 1.35rem !important;
		}

		#h3_bf2023{
			text-align: left;
			margin-top: 0px;
			font-size: 0.75rem;
			font-family: 'Montserrat', sans-serif;
		}

		.flipdown_bf2023 {
			margin: 0 auto; 
			margin-bottom: 5px; 
			margin-top: 6px;
			width: 90%;
			padding-bottom: 10px;
		}

		.bfinfo_m5{
			margin-left: 4%;
		}

		.bftxt{
			width: 100%;
			float: left;
		}

		.bftxt_img{
			width: 90%;
			min-width: 100px;
			min-height: 100px;
			height: auto;
			float: left;
			margin-left: 5%;
			margin-top: 3%;
			max-width: 90%;
		}


		.icon_chat{
			background-color: #323232;
			border-radius: 10px;
			padding: 3px;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			max-width: 95%;
			max-height: 40px; 
		}

		.icon_phone{
			background-color: #323232;
			border-radius: 10px;
			padding: 3px;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			max-width: 95%;
			max-height: 40px; 
		}

		.icon_mail{
			background-color: #323232;
			border-radius: 10px;
			padding: 3px;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			max-width: 95%;
			max-height: 40px; 
		}

		.TopDeals{
			float: left;
			width: 100%;
		}

		.TopDeals_img{
			display: none;
		}

}

@media screen and (max-width: 550px) {

		#main_bf_banner{
			max-width: 100%;
		}

		#main_bf_counter {
			padding-top: 10px;
			width: 90%;
		}

		.flipdown_bf2023 {
			margin: 0 auto; 
			margin-bottom: 5px; 
			margin-top: 6px;
			width: 80%;
			padding-bottom: 10px;
		}

		.bfinfo{
			width: 100%;
		}

		.bfinfo_m5{
			margin-left: 0;
		}

		.bftxt{
			width: 100%;
			float: left;
		}

		.bftxt_img{
			width: 90%;
			min-width: 100px;
			min-height: 100px;
			height: auto;
			float: left;
			margin-left: 5%;
			margin-top: 3%;
			max-width: 90%;
		}



		.icon_chat{
			background-color: #323232;
			border-radius: 10px;
			padding: 3px;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			max-width: 95%;
			max-height: 40px; 
		}

		.icon_phone{
			background-color: #323232;
			border-radius: 10px;
			padding: 3px;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			max-width: 95%;
			max-height: 40px; 
		}

		.icon_mail{
			background-color: #323232;
			border-radius: 10px;
			padding: 3px;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			max-width: 95%;
			max-height: 40px; 
		}

		.TopDeals{
			float: left;
			width: 100%;
		}

		.TopDeals_img{
			display: none;
		}

}

@media screen and (max-width: 320px) {

		.TopDeals{
			float: left;
			width: 100%;
		}

		.TopDeals_img{
			display: none;
		}

}



.main_banner_300{
	max-width: 310px;
}


@media screen and (max-width: 992px) {
	.main_banner_300{
		max-width: 310px;
	}
}

@media screen and (max-width: 768px) {
	.main_banner_300{
		max-width: 310px;
	}
}

@media screen and (max-width: 550px) {
	.main_banner_300{
		max-width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.main_banner_300{
		max-width: 100%;
	}
}