.add-wishlist-btm {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  top: 0;
  padding: 10px 0;
  width: 100%;
  height: 40px;
}
.add-wishlist-btm span {
  width: 25px;
  background: #acf950;
  border-radius: 100%;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  display: block;
  position: absolute;
  right: 10px;
}

.add-wishlist-btm span:hover {
  background: #000;
  color: #acf950;
}

.wishlist-count.count-shake {
  animation: woofc-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.wishlist-count {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #acf950;
  display: block;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999997;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 30px;
  border: none;
}

.wishlist-count span.count-number {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: #000;
  color: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-family: 'relative-book';
}

.wishlist-area {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
  text-align: start;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999999;
  opacity: 0;
  visibility: visible;
  height: 100%;
}

.wishlist-inner {
  height: 100%;
  max-height: 100%;
  background-color: #ffffff;
}

.wishlist-header {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #ebedf1;
}

.wishlist-header h4 {
  font-family: 'relative-book';
}

.wishlist-header h3 {
  font-family: 'relative-book';
  font-size: 20px;
  margin: 15px 0;
}

.wishlist-header span.count-number {
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: #acf950;
  color: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-family: 'relative-book';
  font-weight: bold;
}

.wishlist-header span.close-area {
  font-size: 26px;
  cursor: pointer;
  color: #000;
}

.thumb {
  position: relative;
  z-index: 1;
}

@keyframes woofc-spinner {
  to {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes woofc-spinner {
  to {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes woofc-shake {
  10%, 90% {
      transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
      transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
      transform: translate3d(4px, 0, 0);
  }
}

.wishlist-show .wishlist-area {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.wishlist-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 99999998;
  opacity: 0;
  visibility: hidden;
}

.wishlist-product {
  height: calc(100vh - 130px);
  overflow: auto;
  background: #fff;
}

.wishlist-product::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.wishlist-product::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.wishlist-product::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.wishlist-show .wishlist-overlay {
  opacity: 1;
  visibility: visible;
}

.wishlist-content .wishlist-product li a {
  list-style-type: none;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  margin: 15px 0;
  width: 100%;
  align-items: center;
}

.wishlist-content ul {
  padding: 20px;
  margin: 0;
}

.wishlist-content .wishlist-product li img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border: 1px solid #000;
  padding: 0;
  border-radius: 5px;
}

.wishlist-content .wishlist-product li h5 {
  font-family: 'relative-book';
  margin: 0 0 5px 0;
  font-size: 16px;
  padding: 0px;
  color: #000;
}

.wishlist-content .wishlist-product ul {
  padding: 0;
  margin: 0;
}

.wishlist-content .wishlist-product li button.close-icon {
  position: absolute;
  right: 22px;
  background: none;
  border: none;
  padding: 0;
  font-size: 28px;
  color: #666;
  top: 20px;
  cursor: pointer;
}

.wishlist-content .wishlist-product ul {
  padding: 0;
  margin: 0;
}
.wishlist-view.wishlist-remove {
  background: none;
  border: none;
  padding: 0;
  margin-top: 50px;
}
.wishlist-view.wishlist-remove button {
  line-height: 35px;
  background: #1fe083;
}

.wishlist-view.wishlist-remove button a:hover {
  background: none;
} 

button.wishlist-remove-all a:hover {
  color: #fff !important;
}

.wishlist-view.wishlist-remove button:hover {
  background: #000;
}

.wishlist-view.wishlist-remove button a {
  color: #000 !important;
}

.wishlist-view.wishlist-remove button a:hover {
  color: #fff !important;
}
.wishlist-view.wishlist-remove button:hover a {
  color: #fff !important;
}

.meta-info {
  padding-left: 20px;
}

.wishlist-content .wishlist-product li span {
  font-family: 'relative-book';
  font-size: 13px;
  color: #000;
}

.wishlist-view {
  border-top: 1px solid #ebedf1;
  text-align: center;
  padding: 20px 0;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
}

.wishlist-view button {
  display: block;
  margin: auto;
  width: 94%;
  background: #acf950;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
}

.wishlist-view button a {
  color: #000;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: bold;
}

.wishlist-view button:hover, .wishlist-view button:hover a {
  background: #000;
  color: #acf950;
}

.wishlist-content {
  padding: 0;
  margin: 0;
}

.all_wishlist_post_sc {
  display: block;
  width: 100%;
  margin: 50px auto 0 auto;
  justify-content: start;
  flex-flow: wrap;
  align-items: center;
}

.all_wishlist_post_sc .post-sec img {
  position: relative;
}

.all_wishlist_post_sc div.post-sec {
  width: 22%;
  padding: 0 0 5px 0;
  border: 1px solid #000;
  margin: 1.3%;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.all_wishlist_post_sc div.post-sec div.post-close-icon span {
  width: 25px;
  background: #acf950;
  border-radius: 100%;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  display: block;
  position: absolute;
  right: 10px;
}
.all_wishlist_post_sc div.post-sec div.post-close-icon {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  top: 0;
  padding: 10px 0;
  width: 100%;
  height: 40px;
}

.all_wishlist_post_sc div.post-sec a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.all_wishlist_post_sc div.post-sec img {
  border-radius: 20px 20px 0 0;
  height: 250px;
  object-fit: cover;
  -webkit-appearance: none;
  border-bottom: 1px solid black;
}

.all_wishlist_post_sc div.post-sec span.thumbnail-tags {
  font-size: 14px;
}

.wishlist-content .wishlist-product li {
  position: relative;
  list-style-type: none;
  padding: 0 20px;
}

.wishlist-product p.empty-wishlist {
  font-family: 'relative-book';
  font-size: 18px;
  margin: 15px 0 0 20px;
}

.all_wishlist_post_sc .rem-wish, .lay-shortcode.lay-textformat-parent p.empty-wishlist, .all_wishlist_post_sc p.empty-wishlist {
  text-align: center;
  padding: 20px 0;
  display: block;
  width: 100%;
  margin-top: 20px;
  font-family: ABCGintoNord-Regular;
}
.rem-wish {
  margin: 15px;
  font-size: 20px;
  font-family: ABCGintoNord-Regular;
}
.wishlist-inner .wishlist-view {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
}
.wishlist-inner .wishlist-view button {
  margin: 0 1%;
  width: 45%;
}

.wishlist-inner .wishlist-view button a {
  font-size: 15px;
  line-height: 1.8;
}


.wishlist-inner .wishlist-view button.wishlist-remove-all {
  background: #000;
  color: #fff;
}

.wishlist-inner .wishlist-view button.wishlist-remove-all a {
  color: #1fe083;
}

.wishlist-inner .wishlist-view button.wishlist-remove-all:hover, 
.wishlist-inner .wishlist-view button.wishlist-remove-all:hover a {background: #1fe083;color: #000 !important;}
.wlbtn-parent {
  position: relative;
}

/* wislist filter */


.wishlist-filter span {
  margin: 6px;
  border: 1px solid black;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  font-size: 15px;
  display: inline-block;
  font-weight: normal;
}

.wishlist-filter span.active-filterz {
  background-color: #d3fade;
  color: #000;
}

.wishlist-filter span.filterz-none {
  border-radius: 100%;
  padding: 10px;
  line-height: 14px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 22px;
  font-family: 'ABCGintoNord-Regular';
}

.wishlist-filter span:hover {
  background: #d3fade;
  color: #000;
}

.contain-filterz {
  display: inline-block;
}

.contain-filterz.hide {
  display: none !important;
}

.active-filterz {
  font-weight: bold;
  color: blue;
}

/* wislist filter */
/* wislist remove btn */
.wishlist-view.wishlist-remove {
  position: unset;
}

button.wishlist-remove-all {
  width: 300px;
}
button.wishlist-remove-all a:hover {
  color: #1fe083 !important;
}

.rem-wish {
  margin: 15px;
  font-size: 20px;
}
.wishlist-filter {
  text-align: center;
  padding-top: 50px;
}
/* wislist remove btn */
 


@media (max-width: 767px) {
  
  .wishlist-inner .wishlist-view{
    padding: 15px 0;
  }
  .add-wishlist-btm span, .all_wishlist_post_sc div.post-sec div.post-close-icon span {
    width: 35px;
    background: #acf950;
    border-radius: 100%;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    font-size: 32px;
    display: block;
    position: absolute;
    right: 10px;
    
    z-index: 999;
}
  .wishlist-header span.close-area {
      font-size: 35px;
  }

  .wishlist-view {
      border-top: 1px solid #ebedf1;
      text-align: center;
      padding-bottom: 20px;
      display: block;
      position: relative;
      width: 100%;
      bottom: 0;
      right: 0;
      background: #fff;
  }

  .below-image .title {
      margin-top: 5px;
      word-wrap: break-word;
      line-height: 26px;
  }

  .all_wishlist_post_sc {
      display: block;
      width: 100%;
  }

  .all_wishlist_post_sc div.post-sec {
      margin: 0 5px 20px 5px;
      max-width: 100%;
      width: 45%;
  }

  .add-wishlist-btm span .all_wishlist_post_sc div.post-sec div.post-close-icon {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 32px;
  }

  .wishlist-product {
    padding-bottom: 0;
    height: calc(100vh - 250px);
}
.wishlist-visible {
  overflow: hidden;
  height: 100%;
  
}
.wishlist-filter {
  padding: 10px 0 0 0;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  overflow-x: scroll;
  box-sizing: border-box;
}
.wishlist-filter::-webkit-scrollbar {
  display: none;
}

}

@media (min-width: 768px) and (max-width: 1200px) {
  .wishlist-visible {
    overflow: hidden;
}
  .all_wishlist_post_sc {
      width: 100%;
      justify-content: center;
  }

  .all_wishlist_post_sc div.post-sec {
      width: 46%;
      margin: 15px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .all_wishlist_post_sc div.post-sec {
      width: 21%;
      margin: 20px;
  }
}.sgcc-main-wrapper .sgcc-container .cookie-icon{bottom:auto;color:currentColor;font-size:26px;left:15px;position:absolute;right:auto;top:35px;fill:var(--sgcc-cookie-icon-color)}[dir=rtl] .sgcc-main-wrapper .sgcc-container .cookie-icon{left:auto;right:15px}.sgcc-main-wrapper .sgcc-container .cookie-icon svg{display:inline-flex;height:28px;line-height:1;width:28px}.sgcc-main-wrapper{--width:450px;--top:auto;--left:auto;--right:30px;--bottom:30px;animation:sgccFadeInUp .8s .7s both;background-color:var(--sgcc-notice-background-color);border-radius:10px;bottom:var(--bottom);box-shadow:0 10px 40px 10px rgba(0,0,0,.05);left:var(--left);opacity:1;position:fixed;right:var(--right);top:var(--top);transition:opacity .2s linear 1s,visibility .2s linear 1s;visibility:visible;width:var(--width);z-index:1000000000}[dir=rtl] .sgcc-main-wrapper{left:var(--right);right:var(--left)}.sgcc-main-wrapper.hidden{display:none;opacity:0;visibility:hidden}.sgcc-main-wrapper .sgcc-container{color:var(--sgcc-text-color);padding:30px 30px 30px 55px;position:relative}[dir=rtl] .sgcc-main-wrapper .sgcc-container{padding:30px 55px 30px 30px}.sgcc-main-wrapper.hide-cookie-icon .sgcc-container{padding-left:30px}[dir=rtl] .sgcc-main-wrapper.hide-cookie-icon .sgcc-container{padding-left:0;padding-right:30px}.sgcc-main-wrapper[data-layout=custom_width]{--width:450px;width:var(--width)}.sgcc-main-wrapper[data-layout=custom_width].position-top-right{--top:30px;--right:30px;--left:auto;--bottom:auto;bottom:var(--bottom);left:var(--left);right:var(--right);top:var(--top)}[dir=rtl] .sgcc-main-wrapper[data-layout=custom_width].position-top-right{left:var(--right);right:var(--left)}.sgcc-main-wrapper[data-layout=custom_width].position-top-left{--top:30px;--right:auto;--left:30px;--bottom:auto;bottom:var(--bottom);left:var(--left);right:var(--right);top:var(--top)}[dir=rtl] .sgcc-main-wrapper[data-layout=custom_width].position-top-left{left:var(--right);right:var(--left)}.sgcc-main-wrapper[data-layout=custom_width].position-top-center{--top:30px;--right:auto;--left:50%;--bottom:auto;animation:sgccFadeIn .8s .7s both;bottom:var(--bottom);left:var(--left);right:var(--right);top:var(--top);transform:translateX(-50%)}[dir=rtl] .sgcc-main-wrapper[data-layout=custom_width].position-top-center{left:var(--right);right:var(--left);transform:translateX(50%)}.sgcc-main-wrapper[data-layout=custom_width].position-bottom-right{--top:auto;--right:30px;--left:auto;--bottom:30px;bottom:var(--bottom);left:var(--left);right:var(--right);top:var(--top)}[dir=rtl] .sgcc-main-wrapper[data-layout=custom_width].position-bottom-right{left:var(--right);right:var(--left)}.sgcc-main-wrapper[data-layout=custom_width].position-bottom-left{--top:auto;--right:auto;--left:30px;--bottom:30px;bottom:var(--bottom);left:var(--left);right:var(--right);top:var(--top)}[dir=rtl] .sgcc-main-wrapper[data-layout=custom_width].position-bottom-left{left:var(--right);right:var(--left)}.sgcc-main-wrapper[data-layout=custom_width].position-bottom-center{--top:auto;--right:auto;--left:50%;--bottom:30px;animation:sgccFadeIn .8s .7s both;bottom:var(--bottom);left:var(--left);right:var(--right);top:var(--top);transform:translateX(-50%)}[dir=rtl] .sgcc-main-wrapper[data-layout=custom_width].position-bottom-center{left:var(--right);right:var(--left);transform:translateX(50%)}.sgcc-main-wrapper[data-layout=full_width]{--right:0;--left:0;--width:max-content;border-radius:9999px;left:var(--left);margin:0 auto;max-width:calc(100% - 20px);right:var(--right);width:var(--width)}[dir=rtl] .sgcc-main-wrapper[data-layout=full_width]{left:var(--right);right:var(--left)}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container{padding:10px 15px}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .sgcc-notice-content{align-items:center;display:flex;gap:10px;justify-content:center}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .cookie-icon{bottom:unset;left:unset;margin:0;position:relative;right:unset;top:unset}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .cookie-icon svg{height:22px;width:22px}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .message-block,.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .message-block p{margin:0}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container #close-sgcc-button{display:none}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .cookie-compliance-button-block #sgcc-accept-button{border-radius:9999px}.sgcc-main-wrapper[data-layout=full_width].position-top{--top:20px;--bottom:auto;bottom:var(--bottom);top:var(--top)}.sgcc-main-wrapper[data-layout=full_width].position-bottom{--top:auto;--bottom:20px;bottom:var(--bottom);top:var(--top)}.sgcc-main-wrapper[data-layout=pop_up]{--width:450px;--top:50%;--left:50%;--right:auto;--bottom:auto;animation:sgccFadeIn .8s 0s both;background-color:var(--sgcc-notice-background-color);border-radius:10px;bottom:var(--bottom);box-shadow:0 10px 40px 10px rgba(0,0,0,.05);left:var(--left);opacity:1;position:fixed;right:var(--right);top:var(--top);transform:translate(-50%,-50%);transition:opacity .2s linear 1s,visibility .2s linear 1s;visibility:visible;width:var(--width);z-index:1000000000}[dir=rtl] .sgcc-main-wrapper[data-layout=pop_up]{left:var(--right);right:var(--left);transform:translate(50%,-50%)}.sgcc-main-wrapper[data-layout=pop_up].hidden{display:none}.sgcc-main-wrapper[data-layout=pop_up] .sgcc-container{color:var(--sgcc-text-color);padding:30px 30px 30px 55px;position:relative}[dir=rtl] .sgcc-main-wrapper[data-layout=pop_up] .sgcc-container{padding:30px 55px 30px 30px}.sgcc-main-wrapper .message-block{color:var(--sgcc-text-color);font-size:15px;line-height:1.6;margin-bottom:15px;text-decoration:none}.sgcc-main-wrapper .message-block a{color:var(--sgcc-link-color);display:inline-block;font-weight:400;position:relative;text-decoration:none!important;text-transform:inherit}.sgcc-main-wrapper .message-block a:after{background-color:var(--sgcc-link-color);bottom:-2px;content:"";display:inline-block;height:1px;left:0;opacity:.5;position:absolute;right:0;width:100%}.sgcc-main-wrapper .message-block a:is(:hover){color:var(--sgcc-link-hover-color);text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .message-block a:is(:hover):after{background-color:var(--sgcc-link-hover-color);content:"";opacity:1}.sgcc-main-wrapper .message-block a:is(:focus){outline:none}.sgcc-main-wrapper .message-block p{font-size:15px;line-height:1.6;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .message-block p:is(:empty){display:none}.sgcc-main-wrapper .message-block p:is(:last-child){margin:0}.sgcc-main-wrapper .cookie-compliance-button-block #sgcc-accept-button{align-items:center;background:transparent;background-color:var(--sgcc-accept-button-background-color);border:1px solid var(--sgcc-accept-button-border-color);border-radius:8px;box-shadow:0 1px 4px 0 rgba(0,0,0,.1);color:var(--sgcc-accept-button-color);cursor:pointer;display:inline-flex;font-size:15px;font-weight:400;height:auto;justify-content:center;line-height:1;padding:12px 20px;text-decoration:none;transition:all .5s ease}.sgcc-main-wrapper .cookie-compliance-button-block #sgcc-accept-button:is(:hover){background:var(--sgcc-accept-button-hover-background-color);border-color:var(--sgcc-accept-button-hover-border-color);color:var(--sgcc-accept-button-hover-color)}.sgcc-main-wrapper .cookie-compliance-button-block #sgcc-accept-button:is(:focus){outline:none}.sgcc-main-wrapper .sgcc-container #close-sgcc-button{align-items:center;background-color:var(--sgcc-close-button-background-color);border:none;border-radius:100%;box-shadow:0 1px 4px 0 rgba(0,0,0,.2);color:var(--sgcc-close-button-color);cursor:pointer;display:inline-flex;font-size:15px;height:30px;justify-content:center;line-height:1;margin:0;padding:0;position:absolute;right:-10px;top:-10px;transition:all .5s ease;width:30px}[dir=rtl] .sgcc-main-wrapper .sgcc-container #close-sgcc-button{left:-10px;right:auto}.sgcc-main-wrapper .sgcc-container #close-sgcc-button:is(:hover){background-color:var(--sgcc-close-button-hover-background-color);border:none;color:var(--sgcc-close-button-hover-color)}.sgcc-main-wrapper .sgcc-container #close-sgcc-button:is(:focus){border:none;outline:none}.sgcc-overlay-mask{--index:1000000000;--background:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:var(--background);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;transition:all .5s ease;width:100%;z-index:calc(var(--index) - 10)}.sgcc-overlay-mask.hidden{display:none;opacity:0;visibility:hidden}@media (max-width:768px){.sgcc-main-wrapper[data-layout=full_width]{border-radius:8px}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .sgcc-notice-content{align-items:flex-start;flex-direction:column;justify-content:flex-start}.sgcc-main-wrapper[data-layout=full_width] .sgcc-container .sgcc-notice-content .cookie-icon{display:none}}@media (max-width:600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width:460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@keyframes sgccFadeInUp{0%{opacity:0;transform:translate3d(0,20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes sgccFadeInDown{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes sgccFadeIn{0%{opacity:0}to{opacity:1}}:root{--sgcc-text-color:#222;--sgcc-link-color:#2b7fff;--sgcc-link-hover-color:#00bc7d;--sgcc-notice-background-color:#e4e4e4;--sgcc-cookie-icon-color:#222;--sgcc-close-button-background-color:#222;--sgcc-close-button-hover-background-color:#00bc7d;--sgcc-close-button-color:#fff;--sgcc-close-button-hover-color:#fff;--sgcc-accept-button-background-color:#222;--sgcc-accept-button-hover-background-color:#00bc7d;--sgcc-accept-button-color:#fff;--sgcc-accept-button-hover-color:#fff;--sgcc-accept-button-border-color:#222;--sgcc-accept-button-hover-border-color:#00bc7d}
/*# sourceMappingURL=public.min.css.map */