@font-face {
  font-family: 'Karbon';
  src: url('https://d1.webseller-app.com/100138/web_templates/31/css/Karbon-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Karbon';
  src: url('https://d1.webseller-app.com/100138/web_templates/31/css/Karbon-Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Karbon';
  src: url('https://d1.webseller-app.com/100138/web_templates/31/css/Karbon-Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Karbon';
  src: url('https://d1.webseller-app.com/100138/web_templates/31/css/Karbon-Light.otf');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
input[name=delivery_id]+label+div {display:none;}
input[name=delivery_id]:checked+label+div {display:block;}

/*====================
Default
====================*/

/*
main colors:

pink - #ec67a0
lightgrey - #f6f4f2
black - #000000

darkergrey(only slider bars) - #dadada
horizontal lines - #b1b2b3

*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'Karbon', sans-serif;
  font-weight: 300;
 /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */letter-spacing: 1px;
  outline: none;
}

img,
iframe {
  max-width: 100%;
}

a {
  color: #ec67a0;
  display: inline-block;
  padding-bottom: 1px;
  text-decoration: underline;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*for ie*/
a > img {border: 0;}

h1 {
  font-weight: 700;
  font-size: 40px;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 30px;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
}

p {
  font-size: 18px;
  line-height: 26px;
}

p.bigger {
  font-size: 20px;
}

strong {
  font-weight: 700;
  font-size: inherit;
}

table {
  border-collapse: collapse;
}

table th {
  padding-bottom: 10px;
}

table td {
  border-top: 1px solid #b1b2b3;
  padding-top: 25px;
  padding-bottom: 10px;
}

table th.align-center,
table td.align-center {
  text-align: center;
}

ul {
  list-style: none;
  margin-bottom: 20px;
}

ul li {
  position: relative;
  padding-left: 10px;
}

ul li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}

input {
  outline: none;
}

.cl {
  clear: both;
}

.no-top-margin {
  margin-top: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.container {
  padding: 0 30px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 15px 30px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 250ms ease-in-out 50ms;
  transition: color 250ms ease-in-out 50ms;
  z-index: 1;
  background-color: transparent;
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(-100% - 39px);
  height: 100%;
  -webkit-transform: skew(-20deg) translateZ(-1px);
  transform: skew(-20deg) translateZ(-1px);
  width: calc(100% + 36px);
  -webkit-transition: left .55s cubic-bezier(0,.81,.59,.99) 0s;
  transition: left .55s cubic-bezier(0,.81,.59,.99) 0s;
  background-color: #000;
  top: 0;
  z-index: -1;
}

.btn:hover:before {
  left: -18px;
}

.btn:hover {
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background-color: transparent;
}

.btn-black:hover {
  color: #000000;
}

.btn-black:before {
  left: -18px;
}

.btn-black:hover:before {
  left: calc(100% + 2px);
}

.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white:hover {
  color: #000000;
}

.btn-white:before {
  background-color: #ffffff;
}

.btn-color2:hover {
  color: #ec67a0;
}

.btn-color2:before {
  left: -18px;
  background-color: #ec67a0;
}

.btn-color2:hover:before {
  left: calc(100% + 2px);
}

.btn-color2 {
  border-color: #ec67a0;
  color: #ffffff;
}

.center {
  text-align: center;
}

blockquote {
  border-top: 1px solid #ec67a0;
  border-bottom: 1px solid #ec67a0;
  display: block;
  padding: 60px 0;
  position: relative;
  color: #ec67a0;
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 26px;
  letter-spacing: 3px;
  margin: 50px 0;
}

blockquote:before {
  content: open-quote;
  visibility: hidden;
  display: block;
  position: absolute;
}

blockquote:after {
  content: close-quote;
  font-size: 89px;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  line-height: 79px;
  font-weight: bold;
}

blockquote p {
  color: #ec67a0;
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 !important;
  max-width: 770px;
  line-height: 36px;
}

blockquote span {
  color: #000000;
  display: block;
  text-align: right;
  max-width: 770px;
  font-style: normal;
}

.subheading {
  font-size: 20px;
  font-family: 'Playfair Display';
  letter-spacing: 1px;
  font-style: italic;
}

.grey-bg {
  background-color: #f6f4f2;
}

.content-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.default-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*====== FORM ELEMENTS ======*/

.form-items {
  margin-left: -30px;
}

.form-item {
  margin-bottom: 30px;
  width: 100%;
  margin-left: 30px;
  position: relative; clear:both;
}

.form-item.row {
  display: inline-block;
  max-width: 370px;
  margin-right: -3px;
  width: 100%;
 
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"] {
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 50px;
  line-height: 20px;
  color: #000000;
  border: none;
  background-color: #ffffff;
  display: block;
  width: 100%;
  max-width: 370px;
}

.form-item label {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 5px;
  display: inline-block;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: 0;
  width: 0;
  height: 0;
}

label.check-label {
  padding-left: 40px;
  position: relative;
  width: 100%;
  text-decoration: underline;
  text-underline-position: under;
}

label.check-label:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  left: 0;
  top: -4px;
  cursor: pointer;
}

label.check-label:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -4px;
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 1;
  cursor: pointer;
}

label .required {
  color: #ec67a0;
}

input:checked + label.check-label:after {
  opacity: 1;
}

input[type="radio"]:checked + label.check-label {
  font-weight: 700;
  text-decoration: none;
}

input[type="radio"] + label.check-label:before {
  border-radius: 30px;
}

input[type="radio"] + label.check-label:after {
  background-image: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ec639d;
  margin-left: 10px;
  margin-top: 10px;
}

input[type="radio"]:disabled + label.check-label:before,
input[type="radio"]:disabled + label.check-label {
  opacity: 0.5;
}

select {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 15px 60px 15px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/select-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  outline: none;
}

select.white {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/select-arrow-white.svg);
  /*background-color: #ec67a0;*/

}
/*select.white option {
	background:#fff;
}*/

textarea {
  width: 100%;
  border:  none;
  border-radius: 20px;
  height: 100px;
  padding: 10px 20px;
}

.form-items .form-item textarea {
  width: calc(100% - 30px);
}

.form-padding {
  padding: 30px;
}

.gdpr-conditions {
  max-height: 300px;
  overflow: auto;
  background: #ffffff;
  border: none;
  border-radius: 20px;
  height: 200px;
  padding: 10px 20px;
  width: calc(100% - 30px);
}

.mfp-iframe-holder .mfp-content {max-width:1800px;}
.mfp-iframe-holder .mfp-content iframe {background-color:#fff;}

/*====== END FORM ELEMENTS ======*/

/*====================
Header
====================*/

header {
  position: relative;
  text-align: center;
}

.header-top {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #b1b2b3;
  padding: 14px 30px;
  line-height: 14px;
}

.header-main {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

/*====== MENU ======*/

.main-menu {
  float: left;
  text-align: left;
  z-index: 11;
  margin-bottom: 0;
}

.main-menu li {
  display: inline-block;
  position: unset;
}

.main-menu li > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 1px;
  line-height: 25px;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  z-index: 11;
  position: relative;
}

.submenu-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 80px 60px 50px 60px;
  background-color: #f6f4f2;
  width: 100%;
  text-align: left;
  display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
  .submenu-container {
    width: calc(100vw - 60px);
  }
}

.main-menu li:hover .submenu-container {
  display: block;
}

.submenu-items > a,
.submenu-items .submenu-open {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.submenu-items > a span,
.submenu-items .submenu-open span {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  position: relative;
}

.main-menu li > a:before,
.submenu-items > a span:before,
.submenu-items .submenu-open span:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #ec67a0;
  bottom: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}

.main-menu li:hover > a,
.submenu-items > a:hover span,
.submenu-items .submenu-open:hover span,
.submenu-items .submenu-open.active span {
  color: #ec67a0;
}

.main-menu li:hover > a:before,
.submenu-items > a:hover span:before,
.submenu-items .submenu-open:hover span:before,
.submenu-items .submenu-open.active span:before {
  width: 100%;
}

.submenu-items {
  display: inline-block;
  padding-right: 60px;
}

.submenu-wrapper {
  padding-left: 60px;
  border-left: 1px solid #b1b2b3;
  display: inline-block;
  vertical-align: top;
  min-height: 240px;
}

.submenu-wrapper.submenu-to-columns-wrap {
  max-width: 600px;
}

.submenu-item {
  display: none;
  vertical-align: top;
  margin-right: 90px;
}

.submenu-item.visible {
  display: inline-block;
}

.submenu-item > a {
  font-size: 16px;
  font-style: italic;
  font-family: 'Playfair Display';
  color: #000000;
  text-decoration: none;
  border-bottom: none;
}

.submenu-item.no-group-submenu {
  display: block;
}

.submenu-item.no-group-submenu > a {
  display: block;
  margin-top: 20px;
  border-bottom: none;
  color: #424242;
  padding-bottom: 1px;
  text-decoration: underline;
  transition: all 200ms ease;
  font-size: 18px;
  font-family: 'Karbon', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.submenu-item.submenu-to-columns {
  width: 260px;
  margin-right: 0;
}

.submenu a {
  display: block;
  margin-top: 20px;
  border-bottom: none;
  color: #424242;
}

.submenu a:hover {
  color: #ec67a0;
}

.resp-menu-btn {
  display: none;
  width: 18px;
  height: 12px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: relative;
  float: left;
  z-index: 11;
  margin-top: 4px;
}

.resp-menu-btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.resp-menu-btn.active {
  border: none;
}

.resp-menu-btn.active:before {
  transform: translateY(-50%) rotate(45deg);
}

.resp-menu-btn.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  
}

.resp-main-menu {
  position: absolute;
  left: 0;
  top: 0;
  padding: 80px 10px 10px 10px;
  background-color: #f6f4f2;
  width: 100%;
  text-align: left;
  z-index: 10;
  display: none;
}

.resp-main-menu > li > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 1px;
  line-height: 25px;
  display: block;
  margin-right: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  z-index: 11;
  position: relative;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.resp-main-menu > li > a:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #ec67a0;
  bottom: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}

.resp-main-menu > li > a.active {
  color: #ec67a0;
}

.resp-main-menu > li > a.active:before {
  width: 100%;
}

ul.resp-menu-sub {
  display: none;
}

ul.resp-menu-sub li:before,
.resp-main-menu li:before {
  content: none;
}

ul.resp-menu-sub a {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 30px;
  display: block;
}

.resp-search {
  display: none;
  z-index: 11;
}

.resp-search .search-field {
  right: unset;
  left: 0;
}

.main-menu-news {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
}

.main-menu-news .new-shop {
  font-size: 16px;
  color: #424242;
  display: inline-block;
  border-bottom: 4px solid #ec67a0;
}

.main-menu-news img {
  display: block;
  max-width: 250px;
}

.main-menu-news .new-shop-name {
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 30px;
  color: #ec67a0;
  margin-top: 5px;
  margin-bottom: 20px;
}

.main-menu-news .new-shop-desc {
  font-size: 16px;
  color: #424242;
}

/*====== END MENU ======*/

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  border-bottom: none;
  text-decoration: none;
}

.logo-text {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.logo-text span {
  display: block;
  font-size: 21px;
  letter-spacing: 1px;
  font-family: "Pacifico", serif;
  color: #ec67a0;
  line-height: 21px;
  margin-top: -5px;
}

.header-right {
  float: right;
  position: relative;
  z-index: 11;
}

.header-right .search,
.header-right .basket {
  display: inline-block;
}

.header-right .login,
.header-right .basket {
  margin-left: 20px;
}

.header-right .basket {
  position: relative;
  cursor: pointer;
}

.header-right .basket .reward-bar-empty {
  position: absolute;
  height: 5px;
}

.header-right .basket .reward-bar-fill {
  height: 5px;
}

.header-right .basket .reward-bar-fill:before {
  content: none;
}

.search-icon,
.login-icon,
.basket-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: none;
  position: relative;
}

.search-icon {
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/search-icon.png);
}

.search-icon:hover {
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/search-icon-pink.png);
}

.login-icon {
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/login-icon.png);
}

.basket-icon {
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/basket-icon.png);
}

.basket-icon .basket-count {
  border-radius: 20px;
  background-color: #ec67a0;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 5px;
  position: absolute;
  right: -13px;
  top: -8px;
  min-width: 20px;
  height: 20px;
}

.basket .product-item-price {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 0;
  padding-right: 20px;
}

.oldprice {display:block; margin-bottom:5px; font-size:20px;font-family:'Playfair Display', serif;font-style: italic;}
.basket .product-item-price .price-field {
  font-size: 18px;
  font-weight: 700;
}

.basket .product-item-price .after-price {
  font-size: 14px;
  top: 1px;
}

.search {
  position: relative;
}

.search .search-field {
  position: absolute;
  width: 200px;
  right: 0;
  background: #f6f4f2;
  padding: 20px;
  display: none;
}

.search .search-field input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  max-width: 340px;
  width: 100%;
  margin-right: 20px;
  display: inline-block;
  border-radius: 0;
  padding: 0 40px 10px 0;
  margin-right: 0;
  background: transparent;
}

.search .search-btn {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
}

/*====================
End Header
====================*/

/*====================
Footer
====================*/

/*====== NEWSLETTER ======*/

.newsletter {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 90px; 
}

.newsletter-description,
.newsletter-form {
  max-width: 570px;
  width: 100%;
}

.newsletter-description p a {
  color: #000000;
}

.newsletter-description p a:hover {
  color: #ec67a0;
}

.newsletter-form input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  max-width: 340px;
  width: 100%;
  margin-right: 20px;
  display: inline-block;
  border-radius: 0;
  padding: 0 0 10px 0;
}

.newsletter-form div {
  display: inline-block;
}

.newsletter-form input::-webkit-input-placeholder {
  color: #000000;
  letter-spacing: 3px;
}

.newsletter-form input:-ms-input-placeholder {
  color: #000000;
}

.newsletter-form input::placeholder {
  color: #000000;
}

/*====== END NEWSLETTER ======*/

.footer-content {
  margin-left: -30px;
  overflow: auto;
}

.footer-content h3 {
  padding: 7px 30px;
  border-bottom: 1px solid #b1b2b3;
  margin-bottom: 0;
}

.footer-column {
  float: left;
  width: calc(50% - 30px); /* upravit */
  margin-left: 30px;
}

.footer-column .container {
  padding-top: 19px;
  padding-bottom: 3px;
}

.footer-address,
.footer-menu {
  display: inline-block;
  min-width: 300px;
  vertical-align: top;
}

.footer-address p {
  margin-bottom: 29px;
  line-height: 20px;
}

.footer-address p span {
  font-size: 14px;
}

.footer-menu a {
  display: block;
  color: #000000;
  text-decoration: none;
  border-bottom: none;
  font-size: 18px;
  margin-bottom: 5px;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-socials {
  float: right;
}

.ig-icon,
.fb-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: none;
}

.ig-icon {
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/ig-icon.png);
  margin-left: 25px;
}

.fb-icon {
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/fb-icon.png);
}

.footer-rights {
  text-align: center;
  font-size: 14px;
  padding: 15px 30px;
  border-top: 1px solid #b1b2b3;
}


/*====================
End Footer
====================*/

/*====================
Homepage
====================*/

/*====== SLIDER ======*/

.slides_control {
    min-height: 130px;
}

.main-slider-item,
.hp-main-slider {
  position: relative;
  width: 100%;
  height: 500px;
}

.main-slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.main-slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main-slider-heading {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 70px;
  margin-bottom: 10px;
}

.main-slider-subheading {
  font-size: 20px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin-bottom: 40px;
}

/*------ Slider transitions ------*/

.main-slider-item {
  display: none;
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
}

.main-slider-item.active,
.main-slider-item.pre-active {
  display: block;
}

.main-slider-item.pre-active {
  z-index: -1;
}

.main-slider-item.active {
  z-index: 1;
}

.main-slider-item.active.fadeOut .main-slider-image {
  -webkit-animation-name: imageFadeOut;
  animation-name: imageFadeOut;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms; 
  -webkit-animation-delay: 0ms; 
  animation-delay: 0ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes imageFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes imageFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes imageFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.main-slider-item.active .main-slider-heading {
  -webkit-animation-name: slideSubtitle;
  animation-name: slideSubtitle;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms; 
  -webkit-animation-timing-function: ease; 
  animation-timing-function: ease; 
  -webkit-animation-delay: 100ms; 
  animation-delay: 100ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.main-slider-item.active .main-slider-subheading {
  -webkit-animation-name: slideSubtitle;
  animation-name: slideSubtitle;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms; 
  -webkit-animation-timing-function: ease; 
  animation-timing-function: ease; 
  -webkit-animation-delay: 600ms; 
  animation-delay: 600ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.main-slider-item.active .btn {
  -webkit-animation-name: slideSubtitle;
  animation-name: slideSubtitle;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; 
  -webkit-animation-timing-function: ease; 
  animation-timing-function: ease; 
  -webkit-animation-delay: 1100ms; 
  animation-delay: 1100ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.main-slider-item .main-slider-heading,
.main-slider-item .main-slider-subheading,
.main-slider-item .btn {
  opacity: 0;
}

.main-slider-item.active.fadeOut .main-slider-heading,
.main-slider-item.active.fadeOut .main-slider-subheading,
.main-slider-item.active.fadeOut .btn {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; 
  -webkit-animation-delay: 0ms; 
  animation-delay: 0ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@-webkit-keyframes slideSubtitle {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideSubtitle {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*====== END SLIDER ======*/
/*====== ABOUT ======*/

.hp-about {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
}

.hp-heading {
  font-size: 38px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 15px;
}

.hp-heading span {
  display: block;
  font-size: 49px;
  letter-spacing: 2px;
  font-family: "Pacifico", serif;
  color: #ec67a0;
  line-height: 49px;
  margin-top: -16px;
}

.hp-about p {
  margin-top: 17px;
  margin-bottom: 26px;
}

/*====== END ABOUT ======*/
/*====== HERO ======*/

.hp-hero-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero-slider-images,
.hero-slider-products {
  width: 50%;
  background-color: #f6f4f2;
  position: relative;
}

.hero-slider-image {
  width: 100%;
  height: 100%;
  outline: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-images .slick-list,
.hero-slider-images .slick-track {
  height: 100%;
}

.hero-slider-products {
  padding-bottom: 80px;
}

.hero-slider-item {
  text-align: center;
  padding: 20px 30px;
  outline: none;
}

.hero-slider-item h3 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 7px;
}

.hero-item-subheading {
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.hero-slider-item .hero-item-price {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
}

.price-field {
  font-size: 40px;
  letter-spacing: 2px;
  font-family: "Playfair Display";
  font-style: italic;
  vertical-align: top;
}

.after-price {
  position: absolute;
  font-family: "Playfair Display";
  font-style: italic;
  vertical-align: top;
  letter-spacing: 1px;
  bottom: 15px;
  text-align:left;
  padding-left: 28px;
  text-indent: -26px;
}

.hero-item-img {
  width: 365px;
  height: 365px;
  border-radius: 300px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-item-img img {
  max-height: 100%;
}

.hero-item-link {
  display: inline-block;
  color: #000000;
  margin-top: 21px;
  letter-spacing: 1px;
  border-color: #000000;
}

.slick-dots {
  background-color: #dadada;
  font-size: 0;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.slick-dots li:before {
  content: none;
}

.slick-dots button {
  height: 5px;
  width: 50px;
  background-color: #dadada;
  border-radius: 20px;
  border-bottom: none;
  font-size: 0;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: none;
  outline: none;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #000000;
}

.hero-slide-counter a.active {
  background-color: #000000;
}

.slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-bottom: none;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}

.slick-arrow:before,
.slick-arrow:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000000;
  left: 4px;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

.slick-prev:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 8px;
}

.slick-prev:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 8px;
}

.slick-slide {
  outline: none;
}

.product-basket-add {
  position: relative;
  height: 50px;
  margin-bottom: 0px;
}

.product-description .product-basket-add {
  margin-bottom: 50px;
}

.product-basket-add .btn:before {
  visibility: hidden;
}

.product-basket-form {
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 55px;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width:213px;
}

.product-basket-form:after {
  content: 'KS';
  margin-right: 10px;
  position: absolute;
  top: 15px;
  right: 50px;
}

.product-basket-form input {
  border: none;
  text-align: center;
  font-size: 14px;
  height: 50px;
  display: inline-block;
  padding: 0;
  width: auto;
}

/* Chrome, Safari, Edge, Opera */
.product-basket-form input::-webkit-outer-spin-button,
.product-basket-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product-basket-form input[type=number] {
  -moz-appearance:textfield;
}

.product-basket-form button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ec67a0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/basket-icon-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*====== END HERO ======*/
/*====== BUNDLES ======*/

.hp-bundles {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.bundle-items {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}

.bundle-item {
  width: calc(50% - 15px);
  float: left;
  margin-left: 30px;
  text-align: center;
  background-color: #f6f4f2;
  margin-bottom: 30px;
  padding-top: 19px;
}

.bundle-item:nth-of-type(2n + 1) {
  margin-left: 0;
  clear:left;
}

.bundle-item h2 {
  font-size: 40px;
  margin-top: 12px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}

.bundle-item .btn {
  margin-top: 23px;
  margin-bottom: 20px;
}

.bundle-item img {
  margin-bottom: 0;
  float: left;
}

.hidden-bundles {
  display: none;
}

/*====== END BUNDLES ======*/
/*====== ARTICLES ======*/

.hp-articles {
  background-color: #f6f4f2;
  padding-top: 80px;
  padding-bottom: 50px;
}

.hp-articles-slider {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 80px;
}

.article-item {
  max-width: 370px;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.hp-articles-slider .article-item {
  margin-left: 15px;
  margin-right: 15px; 
}

.hp-articles-slider .slick-arrow {
  top: unset;
  bottom: 10px;
  right: unset;
  left: 50%;
}

.hp-articles-slider .slick-prev {
  margin-left: -45px;
}

.hp-articles-slider .slick-next {
  margin-left: 15px;
}

.article-category {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  color: #424242;
  padding-bottom: 2px;
  border-bottom: 4px solid #ec67a0;
}

.article-item img {
  max-width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.article-item h3 {
  margin-bottom: 22px;
}

.article-perex {
  margin-bottom: 29px;
}

/*====== END ARTICLES ======*/
/*====== MEMBERS ======*/

.hp-members {
  position: relative;
  height: 400px;
  width: 100%;
}

.hp-members .members-background {
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.members-content {
  text-align: center;
  position: absolute;
  left: 285px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}

.members-content h2 {
  letter-spacing: 2px;
  font-size: 40px;
}

.members-content p {
  letter-spacing: 4px;
  margin-top: 10px;
  margin-bottom: 25px;
}

/*====== END MEMBERS ======*/

/*====================
End Homepage
====================*/

/*====================
Default page
====================*/

.content-wrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.main-content {
  position: relative;
}

.page-heading {
  width: 100%;
  height: 400px;
  background-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
}

.page-heading-content {
  display: inline-block;
  text-align: center;
}

.page-heading h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 105px;
  -webkit-filter: drop-shadow(0 0 64px rgba(0,0,0,0.61));
  filter: drop-shadow(0 0 64px rgba(0,0,0,0.61));
}

.page-heading p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Playfair Display";
  font-style: italic;
  -webkit-filter: drop-shadow(0 0 28.5px rgba(0,0,0,0.61));
  filter: drop-shadow(0 0 28.5px rgba(0,0,0,0.61));
  margin-top: 20px;
}

.sidebar {
  float: left;
  padding: 20px;
  background-color: #ec67a0;
  width: 100%;
  max-width: 370px;
  z-index: 1;
}

.breadcrumbs-wrapper {
  display: none;
}

.breadcrumbs-nav {
  font-size: 14px;
  color: #ffc3dd;
  letter-spacing: 1px;
}

.breadcrumbs-nav a {
  color: #ffc3dd;
  text-decoration: none;
}

.breadcrumbs-nav a:hover {
  text-decoration: underline;
}

.sidebar-menu {
  margin-top: 20px;
}

.sidebar-menu a {
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Playfair Display";
  font-style: italic;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
  border-bottom: 2px solid transparent;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.sidebar-menu a span {
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  color: #ffffff;
  font-size: 14px;
}

/*====================
End Default page
====================*/

/*====================
Products list
====================*/

.filter-select {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: -70px;
}

.filter-select option {
  color: #000000;
}

.products-list {
  -webkit-columns: 3;
  columns: 3;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  padding-top: 30px;
  
  /*display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(370px,1fr));
  grid-auto-rows: 10px;*/
}

.product-item {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  padding: 0px 20px 30px 20px;
  margin-bottom: 30px;
  vertical-align: top;
  background-color: #f6f4f2;
  text-align: center;
  transition: all 250ms ease;
  padding: 0px 20px 40px 20px;
}

.product-item .grid-item {
  
}

.products-more-wrap {
  margin-top: 50px;
}

.product-item.add-active {
  background-color: #ddd3ca;
}

.product-item .product-link {
  color: #000000;
  text-decoration: none;
}

.product-item-label {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 10px;
  margin-bottom: 5px;
  min-height:46px;
}

.product-item-label.highlighted {
  background-color: #ec67a0;
  color: #ffffff;
}

.product-item-img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  min-height: 330px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item-img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.product-item-img img {
  z-index: 1;
  position: relative;
}

.product-item h3 {
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Playfair Display";
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-item p {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-item-price {
  position: relative;
  margin-bottom: 10px;
}

.product-item-link {
  display: inline-block;
  color: #000000;
  margin-top: 20px;
}

/*====================
End Products list
====================*/

/*====================
Articles list
====================*/

.main-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 500px;
  padding: 60px 0;
  background-color: #fefefe;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.main-article-content {
  background-color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 30px;
  width: 100%;
  max-width: 770px;
  position: relative;
}

.main-article-category {
  display: inline-block;
  position: absolute;
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ec67a0;
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 26px;
  font-weight: 500;
}

.main-article-content h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.main-article-content .subheading {
  margin-bottom: 25px;
}

.articles-list {
  -webkit-columns: 3;
  columns: 3;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  padding-top: 30px;
}

.articles-list .article-item {
  margin-bottom: 30px;
}

.list-submenu-placeholder {
  max-width: 370px;
  width: 100%;
  display: inline-block;
  height: 300px;
  margin-bottom: 30px;
}

/*====================
End Articles list
====================*/

/*====================
Article detail
====================*/

.article-detail-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article-detail-image .main-article-category {
  top: unset;
  bottom: 0;
}

.article-detail p {
 /* margin-top: 30px;*/
  /*margin-bottom: 60px;*/
  /*max-width: 770px;*/
}

.article-detail h1 {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

.article-detail .subheading {
  text-align: center;
  margin-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:30px;
}

/*====================
End Article detail
====================*/

/*====================
Product detail
====================*/

.product-detail-description {
  background-color: #f6f4f2;
  position: relative;
  padding: 30px 0;
  min-height: 600px;
}

.product-detail-description .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-detail-section .breadcrumbs-nav {
  position: absolute;
  left: 60px;
  top: 20px;
  color: #a1a1a1;
  font-size: 14px;
}

.product-detail-section .breadcrumbs-nav a {
  color: #a1a1a1;
  font-size: 14px;
  text-decoration: none;
  border-bottom: none;
}

.breadcrumbs-nav a:hover {
  text-decoration: underline;
}

.product-image,
.product-description {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  min-height: 1px;
}

.product-image-wrap {
  width: 100%;
  max-width: 500px;  
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  height:500px;
  z-index: 1;
}

.product-image-wrap.static {
  position: relative !important;
}

.product-image-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
}

.product-image-wrap img {

  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  z-index: -1;
}

.product-label {
  text-transform: uppercase;
  margin: 10px 0;
}

.product-name {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: normal;
  margin-bottom: 20px;
}

.product-description .product-item-price {
  margin-top: 50px;
}

.product-description .btn {
  margin-bottom: 20px;
}

.pros-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.pros-icon:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/pros-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  margin-top: -3px;
}

.product-show {
  color: #000000;
  margin-top: 50px;
}

.product-detail-content {
  width: 50%;
  max-width: 915px;
  float: right;
  background-color: #ec67a0;
  padding: 30px;
}
.product-detail-content a {color:#fff;}
.tabs-container {
  width: 100%;
  max-width: 570px;
  min-height: 500px;
}

.tabs-head {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.tabs-head-underline {
  display: block;
  position: absolute;
  width: 150px;
  height: 1px;
  background-color: #000000;
  bottom: -1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tabs-head a {
  color: #ffffff;
  border-bottom: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.tabs-head a:hover,
.tabs-head a.active {
  color: #000000;
}

.tabs-content {
  padding: 30px;
  color: #ffffff;
  display: none;
  overflow: auto;
}

.tabs-content.active {
  display: block;
}

.related-products {
  overflow: auto;
  margin-left: -30px;
}

.related-heading {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.related-products .product-item {
  margin-left: 30px;
  float: left;
  display: block;
}

.more-related-products {
  text-align: center;
  margin-top: 60px;
}

.product-detail-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product-detail-section {
  position: relative;
}

.product-detail-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.product-detail-content table {
  width: 100%
}

.product-detail-content table td {
  padding: 10px;
  border: 1px solid #ffffff;
}

/*====================
End Product detail
====================*/

/*====================
Basket
====================*/

/*====== BASKET POPUP ======*/

.basket-popup-bg {
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}

.basket-popup {
  width: 100%;
  max-width: 480px;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  height: 100vh;
  z-index: 16;
  right: -490px;
  transition: all 250ms ease;
  padding: 0;
  background: #f6f4f2;
  overflow-y: auto;
}

.basket-popup.active {
  right: 0;
}

.basket-popup-close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 30px;
  top: 30px;
  border: none;
}

.basket-popup-close:before,
.basket-popup-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 34px;
  background-color: #939393;
  left: 11px;
  top: -5px;
}

.basket-popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.basket-popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.basket-popup-top {
  padding: 80px 30px 50px 30px;
  background: #ffffff;
}

.basket-popup h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.basket-popup-items {
  border-top: 1px solid #b1b2b3;
}

.basket-popup-item {
  border-bottom: 1px solid #b1b2b3;
  padding: 20px 10px;
  text-align: left;
}

.basket-popup-item img {
  max-width: 100px;
  vertical-align: middle;
  margin-right: 15px;
}

.basket-item-info {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: middle;
  position: relative;
  padding-right: 60px;
  float: right;
}

.basket-item-name {
  font-family: 'Playfair Display';
  font-size: 20px;
  font-style: italic;
}

.basket-popup-item p {
  font-size: 16px;
}

.basket-item-quantity {
  margin-top: 20px;
}

.basket-item-quantity span {
  color: #ec67a0;
  font-weight: 500;
}

.basket-item-info .basket-item-price {
  position: absolute;
  right: 0;
  top: 0;
}

.basket-item-price,
.basket-item-price .basket-price-summary {
  font-size: 20px;
  font-family: 'Playfair Display';
  font-style: italic;
  white-space: nowrap;
}

.basket-item-price span {
  vertical-align: top;
  font-family: 'Playfair Display';
  font-size: 14px;
}

.reward-bar {
  position: relative;
  margin-top: 60px;
}

.reward-bar-empty {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #ddd3ca;
}

.reward-bar-fill {
  width: 45%;
  height: 10px;
  border-radius: 10px;
  background-color: #ec67a0;
  position: relative;
}

.reward-bar-fill:before {
  content: '';
  display: block;
  position: absolute;
  width: 29px;
  height: 34px;
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/reward-bubble-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -10px;
  top: -40px;
}

.reward-bar p {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.basket-popup-tip {
  margin-top: 20px;
}

.tip-heading {
  width: 145px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #424242;
  padding-bottom: 8px;
  border-bottom: 6px solid #ec67a0;
}

.tip-item {
  background-color: #f6f4f2;
  padding: 10px;
  display: table;
  width: 100%;
}

.tip-image,
.tip-description,
.tip-price {
  display: table-cell;
  vertical-align: middle;
}

.tip-image {
  width: 40px;
}

.tip-description {
  padding-left: 15px;
  text-align: left;
}

.tip-name {
  font-size: 20px;
  font-family: 'Playfair Display';
  font-style: italic;
  letter-spacing: 1px;
  color: #ec67a0;
  display: block;
  text-decoration: none;
}

.tip-description p {
  font-size: 16px;
  color: #424242;
  line-height: 18px;
}

.tip-price {
  white-space: nowrap;
}

.tip-price .basket-item-price {
  display: inline-block;
  vertical-align: middle;
}

.tip-add-basket {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #ec67a0;
  border-radius: 50px;
  background-image: url(https://d1.webseller-app.com/100138/web_templates/31/images/basket-icon-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

.basket-popup-price {
  padding: 30px 30px 80px 30px;
  position: relative;
  bottom: 0;
  background-color: #f6f4f2;
  width: 100%;
  left: 0;
}

.basket-popup-total {
  font-size: 30px;
  font-family: 'Playfair Display';
  font-style: italic;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b1b2b3;
  text-align: left;
}

.basket-popup-total .basket-item-price {
  font-size: 30px;
  font-family: 'Playfair Display';
  font-style: italic;
  float: right;
}

.basket-popup-total .basket-item-price span {
  font-size: 20px;
  vertical-align: top;
  font-family: 'Playfair Display';
  font-style: italic;
}

.basket-continue {
  float: left;
  color: #000000;
  border-bottom-color: #000000;
  margin-top: 10px;
}

.basket-show {
  float: right;
}

/*====== END BASKET POPUP ======*/

.basket-container {
  background-color: #f6f4f2;
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: auto;
}

.basket-container .content-wrap {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.basket-steps {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket-step {
  display: inline-block;
  width: 25%;
  position: relative;
  text-decoration: none;
}

.basket-step.arrow:before,
.basket-step.arrow:after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ddd3ca;
  position: absolute;
  right: 0;
  top: 50%;
}

.basket-step.arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -11px;
}

.basket-step.arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.basket-step span {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #ddd3ca;
  border-radius: 70px;
  color: #ffffff;
  font-family: 'Playfair Display';
  font-size: 40px;
  font-style: italic;
  line-height: 55px;
  text-align: center;
  padding-left: 5px;
  margin-left: auto;
  margin-right: auto;
}

.basket-step p {
  text-align: center;
  color: #000000;
  font-size: 18px;
  letter-spacing: 4px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.basket-step.active span {
  background-color: #ec639d;
}

.basket-step.active p {
  font-weight: 700;
  color: #ec639d;
}

.basket-container h2 {
  font-style: italic;
  font-family: 'Playfair Display';
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
  clear:both;
}

.basket-products table {
  width: 100%;
  margin-top: 50px;
}

.basket-products th {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.basket-products th:first-child {
  width: 470px;
}

.basket-products th:last-child,
.basket-products td:last-child {
  text-align: right;
}

.basket-products th.align-center {
  width: 230px;
}

.basket-product-cell .basket-product-image {
  max-width: 100px;
  float: left;
  margin-right: 15px;
  display: inline-block;
}

.basket-product-cell .basket-product {
  width: calc(100% - 116px);
  float: right;
}

.basket-product h3 {
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.basket-product p {
  margin-bottom: 35px;
}

.basket-product a {
  border-bottom-color: #000000;
  color: #000000;
  font-size: 18px;
}

.basket-product a:hover {
  border-bottom-color: #ec67a0;
  color: #ec67a0;
}

.basket-products td {
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
.basket-products td.m {
   vertical-align: middle;
}

.basket-products td:nth-child(2) {
  text-align: center;
}

.basket-product-qty {
  background-color: #ffffff;
  padding: 5px 0px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
}

.basket-product-qty input {
  border: none;
  max-width: 61px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ec67a0;
  display: inline-block;
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
.basket-product-qty input::-webkit-outer-spin-button,
.basket-product-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.basket-product-qty input[type=number] {
  -moz-appearance:textfield;
}

.basket-minus,
.basket-plus {
  color: #000000;
  border-bottom: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}

.voucher-heading {
  padding-left: 115px;
  font-size: 20px;
  font-family: 'Playfair Display';
  font-style: italic;
  letter-spacing: 1px;
}

.voucher-input {
  position: relative;
}

.voucher-input input {
  font-size: 18px;
  color: #000000;
  letter-spacing: 1px;
  padding: 15px 20px;
  max-width: 150px;
  border: none;
  border-radius: 50px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
}

.voucher-input .btn {
  position: absolute;
  margin-left: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.total-price td {
  background-color: #000000;
}

.basket-products .total-price span,
.basket-products .total-price .basket-product-total {
  color: #ffffff;
  font-family: 'Playfair Display';
  font-style: italic;
}

.basket-products .total-price span {
  font-size: 20px;
  letter-spacing: 1px;
}

.basket-product-total {
  display: inline-block;
  font-size: 40px;
  margin-left: 15px;
  letter-spacing: 2px;
}

.basket-container .reward-bar {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.basket-btn {
  margin-top: 50px;
}

.basket-order-form {
  position: relative;
}

.basket-order-form .form-items {
  max-width: 800px;
}

.basket-order-step-content {
  float: left;
  max-width: 770px;
  width: calc(100% - 400px);
}

.basket-summary {
  width: 100%;
  max-width: 370px;
  float: right;
  margin-top: 90px;
}

.basket-summary-top {
  background-color: #ffffff;
  padding: 20px;
}

.basket-summary-bottom {
  background-color: #000000;
  padding: 20px 20px 30px 20px;
}

.basket-summary h3 {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #b1b2b3;
}

.basket-summary-column {
  overflow: auto;
  margin-top: 20px;
}

.basket-summary-column .left {
  float: left;
  max-width: 260px;
}

.basket-summary-column .right {
  float: right;
}

.basket-summary-bottom {
  color: #ffffff;
}

.basket-summary-bottom .basket-summary-column {
  margin-top: 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.basket-summary-bottom .basket-summary-column .left {
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 20px;
  margin-top: 6px;
}

.basket-summary-bottom .basket-item-price,
.basket-summary-bottom .basket-item-price .basket-price-summary-total {
  font-size: 30px;
}

.check-label.label-price {
  max-width: 370px;
  padding-right: 55px;
}

.basket-order-form .check-label .basket-item-price {
  position: absolute;
  right: 0;
  top: 0px;
  margin-top: -3px;
}

.basket-summary-bottom .center p {
  margin-top: 15px;
}

.basket-summary-bottom .center p a {
  color: #ffffff;
}

/*.delivery-summary,
.payment-summary {
  display: none;
}*/


.form-item.selected div.packetery-branch-list {
  display: block;
}

.form-item.selected div.packetery-branch-list select {
  width: 100% !important;
  max-width: 400px;
  margin-bottom: 10px;
}

.form-item.selected div.packetery-branch-list select + span {
  display: block !important;
  height: 3px;
}

.form-item.selected div.packetery-branch-list > div > a {
  float: left;
}

.form-item.selected div.packetery-branch-list > div > a + div {
  border-right: 1px solid #b1b2b3 !important;
  margin-right: 15px !important;
  margin-left: 5px;
  margin-bottom: 15px;
}

.form-item div.delivery-search {
  display: none;
  margin-left: 40px;
}

.form-item div.delivery-search p {
  margin-bottom: 5px;
  max-width: 330px;
}

.form-item div.delivery-search  input {
  display: inline-block;
  max-width: 205px;
  width: 100%;
  margin-right: 5px;
}

.form-item div.delivery-search button {
  display: inline-block;
}

.form-item div.delivery-search table td {
  border-top: none;
}

.form-item div.delivery-search table td:last-of-type label {
  max-width: 290px;
  padding-left: 0;
}

.form-item div.delivery-search table td .form-item {
  margin-left: 0;
}

.form-item.selected div.delivery-search {
  display: block;
}

.form-item .packetery-info-link + div {
  margin-top: 5px;
}

/*====================
End Basket
====================*/

.grid-col--4 { display: none }

.touch-device .product-detail-description .product-basket-add .detail-basket-add-btn {
  display: none !important;
}

.touch-device .product-detail-description .product-basket-add .product-basket-form {
  display: inline-block !important;
}

/*====================
Responsive
====================*/

#alternatives .products-list {
display: flex;
    flex-wrap: wrap;
}
}

@media only screen and (max-width: 1510px) {
  .footer-address, .footer-menu {
    min-width: 250px;
  }
}

@media only screen and (max-width: 1310px) {
  .ig-icon {
    margin-left: 15px;
  }
  
  .footer-address, .footer-menu {
    min-width: 200px;
  }
}

@media only screen and (max-width: 1260px) {
  .filter-select {
    right: 15px;
  }
}

@media only screen and (max-width: 1150px) {
  .product-detail-content {
    max-width: 100%;
    width: 100%;
  }
  
  .product-image-wrap {
    max-width: 100%;
  }
  
  .tabs-container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .hp-hero-slider {
    display: block;
  }
  
  .hp-hero-slider.container {
    padding: 0;
  }
  
  .hero-slider-images, .hero-slider-products {
    width: 100%;
  }
  
  .hero-slider-images {
    height: 800px;
  }
  
  .hp-members.container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .members-content {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .newsletter-form input {
    width: 250px;
  }
  
  .footer-address, .footer-menu {
    display: block;
    margin-bottom: 20px;
  }
  
  .footer-socials {
    float: none;
  }
  
  .main-menu,
  .header-right .search{
    display: none;
  }
  
  .resp-search {
    display: inline-block;
    float: left;
    margin-left: 20px;
  }
  
  .resp-menu-btn {
    display: inline-block;
  }
  
  .product-image-wrap:before {
    width: 350px;
    height: 350px;
  }
}

@media only screen and (max-width: 1000px) {
  .voucher-input .btn {
    position: relative;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .hp-main-slider.container {
    padding: 0;
  }
  
  .main-slider-item {
    width: 100%;
    left: 0;
  }
  
  .main-slider-heading {
    font-size: 60px;
    line-height: 55px;
    letter-spacing: 3px;
  }
  
  .hero-slider-images {
    height: 500px;
  }
  
  .bundle-item {
    width: 100%;
    margin-left: 0;
  }
  
  .newsletter {
    display: block;
    text-align: center;
  }
  
  .newsletter-description,
  .newsletter-form {
    width: 100%;
    max-width: 100%;
  }
  
  .newsletter-description {
    margin-bottom: 30px;
  }
  
  .articles-list,
  .products-list {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
  
  .grid-col--3 { display: none }
  
  .related-products .product-item {
    max-width: 100%;
    width: calc(50% - 30px);
  }
  
  .product-image-wrap:before {
    width: 300px;
    height: 300px;
  }
  
  .product-detail-description .content-wrap {
    display: block;
  }
  
  .product-image, .product-description {
    width: 100%;
  }
  
  .product-image {
    margin-bottom: 0px;
  }
  
  .product-image-wrap {
    max-width: 100%;
  }
  
  .tabs-content {
    padding: 0;
  }
  
  .product-detail-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .main-article {
    min-height: 350px;
  }
}

@media only screen and (max-width: 800px) {
  .basket-order-step-content,
  .basket-summary {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  
  .basket-order-step-content .form-items,
  .basket-order-step-content .form-item {
    margin-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  
  a {
    font-size: inherit;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .main-slider-item, .hp-main-slider {
    height: 360px;
  }
  
  .hp-heading {
    font-size: 30px;
  }
  
  .hp-heading span {
    font-size: 29px;
    line-height: 29px;
  }
  
  .hero-item-img {
    width: 230px;
    height: 230px;
  }
  
  .hero-item-img img {
    max-height: 100%;
  }
  
  .hero-slider-item h3 {
    font-size: 30px;
  }
  
  .hero-item-subheading {
    font-size: 16px;
    letter-spacing: 3px;
  }
  
  .hp-bundles.container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .members-content h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  
  .members-content p {
    letter-spacing: 3px;
    line-height: 22px;
  }
  
  .footer-content {
    margin-left: 0;
  }
  
  .footer-column {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  
  .related-products {
    margin-left: 0;
  }
  
  .related-products .product-item {
    width: 100%;
    max-width: 370px;
    margin-left: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  
  .page-heading h1 {
    font-size: 50px;
    line-height: 85px;
  }
  
  .basket-step {
    display: none;
  }
  
  .basket-step.actual {
    display: block;
    width: 100%;
  }
  
  .basket-step.actual:before,
  .basket-step.actual:after {
    content: none;
  }
  
  .basket-products thead tr {
    display: none;
  }
  
  .basket-products tbody tr td {
    display: block;
    border: none;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 0;
  }
  
  .basket-products tbody tr td:first-of-type {
    border-top: 1px solid #b1b2b3;
    padding-top: 15px;
  }
  
  .basket-product-cell .basket-product-image {
    vertical-align: middle;
    float: none;
  }
  
  .basket-product-cell .basket-product {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  
  .basket-products th:last-child, .basket-products td:last-child {
    text-align: center;
  }
  
  .voucher-heading {
    text-align: center;
    padding-left: 0;
  }
  
  .page-heading {
    height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .articles-list,
  .products-list {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  
  .grid-col--2 { display: none }
  
  .articles-list .article-item,
  .products-list .product-item,
  .sidebar,
  .list-submenu-placeholder {
    max-width: 100%;
  }
  
  .main-article {
    min-height: 200px;
  }
}

@media only screen and (max-width: 500px) {
  .newsletter-form input {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .basket-popup-item img {
    max-width: 80px;
  }
  
  .basket-popup-top,
  .basket-popup-price {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .basket .product-item-price,
  .header-right .basket .reward-bar-empty {
    display: none;
  }
  
  .basket-product-cell .basket-product {
    display: block;
    text-align: center;
  }
  
  .form-items,
  .form-item {
    margin-left: 0;
  }
  
  .form-item,
  .form-items .form-item textarea,
  .gdpr-conditions {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .basket-continue {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  
  .basket-show {
    float: none;
  }
  
  .product-image-wrap:before {
    width: 250px;
    height: 250px;
  }
}
.cat-3049 p {color:#ec67a0!important;filter:none!important;-webkit-filter:none!important; /*    font-weight: bold;*/}
.cat-3049 h1 {color:#ffc95c!important;filter:none!important;-webkit-filter:none!important}
/*====================
End Responsive
====================*/

.gsc-above-wrapper-area-container, .gsc-search-box.gsc-search-box-tools, .gsc-above-wrapper-area, div.gsc-url-top, .gcsc-find-more-on-google, .gcsc-find-more-on-google-root {
  display: none !important;
}

a.gs-title,.gs-spelling a {
  color: #ec67a0!important;
}
a.gs-title{font-size:22px!important;}
.gsc-table-result {  
    display: flex;
    flex-direction: column;
}

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {    
    max-width: 100% !important;
    max-height: 100% !important;
}

.gs-web-image-box, .gs-promotion-image-box {
    width: 100% !important;
}

.gsc-webResult.gsc-result{
  text-align: center;
}

.gs-snippet{
  text-align: center !important;
}

.gs-image {
  border: none !important;
}

.gsc-webResult.gsc-result{
  display: inline-flex;
}

.gsc-webResult.gsc-result {    
    padding: 10px 0 50px 0 !important;    
}
.gsc-cursor-box {display:none!important;}

#ws_tip_box.popup-3 {max-width:600px;} .cat-3108 p{color:black}