button:hover,
button:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
  opacity: 0.9;
}
#footer a:hover,
#footer a:focus {
  opacity: 0.9;
}
#footer .widgets {
  padding: 15px 0 25px;
}
#footer .widgets .item {
  padding: 0 0 25px;
  position: relative;
}
#footer .widgets .item h5 {
  color: #000000;
  font-size: 18px;
}
#footer .widgets .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .widgets .item ul li {
  padding: 0 0 5px;
  font-size: 12px;
}
#footer .widgets .item ul li a {
  color: #000000;
  display: block;
}
#footer .widgets .item .link {
  bottom: 0;
  color: #000000;
  left: 0;
  position: absolute;
  right: 0;
}
#footer .payments {
  border-top: 1px solid #d9d9d9;
  padding: 12px 0 8px;
  text-align: center;
}
#footer .payments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .payments ul li {
  display: inline-block;
}
#footer .payments ul li a {
  color: #f02a68;
  display: block;
  margin: 0 20px;
}
#footer .credits {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  text-align: center;
}
#footer .credits ul {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
#footer .credits ul li {
  display: inline-block;
}
#footer .credits ul li:before {
  color: #f02a68;
  content: ' | ';
  display: inline-block;
}
#footer .credits ul li a {
  color: #f02a68;
  padding: 0 15px;
}
#footer .credits ul li:first-child:before {
  display: none;
}
#footer .credits p {
  margin: 0;
}
/*
===============================================================
RESPONSIVE
===============================================================
*/
/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #footer .widgets .item {
    margin: 0 0 15px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #footer .widgets .item {
    margin: 0 0 15px;
    padding: 0 0 20px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 375px) {
  #footer .credits ul li {
    display: block;
  }
  #footer .credits ul li:before {
    display: none;
  }
}
#help {
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  color: #000000;
  padding: 15px 0 10px;
}
#help h2 {
  color: #000000;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}
#help h3 {
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
}
#help h4 {
  color: #000000;
  margin-bottom: 5px;
  position: relative;
  top: 10px;
}
#help h4 img {
  display: inline-block;
  width: 50px;
}
#help .social {
  bottom: 15px;
  display: block;
  margin: 0;
  position: relative;
}
#help .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#help .social ul li {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
}
#help .social ul li a {
  display: block;
}
#help .social ul li a:hover,
#help .social ul li a:focus {
  opacity: 0.9;
}
/*
===============================================================
RESPONSIVE
===============================================================
*/
/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #help h2 {
    margin-bottom: 10px;
  }
  #help h4 {
    font-size: 16px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #help h2 {
    top: 0;
  }
  #help h4 {
    top: 0;
  }
  #help .social {
    margin: 25px 0 0;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #help h2 {
    top: 0;
  }
  #help h4 {
    top: 0;
  }
  #help .social {
    margin: 25px 0 0;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  #help h4 {
    font-size: 16px;
  }
}
#newsletter {
  background-color: #FFEFF2;
  color: #000000;
  padding: 20px 0;
}
#newsletter .col-md-6 .col-xs-4 {
  padding-left: 0;
}
#newsletter h4 {
  color: #000000;
  font-size: 24px;
  margin: 0 0 3px;
  font-weight: normal;
}
#newsletter h4 .fa {
  opacity: 0.6;
}
#newsletter p {
  margin: 0;
  font-size: 14px;
}
#newsletter form input {
  font-size: 16px;
}
#newsletter form button {
  font-size: 16px;
  height: 35px;
  position: relative;
  text-align: center;
  width: 100%;
}
#newsletter form button span {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
/*
===============================================================
RESPONSIVE
===============================================================
*/
/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #newsletter p {
    margin: 0 0 10px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #newsletter p {
    margin: 0 0 10px;
  }
}
/* Landscape phones and smaller */
#footer .payments ul li img {
  max-height: 70px !important;
}
#footer .copyright-footer {
  color: #000000;
}
#newsletter button {
  border-radius: 0;
  background: #f02a68;
  border: none;
}
#newsletter button span {
  color: #FFFFFF;
}
section#help .help-service-header {
  font-size: 24px;
}
section#help h4 {
  font-size: 14px;
  font-family: Open Sans;
}
@media (max-width: 767px) {
  main#main .home-products h2 a {
    font-size: 24px !important;
  }
}
main#main .brand-head .subtitle {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}
main#main .brand-head h2 {
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  font-family: "Bree Serif",Helvetica,sans-serif;
}
main#main .home-brands h2 {
  font-size: 30px;
/*  margin: 0 0 5px 0;
  padding: 10px 20px; */
  text-decoration: none;
  font-family: "Bree Serif",Helvetica,sans-serif;
}
@media (max-width: 767px) {
  main#main .home-brands h2 {
    font-size: 24px !important;
  }
}
main#main .tabs .tabs-list h2 a {
  padding: 0;
}
main#main .tabs .tabs-list li span {
  font-weight: normal;
}
main#main .banner-inner h2.title {
  font-size: 14pt;
}
a.title {
  height: 80px !important;
  letter-spacing: 0px;
  font-weight: 300 !important;
}
a.title .product-title {
  font-weight: normal;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Bree Serif",Helvetica,sans-serif;
}
.recently-watched .product .standalone-bottomline {
  margin-bottom: 10px;
}
.recently-watched .product .small-reviews .yotpo-stars {
  width: 100% !important;
  display: block !important;
  clear: both !important;
  height: 20px !important;
}
.product .title-brand {
  font-weight: 700;
  letter-spacing: 0px;
}
.product .product-title {
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0px;
}
.custom-mega-menu {
  margin-top: 20px;
}
.body-wrap #header #search-form input {
  float: left;
  outline: none;
  border: 1px solid #f02a67;
  padding: 6px 10px;
}
.body-wrap #header #search-form button {
  background: #f02a67;
  letter-spacing: 2px;
  border: none;
  padding: 7px 15px;
  float: left;
  color: white;
}
.body-wrap #header .usp-block li:not(i) {
  letter-spacing: 0px;
  font-size: 14px;
}
.body-wrap #header.sticky-menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.body-wrap #header.sticky-menu #search {
  bottom: 0 !important;
}
.body-wrap #header.sticky-menu .usp-block,
.body-wrap #header.sticky-menu .usp-slider {
  display: none;
}
.body-wrap #header .custom-mega-menu a {
  padding: 0 !important;
  cursor: pointer;
  transition: color 0.5s ease;
  text-transform: capitalize;
}
.body-wrap #header .custom-mega-menu a:hover {
  color: #f02a67 !important;
}
.body-wrap #header .custom-mega-menu .category-title {
  text-align: left;
  padding-bottom: 10px !important;
}
.body-wrap #header .custom-mega-menu .single-items a {
  margin-bottom: 10px;
  font-size: 14px;
}
.body-wrap #header .custom-mega-menu h4 {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0 !important;
}
.body-wrap #header .custom-mega-menu ul {
  padding: 0;
  margin: 0 0 20px;
  float: left;
}
.body-wrap #header .custom-mega-menu ul a {
  font-weight: normal;
}
.body-wrap #header .main-header .main-header-inner {
  padding: 15px 0px;
}
.body-wrap #header .searbar-input {
  font-size: 12px;
  height: 48px;
}
.body-wrap #header .search .search-text-remover {
  height: 48px;
  line-height: 48px;
}
.body-wrap #search {
  bottom: 50px;
}
.brand-categories ul {
  column-count: 4;
  text-align: left !important;
  width: 100%;
}
.body-wrap .large-heading {
  font-family: "Lato", Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  font-weight: 300 !important;
  line-height: 1.1;
  letter-spacing: 5px;
  font-size: 37px;
}
/*.productpage .product-info .product-brandname {
  font-weight: 700;
  letter-spacing: 2px;
}*/
.productpage .product-info h1 {
  font-size: 24px;
  letter-spacing: 0px;
}
.productpage .additional-usp-text {
  color: #f02a67 !important;
}
.productpage .custom-youtube-container {
  position: relative;
}
.productpage .custom-youtube-container .youtube-play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: auto 125px;
  background-position: center;
  /* transform: translate(-50%, -50%); */
  background-repeat: no-repeat;
  /* background-color: red; */
  cursor: pointer;
  background-image: url(https://assets.webshopapp.com/boozyshop-nieuw-design/play.png?1);
}
.score-wrap a.text-m {
  display: block !important;
}
.yotpo span.yotpo-icon-star {
  background-image: url(https://assets.webshopapp.com/boozyshop/fullheart.png) !important;
}
.yotpo span.yotpo-icon-star:before {
  content: "";
}
.yotpo span.yotpo-icon-star,
.yotpo span.yotpo-icon-half-star,
.yotpo span.yotpo-icon-empty-star {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  display: inline-block !important;
  width: 16px !important;
  height: 14px !important;
}
.yotpo .yotpo-icon {
  speak: none;
  font-size: 17.5px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: auto !important;
  background: none;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productpage .yotpo .text-m {
  line-height: 14px !important;
}
.productpage .yotpo-stars .yotpo-icon-star:last-child {
  margin-right: 10px !important;
}
.yotpo span.yotpo-icon-star {
  background-image: url(https://assets.webshopapp.com/boozyshop/fullheart.png) !important;
}
.yotpo span.yotpo-icon-half-star {
  background-image: url(https://assets.webshopapp.com/boozyshop/halfheart.png) !important;
}
.yotpo span.yotpo-icon-empty-star {
  background-image: url(https://assets.webshopapp.com/boozyshop/emptyheart.png) !important;
}
.yotpo .yotpo-icon-default-star:before,
.yotpo .yotpo-icon-empty-star:before,
.yotpo .yotpo-icon-half-star:before,
.yotpo .yotpo-icon-star:before {
  content: '' !important;
}
.yotpo-bottomline.star-clickable {
  width: 100% !important;
  line-height: 13px !important;
}
.yotpo-overview-page .yotpo-stars {
  display: inline-block;
}
.yotpo-overview-page .text-m {
  display: block !important;
  width: 100%;
}
.yotpo-overview-page .standalone-bottomline {
  display: inline-block;
  /* background: red; */
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}
.yotpo-overview-page .standalone-bottomline .yotpo-stars {
  position: relative;
  transform: translate(-50%);
  left: 50%;
}
.yotpo-nav-content .yotpo-main .content-title,
.yotpo-nav-content .yotpo-main .yotpo-review-wrapper .content-review {
  font-size: 13px !important;
}
@media (max-width: 374px) {
  .yotpo-overview-page .yotpo-display-wrapper .star-clickable a {
    font-size: 12px;
  }
}
.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.fixed-top-bottom {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .banner-bottom {
    background-position: center center !important;
  }
}
@media (min-width: 768px) {
  .fixed-top-bottom {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .fixed-top-bottom {
    margin-top: 156px !important;
  }
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.btn-custom-white {
  opacity: 1 !important;
  border-radius: 0;
  background: #FFFFFF !important;
  border: #f02a68 1px solid !important;
  color: #f02a68 !important;
  -webkit-transition: background-color 0.5s, color 0.5s;
}
.btn-custom-white:hover {
  background: #f02a68 !important;
  color: #FFFFFF !important;
}
.btn-custom-pink {
  opacity: 1 !important;
  border-radius: 0;
  background: #f02a68 !important;
  border: #f02a68 1px solid !important;
  color: #FFFFFF !important;
  -webkit-transition: background-color 0.5s, color 0.5s;
}
.btn-custom-pink:hover {
  background: #FFFFFF !important;
  color: #f02a68 !important;
}
.custom-top-filters {
  background: none;
}
.custom-top-filters .dropdown-title {
  border: 1px solid #f02a68 !important;
}
main .banners .owl-headlines .owl-next,
main .banners .owl-headlines .owl-prev {
  background: transparent !important;
  border-color: transparent !important;
}
.home-brands .brand-head {
  margin: 70px 0 30px 0;
}
.home-brands .brands-slider {
  border: none;
}
.home-brands .brands-slider .item {
  filter: none !important;
  opacity: 1;
}
#sync2 li {
  list-style: none;
}
#mobile-search-form {
  margin-top: 35px;
}
#mobile-search-form input {
  border: 1px solid #f02a67;
  padding: 12px 10px 13px 10px;
  width: calc(100% - 45px);
  float: left;
  outline: none;
}
#mobile-search-form button {
  background: #f02a67;
  color: white;
  border: none;
  outline: none;
  padding: 13px;
  text-align: center;
  width: 45px;
  height: 45px;
  float: left;
}
.btn-pink {
  background-color: #f02a67;
  border: none;
  border-radius: 0;
  color: white;
}
.btn-pink:hover {
  background: rgba(240, 42, 103, 0.7);
  color: white;
}
.btn-pink:active,
.btn-pink:focus {
  background-color: #f02a67;
  color: white;
}
#product-added .right-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 10px;
  height: 100%;
}
#product-added .product-title {
  letter-spacing: 4px;
  font-size: 18px;
  margin-bottom: 11px;
}
#product-added .product-price {
  margin-bottom: 20px;
  font-size: 18px;
}
#product-added .modal-content {
  border-radius: 0;
}
#product-added .center-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product-description .content-block-wrapper p {
  font-size: 13px;
}
.no-margin-top {
  margin-top: 0 !important;
}
section#help {
  background: #FFEFF2;
}
section#help a,
section#help p {
  color: black !important;
}