h1 { font-weight: 700; }
h1::after { content: ''; display: block; max-width: 180px; border-top: 2px solid red; margin: 15px 0; }

h2 { font-weight: 700; text-transform: uppercase; }

body { display: flex; flex-direction: column; min-height: 100vh; }

.grey-wall { background-color: #F0F0F0; }

.topbar { background-color: #F0F0F0; padding-top: 8px; padding-bottom: 8px; overflow: hidden; }
.topbar .container-fluid { --container-half: 700px; display: flex; justify-content: space-between; padding-right: calc(50vw - calc(var(--container-half) - 7.5px)); }
.topbar .usp-list { display: flex; justify-content: flex-end; align-items: center; height: 100%; list-style: none; margin: 0; padding: 0; font-weight: 600; transition: transform 0.3s; }
.topbar .usp-list li { margin-left: 25px; font-size: 14px; }
.topbar .usp-list li::before { content: '\f00c'; font-family: 'Font Awesome 5 Pro'; color: red; margin-right: 10px; }
.topbar .usp-list li:first-child { margin-left: 0; }

.topbar .btn { position: absolute; left: clamp(240px, calc(calc(50% + 15px) - var(--container-half)), 50vw); color: #000; background: none; border: none; border-bottom: 1px solid red; padding: 4px 6px; text-transform: uppercase; font-size: 14px; top: 6px; }

.btn.btn-head {
  position: relative;
  color: #000;
  background: none;
  border: none;
  border-bottom: 1px solid red;
  padding: 4px 6px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn.btn-head::after {
  content: url('../images/ico_arrow.svg');
  margin-left: 10px;
  transition: margin 0.3s;
  transform: scale(0.9) translateY(3px);
  display: inline-block;
}

.btn.btn-head:hover::after {
  margin-left: 20px;
}

.topbar .btn::after { content: url('../images/ico_arrow.svg'); margin-left: 10px; transition: margin 0.3s; transform: scale(0.9) translateY(3px); display: inline-block; }
.topbar .btn:hover { border-bottom-color: #000; }
.topbar .btn:hover::after { margin-left: 20px; }
.topbar .topbar-right { display: flex; align-items: stretch; margin-left: 415px; }
.topbar .topbar-right .fa-times { display: none; }
.topbar .usp-list-search-bar { position: relative; }
.topbar .show-search-btn { margin-left: 10px; width: 30px; height: 30px; background: red; color: #fff; border-radius: 50%; border: none; flex-shrink: 0; align-self: center; }
.topbar .show-search-btn:hover { background: #dd0000; }
.topbar .show-search-btn:active { background: #bb0000; transform: translateY(2px); outline: none; }
.topbar .show-search-btn:focus { outline: none; }
.topbar form { display: flex; position: absolute; height: calc(100% + 8px); width: 100%; transform: translateY(calc(-100% - 15px)); transition: transform 0.3s; }
.topbar form input { flex-grow: 1; border: none; border-bottom: 1px solid red; padding: 0 10px; transition: box-shadow 0.3s; }
.topbar form input:focus { outline: none; box-shadow: 0px 2px 0 0px red; }
.topbar form button { background: red; border: none; color: #fff; border-radius: 0; }
.topbar .search-active {  }
.topbar .search-active form { transform: translateY(-4px); }
.topbar .search-active .usp-list { transform: translateY(calc(100% + 15px)); }
.topbar .search-active.topbar-right .show-search-btn .fa-times { display: block; }
.topbar .search-active.topbar-right .show-search-btn .fa-magnifying-glass { display: none; }

.main-logo-wrap { width: 300px; top: -30px; left: -20px; position: absolute; z-index: 9; pointer-events: none; }
.main-logo-wrap img { width: 100%; }

.mainmenu.mv-menu { padding-top: 0; padding-bottom: 0; position: sticky; top: 0; background-color: #fff; z-index: 8; transition: box-shadow 0.3s; }
.mainmenu.mv-menu.sticky { box-shadow: 0 0 10px rgb(0 0 0 / 20%); }
.mainmenu.mv-menu .nav-item { padding: 50px 0; transition: padding 0.3s; }
.mainmenu.mv-menu.sticky .nav-item { padding: 15px 0; }
.mainmenu.mv-menu .nav-item .nav-link { padding: 0 1rem; font-size: 16px; color: #000; font-weight: 700; text-transform: uppercase; }
.mainmenu.mv-menu .nav-item .nav-link:hover { color: red; }
.mainmenu.mv-menu .dropdown-menu { width: 100%; min-width: 260px; border-radius: 0; border: none; border-top: 4px solid red; margin: -20px 0 0 0; }
.mainmenu.mv-menu.sticky .dropdown-menu { margin-top: 0; }
.mainmenu.mv-menu .dropdown-menu.show { display: flex!important; }
.mainmenu.mv-menu .dropdown-menu .nav-item { margin: 8px 0; padding: 0; }
.mainmenu.mv-menu .dropdown-menu .nav-item .nav-link { color: #666; padding: 0 1rem; font-size: 16px; }
.mainmenu.mv-menu .dropdown-menu .nav-item .nav-link:hover { color: #000; }

nav .circle-icons { display: flex; margin: 8px 0; }
nav .circle-icons a { width: 50px; height: 50px; position: relative; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border: 1px solid #000; color: #000; border-radius: 50%; margin-left: 10px; }
nav .circle-icons a:hover { background: #ff0000; color: #fff; border-color: #ff0000; text-decoration: none; }
nav .circle-icons a .cart-amount { position: absolute; right: -5px; top: -5px; font-size: 14px; font-weight: 700; width: 20px; height: 20px; color: #fff; background-color: #60BA06; display: none; justify-content: center; align-items: center; border-radius: 50%; }
nav .circle-icons a .cart-amount.active { display: flex; }

.link-cutout { position: absolute; display: block; z-index: 11; transform-origin: bottom right; }
.link-cutout.cutout-big { width: 309px; height: 311px; transform: rotate(45deg) translate(-85%, 20%); border-radius: 50px; z-index: 10; }

.shop-nav-wrap { background: #000; }
.shop-nav-wrap .navbar { padding: 0; z-index: 1; }
.shop-nav-wrap .navbar-collapse { justify-content: flex-end; }
.shop-nav-wrap .navbar-collapse .nav-item { margin-right: 15px; }
.shop-nav-wrap .navbar-collapse .navbar-nav { margin-right: -15px; justify-content: flex-end; }
.shop-nav-wrap .navbar-collapse .nav-link { color: #fff; padding: 15px 1rem; }
.shop-nav-wrap .navbar-collapse .nav-item .dropdown-menu { margin-top: 0; min-width: 100%; width: max-content; border-top: none; background: #000; padding: 0; }
.shop-nav-wrap .navbar-collapse .nav-item .dropdown-menu .nav-item { margin: 5px 0; }
.shop-nav-wrap .navbar-collapse .nav-item .dropdown-menu .nav-item a { display: block; padding: 5px 1rem; color: #fff; }
.shop-nav-wrap .navbar-collapse .nav-item .dropdown-menu .nav-item a:hover { color: #666; }

.menu-cart-icon { width: 50px; height: 50px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border: 1px solid #000; color: #000; border-radius: 50%; margin-left: 10px; }
.menu-cart-icon.mobile-view { display: none; position: fixed; right: 0; bottom: 0; margin-right: 25px; margin-bottom: 25px; z-index: 5; background: #60BA06; color: #fff; border-color: #60BA06; transform: translateX(100px); transition: transform 0.3s; }
.menu-cart-icon.mobile-view:hover { background: #89df33; border-color: #89df33; }
.menu-cart-icon.mobile-view.active { transform: none; }
.menu-cart-icon:hover { background: #60BA06; color: #fff; border-color: #60BA06; }

.home-slider { margin-bottom: 50px; }
.home-slider .item { position: relative;}
.home-slider .item img { min-height: 150px; object-fit: cover; filter: brightness(0.5); }
.home-slider .text { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; padding: 25px; }
.home-slider .text h1 { color: #fff; text-align: center; font-weight: 900; margin-bottom: 0; text-shadow: 0 3px 6px rgb(0 0 0 / 50%); text-transform: uppercase; font-size: 48px; }
.home-slider .text h1::after { display: none; }
.home-slider video { width: 100%; min-height: 150px; object-fit: cover; filter: brightness(0.5); }

.breadcrumbs ul { margin-top: 0; }
.category-wrap .category-intro p { color: #707070; }
.cat-view-type .dropdown-right select { margin-left: 10px; padding: 8px 12px; border: 1px solid #B5B5B5; border-radius: 4px; }

.product .discountinfo { border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.product .discountinfo span { position: static; transform: rotate(20deg); font-size: 14px; display: flex; flex-direction: column; text-transform: uppercase; font-weight: 700; }

.productdetail .discountinfo { border-radius: 50%; display: flex; justify-content: center; align-items: center; z-index: 1; margin-top: 75px; }
.productdetail .discountinfo span { position: static; transform: rotate(20deg); font-size: 20px; text-transform: uppercase; font-weight: 700; }

.productdetail .productimage .image-contain { display: flex; flex-direction: row-reverse; position: sticky; top: 75px; bottom: 25px; }
.productdetail .productimage .img-thumbs { margin: 0; display: flex; flex-direction: column; }
.productdetail .productimage .img-thumbs a { margin: 0 0 5px 0; }

.productdetail h1 { font-size: 30px; color: var(--color-primary); }
.productdetail h1::after { display: none; }

.product-main .main-content p { color: #707070; }
.product-main .main-content h3 { margin-top: 0; font-size: 18px; }

.product-main h5.size-title { color: #000; font-size: 1rem; font-weight: 700; text-transform: none; margin-bottom: 15px; }
.product-main .sizes { display: flex; margin: 0 -5px 50px -5px; }
.product-main .sizes input { visibility: hidden; height: 0; width: 0; position: absolute; top: 0; left: 0; }
.product-main .sizes label { flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #707070; display: flex; justify-content: center; align-items: center; font-weight: 700; user-select: none; margin: 0 5px; }
.product-main .sizes label:hover { cursor: pointer; background: #efefef; }
.product-main .sizes label:active { transform: translateY(2px); }
.product-main .sizes input:checked+label { border-color: var(--color-primary); color: var(--color-primary); }
.product-main .sizes input:checked+label:hover { background: #ffefef; }
.product-main .sizes input:disabled+label { border-color: #BABABA; color: #B9B9B9; }
.product-main .sizes input:disabled+label:hover { background: #fff; cursor: auto; }
.product-main .sizes input:disabled+label:active { transform: translateY(0); }

.center.title h2 { margin-bottom: 25px; }

.product-main .btn-success, 
.checkout-btns .btn-success, 
.card-foot .btn-success, 
.cartFooter .btn-success,
.addcoupon.btn-success { background: #60BA06; border-color: #60BA06; color: #fff; display: flex; justify-content: space-between; align-items: center; border-radius: 50px; font-size: 16px; }
.product-main .btn-success:hover,
.checkout-btns .btn-success:hover,
.card-foot .btn-success:hover,
.cartFooter .btn-success:hover,
.addcoupon.btn-success:hover { background: #89df33; border-color: #89df33; }
.product-main .btn-success::after,
.checkout-btns .btn-success::after,
.card-foot .btn-success::after,
.cartFooter .btn-success::after,
.addcoupon.btn-success::after { position: static; height: 20px; margin-left: 10px; }
.product-main .btn-success:hover::after,
.checkout-btns .btn-success:hover::after,
.card-foot .btn-success:hover::after,
.cartFooter .btn-success:hover::after,
.addcoupon.btn-success:hover::after { transform: translateX(5px); }

.addcoupon.btn-success { justify-content: center; }

.card-foot .btn-success { border-radius: 0; }

.product-main .reserve-product-info { color: #9F9F9F; font-size: 14px; margin-top: 10px; display: flex; align-items: center; line-height: 1.3; }
.product-main .reserve-product-info::before { content: '\f05a'; font-family: 'Font Awesome 5 Pro'; font-weight: 700; margin-right: 10px; }

.product-main .main-content { margin-bottom: 25px; }

.usp-product .col-lg-4 { flex: 0 0 auto; flex-grow: 1; max-width: none; width: auto; }

/* .toggle-filters-mobile .btn.btn-secondary { background: #fff; } */
.toggle-filters-mobile .btn.btn-secondary:active,
/* .toggle-filters-mobile .btn.btn-secondary:focus, */
.toggle-filters-mobile .btn.btn-secondary:focus:active { background: var(--color-primary); color: #fff!important; }

.productdetail ul,
.product .product-smalldesc ul { list-style: none; margin-top: 5px; }
.productdetail ul li,
.product .product-smalldesc ul li { position: relative; padding-left: 20px; margin-bottom: 5px; }
.productdetail ul li::before,
.product .product-smalldesc ul li::before { content: '\f054'; font-family: 'Font Awesome 5 Pro'; position: absolute; left: 0; top: 1px; font-weight: 700; font-size: 80%; color: var(--color-primary); }

.productinfo .advies-nodig-slider { margin: 25px 0; }
.productinfo .advies-nodig { display: flex; background: #F5F5F5; border-radius: 30px; overflow: hidden; }
.productinfo .advies-nodig .img-wrap { max-width: 250px; }
.productinfo .advies-nodig .img-wrap img { object-fit: cover; height: 100%; width: 100%; }
.productinfo .advies-nodig .content-wrap { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.productinfo .advies-nodig .content-wrap h3 { font-size: 18px; color: var(--color-primary); margin-top: 0; margin-bottom: 10px; }
.productinfo .advies-nodig .content-wrap h2 { margin-top: 0; margin-bottom: 25px; font-weight: 700; }
.productinfo .advies-nodig .content-wrap h2::after { display: none; }
.productinfo .advies-nodig .contact-option { display: flex; align-items: center; margin-bottom: 10px; }
.productinfo .advies-nodig .contact-option i { color: var(--color-primary); margin-right: 15px; }
.productinfo .advies-nodig .contact-option a { color: #000; }
.productinfo .advies-nodig .contact-option a:hover { text-decoration: underline; }
.productinfo .advies-nodig .btn-primary { color: #000; background: none; border: none; border-bottom: 1px solid red; padding: 4px 6px; text-transform: uppercase; }
.productinfo .advies-nodig .btn-primary::after { display: inline-block; }
.productinfo .advies-nodig .btn-primary:hover::after { margin-left: 20px; transform: translateX(10px); }

.product .product-bot .product-smalldesc ul > li:nth-child(n+4) { display: none; }
.product .order-btn-wrap { border-radius: 50%; border: 1px solid #ccc; color: #ccc; width: 40px; height: 40px; }
.product .order-btn-wrap:hover { background: #60BA06; color: #fff; border-color: #60BA06; }
.product .order-btn-wrap svg { width: 17px; }

.productdetail .image-and-banner-container { position: relative; margin-bottom: 15px; }

.search-wrap { margin-bottom: 15px; }
.search-wrap form { display: flex; }
.search-wrap form input { flex-grow: 1; border: 1px solid #ccc; padding: 5px 10px; border-right: 0; transition: box-shadow 0.3s; min-width: 0; }
.search-wrap form input:focus-visible { outline: none; box-shadow: 0px 3px 3px rgb(200 200 200 / 20%); }
.search-wrap form button { width: 40px; height: 40px; flex-shrink: 0; background: red; border: 1px solid red; border-radius: 0; color: #fff; display: flex; justify-content: center; align-items: center; }

.form-control-error-list ul li { list-style: none; padding-left: 5px; font-style: italic; color: red; }


.modal.fixed-right .btn { border-radius: 50px; text-transform: none; }
.modal.fixed-right .img-wrap { display: flex; justify-content: center; }
.modal.fixed-right h4 { font-size: 22px; }

.modal.fixed-left .menu-content .main-menu .main-categories li:first-child { border-top: 1px solid #ddd; }

footer { background-image: url('https://www.motorvenray.nl/template/template/images/footerbg.jpg'); background-size: cover; background-position: center center; padding: 80px 0 140px 0; color: #fff; font-weight: 500; position: relative; }
footer a { color: #fff; }
footer a:hover { text-decoration: none; color: red; }
.footer-logo { position: absolute; bottom: 0; left: 0; }
.geniet-logo { position: absolute; left: calc(45% - 250px); bottom: 20px; }
footer h5 { color: #fff; font-weight: 700; margin-bottom: 20px; }
footer ul { line-height: 1.8em; padding: 0; }
footer ul li { display: block; font-weight: 500; font-size: 16px; }
footer ul li a { color: #fff; }
footer ul li a:hover { text-decoration: none; color: red; }

.socials .item { background: #FF0000; text-align: center; display: block; float: left; border-radius: 36px; font-size: 32px; padding: 8px 10px; width: 60px; height: 60px; }
.socials .item:hover { background: #000; }
.socials .item i { color: #ffffff; margin-right: 0; }
.socials .item:nth-child(1) { margin-right: 10px; }

.sibling-categories .expanded-categories { border: none; padding-left: 0; }
.sibling-categories .btn-expand { font-size: 16px; text-align: left; padding: 0; color: #707070; width: 100%; border: none; font-weight: 500; display: flex; justify-content: space-between; }
.sibling-categories .btn-expand i { transform: translateY(2px); transition: transform 0.3s; }
.sibling-categories .btn-expand:hover { color: #aaa; }
.sibling-categories .btn-expand:hover i { transform: translateY(4px); }

.btn-primary.addcoupon {  }

.filter-side h4.filter-title { cursor: pointer; display: flex; justify-content: space-between; margin-top: 10px; }
.filter-side h4.filter-title i { transition: transform 0.3s; display: flex; align-items: center; justify-content: center; transform: rotate(-90deg); }
.filter-side h4.filter-title.collapsed i { transform: rotate(0); }
.filter-side h4.filter-title:hover { color: #777; }
.filter-side h4.filter-title:hover i:not(.norotate) { transform: rotate(-60deg); }
.filter-side h4.filter-title.collapsed:hover i:not(.norotate) { transform: rotate(-30deg); }

.text-video .row { align-items: center; }

.youtube-video { position: relative; padding-bottom: 56.25%; margin: 0 -15px 25px -15px; }
.youtube-video.square-video { padding-bottom: 100%; }
.youtube-video iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; }

.kleding-logos { margin: 50px 0; }
.kleding-logos .slide-item { display: flex !important; justify-content: center; }
.kleding-logos .slide-item img { height: 100px; width: auto; }
.kleding-logos .slide-item:focus { outline: none; }

.category-big a { border: 1px solid #E6E6E6; border-radius: 4px; transition: box-shadow 0.3s; }
.category-big h5 { font-weight: 700; font-size: 18px; }
.category-big img { transition: transform 0.3s; }
.category-big:hover { transform: scale(1); }
.category-big:hover a { text-decoration: none; color: #000; border: 1px solid #E6E6E6; box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 10%); }
.category-big:hover img { transform: scale(1.1); }

.block.form { margin: 0 -15px; }
.block.form .btn-default { border-bottom: 2px solid #ff0000; text-align: left; padding: 10px 5px; }

.team-row { padding-top: 50px; padding-bottom: 50px; }
.team-row .kleding-team .item { margin-bottom: 15px; }
.team-row .kleding-team .img-wrap { margin-bottom: 15px; }
.team-row .kleding-team img { width: 100%; }
.team-row .kleding-team h4 { text-align: center; font-weight: 700; }

@media only screen and (max-width: 1439px) {
  .topbar .container-fluid { --container-half: calc(1140px / 2); }

  .mainmenu.mv-menu .nav-item .nav-link { padding: 0 0.5rem; }

  .productinfo .advies-nodig .img-wrap { max-width: 200px; }
  .productinfo .advies-nodig .content-wrap { padding: 20px; }
  .productinfo .advies-nodig .btn-primary { font-size: 16px; }

  .home-slider .text h1 { font-size: 36px; }
}

@media only screen and (max-width: 1199px) {
  .topbar .container-fluid { --container-half: calc(960px / 2); }
  .topbar .btn { left: 160px; }
  .topbar .topbar-right { margin-left: 325px; }

  .main-logo-wrap { width: 220px; }
  .link-cutout.cutout-big { width: 209px; height: 211px; border-radius: 30px; }

  .home-slider .text h1 { font-size: 30px; }
}

@media only screen and (max-width: 991px) {
  .topbar .container-fluid { --container-half: calc(720px / 2); }

  .shop-nav-wrap { display: none; }
  .menu-cart-icon.mobile-view { display: flex; }

  .mainmenu.mv-menu { position: sticky; top: 0; z-index: 2; background: #fff; transition: box-shadow 0.3s; }
  .mainmenu.mv-menu.nav-shadow { box-shadow: 0 0 10px rgb(0 0 0 / 15%); }

  .category-wrap { margin-top: 0; }

  .topbar .topbar-right { flex-grow: 1; margin-left: 160px; }
  .topbar .topbar-left { display: none; }
  .topbar .usp-list-search-bar { flex-grow: 1; }
  .topbar .usp-list { display: none; }
  .topbar form { position: static; }

  .mainmenu.mv-menu { padding-top: 10px; padding-bottom: 10px; padding-left: 0; padding-right: 0; }
  .mainmenu.mv-menu .container { padding-left: 15px; padding-right: 15px; justify-content: flex-end; }
  .mainmenu.mv-menu .navbar-toggler { order: 2; }
  nav .circle-icons { margin: 0; }
  nav .circle-icons a { margin-left: 0; margin-right: 10px; }

  .home-slider .text { padding: 15px; }
  .home-slider .text h1 { font-size: 24px; }

  footer { padding-bottom: 200px; }
  .footer-logo { width: 250px; }
}


@media only screen and (max-width: 767px) {
  .topbar .container-fluid { --container-half: calc(540px / 2); }
  .topbar .topbar-right { display: none; }

  .main-logo-wrap { width: 175px; }
  .link-cutout.cutout-big { width: 154px; height: 158px; border-radius: 27px; }

  .breadcrumbs ul { margin: 10px 0; }

  .productdetail .productimage { display: block; }  
  .productdetail .productimage .image-contain { display: block; }
  .productdetail .productimage .img-thumbs { margin: 15px -5px; flex-direction: row; justify-content: center; }
  .productdetail .productimage .img-thumbs a { margin: 0 5px; }

  .productdetail h1 { font-size: 24px; }

  .product .discountinfo span { font-size: 16px; }

  .usp-product .col-lg-4 { flex: 0 0 100%; max-width: 100%; }
  .usp-product ul { margin-bottom: 15px; }
  .usp-product ul li { font-size: 16px; }

  .product-main .sizes label { width: 40px; height: 40px; font-size: 14px; }

  .usp-product > .container > .row { margin: 25px -15px; }

  .product-main .sizes { margin: 0 -5px 25px -5px; }

  .search-wrap { margin-top: 5px; }

  footer { padding-bottom: 250px; }
  .geniet-logo { bottom: 175px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 500px; padding: 0 15px; }

}

@media only screen and (max-width: 575px) {
  .topbar .container-fluid { justify-content: flex-end; padding-right: 15px; }

  nav .circle-icons a { width: 40px; height: 40px; }

  .home-slider { margin-left: -15px; margin-right: -15px; }

  .productdetail h1 { font-size: 20px; }
  .productdetail .product-main .currentprice .price { font-size: 24px; }
}

@media only screen and (max-width: 479px) {
  .main-logo { width: 60vw; }
  .main-logo.small { width: 40%; }


  .product .discountinfo span { font-size: 12px; }

  .usp-product > .container > .row { margin: 15px -15px; }
  .usp-product ul li { font-size: 14px; padding-left: 30px; }
  .usp-product li::before { width: 20px; height: 20px; font-size: 10px; }

  .productinfo .advies-nodig .content-wrap h3 { font-size: 16px; }
  .productinfo .advies-nodig .content-wrap h2 { font-size: 20px; margin-bottom: 10px; }
  .productinfo .advies-nodig .btn-primary { margin-top: 10px; }

  .product .product-bot .product-smalldesc > *:last-child { margin-bottom: 0; }
  .product .pricestyle { margin-top: 5px; }
  .product .stock { font-size: 14px; line-height: 1.3; }

  .modal.fixed-right h4 { font-size: 22px; }
  .modal.fixed-right .card-foot { display: block; }
  .modal.fixed-right .btn { width: 100%; margin-bottom: 10px; justify-content: center; }
}

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

}


.check-input-round{
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.check-input-round:checked{
  border-color: black;
}

.check-rood{
  background-color: #bb0000;
}
.check-blauw {
  background-color: lightskyblue;
}
.check-geel {
  background-color: yellow;
}

.check-zwart {
  background-color: #000;
}

.check-groen{
  background-color: green;
}
.check-roze {
  background-color: pink;
}
.check-oranje {
  background-color: orange;
}


.check-grijs {
  background-color: grey;
}

.check-bruin {
  background-color: brown;
}

.check-beige {
  background-color: beige;
}

.check-zilver {
  background-color: silver;
}

.check-fluorescerend {
  background-color: yellowgreen;
}

.check-camo {
  background-color: darkgreen;
}

@media only screen and (max-width: 991px) {
  .topbar .topbar-left {
    display: block;
    height: 40px;
  }
}

.flex-center{
  justify-content: center !important;
}