@charset "utf-8";
/* CSS Document -  WEBSPICE - Sofie Vandenberghe -  www.webspice.be*/
:root {
 --primary: #1e1535;
  --pink: #f472b6;
  --blue: #06b6d4;
}
html {
  scroll-behavior: smooth;
text-rendering: optimizeLegibility !important;
-moz-osx-font-smoothing:grayscale!important;
-webkit-font-smoothing:antialiased!important
}
* {box-sizing: border-box;margin: 0;padding: 0;}
button {cursor: pointer;}
.bootstrap-select .dropdown-toggle:focus {outline: none !important;box-shadow: none !important;}
textarea:focus, input:focus {outline: none !important;}
img {border: none;max-width: 100%;}
::-moz-selection {background: var(--primary);color: #fff;}
::selection {background: var(--primary);color: #fff;}
body{
    font-optical-sizing: auto;
    font-size: 16px;
    color: var(--primary);
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    background: #fffbf5;
	line-height: 30px
}
h1,
h2,
h4,
h5,
h6 {
   font-family: "Shantell Sans", cursive;
    font-weight: 600;
    font-style: normal;
}
h1{
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 65px;
	color:#ffffff;
}
.inhoud h1, .pg h1 {color: var(--primary);}
h2 {
   font-size: 45px;
  line-height: 60px;
  color: var(--primary);
  margin-bottom: 35px;
}
 h2 .icon {
  margin-left: 15px;
}



h3{font-size: 30px;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;}
h4{font-size: 28px;color: var(--primary);}
h5{font-size: 24px;line-height:34px;}
a{
text-decoration:underline;color: var(--primary);
}
a:hover, a:focus, a:active{ text-decoration:underline;}
ul, ol {list-style: none;}
.pg ul li {list-style: disc; margin-left: 30px;}
.inhoud ul li{padding: 6px 0;list-style: none;}

#webspice { text-align: right;}
#webspice a {font-weight:700;font-size:12px;color:#a9afb3;text-decoration:none;padding-top: 5px;padding-bottom:5px;}
#webspice a:hover{color:#ffffff}
.bol {color:#D99F15;font-size:24px}
.btn {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  min-width: 250px;
  align-items: center;
  display: inline-block;
  box-shadow: 0 0 29px 2px rgba(75, 58, 58, 0.13);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-pink {
  color: #fff;
  background: var(--pink);
  border: 1px solid var(--pink);
}
.btn-blue {
  color: #fff;
  background: var(--blue);
  min-width: auto;
}
.btn-white {
  color: var(--pink);
  background: #fff;
  border: 1px solid #fff;
}
.btn-outline {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background: var(--blue);
  text-decoration: none
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background: var(--pink);
}
.btn-pink:hover,
.btn-blue:hover,
.btn-white:hover,
.btn-outline:hover {
  color: #fff;
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: none;
}
.bg-before::before {
  content: "";
  background-image: url("../fotomateriaal/drip-shape.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  aspect-ratio: 1920 / 203; 
  width: 100%;
  /*height: 203px;*/
}
.bg-after:after {
  background-image: url("../fotomateriaal/rozewave.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 1;
  aspect-ratio: 1920 / 41; 
  width: 100%;
  height: 41px;
}
.form-floating label, select.form-select {color:#959494}
.form-control, .form-control-file, .form-select{font-weight: normal;margin:10px 0;border-radius:5px;border-color:#e2e3dd;background-color: #ffffff}
.form-control:focus, .form-select:focus{color: var(--pink);background-color: #ffffff;border-color:var(--primary);outline: 0;box-shadow: none;}
.form-label{text-transform:uppercase;line-height: 0.8}
.form-check .form-check-input {margin-left: 0px}
.submit {color:var(--secondary);background-color:#e0c82d;min-width: 280px;}
.submit:hover{color:#e0c82d;background-color:var(--secondary)}
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {background-color: transparent}
.form-select{height: calc(3.5rem + calc(var(--bs-border-width) * 2));min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));line-height: 1.25;}
label.input-group-text{height: 38px; margin-top: 10px;}
iframe.map {
  height: 450px;
  display: block;
  width: 100%;
  padding: 20px 0;
}
/**** Header CSS****/
header {background-color: var(--pink);}
header .topbar {padding: 5px 0;background-color: #8ed1d1;position: relative;color:#ffffff;font-size: 14px;font-weight: 600; }
header .topbar::after{
  content: "";
 position: absolute;
  background: url("../fotomateriaal/drip4.png") 0 0 repeat-x;
  background-size: auto 40px;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 103px;
}
header .topbar a{color: #fff; white-space: nowrap;text-decoration: none}
header .topbar a:hover,
header .topbar .a:focus {
 text-decoration: underline
}
header .navbar {
  padding: 15px 0 0;
  z-index: 1;
}
header .navbar .container{max-width: 95%;}
header .navbar-brand {
  padding: 15px;
  margin: 0px;
}

header .navbar-expand-xl .navbar-nav {
    justify-content: space-evenly;
    width: 100%;
}
header .nav-link {
  transition: all ease 0.5s;
  padding: 0px !important;
  font-size: 18px;
  color: #fff;
  font-weight:600;
 font-family: 'Poppins',sans-serif;
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus,
header .navbar-nav .nav-link.active {
  color: #ffffff;opacity: 0.8;text-decoration: none
}
 .navbar-toggler {
    border: 0;
    color: #fff;
    font-size: 36px;
    padding: 0;
	font-weight:600
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    box-shadow: none;
  }
/*index*/
.hero {
  background: var(--pink);
  padding-top: 0;
  position: relative;
  z-index: 1;
color:#ffffff;font-weight:600
}
.hero-content {
  text-align: center;
}
.hero-content h1 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 20px;color:#ffffff
}
.hero p {
  font-size: 20px;
}
.hero-img img {
  height: auto;
}
.hero .container {
  position: relative;
}
.bg-element:before {
  background-image: url("../fotomateriaal/bg-element.webp");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 110px;
  left: -98px;
  right: 0;
  height: 100%;
  z-index: -1;
}
.hero-lr .img-r {
  position: absolute;
  top: 130px;
  left: -80px;
}
.hero-lr .img-l {
  position: absolute;
  top: 100px;
  right: 80px;
}
.img-r img,
.img-l img {
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 101px 5px rgba(0, 255, 255, 0.34);
  animation: float 5s infinite ease-in-out;
}
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-cta .cta-item {
  display: flex;
  flex-direction: column;
	align-items: flex-start;
  min-width: 280px;
}
.hero-cta .cta-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
}
.hero-cta .btn {
  min-width: 260px;
  max-width: 320px;
  width: 100%;
}
.hero blockquote {
  font-family: "Shantell Sans", cursive;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 2px;
}
.arrow {
  text-align: center;
  display: block;
  width: 14px;
  height: 14px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  margin: 10px auto 0;
}
.arrow-wrapper {
  animation: floatArrow 3s ease-in-out infinite;
}
@keyframes floatArrow {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}
/*section {
  padding: 70px 0;
}*/
.section-btn {
  margin-top: 50px;
}
.over {
  padding: 100px 0 150px;
}

.blockquote {
   font-family: "Shantell Sans", cursive;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--pink);
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.blockquote:before {
  content: "";
  display: block;
  background: var(--pink);
  height: 80px;
  width: 3px;
  position: absolute;
  left: 0;
  border-radius: 5px;
}
.right-img img {
  height: auto;
  box-shadow: 0 0 43px 6px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.thumbnail {
  position: absolute;
  bottom: -100px;
  left: -10px;
  transform: rotate(-10deg);
}
.thumbnail img {
  border: 4px solid #fff;
  max-width: 215px;
}
.wobble {
  animation-name: wobble;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes wobble {
  0% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  50% {
    transform: translate(10px, 30px) scale(1);
    -webkit-transform: translate(10px, 30px) scale(1);
    -moz-transform: translate(10px, 30px) scale(1);
    -ms-transform: translate(10px, 30px) scale(1);
    -o-transform: translate(10px, 30px) scale(1);
  }
  100% {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}

  .winkels, .usp, .smaken, .partner, .event, .instagram {
    padding: 70px 0 30px;
  }
.usp .card {
  background: #ffda31;
  border: 1px solid #ffda31;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.usp .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.usp .card-body .icon img {
  height: auto;
  margin: 0 auto 15px;
}
.usp .card-body .card-title {
  font-family: "Shantell Sans", cursive;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
}
.usp .card-body p {
  margin-bottom: 0;
}
.custom-7-cols > * {
  flex: 0 0 auto;
  width: calc(100% / 7);
}
.smaken .card {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: none;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.smaken .card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(244, 114, 182, 0.35);
}
.smaken .card-body {
  padding: 0;
}
.smaken .card-body span {
  position: absolute;
  top: 8px;
  padding: 3px 12px;
  background: var(--pink);
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.smaken .card-body .bestseller {
  background: var(--pink);
}
.smaken .card-body .belgisch {
  background: #ffda31;
  color: var(--primary);
}
.smaken .card-body .sorbet {
  background: var(--blue);
}
.smaken .card-body .populair {
  background: #29c029;
}
.smaken .card-body .kidsfavoriet {
  background:#FF7F50;
}
.smaken .card-body .card-img img {
  height: auto;
  margin-bottom: 10px;
  border-radius: 15px;
}
.smaken .card-body .card-title {
  font-family: "Shantell Sans", cursive;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.winkels {
  padding: 100px 0 150px;
  background: #91d0d6;
  position: relative;
}
.winkels.bg-after::after {
  background-image: url("../fotomateriaal/blauwwave.webp");
}
.winkels p {
  color: #fff;
}
.winkels ul{
  display: block;
  margin-bottom: 25px;
	position: relative;
}
.winkels ul li:before {
	 content: "";
  background-image: url("../fotomateriaal/ijs-p.webp");
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  left: 0;
  width: 24px;
  height: 26px;
}
.winkels li {
  padding-bottom: 8px;
}
.winkels li span {
  font-size: 16px;
  padding-left: 5px;
  color: #fff;
}
  .partner .col {
    margin-bottom: 25px;
  }
.partner .col img {
  max-width: 130px;
  height: auto;
}
.event {
  background: var(--pink);
  border-radius: 25px;
  margin: 0 150px;
}
.event-content p {
  color: #fff;
}
.review {
  background: #91d0d6;
  border-radius: 20px;
  padding: 15px 30px;
  box-shadow: 0 0 43px 6px rgba(0, 0, 0, 0.1);
}
.review-text {
  background: #fff;
  padding: 8px;
  border-radius: 15px;
  font-size: 14px;
}
.review .name {
  font-family: "Shantell Sans", cursive;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.event .blockquote {
  color: #fff;
  margin-top: 50px;
}
.event .blockquote::before {
  background: #fff;
}
.event .blockquote span {
  margin: -60px 20px 0;
}
.cta {
  padding-top: 100px;
	padding-bottom:70px;
  position: relative;
  background: var(--primary);
}
.cta p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  max-width: 750px;
}
.cta h3 {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
}
.cta.bg-after::after {
  background-image: url("../fotomateriaal/dblauwwave.webp");
}

/** pagina's **/
.page-title .container {
  position: relative;
}
.page-title {
  padding-top: 0;
  position: relative;
  background: var(--pink);
  z-index: 0;
 padding: 70px 0;
}
.page-title p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
	font-weight: 400
}
.inhoud, .fac, .contact {padding: 70px 0;}
.inhoud li {position: relative;}
.inhoud li span {
  display: block;
  line-height: 26px;
  text-align: left;
  padding-left: 35px;
}
.inhoud li:before {
  content: "";
  background-image: url("../fotomateriaal/ijs-b.webp");
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  left: 0;
  width: 24px;
  height: 26px;
}

/*------- FAQs Style Start -------*/
.custom-accordion .accordion-item {
  border: 2px solid #ffda31;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: transparent;
}
.custom-accordion .accordion-button {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  border-radius: 20px;
  font-weight: 600;
  font-size: 24px;
  color: var(--primary);
  padding: 20px 25px;
  box-shadow: none;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.custom-accordion .accordion-body {
  padding: 20px 25px;
  color: var(--primary);
}

.custom-accordion .accordion-button::after {
  content: "+";
  font-size: 24px;
  font-weight: 600;
  color: var(--pink);
  transition: transform 0.2s ease;
  background-image: none;
  margin-top: -8px;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}
/*------- Forms -------*/
.contact-card {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.form-label {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}
.custom-input {
  border-radius: 50px;
  border: 2px solid rgba(244, 114, 182, 0.5);
  padding: 14px 20px;
  background-color: transparent;
  box-shadow: none;
}
.custom-input:focus {
  border-color: var(--pink);
  box-shadow: none;
}
textarea.custom-input {
  border-radius: 25px;
  resize: none;
}

.flavour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.flavour {
  background: #fff;
  padding:5px;
  border-radius: 30px;
  cursor: pointer;
  border: 2px solid #eee;
  transition: 0.2s;
  text-align: center;
}

.flavour input {
  display: none;
}

.flavour:hover {
  border-color: var(--pink);
}

.flavour.selected {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}

.price-box {
  border: 2px solid rgba(6, 182, 212, 0.2);
}

.price {
  font-size: 42px;
  font-weight: 700;
  color: var(--pink);
}

.included .badge {
  background: var(--blue);
  color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
  display: inline-block;
  margin: 5px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .price-box {
    position: sticky;
    top: 120px;
  }
}
/*------- Footer-------*/
footer {
  background: #19112d;
  padding: 100px 0 0;
  position: relative;
}
footer.home.bg-before::before {
  background-image: url("../fotomateriaal/footer-home.webp");
  aspect-ratio: 1920 / 48; 
}
.foo-logo {
  margin: 0 0 20px;text-align: center
}
footer p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  max-width: 330px;
  margin: 0 auto 15px;
}
footer .address {
  text-align: center;
  margin-bottom: 15px;
}
footer a {
  color: #fff;
  transition: 0.5s all;
	text-decoration: none
}
footer a:hover {
  color: #00b1b9;
  text-decoration: underline;
}
footer i {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
}
footer .social-media {
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 30px 0 50px;
  padding: 0;
}
footer .social-media i {
  font-size: 35px;
  color: var(--blue);
}

.copyright {
  padding: 15px 0;
}
.copyright a {
  font-size: 14px;
}
.copyright ul {
  display: flex;
  gap: 5px;
  margin: 0;
}
.copyright ul li:not(:last-child):after {
  content: "|";
  margin-right: 10px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.7);
}

/*------- Scroll to Top Style Start -------*/
#return-to-top{
position:fixed;
bottom:130px;
right:20px;
width:50px;
height:50px;
background:var(--pink);
border:none;
border-radius:50%;
display:none;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:999;
opacity:0;
transition:opacity .3s;
}

#return-to-top i{
color:#fff;
font-size:20px;
}
#return-to-top.show{
display:flex;
opacity:1;
}
#return-to-top:hover{
background:var(--blue);
}

/* Responsive */
@media (max-width: 1199px) { 
h2, h1 {
    font-size: 45px;
    line-height: 55px;margin-bottom: 20px
  }
  header .nav-link {margin-bottom: 5px;}
  header .navbar-brand {
    padding: 10px 0;
  }

  header .topbar .nav-link {
    line-height: 22px;
  }
.inhoud, .contact, .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }	
	
.event {
    margin: 0 30px;
  }
  .contact .py-5 {
    padding: 0px !important;
  }
  
 
  .hero-lr .img-r {
    left: 0;
    z-index: -1;
  }
  .hero-lr .img-l {
    right: 0;
    z-index: -1;
  }
  .hero-lr .img-r img {
    max-width: 170px;
	  height:auto
  }
  .hero-lr .img-l img {
    max-width: 100px;
	height:auto
  }

}

@media (max-width: 1024px) {
 .hero-img {
    margin-top: 20px;
    text-align: center;
  }
.over-img {
    margin-bottom: 20px;
  }
  .over-btn {
    margin: 30px 0;
  }
  .hero-content h1 {
    font-size: 38px;
    line-height: 50px;
  }
 
h2,.cta h3 {
    font-size: 30px;
    line-height: 40px;
  }

	.thumbnail{bottom:0}
  .over,.winkels, .usp, .smaken, .partner, .event, .instagram {
    padding: 70px 0 30px;
  }
  .event {
    margin: 0 15px;
  }
  .right-img.ps-5 {
    padding-left: 0 !important;
    margin-bottom: 20px;
    text-align: center;
  }
  .custom-7-cols > * {
    width: auto;
  }

  footer {
    padding: 50px 0 0;
  }
  .footer-logo {
    max-width: 300px;
  }

}

@media(max-width: 767px) {
.navbar-brand img {
    width: 80px;height:80px
  }
  .hero ul.btn-group {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }
  .hero .btn-group li span {
    margin-bottom: 8px;
  }
  .hero .btn-group li {
    padding-bottom: 20px;
  }
  .hero-lr,
  .scroll {
    display: none;
  }
  .thumbnail img {
    max-width: 130px;
  }

  .blockquote {
    font-size: 23px;
    line-height: 30px;
    margin-top: 40px;
  }
  .custom-7-cols{
    width: 345px;
    margin: 0 auto;
  }
  .custom-7-cols > * {
    width: 172px;
    margin: 0 auto 15px;
  }

  .event .blockquote {
    margin-top: 30px;
  }
  .event .blockquote span {
    margin: 0 20px 0;
  }
  .event .mt-5 {
    margin-top: 25px !important;
  }
  .review {
    margin-bottom: 15px;
  }
  .section-btn .btn {
    margin: 0 0 15px !important;
  }
  .cta {
    padding-top: 50px;
  }
  .cta p {
    font-size: 18px;
  }

  .custom-accordion .accordion-button {
    font-size: 18px;
  }
  .faq .section-btn .mt-4 {
    margin-top: 20px !important;
  }

  footer {
    padding: 30px 0 10px;
  }
  footer .footer-logo {
    margin: 30px 0 15px;
  }
  footer .social-media {
    margin: 30px 0 30px;
  }
}

@media(max-width: 575px) {
 .copyright a {
    font-size: 11px;
  }
  .copyright ul li:not(:last-child)::after {
    margin-right: 2px;
    padding-left: 2px;
  }
  .copyright ul {
    text-align: center;
    padding: 5px 0 0;
    margin: 0 auto;
    width: 330px;
  }
  #webspice {
    text-align: center;
    padding-top: 0;
  }
}












