@charset "UTF-8";
/*!
 * DARKOD E-Marketin Sistemi (https://darkodyazilim.com/)
 * Copyright 2022 The Darkod Authors
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --bg-white : #fff;
  --bg-ons : #ffc107;
  --bg-dblue :#000000;
  --tx-color : #fff;
  --tx-dblue : #007dbc;
}
body {
  font-family: "League Spartan",sans-serif;
  font-size:18px;
  font-weight: 300;
  background-color: #fff;
  color:#43505c;
  line-height: 1.3em;
}
main {
  position: relative;
  width: 100%;
  padding-top: 66px;
}
header {
  width: 100%;
  height: 66px;
  box-shadow: 0 0 0.75rem 0.15rem rgb(26 42 52 / 50%);
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .logo {
  height: 90px;
  filter: drop-shadow(1px 5px 10px #000000);
}
header .menu-bar {
  width: 66px!important;
  height: 66px;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  color:#FFF;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
header .menu-bar .bi {
  font-size:40px;
}
header .menu-bar span {
  font-size: 12px;
  line-height: 5px;
  display: block;
}
header .head-menu {
  height: 66px;
  display: flex;
  align-items: center;
}
header .head-menu a {
  font-size:18px;
  color:#FFF;
}
header .head-menu .text-end {
  text-align: right!important;
  justify-content: end;
}
header .head-menu .dropdown-menu {
  background-color: #242424;
  border:none!important;
  border-radius: 0!important;
}

.slider__container {
  width: 100%;
  height: auto;
  display: block;
}
.slider__container .banner_mobil {
  display: none!important;
}
.slider__container .owl-carousel {
  position: relative;
  padding: 0;
}
.slider__container .owl-carousel .item-text {
  font-family: "Bodoni Moda",sans-serif;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.slider__container .owl-carousel .item-text .text-h1 {
  font-size:64px;
  font-weight: 600;
  color:#FFF;
  /*text-shadow: 2px 2px #484848;*/
}
.slider__container .owl-carousel .item-text .text-p {
  font-size:54px;
  font-weight: 600;
  color:#FFF;
  /*text-shadow: 2px 2px #484848;*/
}
.slider__container .owl-carousel .item-text .slide-text {
  font-size:18px;
  font-weight: 200;
}
.slider__container .owl-carousel .item-text .btn-slide {
  font-family: "Barlow Condensed",sans-serif;
  background-color: #000000;
  color:#FFF;
  font-size:28px;
  font-weight: 300;
}
.slider__container .owl-slider .owl-nav {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size:28px;
}
.slider__container .owl-slider .owl-dots {
  display: none!important;
}
.slider__container .owl-slider .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: var(--bg-dblue);
  color: var(--tx-color);
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  margin-right: 2px;
}
.slider__container .owl-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: var(--bg-dblue);
  color: var(--tx-color);
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  margin-left: 2px;
}
.slider__container .owl-slider .owl-nav .owl-prev:hover {
  background-color: var(--bg-ons);
  color:var(--tx-color);
  transition: all 250ms;
}
.slider__container .owl-slider .owl-nav .owl-next:hover {
  background-color: var(--bg-ons);
  color: var(--tx-color);
  transition: all 250ms;
}
.wdg-banner {
  background-color: rgba(0, 0, 0, 0.50);
  position: relative;
  height: 460px;
}
.wdg-banner::before {
  content:"";
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: url(../../img/desktop-widget.jpg);
  background-position: center;
  background-attachment: cover;
  z-index: -1;
}
.wdg-banner .wdg-text {
  position: absolute;
  bottom:50px;
  left: 50px;
}
.wdg-banner .wdg-text .text-h1 {
  font-size:44px;
  color:#FFF;
}
.wdg-banner .wdg-text .text-h2 {
  font-size:68px;
  font-weight: 600;
  color:#FFF;
}
.wdg-banner .wdg-text .btn-wdg {
  font-size:24px;
  font-weight: 300;
  background-color: #FFF;
  color:#000;
  padding: 10px 25px;
  display: inline-block;
}

.well-content {
  font-size:20px;
  font-weight: 300;
}
.well-content .well-title {
  font-size:58px;
  font-weight: 500;
}
.well-content .text-p {
  font-size:24px;
  font-weight: 300;
}
.well-content .btn-wll {
  font-size:24px;
  font-weight: 300;
  background-color: #000;
  color:#FFF;
  padding: 15px 25px;
  display: inline-block;
}

.well-form {
  border:2px solid #000;
}
.well-form .text-h1 {
  font-size:48px;
  font-weight: 500;
}
.well-form .text-h2 {
  font-size:30px;
  font-weight: 300;
}
.well-form .form-control {
  border-color:#000!important;
}
.well-form .form-control:focus {
  border-color:#242424!important;
  box-shadow: none!important;
}

.collectie-bx {
  height: 500px;
  position: relative;
}
.collectie-bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collectie-bx .title {
  font-size:48px;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.50);
  color:#242424;
  padding: 25px 35px;
  display: inline-block;
}
.collectie-bx .btn-bx {
  position: absolute;
  bottom:25px;
  left:25px;
  font-size:24px;
  font-weight: 300;
  background-color: #FFF;
  color:#000;
  padding: 15px 25px;
  display: inline-block;
}

.widget-home .widget-top {
  margin-bottom: -25px;
  display: none;
  padding-left: 5px;
  padding-right: 5px;
}
.widget-home .widget-top div {
  height: 150px;
  position: relative;
}
.widget-home .widget-top div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
}
.widget-home .widget-top .title {
  position: absolute;
  top:30px;
  right: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.widget-home .widget-top .title span {
  display: block;
  margin-bottom: 15px;
}
.widget-home .border {
  border-color:#eff1f3!important;
}
.widget-home .advert {
  position:relative;
}
.widget-home .advert .card-title {
  position: absolute;
  left: 0;
  bottom:50px;
  width: 100%;
  font-size:36px;
  font-weight: 600;
  color:#fff;
  text-align: center;
}
.widget-home .advert .card-title span {
  display: block;
  margin-bottom: 15px;
}
.widget-home .advert .card-title .btn {
  border-radius: 0!important;
}
.widget-home .product-card {
  height: 370px;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  overflow: hidden;
}
.widget-home .product-card .product-img {
  width: 100%;
  height: 100%;
}
.widget-home .product-card .product-img .card-img {
  width: 100%!important;
  height: 100%!important;
}
.widget-home .product-card .product-title {
  position: absolute;
  bottom:25px;
  left:0;
  font-size: 22px;
  font-weight: 300;
  color: #FFF;
  background-color: #000000;
  padding: 5px 10px 5px 15px;
}
.widget-home .product-card .product-title span {
  font-size:14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.widget-home .product-card .prc__card {
  position: absolute;
  top: 15px;
  right: 15px;
}
.widget-home .product-card .prc__card .prc__card-sale {
  height: 30px;
  line-height: 30px;
  font-size:18px;
  font-weight: 400;
  color:#fff;
  padding: 0 10px;
  margin-bottom: 3px;
}
.widget-home .product-card .prc__card .prc__card-old {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #d00000;
}
.widget-home .product-card .prc__card .prc__card-old span {
  font-weight: 300;
  text-decoration: line-through;
  color: #64686d;
}
.widget-home .product-card .prc__card .product-new {
  background-color: var(--bg-ons);
  color: var(--tx-color);
  font-size: 18px;
  font-weight: 200;
  padding: 2px 4px;
  display: inline-block;
}
.blog-home .owl-blog .owl-nav {
  display: none!important;
}
.blog-home .owl-blog .owl-dots {
  display: none !important;
}
.blog-home .blog-title {
  font-size: 24px;
  font-weight: 600;
}
.blog-home .blog-title strong {
  background-color: var(--bg-ons);
  color:var(--tx-color);
  padding-left: 15px;
  padding-right: 15px;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}
.blog-home .blog-title span {
  display: block;
  font-size: 16px;
  font-weight: 200;
  padding-top: 15px;
}
.blog-home .item {
  position: relative;
}
.blog-home .item .item-title {
  position: absolute;
  left:0;
  bottom:5px;
  width: 100%;
}
.blog-home .item .item-title span {
  font-size: 18px;
  font-weight: 300;
  background-color: var(--bg-ons);
  color: var(--tx-color);
  padding:5px 15px;
  clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
.page__container .page__container-top {
  position: relative;
}
.page__container .page__container-top nav {
  padding-top: 5px;
  margin-bottom: -16px;
}
.page__container .page__container-top .breadcrumb .breadcrumb-item{
  font-size: 14px;
  font-weight: 300;
  color: var(--bg-dblue);
}
.page__container .page__container-top .breadcrumb .breadcrumb-item a {
  color: #43505c;
  font-weight: 400;
  text-decoration: underline;
}
.page__container .page__container-top .top-title {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  color:var(--bg-dblue);
}
.page__container .page__container-top .top-search {
  position: relative;
}
.page__container .page__container-top .top-search .btn-search {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: var(--bg-dblue);
  color: var(--tx-color);
  border:none!important;
}
.page__container .page__container-top .btn-filter {
  background-color: #43505c;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border:none!important;
  border-radius: 5px;
}
.page__container .page__container-top .text-product {
  height: 40px;
  line-height: 40px;
  font-size:16px;
}
.page__container .page__container-top .text-product span {
  font-weight: 600;
  background-color: #43505c;
  color:#fff;
  padding: 2px 7px;
  border-radius: 3px;
}
.page__container .page__container-top .form-control {
  background-color: #fff;
  border: none !important;
  height: 40px;
}
.page__container .page__container-top .form-control::placeholder {
  font-size:18px;
  font-weight: 400;
  color: #aaa;
}
.page__container .page__container-top .form-control:focus {
  box-shadow: none!important;
}
.page__container .page__container-top .form-select {
  background-color: #fff;
  border: none !important;
  height: 40px;
}
.page__container .page__container-top .form-select:focus {
  box-shadow: none !important;
}

/* PRODUCT CATEGORY LIST */
.page__container .card .card-title {
  font-size:17px;
  font-weight: 200;
  color:#1a1a1a;
}
.page__container .card .card-text {
  font-size:22px;
  font-weight: 600;
  color:#1a1a1a;
  text-transform: uppercase;
}

/* PRODUCT DETAIL */
.product__container .content-detail .main-detail {
  width: 600px;
  padding-left: 80px!important;
}
.product__container .content-detail .main-detail .category {
  font-size:24px;
  font-weight: 300;
  color:#001018;
}
.product__container .content-detail .main-detail .title {
  font-size:44px;
  font-weight: 600;
  color:#001018;
}
.product__container .content-detail .main-detail .btn-box {
  font-size:24px;
  font-weight: 300;
  background-color:#000;
  color:#FFF;
}
.product__container .content-detail .main-detail .content-text {
  font-size: 18px;
  font-weight: 300;
  color: #001018;
}
.product__container .nav-pills .nav-link {
  height: 50px;
  font-size:20px;
  font-weight: 300;
  color:#43505c;
  float: left;
  cursor: pointer;
  background-color: transparent!important;
  border-radius: 0!important;
}
.product__container .nav-pills .active {
  font-weight: 600;
  border-bottom: 1px solid var(--bg-ons);
}
.product__container .fotorama .fotorama__img {
  border-radius: 5px!important;
}
.product__container .fotorama .fotorama__stage {
  margin-bottom: 15px;
}
.product__container .fotorama .fotorama__thumb-border {
  border-radius: 5px !important;
  border:2px solid var(--bg-ons)!important;
}
.product__container .fotorama .fotorama__thumb {
  border-radius: 5px !important;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.product__container .tab-content {
  font-family: "Barlow Condensed",sans-serif;
  font-size:25px;
  font-weight: 300;
  text-align: center;
}
.product__container .tab-content .ql-size-small {
  font-size:12px!important;
}
.product__container .tab-content .ql-size-huge {
  font-size:48px!important;
}
.product__container .tab-content .ql-size-large {
  font-size:24px!important;
}
.product__container .tab-content .ql-size-huge {
  font-size:48px!important;
}
.product__container .tab-content .ql-align-center {
  text-align: center;
}
.product__container .tab-content .ql-align-right {
  text-align: right;
}
.page__about {
  font-size: 22px;
  font-weight: 300;
}
.page__about .about-title {
  font-size: 40px;
  font-weight: 400;
}
.page__about .about-h1 {
  font-size: 28px;
  font-weight: 300;
}

.page__showroom .slide {
  width: 100%;
  height: 500px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.50);
}
.page__showroom .slide::before {
  content:"";
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: url(../../../cloud/page/image-showroom-bg.jpg);
  background-position: center;
  background-attachment: cover;
  z-index: -1;
}
.page__showroom .slide .slide-text {
  position: absolute;
  bottom:50px;
  left:50px;
}
.page__showroom .slide .slide-text .text-h1 {
  font-size: 48px;
  font-weight: 400;
  color:#FFF;
}
.page__showroom .slide .slide-text .text-h3 {
  font-size: 24px;
  font-weight: 300;
  color:#FFF;
}
.page__showroom .showroom-title {
  font-size: 40px;
  font-weight: 400;
}
.page__showroom .showroom-text {
  font-size: 24px;
  font-weight: 300;
}
.page__contact .contact-title {
  font-size:34px;
  font-weight: 400;
}
.page__contact .contact-text {
  font-size:19px;
  font-weight: 300;
}
.page__contact .contact-text span {
  font-size:20px;
  font-weight: 400;
  display: block;
}
.page__contact .contact-text a {
  color:#1a1a1a;
}

.page__projecten .slide {
  width: 100%;
  height: 500px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.50);
}
.page__projecten .slide::before {
  content:"";
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: url(../../../cloud/page/image-projecten-bg.jpg);
  background-position: center;
  background-attachment: cover;
  z-index: -1;
}
.page__projecten .slide .slide-text {
  position: absolute;
  bottom:50px;
  left:50px;
}
.page__projecten .slide .slide-text .text-h1 {
  font-size: 48px;
  font-weight: 400;
  color:#FFF;
}
.page__projecten .slide .slide-text .text-h3 {
  font-size: 24px;
  font-weight: 300;
  color:#FFF;
}
.page__projecten .showroom-title {
  font-size: 40px;
  font-weight: 400;
}
.page__projecten .showroom-text {
  font-size: 24px;
  font-weight: 300;
}


/* PAGINATION */
.pagination {
  font-size: 15px;
  font-weight: 300;
  float: right;
}
.pagination a {
  font-size: 18px;
  font-weight: 300;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #a6abb6;
  text-decoration: none;
  margin: 0 1px;
  border-radius: 0;
}
.pagination .active {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  line-height: 30px;
  font-weight: 500;
}
.pagination .prv {
  float: left;
  background-color: #e9edf1;
  border-radius: 0;
  margin-right: 2px;
}
.pagination .nxt {
  float: right;
  background-color: #e9edf1;
  border-radius: 0;
  margin-left: 2px;
}
.pagination ul {
  float: left;
  border-radius: 0;
}
.pagination ul li {
  float: left;
}
.pagination ul li a:hover {
  background-color: #e9e9e9;
  color: #1a1a1a;
  border-radius: 0;
  line-height: 30px;
}

/* FOOTER */
footer .bg-dark {
  background-color: #000000!important;
}
footer a {
  color: #1a1a1a;
}
footer .logo {
  height: 100px;
}
footer .foo-social {
  color:#FFF;
  font-size:28px;
}
footer .foo-social span {
  color:#FFF;
  font-size:18px;
  font-weight: 200;
  display: block;
}
footer .foo-social a {
  color:#FFF;
}
footer .copy {
  border-top:1px solid #dee2fd;
  font-size: 14px;
  font-weight: 300;
  padding: 0 5px;
}
footer .copy > a {
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  color: #1a1a1a;
}

/* MODAL RESET */
.offcanvas {
  border:none!important;
}
.offcanvas .offcanvas-header {
  background-color: var(--bg-dblue);
  color:var(--tx-color);
  height: 66px;
}
.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 28px;
  font-weight: 600;
}
.offcanvas .offcanvas-body {
  padding: 0px!important;
  position: relative;
}
.offcanvas .offcanvas-body .canvas-menu {
  width: 100%;
}
.offcanvas .offcanvas-body .canvas-item {
  width: 100%!important;
  display:inline-block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1px;
}
.offcanvas .offcanvas-body .canvas-item a {
  font-size: 20px;
  font-weight: 400;
  padding: 0 15px;
  background-color: #eff1f3;
  color:#43505c;
  display: block;
}
.offcanvas .offcanvas-body .canvas-item a:hover {
  background-color: #e4e7eb;
  transition: all 0.2s;
}
.offcanvas .offcanvas-body .canvas-item .bi {
  float: right;
  color:#64686d;
}
.offcanvas .offcanvas-footer {
  background-color:var(--bg-dblue);
}
.offcanvas .offcanvas-footer a {
  background-color: var(--bg-dblue);
  color: var(--tx-color);
  font-size:20px;
  height: 60px!important;
  line-height: 60px;
  display: block;
}
.offcanvas .offcanvas-footer a:hover {
  background-color: #045881;
  transition: all 0.2s;
}


/* BOOTSTRAP RESET */
.form-control {
  border-color:#000!important;
}
.form-control:focus {
  border-color:#242424!important;
  box-shadow: none!important;
}
.product-mt {
  margin-top: -43px!important;
}
.bg-dlight {
  background-color: #eff1f3;
}
.bg-ons {
  background-color: var(--bg-ons);
  color:var(--tx-color);
}
.btn-ons {
  background-color: var(--bg-ons);
  color:var(--tx-color);
}
.shadow-xs {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}
.btn-outline-ons {
  border-color:var(--bg-ons);
  color:var(--bg-ons);
  border-radius: 0!important;
}
.btn-outline-ons:hover {
  border-color: var(--bg-ons);
  color: var(--tx-color);
  background-color: var(--bg-ons);
  transition: all 0.2s;
}
.btn-outline-blue {
  border-color: var(--bg-dblue);
  color: var(--bg-dblue);
  border-radius: 0 !important;
}
.btn-outline-blue:hover {
  border-color: var(--bg-dblue);
  color: var(--tx-color);
  background-color: var(--bg-dblue);
  transition: all 0.2s;
}
.modal-backdrop.show {
  opacity: 0.9!important;
}

/* ALERT */
.web__alert {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  background-color: rgba(2, 2, 2, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0!important;
}
.web__alert .alert-body {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px;
  width: 500px;
  position: relative;
}
.web__alert .alert-body a {
  font-weight: 600;
  color:var(--crm-color);
}
.web__alert .alert-body .logo {
  width: 100%;
  display: block;
  text-align: center;
}
.web__alert .alert-body .logo span {
  display: inline-block;
  font-size:24px;
  font-weight: 500;
  background-color: #272c38;
  color:#fff;
  padding: 10px;
  border-radius: 3px;
}
.web__alert .alert-body .text-head {
  width: 100%;
  font-size:20px;
  font-weight: 400;
  text-align: center;
}
.web__alert .alert-body .text-small {
  width: 100%;
  font-size:16px;
  font-weight: 200;
  text-align: center;
}
.web__alert .alert-body .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.web__alert .alert-body h1 {
  font-size: 24px;
  font-weight: 600;
}
.web__alert .alert-body span {
  font-size: 17px;
  font-weight: 200;
}
.web__alert .form-checked svg {
  width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto;
}
.web__alert .form-checked .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.web__alert .form-checked .circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.web__alert .form-checked .line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.web__alert .form-checked .check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.web__alert .wave {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.web__alert .wave .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 3px;
  background: var(--crm-color);
  animation: wave 1.3s linear infinite;
}
.web__alert .wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
.web__alert .wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

/* SCREEN */
@media (max-width: 1256px) {
  .dNone-12 {
    display: none !important;
  }
  header .search-bar .form-control {
    width: 480px!important;
  }
  .widget-home .product-card .card-img-top {
    min-width: 100%;
    min-height: 100%;
  }
  .widget-home .widget-top {
    display: block;
  }
  /* PRODUCT CATEGORY LIST */
  .page__container .card-item {
    height: auto;
    transition: all 0.2s ease;
    padding: 5px!important;
  }
  .page__container .card-item .prc__card {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .page__container .card-item .product-content {
    width: 100%;
    height: auto;
  }
  .page__container .card-item .product-img {
    width: 100%;
    height: auto;
  }
  .page__container .card-item .product-title {
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page__container .card-item .product-title span {
    font-size: 16px;
  }
  .page__container .card-item .product-box {
    padding-bottom: 15px;
  }
  .product__container .content-detail .main-detail {
    width: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* PRODUCT DETAIL */
  .product-widget .product-item {
    height: auto;
    transition: all 0.2s ease;
    padding: 5px!important;
  }
  .product-widget .product-item .prc__card {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .product-widget .product-item .product-content {
    width: 100%;
    height: auto;
  }
  .product-widget .product-item .product-img {
    width: 100%;
    height: auto;
  }
  .product-widget .product-item .product-title {
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-widget .product-item .product-title span {
    font-size: 16px;
  }
  .product-widget .product-item .product-box {
    padding-bottom: 15px;
  }
}
@media (max-width: 990px) {
  .dNone-09 {
    display: none!important;
  }
  header .menu-bar {
    display: block;
  }
  .product-mt {
    margin-top: 10px!important;
  }
  .product__container .content-detail {
    background-color: #eff1f3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .product__container .content-detail .main-detail {
    padding-left: 5px !important;
  }
}
@media (max-width: 768px) {
  .dNone-07 {
    display: none !important;
  }
  header .logo {
    height: 80px;
  }
  .wdg-banner {
    height: 360px;
  }
  .wdg-banner .wdg-text {
    left: 15px;
  }
  .wdg-banner .wdg-text .text-h1 {
    font-size:30px;
  }
  .wdg-banner .wdg-text .text-h2 {
    font-size:34px;
  }
  .wdg-banner .wdg-text .btn-wdg {
    font-size:18px;
  }
  .well-content .well-title {
    font-size:32px;
  }
  .well-content .text-p {
    font-size:18px;
  }
  .well-content .btn-wll {
    font-size:18px;
  }
  .slider__container .owl-carousel .item-text .text-h1 {
    font-size:44px;
  }
  .slider__container .owl-carousel .item-text .text-p {
    font-size:34px;
  }
  .slider__container .owl-carousel .item-text .btn-slide {
    font-size:18px;
  }
  .slider__container .banner_web {
    display: none !important;
  }
  .slider__container .banner_mobil {
    display: block !important;
  }
  .collectie-bx .title {
    font-size:30px;
  }
  /* Product Derail */
  .page__container .card-item .prc__card .prc__card-sale {
    font-size: 16px;
  }
  .page__container .card-item .prc__card .prc__card-old {
    font-size: 12px;
  }
  .page__container .card-item .prc__card .product-new {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .dNone-05 {
    display: none !important;
  }
  .fotorama__stage {
    height: 350px !important;
  }
  .fotorama__stage img {
    top: 25px !important;
  }
  .slider__container .owl-carousel .item-text .text-h1 {
    font-size:28px;
  }
  .slider__container .owl-carousel .item-text .text-p {
    font-size:24px;
  }
}
@media (max-width: 430px){
  .fotorama__stage {
    height: 300px !important;
  }
  .fotorama__stage img {
    top: 5px !important;
  }
}

/* Container RESET */
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 100%) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1600px !important;
  }
}

/* ANIMATION */
@keyframes wave {
  0%,
  60%,
  to {
    transform: none;
  }
  30% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}