#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.bodyboom.pl/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.bodyboom.pl/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 685px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 520px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/../../../../js/dialcom/przelewy/jquery-ui-1.11.4/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/**
 * Mageplaza_BetterBlog extension
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 * 
 * @category       Mageplaza
 * @package        Mageplaza_BetterBlog
 * @copyright      Copyright (c) 2015
 * @license        http://opensource.org/licenses/mit-license.php MIT License
 */
.tree,.tree ul,.tree li{list-style:none;margin:0;padding:0;}
.tree{background:url(https://www.bodyboom.pl/skin/frontend/base/default/images/mageplaza_betterblog/line1.png) repeat-y;}
.tree li{line-height:20px;margin-top:1px;position:relative;width:100%;}
* html .tree li{float:left;display:inline;}
.tree li a{padding-left:28px;}
.tree li span{cursor:auto;float:left;font-size:0;height:13px;left:5px;position:absolute;top:5px;width:13px;}
.tree li span,.tree li span.collapsed{background:url(https://www.bodyboom.pl/skin/frontend/base/default/images/mageplaza_betterblog/collapsed.png) no-repeat 0 0;}
.tree li span.expanded{background:url(https://www.bodyboom.pl/skin/frontend/base/default/images/mageplaza_betterblog/expanded.png) no-repeat 0 0;}
.tree li ul{margin-left:28px;background:url(https://www.bodyboom.pl/skin/frontend/base/default/images/mageplaza_betterblog/line1.png) repeat-y;}
.tree li li{background:url(https://www.bodyboom.pl/skin/frontend/base/default/images/mageplaza_betterblog/line2.png) no-repeat 0 0;}
.tree:after,.tree ul:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.tree,.tree ul{display:block;}
.tree li.map-category{font-weight:bold;}
.tree li.map-product{font-weight:normal;}
.tree li.map-product a{color:#203548;}
/* \*/ .tree,.tree ul{min-height:1%;}
* html .tree,* html .tree ul{height:1%;}

.mp-copyright .mp-logo{ background:url("//cdn.mageplaza.com/images/mageplaza-100.jpg") no-repeat ; } .mp-copyright .mp-store{ display: none !important; color: #E8E8E8 !important; font-size: 8px !important; text-transform: inherit; float: right; } .mp-copyright .mp-ft{ visibility:hidden !important; display: none !important; width: 20px; }

.post-image{
    width: 100%;
}
.post-image img{
    display: block;
    overflow: hidden;
    width: 100%;
}

.post-sharing-button{
    margin-top: 2em;
    margin-bottom: 2em;
}

.post-read-more a{
    font-size: 14px !important;
    float: right;
}

.post-list-item .post-image{
	width: 100% !important;
    margin-bottom: 30px;
}

.post-list-container, .mageplaza-betterblog-category-view .col-main{
    min-height: 400px;
}
.post-list-container .post-short-description p {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100% !important;
}

.mc-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 12px;
}

.mc-alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.mc-read-more, .more a{
    position: relative;
    margin-right: 10px;
    text-align: right;
    font-size: 14px !important;
}

.mc-post-title{
    font-size: 18px;
    line-height: 27px;
    text-transform: inherit;
}

.mc-clearfix {
    clear: both;
    zoom: 1;
}

.post-short-description{
	width: 100% !important;
}

.tags-list-container a{
    margin-left: 10px;
    padding: 5px;
}
.betterblog-rss{
    float:right;
    margin: 10px 0 10px 0;
}

.post-post_content{
    margin: 10px 0 10px 0;
}
.mp-footer, .mp-footer h3{
    margin-top: 50px;
    font-size: 8px !important;
    display: block;
    clear: both;
    float: right;
    text-transform: inherit;
}
.mp-footer-links-light,.mp-footer-links-light h3,.mp-footer-links-light a,.mp-footer-links-light a:hover, .mp-footer-links-light a:visited{
    color: #E8E8E8 !important;
}

.mp-footer-links-dark, .mp-footer-links-dark h3,.mp-footer-links-dark a,.mp-footer-links-dark a:hover, .mp-footer-links-dark a:visited{

    color: #D2D2D2 !important;
}

.mc-post-info{
    color: #999999;
    font-size: 10px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.post-list {
    margin: 20px 0 20px 0;
}
.post-list ul{
    list-style-type: disc;
    margin-left: 20px;
}
.neklo-instagram-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-title {
        font-size: 16px;
    }
}

.neklo-instagram-description {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-description {
        font-size: 12px;
    }
}

.neklo-instagram-list {
    margin: 20px auto;
    width: 80%;
    text-align: center;
    font-size: 0;
}

.neklo-instagram-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 48em) {
    .neklo-instagram-list {
        width: 95%;
    }
}

.neklo-instagram-block {
    display: inline-block;
    vertical-align: top;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 2px 2px 0;
}

.neklo-instagram-block:hover .neklo-instagram-over {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.neklo-instagram-block:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.neklo-instagram-list a {
    position: relative;
    overflow: hidden;
    display: block;
}

.neklo-instagram-list img {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.neklo-instagram-over {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
}

.neklo-instagram-image-wrap {
    position: relative;
    overflow: hidden;
}

.neklo-instagram-image-wrap img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.more-button {
    text-align: center;
}
.more-button button{
    height: auto;
    color: white;
    line-height: initial;
    font-weight:900;
    background: #f088b6;
    margin: 0;
    padding: 10px;
    border:none;
}

.more-button button>span{
    border: 2px solid white;
    padding: 10px 25px;
    display: block;
}

.more-button button:hover{
    background-color: #8fd1e3;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.bodyboom.pl/skin/frontend/base/default/css/tm/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.bodyboom.pl/skin/frontend/base/default/css/tm/fonts/slick.eot');
    src: url('https://www.bodyboom.pl/skin/frontend/base/default/css/tm/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.bodyboom.pl/skin/frontend/base/default/css/tm/fonts/slick.woff') format('woff'), url('https://www.bodyboom.pl/skin/frontend/base/default/css/tm/fonts/slick.ttf') format('truetype'), url('https://www.bodyboom.pl/skin/frontend/base/default/css/tm/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */

.slick-dots
{
    position: absolute;
    left:50%;
    bottom: 25px;

    transform: translateX(-50%);

    display: block;

    padding: 0;
    margin: 0;

    list-style-type: none!important;

    text-align: center;
}
.slick-dots li
{
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    border:2px solid white;
    margin: 0;
    margin-left:-2px;
    padding: 0;
    background-color:rgba(255,255,255,0);
    transition-duration: 0.3s;
    cursor: pointer;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li:hover,
.slick-dots li:focus
{
    outline: none;
    background-color:rgba(255,255,255,0.6);
}

.slick-dots li.slick-active
{
    background-color:rgba(255,255,255,1);
}



.testimonials-list .intro-text{
    max-width:calc(100% / 3);
    width:calc(100% / 3);
    padding:30px;
    position:relative;
    padding-bottom:45px;
}

.testimonials-list .intro-text p{
    color: #616161;
    font-weight:500;
    font-size:15px;
    text-align: justify;
    line-height: 19px;
    text-indent:25px;
}

.testimonials-list .intro-text p span{
    float: right;
    color: #616161;
    font-weight:500;
    font-size:16px;
    margin-top:10px;
}

.testimonials-list .intro-text .posts-scriptum{
    padding-bottom:20px;
}

.testimonials-list .intro-text h3{
    padding:30px 0 0 0;
    font-size: 18px;
    line-height:29px;
    color:#F088B6;
    margin-top: 50px;
    margin-bottom:30px;
}

.testimonials-list .intro-text a{
    color:white;
    background-color: #F088B6;
    text-transform: uppercase;
    font-weight:bold;
    padding:16px 45px;
}


.testimonials{
    width:calc((100% /3) * 2);
    padding: 30px 0px 0px 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    font-size: .85em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.items-grid{
    max-width:1290px;
    margin:0 auto;
    padding:45px 30px;
    overflow: hidden;
    display:flex;
    flex-direction:row;
}

.items-grid .single-item{
    display: inline-block;
    width: 100%;
    padding-bottom:30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.items-grid .single-item .item-photo-holder{
    width:100%;
    overflow: hidden;

}

.items-grid .single-item .item-photo-holder .photo-elements{
    width:100%;
    position: relative;
}

.items-grid .single-item .item-photo-holder .photo-elements img{
    width:100%;
}

.items-grid .single-item .item-text-holder{
    padding:20px;
    width:100%;
    z-index: 2;
    border-top: 2px solid #ffffff;
    margin-top:-26px;
}

.items-grid .single-item .item-arrow{
    display:block;
    width:26px;
    height:26px;
    margin:0 auto;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform:translateY(-50%) rotate(45deg);
    z-index:0;
    position: relative;
}

.items-grid .single-item .item-arrow::after{
    content:" ";
    display:block;
    width:26px;
    height:26px;
    top:0;
    left:0;
    margin:0 auto;
    position:absolute;
    z-index:99999;
}

.items-grid .single-item .item-header{
    width:100%;
    max-width:100%;
    padding:30px;
    border-bottom: 2px solid #ffffff;

}
.items-grid .single-item .item-header h4{
    color:white;
    font-size:19px;
    line-height: 25px;
    font-weight:600;
    margin:0;
    padding:0;
    text-align: center;
}

.items-grid .single-item .item-text-holder .text-wrapper{
    padding:20px;
}

.items-grid .single-item .item-text-holder .text-wrapper p{
    margin:0;
    padding:0;
    color:white;
    font-size: 14px;
    line-height: 22px;
}

.items-grid .photo-left{
    flex-direction: row
}

.items-grid .photo-right{
    flex-direction:row-reverse;
}

.items-grid .photo-left .item-text-holder .item-arrow{
    left:0;
    transform: translate(-50%,-50%) rotate(45deg);
}

.items-grid .photo-right .item-text-holder .item-arrow{
    right:0;
    transform: translate(50%,-50%) rotate(45deg);
}

.items-grid .single-item:nth-child(odd) .item-text-holder .item-arrow{
    left:0;
    transform: translate(-50%,-50%) rotate(45deg);
}

.items-grid .single-item:nth-child(even) .item-text-holder .item-arrow{
    right:0;
    transform: translate(50%,-50%) rotate(45deg);
}

.czarny .item-text-holder, .czarny .item-arrow, .czarny .item-header, .czarny .item-arrow, .czarny .item-arrow::after{
    background-color: #0B0C0C;
}

.original .item-text-holder, .original .item-arrow, .original .item-header, .original .item-arrow, .original .item-arrow::after{
    background-color: #F088B6;
}

.truskawka .item-text-holder, .truskawka .item-arrow, .truskawka .item-header, .truskawka .item-arrow, .truskawka .item-arrow::after{
    background-color: #EE7677;
}

.grapefruit .item-text-holder, .grapefruit .item-arrow, .grapefruit .item-header, .grapefruit .item-arrow, .grapefruit .item-arrow::after{
    background-color: #F7AB60;
}

.banan .item-text-holder, .banan .item-arrow, .banan .item-header, .banan .item-arrow, .banan .item-arrow::after{
    background-color: #FFD86A;
}

.mango .item-text-holder, .mango .item-arrow, .mango .item-header, .mango .item-arrow, .mango .item-arrow::after{
    background-color: #B3CF5A;
}

.mieta .item-text-holder, .mieta .item-arrow, .mieta .item-header, .mieta .item-arrow .mieta .item-arrow::after{
    background-color: #78C193;
}

.kokos .item-text-holder, .kokos .item-arrow, .kokos .item-header, .kokos .item-arrow, .kokos .item-arrow::after{
    background-color: #8FD1E3;
}

.cynamon .item-text-holder, .cynamon .item-arrow, .cynamon .item-header, .cynamon .item-arrow, .cynamon .item-arrow::after{
    background-color: #9793C8;
}

.items-grid .single-item .item-text-holder .readmore{
    padding:20px;
    border-top:0px;
    color:white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor:pointer;
    text-transform: uppercase;
    display:none;
    position: relative;
}

.items-grid .single-item .item-text-holder .readmore::after{
    content:" ";
    height:14px;
    width:26px;
    background:url("https://bodyboom.pl/media/wysiwyg/arr-down.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    transition-duration: 0.3s;
    transform-origin: center center;
    transform:rotate(0) translateX(50%);
    position:absolute;
    right:0px;
    top:90%;
    margin-top:-7px;
    margin-right:50%;

}

.slick-start-plz{
    margin-bottom:0!important;
}


#nail-container::after{
    position:absolute;
    right:-31px;
    top:0;
    content:" ";
    display: block;
    width: 2px;
    height:100%;
    background-color: #F088B6;
}


@media screen and (max-width: 1000px){
    .items-grid{
        flex-direction: column;
    }

    .testimonials-list .intro-text{
        max-width: 100%;
        width:100%;
    }

    #nail-container::after{
        display:none;
    }

    .items-grid .single-item .item-photo-holder{
        position:relative;
        z-index: 1;
    }

    .items-grid .single-item .item-photo-holder::after{
        display:block;
        content:" ";
        position:absolute;
        height:2px;
        width:100%;
        background-color: white;
        bottom:0;
        left:0;
    }

    .posts-scriptum{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width:100%;
    }

    .items-grid .single-item .item-arrow{
        z-index:11;
        transform:translateY(calc(-50% + 174px)) rotate(45deg);
    }

    .testimonials{
        width:100%;
        padding:0 30px;
    }

    .items-grid .single-item:nth-child(odd){
        flex-direction: column;
    }

    .items-grid .single-item:nth-child(even){
        flex-direction: column;
    }

    .items-grid .single-item .item-text-holder{
        width:100%;
        padding-top:195px;

    }

    .items-grid .single-item .item-text-holder .text-wrapper .accordion-wrapper{
        max-height: 60px;
        overflow: hidden;
    }

    .items-grid .single-item .unzipped .text-wrapper .accordion-wrapper{
        max-height: 100%;
    }

    .items-grid .single-item .unzipped .readmore::after{
        transform:rotate(180deg) translateX(-50%);
    }

    .items-grid .single-item:nth-child(odd) .item-text-holder .item-arrow{
        display: none;
    }

    .items-grid .single-item:nth-child(even) .item-text-holder .item-arrow{
        display: none;
    }

    .items-grid{
        padding:0;
    }

    .items-grid .single-item .item-photo-holder {
        z-index:9;
        margin:0 auto;
        margin-bottom: -175px;
    }

    .items-grid .single-item .item-text-holder .text-wrapper{
        text-align: center;
    }

    .items-grid .single-item .item-text-holder .readmore{
        display:block;
    }

}

@media all and (max-width: 700px){
    .testimonials{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        padding:15px;
    }
}

@media screen and (max-width: 500px){
    .items-grid .single-item .item-text-holder .readmore::after{
        height:10px;
        margin-top:-5px;
        width:20px;
    }

    .items-grid .single-item .item-text-holder .readmore{
        font-size:18px;
    }

}

@media all and (max-height:700px){
    .testimonials-list .intro-text p{
        font-weight:500;
        font-size:14px;
        text-align: justify;
        line-height: 19px;
        text-indent:25px;
    }

    .testimonials-list .intro-text h3{
        padding:0;
        font-size:18px;
        margin-bottom:15px;
    }


    .testimonials-list .intro-text a{
        padding:10px 25px;
    }


}

/**
 * Copyright 2016 The Valdecode Cookie Law Compliance Authors. All rights reserved.
 * Use of this source code is governed by a MIT-style
 * license that can be found in the LICENSE.txt file.
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { background-color: #ee5993;
border: 1px solid white;
color: white;
    font-size: 15px;
    font-weight: bold;
padding: 4px 8px;
text-decoration: none;
    margin: 0 10px;
}

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }

#v-cookielaw.v-bar .v-actions {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
    min-width:300px;
}

@media all and (max-width:600px){
    #v-cookielaw.v-bar .v-actions {
        min-width: 170px;
    }

    #v-cookielaw.v-bar .v-actions a{
        display: inline-block;
        text-align: center;
        margin: 3px;
        margin: 0 auto;
    }
}
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #fff; background: #9792c8; border-color: none !important; font-size: 12px; font-weight: bold; }
#v-cookielaw.v-bar.v-minimalist { padding: 10px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

.container,.container-fluid{margin-right:auto;margin-left:auto}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:-15px;margin-left:-15px;padding:0;list-style:none}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ver{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ver-right{text-align:right}.ver-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[class*=col-]{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:15px;padding-left:15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-left:0}.container{padding-right:30px;padding-left:30px}.container-fluid{padding-right:30px;padding-left:30px}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-auto{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:auto;flex-basis:auto;max-width:auto}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:660px){.container{padding-right:30px;padding-left:30px}.container-fluid{padding-right:30px;padding-left:30px}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:auto;flex-basis:auto;max-width:auto}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:960px){.container{width:930px;padding-right:30px;padding-left:30px}.container-fluid{padding-right:30px;padding-left:30px}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-auto{-ms-flex-preferred-size:auto;flex-basis:auto;max-width:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1260px){.container{padding-right:30px;padding-left:30px;width:1230px}.container-fluid{padding-right:30px;padding-left:30px}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-auto{-ms-flex-preferred-size:auto;flex-basis:auto;max-width:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1560px){.container{width:1530px;padding-right:60px;padding-left:60px}.container-fluid{padding-right:60px;padding-left:60px}.col-xl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xl-auto{-ms-flex-preferred-size:auto;flex-basis:auto;max-width:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.col-xl-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xl-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xl-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xl-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xl-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xl-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xl-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xl-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xl-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xl-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xl-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xl-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-11{margin-left:91.66666667%}.start-xl{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xl{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xl{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xl{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xl{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xl{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xl{-ms-flex-pack:distribute;justify-content:space-around}.between-xl{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xl{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@import"https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700&subset=latin-ext";body{margin:0;overflow-x:hidden}.theme-showcase html,.theme-showcase body,.theme-showcase div,.theme-showcase span,.theme-showcase applet,.theme-showcase object,.theme-showcase iframe,.theme-showcase h1,.theme-showcase h2,.theme-showcase h3,.theme-showcase h4,.theme-showcase h5,.theme-showcase h6,.theme-showcase p,.theme-showcase blockquote,.theme-showcase pre,.theme-showcase a,.theme-showcase abbr,.theme-showcase acronym,.theme-showcase address,.theme-showcase big,.theme-showcase cite,.theme-showcase code,.theme-showcase del,.theme-showcase dfn,.theme-showcase em,.theme-showcase img,.theme-showcase ins,.theme-showcase kbd,.theme-showcase q,.theme-showcase s,.theme-showcase samp,.theme-showcase small,.theme-showcase strike,.theme-showcase strong,.theme-showcase sub,.theme-showcase sup,.theme-showcase tt,.theme-showcase var,.theme-showcase b,.theme-showcase u,.theme-showcase i,.theme-showcase center,.theme-showcase dl,.theme-showcase dt,.theme-showcase dd,.theme-showcase ol,.theme-showcase ul,.theme-showcase li,.theme-showcase fieldset,.theme-showcase form,.theme-showcase label,.theme-showcase legend,.theme-showcase table,.theme-showcase caption,.theme-showcase tbody,.theme-showcase tfoot,.theme-showcase thead,.theme-showcase tr,.theme-showcase th,.theme-showcase td,.theme-showcase article,.theme-showcase aside,.theme-showcase canvas,.theme-showcase details,.theme-showcase embed,.theme-showcase figure,.theme-showcase figcaption,.theme-showcase footer,.theme-showcase header,.theme-showcase hgroup,.theme-showcase menu,.theme-showcase nav,.theme-showcase output,.theme-showcase ruby,.theme-showcase section,.theme-showcase summary,.theme-showcase time,.theme-showcase mark,.theme-showcase audio,.theme-showcase video,.theme-showcase input{margin:0;padding:0;border:0;font-size:100%;font-family:"Josefin Sans",sans-serif;vertical-align:baseline;box-sizing:border-box}.theme-showcase h1,.theme-showcase h2,.theme-showcase h3,.theme-showcase h4,.theme-showcase h5,.theme-showcase h6{text-transform:initial;line-height:initial}.theme-showcase article,.theme-showcase aside,.theme-showcase details,.theme-showcase figcaption,.theme-showcase figure,.theme-showcase footer,.theme-showcase header,.theme-showcase hgroup,.theme-showcase menu,.theme-showcase nav,.theme-showcase section{display:block}.theme-showcase body{line-height:1;margin:0;overflow-x:hidden}.theme-showcase ol,.theme-showcase ul{list-style:none}.theme-showcase blockquote,.theme-showcase q{quotes:none}.theme-showcase blockquote:before,.theme-showcase blockquote:after,.theme-showcase q:before,.theme-showcase q:after{content:"";content:none}.theme-showcase table{border-collapse:collapse;border-spacing:0}.theme-showcase .projets-hide{display:none !important}.theme-showcase .page-header{padding:30px !important}@media screen and (max-width: 600px){.theme-showcase .page-header{padding:10px !important}}.theme-showcase+.neklo-instagram{display:none}.main-container .main{padding-bottom:0 !important}.breadcrumbs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-flow:wrap;flex-flow:wrap;padding:20px 0 !important}.breadcrumbs li a{padding:0 8px 0 0;font-size:16px;font-weight:400;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:.1s linerar}.breadcrumbs li a svg{transform:translateY(-1px);margin-right:15px}.breadcrumbs li a span{font-weight:600;text-transform:uppercase;padding-right:8px}.breadcrumbs li a:hover{opacity:.7}.breadcrumbs li>span{font-size:16px;font-weight:bold;padding:0 7px;margin-top:5px}.product-list-items{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:40px}@media screen and (max-width: 1020px){.product-list-items{-ms-flex-pack:distribute;justify-content:space-around}}.product-list-items>p{text-align:center;font-size:22px;font-weight:500;line-height:27px;color:#f088b6;width:100%}.product-list-items .product-item{display:block;-ms-flex-preferred-size:275px;flex-basis:275px;max-width:275px;margin-bottom:90px;border:1px solid transparent;position:relative;padding-bottom:20px;margin-right:5px}.product-list-items .product-item .image-holder{max-height:350px;max-width:280px;position:relative}.product-list-items .product-item .image-holder .sticker{width:50px;height:50px;position:absolute;left:10px}.product-list-items .product-item .image-holder .sticker:first-child{top:10px}.product-list-items .product-item .image-holder .sticker:nth-child(2){top:70px}.product-list-items .product-item .image-holder .sticker:nth-child(3){top:130px}.product-list-items .product-item .image-holder .sticker:nth-child(4){top:190px}.product-list-items .product-item .image-holder .year-sticker{position:absolute;bottom:25px;right:20px;max-width:70px;width:70px}.product-list-items .product-item .image-holder a{display:block;height:100%;max-width:100%}.product-list-items .product-item .image-holder img{max-width:100%;padding-top:2px}.product-list-items .product-item .image-holder img:nth-child(n+5){display:none}.product-list-items .product-item .text-holder{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:justify;justify-content:space-between;margin:0 20px;padding:20px 0;border-top:1px solid #f088b6}.product-list-items .product-item .text-holder .product-title{-ms-flex-preferred-size:calc(100% - 100px);flex-basis:calc(100% - 100px);max-width:calc(100% - 100px)}.product-list-items .product-item .text-holder .product-title p{font-size:18px;line-height:23px;color:#f088b6;font-weight:500}.product-list-items .product-item .text-holder .product-title span{font-size:14px;line-height:16px;font-weight:300;color:#f088b6}.product-list-items .product-item .text-holder .price-box{max-width:100px;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.product-list-items .product-item .text-holder .price-box .price{font-size:18px;font-weight:500;color:#f088b6}.product-list-items .product-item .text-holder .price-box .old-price{padding:0 !important;-ms-flex-order:1;order:1}.product-list-items .product-item .text-holder .price-box .old-price .price-label{display:none}.product-list-items .product-item .text-holder .price-box .old-price span.price{text-decoration:none;color:#f088b6;font-size:18px;font-weight:500;position:relative}.product-list-items .product-item .text-holder .price-box .old-price span.price::after{content:"";display:block;position:absolute;bottom:5px;left:-2px;transform:rotate(-8deg);transform-origin:0;width:calc(100% + 6px);height:2px;background-color:#f088b6}.product-list-items .product-item .text-holder .price-box .old-price+.price{color:#8fd1e3}.product-list-items .product-item .text-holder .price-box .special-price .price-label{display:none}.product-list-items .product-item .text-holder .price-box .special-price .price{color:#8fd1e3}.product-list-items .product-item .text-holder .price-box .old-price+.price{color:#8fd1e3}.product-list-items .product-item .button-holder{text-align:center;position:absolute;display:block;width:100%;bottom:0;left:0;transform:translateY(50%);visibility:hidden}.product-list-items .product-item .button-holder .btn{max-height:unset;width:100%;max-width:180px;transition:none}.product-list-items .product-item .button-holder .btn span{text-transform:uppercase;transform:translateY(2px);min-width:130px;line-height:22px}.product-list-items .product-item .button-holder .btn svg{margin-right:10px;width:100%;height:100%}.product-list-items .product-item .button-holder .btn.not-available{background:#fff;pointer-events:none}.product-list-items .product-item .button-holder .btn.not-available span{color:#f088b6;font-size:14px}.product-list-items .product-item:hover{border-color:#f088b6;box-shadow:10px 10px 20px rgba(0,0,0,.05)}.product-list-items .product-item:hover .button-holder{visibility:visible}.product-list-items .product-item.is-empty{height:0 !important;padding:0 !important;margin:0 !important;border:none !important}.product-list-items::after{content:"";-ms-flex:1 1 100%;flex:1 1 100%;max-width:280px}@media screen and (max-width: 1040px){.product-list-items .product-item{border:none;box-shadow:10px 10px 20px rgba(0,0,0,.05)}.product-list-items .product-item .button-holder{visibility:visible}.product-list-items .product-item:hover .button-holder{animation-duration:0s}}@media screen and (max-width: 600px){.product-list-items .product-item{margin-right:0}}.instagram-wrapper{background-color:#f088b6}.instagram-wrapper .main-wrapper{max-width:1360px;margin:40px auto 0;padding:75px 0 0}.instagram-wrapper .main-wrapper .section-title h3{font-size:28px;line-height:34px;position:relative;padding-bottom:20px;color:#fff;text-transform:initial;text-align:center;font-weight:500}.instagram-wrapper .main-wrapper .section-title h3::after{content:"";display:block;width:60px;height:2px;position:absolute;left:50%;background:#fff;bottom:0;transform:translateX(-50%)}.inst-gallery .gallery-item{padding:60px 0 90px;transition:.2s linear;display:inline-block}.inst-gallery .gallery-item img{width:100%;max-height:227px}.inst-gallery .gallery-item:hover{transform:scale(1.1)}.inst-gallery .gallery-item:hover img{border:2px solid #fff;box-shadow:10px 10px 20px rgba(0,0,0,.1)}.inst-gallery .gallery-item:last-child:hover{transform:scale(1.1) translateX(-15px)}.inst-gallery .gallery-item:first-child:hover{transform:scale(1.1) translateX(15px)}@media screen and (max-width: 600px){.inst-gallery{padding-bottom:60px}}.theme-showcase .social-register-wrapper{padding-top:30px}.theme-showcase .social-register-wrapper .btn{margin-bottom:15px}.theme-showcase .social-register-wrapper .btn span{margin-left:7px}.theme-showcase .social-register-wrapper .btn img{transform:translateY(-2px)}.theme-showcase .main-wrapper{max-width:1360px;margin:0 auto}@media screen and (max-width: 1580px){.theme-showcase .main-wrapper{max-width:100%}}.theme-showcase .main-wrapper .column-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-flow:wrap;flex-flow:wrap}.theme-showcase .main-wrapper .column-wrapper .column-holder{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;padding:50px}.theme-showcase .main-wrapper .column-wrapper .column-holder .box{margin-bottom:50px}.theme-showcase .bg-white-container{background-color:#fff}.theme-showcase .bg-pink-container{background-color:#f088b6}.theme-showcase .shadow{position:relative}.theme-showcase .shadow::before,.theme-showcase .shadow::after{content:"";display:block;position:absolute;top:0;width:100px;height:100%}.theme-showcase .shadow::before{left:-100px;background:rgba(142,137,184,0);background:linear-gradient(to right, rgba(142, 137, 184, 0) 0%, rgba(0, 0, 0, 0.05) 100%)}.theme-showcase .shadow::after{right:-100px;background-color:#fff;background:rgba(0,0,0,.05);background:linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(142, 137, 184, 0) 100%)}.theme-showcase div.bg-pink h1,.theme-showcase div.bg-pink h2,.theme-showcase div.bg-pink h3,.theme-showcase div.bg-pink h4,.theme-showcase div.bg-pink h5,.theme-showcase div.bg-pink h6,.theme-showcase div.bg-pink p,.theme-showcase div.bg-pink span,.theme-showcase div.bg-pink a,.theme-showcase div.bg-pink label{color:#fff}.theme-showcase div.bg-white h1,.theme-showcase div.bg-white h2,.theme-showcase div.bg-white h3,.theme-showcase div.bg-white h4,.theme-showcase div.bg-white h5,.theme-showcase div.bg-white h6,.theme-showcase div.bg-white label,.theme-showcase div.bg-white a{color:#f088b6}.theme-showcase div.bg-white p,.theme-showcase div.bg-white span{color:#707070}.theme-showcase h1{font-size:28px;font-weight:500;line-height:34px}.theme-showcase h2{font-size:22px;font-weight:500;line-height:27px}.theme-showcase h3{font-size:18px;font-weight:500;line-height:23px}.theme-showcase p{font-size:16px;font-weight:300;line-height:22px}.theme-showcase p.small{font-size:14px;font-weight:300;line-height:22px}.theme-showcase p.big{font-size:18px;font-weight:300;line-height:22px}.theme-showcase a{font-size:18px;font-weight:500;line-height:22px;text-decoration:none;transition:.2s linear}.theme-showcase a.bg-pink:hover{color:#ffd7e9}.theme-showcase a.bg-white:hover{color:#ffa3cc}.theme-showcase button{outline:none;border:none;background-color:transparent;cursor:pointer}.theme-showcase .btn{outline:none;cursor:pointer;border:2px solid;box-shadow:5px 5px 20px rgba(0,0,0,.1);transition:.1s linear}.theme-showcase .btn.btn-lg{max-height:50px;line-height:50px;padding:0 15px}.theme-showcase .btn.btn-lg .spinner-holder{height:50px;width:112px;position:relative}.theme-showcase .btn.btn-lg .spinner-holder .spinner{transform:translate(-50%, -75%) scale(0.6);position:absolute;top:50%;left:50%}.theme-showcase .btn.btn-md{padding:10px 12px}.theme-showcase .btn.btn-md .spinner-holder{height:40px;width:112px;position:relative}.theme-showcase .btn.btn-md .spinner-holder .spinner{transform:translate(-50%, -75%) scale(0.5);position:absolute;top:50%;left:50%}.theme-showcase .btn.btn-sm{padding:5px 8px}.theme-showcase .btn.btn-sm span{font-size:16px}.theme-showcase .btn span{font-size:18px;font-weight:500}.theme-showcase .btn:active{transform:scale(0.95);box-shadow:5px 5px 10px rgba(0,0,0,.1)}.theme-showcase .btn.btn-bg-reverse:hover{opacity:.8}.theme-showcase .btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.theme-showcase .btn.btn-img{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-flow:nowrap;flex-flow:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.theme-showcase .btn.btn-next svg{margin-left:15px;margin-bottom:2px}.theme-showcase .btn.btn-previous{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.theme-showcase .btn.btn-previous svg{margin-right:15px;margin-bottom:2px;transform:rotate(180deg)}.theme-showcase .btn.bg-pink{border-color:#fff;background-color:transparent}.theme-showcase .btn.bg-pink span{color:#fff}.theme-showcase .btn.bg-pink:hover{background-color:#ffa3cc}.theme-showcase .btn.bg-pink.btn-bg-reverse{background-color:#fff}.theme-showcase .btn.bg-pink.btn-bg-reverse span{color:#f088b6}.theme-showcase .btn.bg-pink.btn-bg-reverse svg #Path_135,.theme-showcase .btn.bg-pink.btn-bg-reverse svg #Path_136{stroke:#ffa3cc}.theme-showcase .btn.bg-white{border:none;background-color:#f088b6}.theme-showcase .btn.bg-white span{color:#fff}.theme-showcase .btn.bg-white:hover{background-color:#ffa3cc}.theme-showcase .btn.bg-white.btn-bg-reverse{border:2px solid #f088b6;background-color:#fff}.theme-showcase .btn.bg-white.btn-bg-reverse span{color:#f088b6}.theme-showcase .btn.bg-white.btn-bg-reverse svg #Path_135,.theme-showcase .btn.bg-white.btn-bg-reverse svg #Path_136{stroke:#ffa3cc}.theme-showcase .inp-group label{font-size:16px;line-height:22px;font-weight:300}.theme-showcase .inp-group input{width:100%;box-sizing:border-box;min-height:40px;border:none;outline:none;padding:0 13px;font-size:16px;line-height:22px}.theme-showcase .inp-group input:focus{box-shadow:0 0 20px rgba(255,255,255,.7)}.theme-showcase .inp-group .error-info{display:none}.theme-showcase .inp-group.error{position:relative}.theme-showcase .inp-group.error input{border:2px solid #fff;color:#ee7678 !important;background-color:#fceaea}.theme-showcase .inp-group.error .error-info{display:block;position:absolute;right:10px;top:50%;transform:translateY(20%);cursor:pointer}.theme-showcase .inp-group.error .error-info::after{content:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/newlayout/gfx/error-info.svg");display:block}.theme-showcase .inp-group.error .tooltip-error-info{position:absolute;bottom:0;z-index:100;transform:translateY(calc(100% + 5px));right:17px;background-color:#fff;box-shadow:5px 5px 20px rgba(0,0,0,.1);padding:5px;max-width:210px;text-align:right}.theme-showcase .inp-group.error .tooltip-error-info p{color:#ee7678;font-size:12px;line-height:15px}.theme-showcase .inp-group.error .tooltip-error-info::after{content:"";display:block;position:absolute;top:0;right:0;transform:translateY(-50%);width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid #fff}.theme-showcase .inp-group.inp-img-left{position:relative}.theme-showcase .inp-group.inp-img-left input{padding-left:45px}.theme-showcase .inp-group.inp-img-left svg{position:absolute;bottom:11px;left:10px}.theme-showcase .inp-group.inp-img-right{position:relative}.theme-showcase .inp-group.inp-img-right input{padding-right:45px}.theme-showcase .inp-group.inp-img-right svg{position:absolute;bottom:11px;right:10px}.theme-showcase .inp-group.bg-pink input{color:#f088b6}.theme-showcase .inp-group.bg-pink input::-webkit-input-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .inp-group.bg-pink input::-moz-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .inp-group.bg-pink input:-ms-input-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .inp-group.bg-pink input:-moz-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .inp-group.bg-white input{border:2px solid #f088b6;color:#f088b6}.theme-showcase .inp-group.bg-white input::-webkit-input-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .inp-group.bg-white input::-moz-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .inp-group.bg-white input:-ms-input-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .inp-group.bg-white input:-moz-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .select-group .error-info{display:none}.theme-showcase .select-group.error .select2-container{position:relative}.theme-showcase .select-group.error .select2-container .select2-selection{border:2px solid #fff;color:#ee7678 !important;background-color:#fceaea}.theme-showcase .select-group.error .select2-container .select2-selection .select2-selection__rendered{padding-right:40px}.theme-showcase .select-group.error .error-info{display:block;position:absolute;z-index:20;right:40px;top:35px;cursor:pointer}.theme-showcase .select-group.error .error-info::after{content:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/newlayout/gfx/error-info.svg");display:block}.theme-showcase .select-group.error .tooltip-error-info{position:absolute;bottom:0;z-index:100;transform:translateY(calc(100% + 5px));right:47px;background-color:#fff;box-shadow:5px 5px 20px rgba(0,0,0,.1);padding:5px;max-width:210px;text-align:right}.theme-showcase .select-group.error .tooltip-error-info p{color:#ee7678;font-size:12px;line-height:15px}.theme-showcase .select-group.error .tooltip-error-info::after{content:"";display:block;position:absolute;top:0;right:0;transform:translateY(-50%);width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid #fff}.theme-showcase .radio-group{padding-left:23px}.theme-showcase .radio-group input{display:none}.theme-showcase .radio-group label{position:relative;cursor:pointer}.theme-showcase .radio-group label::before{content:"";display:block;position:absolute;bottom:3px;left:-23px;width:12px;height:12px;border:2px solid;border-radius:50%}.theme-showcase .radio-group label::after{content:"";display:block;position:absolute;bottom:8px;left:-18px;width:6px;height:6px;border-radius:50%}.theme-showcase .radio-group.bg-pink input:checked+label::after{background-color:#fff}.theme-showcase .radio-group.bg-pink label::before{border-color:#fff}.theme-showcase .radio-group.bg-pink label::after{background-color:transparent}.theme-showcase .radio-group.bg-white input:checked+label::after{background-color:#f088b6}.theme-showcase .radio-group.bg-white label::before{border-color:#f088b6}.theme-showcase .radio-group.bg-white label::after{background-color:transparent}.theme-showcase .check-group{padding-left:23px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.theme-showcase .check-group input{display:none}.theme-showcase .check-group input:checked+label::after{display:block;position:absolute;top:0;left:-19px;width:12px;height:12px}.theme-showcase .check-group label{cursor:pointer;position:relative;line-height:24px;padding-left:5px}.theme-showcase .check-group label::before{content:"";display:block;position:absolute;top:0;left:-23px;width:16px;height:16px;border:2px solid}.theme-showcase .check-group label b{font-weight:500}.theme-showcase .check-group.bg-pink input:checked+label::after{content:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/newlayout/gfx/check-white.svg")}.theme-showcase .check-group.bg-white input:checked+label::after{content:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/newlayout/gfx/check-pink.svg")}.theme-showcase .select-group label{font-size:16px;line-height:22px;font-weight:300}.theme-showcase .spinner.bg-pink{font-size:10px;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:bg-pink 1.1s infinite ease;transform:translateZ(0) translateX(200%)}@keyframes bg-pink{0%,100%{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.5),-1.8em -1.8em 0 0 rgba(255,255,255,.7)}12.5%{box-shadow:0 -2.6em 0 0 rgba(255,255,255,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.5)}25%{box-shadow:0 -2.6em 0 0 rgba(255,255,255,.5),1.8em -1.8em 0 0 rgba(255,255,255,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)}37.5%{box-shadow:0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.5),2.5em 0 0 0 rgba(255,255,255,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)}50%{box-shadow:0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.5),1.75em 1.75em 0 0 rgba(255,255,255,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 rgba(255,255,255,.2),-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)}62.5%{box-shadow:0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.5),0 2.5em 0 0 rgba(255,255,255,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 rgba(255,255,255,.2),-1.8em -1.8em 0 0 rgba(255,255,255,.2)}75%{box-shadow:0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.5),-1.8em 1.8em 0 0 rgba(255,255,255,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 rgba(255,255,255,.2)}87.5%{box-shadow:0 -2.6em 0 0 rgba(255,255,255,.2),1.8em -1.8em 0 0 rgba(255,255,255,.2),2.5em 0 0 0 rgba(255,255,255,.2),1.75em 1.75em 0 0 rgba(255,255,255,.2),0 2.5em 0 0 rgba(255,255,255,.2),-1.8em 1.8em 0 0 rgba(255,255,255,.5),-2.6em 0 0 0 rgba(255,255,255,.7),-1.8em -1.8em 0 0 #fff}}.theme-showcase .spinner.bg-white{font-size:10px;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:bg-white 1.1s infinite ease;transform:translateZ(0) translateX(200%)}@keyframes bg-white{0%,100%{box-shadow:0 -2.6em 0 0 #f088b6,1.8em -1.8em 0 0 rgba(240,136,182,.2),2.5em 0 0 0 rgba(240,136,182,.2),1.75em 1.75em 0 0 rgba(240,136,182,.2),0 2.5em 0 0 rgba(240,136,182,.2),-1.8em 1.8em 0 0 rgba(240,136,182,.2),-2.6em 0 0 0 rgba(240,136,182,.5),-1.8em -1.8em 0 0 rgba(240,136,182,.7)}12.5%{box-shadow:0 -2.6em 0 0 rgba(240,136,182,.7),1.8em -1.8em 0 0 #f088b6,2.5em 0 0 0 rgba(240,136,182,.2),1.75em 1.75em 0 0 rgba(240,136,182,.2),0 2.5em 0 0 rgba(240,136,182,.2),-1.8em 1.8em 0 0 rgba(240,136,182,.2),-2.6em 0 0 0 rgba(240,136,182,.2),-1.8em -1.8em 0 0 rgba(240,136,182,.5)}25%{box-shadow:0 -2.6em 0 0 rgba(240,136,182,.5),1.8em -1.8em 0 0 rgba(240,136,182,.7),2.5em 0 0 0 #f088b6,1.75em 1.75em 0 0 rgba(240,136,182,.2),0 2.5em 0 0 rgba(240,136,182,.2),-1.8em 1.8em 0 0 rgba(240,136,182,.2),-2.6em 0 0 0 rgba(240,136,182,.2),-1.8em -1.8em 0 0 rgba(240,136,182,.2)}37.5%{box-shadow:0 -2.6em 0 0 rgba(240,136,182,.2),1.8em -1.8em 0 0 rgba(240,136,182,.5),2.5em 0 0 0 rgba(240,136,182,.7),1.75em 1.75em 0 0 #f088b6,0 2.5em 0 0 rgba(240,136,182,.2),-1.8em 1.8em 0 0 rgba(240,136,182,.2),-2.6em 0 0 0 rgba(240,136,182,.2),-1.8em -1.8em 0 0 rgba(240,136,182,.2)}50%{box-shadow:0 -2.6em 0 0 rgba(240,136,182,.2),1.8em -1.8em 0 0 rgba(240,136,182,.2),2.5em 0 0 0 rgba(240,136,182,.5),1.75em 1.75em 0 0 rgba(240,136,182,.7),0 2.5em 0 0 #f088b6,-1.8em 1.8em 0 0 rgba(240,136,182,.2),-2.6em 0 0 0 rgba(240,136,182,.2),-1.8em -1.8em 0 0 rgba(240,136,182,.2)}62.5%{box-shadow:0 -2.6em 0 0 rgba(240,136,182,.2),1.8em -1.8em 0 0 rgba(240,136,182,.2),2.5em 0 0 0 rgba(240,136,182,.2),1.75em 1.75em 0 0 rgba(240,136,182,.5),0 2.5em 0 0 rgba(240,136,182,.7),-1.8em 1.8em 0 0 #f088b6,-2.6em 0 0 0 rgba(240,136,182,.2),-1.8em -1.8em 0 0 rgba(240,136,182,.2)}75%{box-shadow:0 -2.6em 0 0 rgba(240,136,182,.2),1.8em -1.8em 0 0 rgba(240,136,182,.2),2.5em 0 0 0 rgba(240,136,182,.2),1.75em 1.75em 0 0 rgba(240,136,182,.2),0 2.5em 0 0 rgba(240,136,182,.5),-1.8em 1.8em 0 0 rgba(240,136,182,.7),-2.6em 0 0 0 #f088b6,-1.8em -1.8em 0 0 rgba(240,136,182,.2)}87.5%{box-shadow:0 -2.6em 0 0 rgba(240,136,182,.2),1.8em -1.8em 0 0 rgba(240,136,182,.2),2.5em 0 0 0 rgba(240,136,182,.2),1.75em 1.75em 0 0 rgba(240,136,182,.2),0 2.5em 0 0 rgba(240,136,182,.2),-1.8em 1.8em 0 0 rgba(240,136,182,.5),-2.6em 0 0 0 rgba(240,136,182,.7),-1.8em -1.8em 0 0 #f088b6}}.theme-showcase .mb-10{margin-bottom:10px}.theme-showcase .mb-20{margin-bottom:20px}.theme-showcase .mb-30{margin-bottom:30px}.select2-container{margin-left:-2px;height:44px}.select2-container ::-webkit-scrollbar{width:10px}.select2-container ::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.select2-container ::-webkit-scrollbar-thumb{background:rgba(240,136,182,.8)}.select2-container ::-webkit-scrollbar-thumb:hover{background:#f088b6}.select2-container .selection .select2-selection--single{box-sizing:border-box;min-height:44px;border:2px solid #f088b6;box-shadow:5px 5px 20px rgba(0,0,0,.1);border-radius:0;padding:0 8px;outline:none;font-size:16px;position:relative}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:40px;color:#f088b6;font-weight:300}.select2-container .selection .select2-selection--single .select2-selection__arrow{transition:.2s linear;transform-origin:-15% 67%}.select2-container .selection .select2-selection--single .select2-selection__arrow::before{content:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/newlayout/gfx/select2-more.svg");display:block;position:absolute;right:22px;transform:translateX(50%);top:50%;width:20px;height:20px}.select2-container .selection .select2-selection--single .select2-selection__arrow b{display:none}.select2-container .selection .select2-selection--single .select2-selection__placeholder{color:#f088b6}.select2-container .select2-dropdown{outline:none;top:-2px;left:2px;border:2px solid #f088b6;border-top:2px solid rgba(240,136,182,.3);box-shadow:5px 5px 20px rgba(0,0,0,.1);border-radius:0}.select2-container .select2-dropdown .select2-search{padding:10px;margin-bottom:-10px}.select2-container .select2-dropdown .select2-search input.select2-search__field{outline:none;border:2px solid #f088b6;min-height:30px;color:rgba(240,136,182,.7)}.select2-container .select2-dropdown .select2-results .select2-results__options{padding:10px}.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option{font-family:"Josefin Sans",sans-serif;font-weight:300;color:#f088b6;background-color:#fff;margin-bottom:5px}.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted{color:rgba(240,136,182,.55)}.theme-showcase .checkout .wrapper .main-wrapper{position:relative;max-width:830px;height:100%;margin:0 auto;padding:60px;min-height:100.051vh}.theme-showcase .checkout .wrapper .main-wrapper::before,.theme-showcase .checkout .wrapper .main-wrapper::after{content:"";display:block;position:absolute;top:0;width:100px;height:100%}.theme-showcase .checkout .wrapper .main-wrapper::before{left:-100px;background:rgba(8,232,139,0);background:linear-gradient(to right, rgba(8, 232, 139, 0) 0%, rgba(0, 0, 0, 0.05) 100%)}.theme-showcase .checkout .wrapper .main-wrapper::after{right:-100px;background-color:#fff;background:rgba(0,0,0,.05);background:linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(8, 232, 139, 0) 100%)}.theme-showcase .checkout .wrapper .main-wrapper .page-header{padding-bottom:60px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .logo-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .logo-wrapper .logo{padding-right:35px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .logo-wrapper .logo img{height:75px;width:95px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main{padding:0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section{margin-bottom:20px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .underline{padding-bottom:26px;position:relative}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .underline::after{content:"";display:block;position:absolute;bottom:11px;height:2px;background-color:#fff;width:60px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .checkout-step-summary{padding:10px 10px 0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .checkout-step-summary p{color:rgba(255,255,255,.5)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .step-title{display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;padding-right:25px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .step-title h2{display:inline;font-size:24px;font-weight:300;line-height:30px;letter-spacing:-1px;text-transform:uppercase}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .step-title .show-step{transition:.2s}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .step-title .show-step:hover{opacity:.7}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .line{-ms-flex-positive:2;flex-grow:2;display:-ms-inline-flexbox;display:inline-flex;height:2px;width:100%;background-color:#fff;transform:translateY(-2px)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .check-icon{margin-left:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper.disabled{pointer-events:none}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper.disabled .step-title h2{color:rgba(255,255,255,.5)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper.disabled .line{background-color:rgba(255,255,255,.5)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set{padding-top:50px;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:justify;justify-content:space-between}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2{padding:0;-ms-flex-preferred-size:calc(50% - 10px);flex-basis:calc(50% - 10px);max-width:calc(50% - 10px)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1 .description,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2 .description{color:rgba(255,255,255,.5)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1 .fieldset,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2 .fieldset{padding-top:0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1 .form-list .radio-group label,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2 .form-list .radio-group label{font-weight:300}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1 .form-list .radio-group:not(:last-child),.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2 .form-list .radio-group:not(:last-child){margin-bottom:20px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1 .form-list .radio-group:last-child,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2 .form-list .radio-group:last-child{margin-bottom:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1 .form-list .forgot-pass,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2 .form-list .forgot-pass{font-size:12px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1 .buttons-set,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2 .buttons-set{text-align:left}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset{padding-top:30px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset .fields{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset .fields .field{max-width:calc(50% - 15px);-ms-flex-preferred-size:calc(50% - 15px);flex-basis:calc(50% - 15px)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset .fields .field .show-map-parent{position:relative}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset .fields .field .show-map-parent .show-map{position:absolute;bottom:-5px;left:0;font-size:12px;transform:translateY(100%)}@media screen and (max-width: 600px){.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset .fields .field .show-map-parent .show-map{position:static}}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .control{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .fieldset,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .fieldset{padding-top:0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-flow:wrap;flex-flow:wrap;-ms-flex-align:center;align-items:center}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder{box-sizing:content-box;margin-top:30px;width:214px;min-height:146px;border:2px solid #fff;box-shadow:5px 5px 20px rgba(0,0,0,.1);margin-bottom:30px;position:relative}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder:active,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder:active{transform:scale(0.99)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder:nth-child(3n+2),.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder:nth-child(3n+2){margin-left:28px;margin-right:28px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder input,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder input{display:none}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box{background-color:#fff}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box span,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box span{color:#f088b6}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box[for=p_method_phoenix_cashondelivery] img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box[for=p_method_phoenix_cashondelivery] img{-webkit-filter:unset;filter:unset}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box::before,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder input:checked+.ship-box::before{opacity:1}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box{cursor:pointer;transition:.2s linear;padding:20px;display:block;text-align:center;min-height:146px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box[for=p_method_phoenix_cashondelivery]>img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box[for=p_method_phoenix_cashondelivery]>img{-webkit-filter:contrast(100);filter:contrast(100)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box p{font-size:15px;white-space:nowrap}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box::before,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box::before{content:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/newlayout/gfx/checkout-check.svg");opacity:0;display:block;width:48px;height:48px;position:absolute;top:-19px;right:-16px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box svg,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box svg{margin-bottom:17px;width:75px;height:36px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box img+p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box svg+p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box img+p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box svg+p{margin-bottom:5px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box img+p+p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box svg+p+p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box img+p+p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box svg+p+p{font-weight:400}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .buttons-set{text-align:right;margin-top:20px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper{margin-top:40px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .size-md{max-width:360px;-ms-flex-preferred-size:360px;flex-basis:360px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .size-xs{white-space:nowrap;max-width:100px;-ms-flex-preferred-size:100px;flex-basis:100px;text-align:right;padding-left:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-title{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-flow:nowrap;flex-flow:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-title p{font-size:14px;font-weight:600}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost{padding:15px 0;border-bottom:2px solid rgba(255,255,255,.3)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row{padding:10px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-flow:nowrap;flex-flow:nowrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:baseline;align-items:baseline;min-height:60px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row p{font-size:18px;line-height:21px;font-weight:400}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row p span,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row p span,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row p span{font-weight:600}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row p span.price,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row p span.price,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row p span.price{font-weight:400}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row .img-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row .img-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row .img-holder{position:relative;padding-left:80px}@media all and (max-width: 650px){.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row .img-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row .img-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row .img-holder{padding-left:0}}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row .img-holder img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row .img-holder img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row .img-holder img{position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:#fff;max-width:60px;max-height:50px}@media all and (max-width: 650px){.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row .img-holder img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .table-row .img-holder img,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row .img-holder img{transform:translateY(0);position:initial}}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .size-xs,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .size-xs{max-width:150px;-ms-flex-preferred-size:150px;flex-basis:150px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .size-md,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .size-md{max-width:400px;-ms-flex-preferred-size:400px;flex-basis:400px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery p:last-child,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost p:last-child{text-align:right}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost{border-bottom:none}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row{min-height:unset}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .table-row p{font-size:24px;font-weight:500}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-checks{border-top:2px solid rgba(255,255,255,.3);border-bottom:2px solid rgba(255,255,255,.3);padding:30px 0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-checks .checkout-agreements li:not(:last-child){margin-bottom:15px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept{margin-top:40px;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-align:start;align-items:flex-start}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .check-group input:checked+label::after{top:2px;bottom:initial}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder textarea{box-sizing:border-box;margin-top:10px;resize:none;width:100%;min-height:100px;border:none;outline:none;padding:10px;font-size:14px;line-height:22px;color:#f088b6}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder textarea::-webkit-input-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder textarea::-moz-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder textarea:-ms-input-placeholder{color:rgba(240,136,182,.3)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder textarea::placeholder{color:rgba(240,136,182,.3)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder textarea:focus{box-shadow:0 0 20px rgba(255,255,255,.7)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder{text-align:right;margin-top:26px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder a{display:inline-block;width:100%;font-weight:500;font-size:18px;line-height:21px;padding-top:8px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder a.forgotten-product{padding-top:15px;font-weight:300;color:rgba(255,255,255,.3)}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder .check-group{max-width:80%;margin-left:auto;margin-bottom:15px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder .check-group.agree label::before{top:0}@media screen and (max-width: 1050px){.theme-showcase .checkout .wrapper .main-wrapper{max-width:100%}.theme-showcase .checkout .wrapper .main-wrapper::before,.theme-showcase .checkout .wrapper .main-wrapper::after{display:none}.theme-showcase .checkout .wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper{-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 850px){.theme-showcase .checkout .wrapper .main-wrapper{padding:30px}}@media screen and (max-width: 800px){.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper{-ms-flex-pack:distribute;justify-content:space-around}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder{margin:15px 15px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder:nth-child(3n+2),.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder:nth-child(3n+2){margin-left:15px;margin-right:15px}}@media screen and (max-width: 650px){.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set{-ms-flex-pack:center;justify-content:center}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-2{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .col2-set .col-1{margin-bottom:45px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper{margin-top:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-title{display:none}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body{border-bottom:none}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row{border-bottom:2px solid rgba(255,255,255,.3);-ms-flex-flow:wrap;flex-flow:wrap}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row .size-md{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-bottom:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-body .table-row .size-xs{max-width:90px;-ms-flex-preferred-size:90px;flex-basis:90px;text-align:left}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery{padding-top:0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-delivery .size-md,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .checkout-order-table-wrapper .table-cost .size-md{max-width:400px;-ms-flex-preferred-size:400px;flex-basis:400px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept{margin-top:0;-ms-flex-direction:column;flex-direction:column}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .message-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .order-review .order-accept .buttons-holder{text-align:left}}@media screen and (max-width: 600px){.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset{padding-top:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset .fields{-ms-flex-flow:wrap;flex-flow:wrap;margin-bottom:0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .fieldset .fields .field{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-bottom:10px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .control{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .control .check-group{margin:30px 0}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper{-ms-flex-pack:distribute;justify-content:space-around}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder{max-width:145px;margin:15px 3px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder:nth-child(3n+2),.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder:nth-child(3n+2){margin-left:3px;margin-right:3px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box{min-height:172px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box p,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box p{white-space:unset}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .ship-box-wrapper .ship-box-holder .ship-box::before,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box::before{width:38px;height:38px;top:-12px;right:-8px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .shipping-method .buttons-set,.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .buttons-set{text-align:left}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .step .payment-method .ship-box-wrapper .ship-box-holder .ship-box{padding:14px;height:150px;min-height:unset}}@media screen and (max-width: 500px){.theme-showcase .checkout .wrapper .main-wrapper{padding:30px 15px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .logo-wrapper h1{font-size:22px;line-height:26px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .logo-wrapper .logo{padding-right:10px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .logo-wrapper .logo img{height:55px;width:70px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .header-reverse-button .btn{max-height:40px;line-height:40px;padding:0 8px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .header-reverse-button .btn span{font-size:14px}.theme-showcase .checkout .wrapper .main-wrapper .page-header .page-header-container .header-reverse-button .btn svg{margin-right:7px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper{-ms-flex-flow:wrap;flex-flow:wrap;-ms-flex-pack:justify;justify-content:space-between}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .step-title{-ms-flex-order:1;order:1}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .step-title h2{font-size:18px}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .line{-ms-flex-order:2;order:2}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .check-icon{-ms-flex-order:1;order:1}.theme-showcase .checkout .wrapper .main-wrapper .main-container .main .col-main .opc .section .title-wrapper .check-icon svg{width:20px;height:20px}}#inpost-select-place{margin-top:25px}#inpost-select-place .error-info{top:14px}.theme-showcase .bread-cover{text-align:center;background:#f088b6;padding:40px 0 50px 0}@media only screen and (max-width: 770px){.theme-showcase .bread-cover{padding-top:90px !important}}.theme-showcase .bread-cover .icon-deco{display:block;width:310px;margin:0 auto;padding:20px 0}.theme-showcase .bread-cover .icon-deco span{background:#fff}.theme-showcase .bread-cover h1{color:#fff;margin-bottom:40px;font-weight:500;padding:0 20px}.theme-showcase .breadcrumbs{text-align:center}.theme-showcase .breadcrumbs ul{text-align:center;width:100%}.theme-showcase .breadcrumbs li{float:none;display:inline-block;vertical-align:middle}.theme-showcase .breadcrumbs li a,.theme-showcase .breadcrumbs li a:hover{color:#fff;text-transform:none}.theme-showcase .breadcrumbs strong,.theme-showcase .breadcrumbs span{color:#fff;text-transform:none}.theme-showcase header .header-title{text-align:center;padding:30px}.theme-showcase header .header-title h3{font-size:22px;line-height:25px;text-transform:uppercase;padding-bottom:5px}@media screen and (max-width: 1040px){.theme-showcase header .header-title{padding:20px}}.theme-showcase .product-list{min-height:100vh;overflow:hidden;padding:40px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:row;flex-flow:row;-ms-flex-align:start;align-items:flex-start}.theme-showcase .product-list.patch{position:relative}.theme-showcase .product-list.patch.filter-closed .show-box-desktop{display:-ms-flexbox;display:flex}@media screen and (max-width: 1040px){.theme-showcase .product-list.patch.filter-closed .show-box-desktop{display:none}}.theme-showcase .product-list.patch .show-box-desktop{display:none;position:absolute;transform:rotate(0) translate(0);top:120px;left:50px;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:center;align-items:center}.theme-showcase .product-list.patch .show-box-desktop svg{margin-left:10px;margin-right:0;transform:rotate(0deg)}.theme-showcase .product-list.patch .show-box-desktop span{transform:translateY(1px)}.theme-showcase .product-list.patch .product-list-wrapper .product-list-title{padding-bottom:20px}.theme-showcase .product-list.filter-closed .category-filters-box{transition:transform 1s;transform:translateX(-330px)}.theme-showcase .product-list.filter-closed .product-list-wrapper{max-width:unset;border-left:none}.theme-showcase .product-list .search-holder{margin-top:50px}.theme-showcase .product-list .search-holder .inp-search{position:relative}.theme-showcase .product-list .search-holder .inp-search button{position:absolute;bottom:0;left:0;width:40px;height:40px;display:block}.theme-showcase .product-list .search-holder .inp-search input{padding-left:40px}.theme-showcase .product-list .show-box-desktop{position:fixed;left:calc((100vw - 1360px) / 2);top:170px;display:inline-block;transform-origin:0;transform:rotate(90deg) translate(0, 100vw);background-color:#f088b6;padding:5px 15px;max-height:30px}.theme-showcase .product-list .show-box-desktop span{font-size:12px;font-weight:500;color:#fff}.theme-showcase .product-list .show-box-desktop svg{transform:rotate(-90deg);margin-right:10px}.theme-showcase .product-list .show-box-desktop:hover{opacity:.8}.theme-showcase .product-list .show-category-mobile,.theme-showcase .product-list .show-filter-mobile{position:fixed;top:235px;left:0;display:none;transform-origin:0;transform:rotate(90deg) translate(0, -50%);padding:5px 15px;max-height:30px;z-index:5}.theme-showcase .product-list .show-category-mobile span,.theme-showcase .product-list .show-filter-mobile span{font-size:12px;font-weight:500;color:#fff}.theme-showcase .product-list .show-category-mobile svg,.theme-showcase .product-list .show-filter-mobile svg{transform:rotate(-90deg);margin-right:10px}.theme-showcase .product-list .show-category-mobile:hover,.theme-showcase .product-list .show-filter-mobile:hover{opacity:.8}.theme-showcase .product-list .show-category-mobile{background-color:#f088b6}.theme-showcase .product-list .show-filter-mobile{background-color:#8fd1e3}.theme-showcase .product-list .category-box-mobile{position:fixed;display:none;left:0;z-index:9999999999;top:0;width:300px;transform:translateX(-100%);transition:transform .4s linear;height:100vh;background-color:#ffa3cc;box-shadow:5px 5px 20px rgba(0,0,0,.1)}.theme-showcase .product-list .category-box-mobile .title-hide-holder{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-bottom:2px solid rgba(255,255,255,.5)}.theme-showcase .product-list .category-box-mobile .title-hide-holder .category-title{font-size:22px;font-weight:300;color:#fff;padding-left:30px}.theme-showcase .product-list .category-box-mobile .title-hide-holder .category-hide{padding:30px}.theme-showcase .product-list .category-box-mobile .title-hide-holder .category-hide:active{transform:scale(0.9)}.theme-showcase .product-list .category-box-mobile .category-holder{overflow-y:scroll;height:calc(100vh - 82px)}.theme-showcase .product-list .category-box-mobile .category-holder::-webkit-scrollbar{width:4px}.theme-showcase .product-list .category-box-mobile .category-holder::-webkit-scrollbar-track{background:transparent}.theme-showcase .product-list .category-box-mobile .category-holder::-webkit-scrollbar-thumb{background:#fff}.theme-showcase .product-list .category-box-mobile .category-holder::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li{min-height:40px;font-size:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-weight:500}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li:not(:first-child){border-top:2px solid rgba(255,255,255,.5)}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .links-holder{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 25px}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .links-holder a{font-size:20px;color:#fff}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .links-holder .main-category{line-height:40px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .links-holder .show-more{line-height:30px;padding:0 10px}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .links-holder .show-more svg{transition:transform .5s;transform:scale(1)}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .links-holder .show-more.rotate svg{transition:transform .5s;transform:scale(-1)}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2{transition:max-height .5s ease-in;height:auto;max-height:0}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2::-webkit-scrollbar{width:4px}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2::-webkit-scrollbar-track{background:transparent}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2::-webkit-scrollbar-thumb{background:#fff}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2 li{padding-left:25px;position:relative;display:none;opacity:0}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2 li a{display:inline-block;font-weight:400;padding:9px 0 9px 20px;width:100%;color:#fff}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2 li::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-50px;height:36px;opacity:.3;width:calc(100% + 50px);background:#fff;background:linear-gradient(to right, white 0%, rgba(254, 250, 252, 0.3) 100%);transform:translateX(-400px);transition:.2s linear}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2 li:hover::after{transform:translateX(0)}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2.open{max-height:unset;height:100%}.theme-showcase .product-list .category-box-mobile .category-holder .lev-1>li .lev-2.open li{display:block;animation-name:opacity;animation-duration:1s;opacity:1}.theme-showcase .product-list .category-box-mobile.open{transform:translateX(0)}.theme-showcase .product-list .filter-box-mobile{z-index:9999999;position:fixed;height:100vh;display:none;left:0;top:0;width:300px;transform:translateX(-100%);transition:transform .4s linear;background:#8fd1e3;background:linear-gradient(to right, #8fd1e3 0%, #a4e2f2 100%);box-shadow:5px 5px 20px rgba(0,0,0,.1)}.theme-showcase .product-list .filter-box-mobile.open{transform:translateX(0)}.theme-showcase .product-list .filter-box-mobile .title-hide-holder{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-bottom:2px solid rgba(255,255,255,.5)}.theme-showcase .product-list .filter-box-mobile .title-hide-holder .category-title{font-size:22px;font-weight:300;color:#fff;padding-left:30px}.theme-showcase .product-list .filter-box-mobile .title-hide-holder .category-hide{padding:30px}.theme-showcase .product-list .filter-box-mobile .title-hide-holder .category-hide:active{transform:scale(0.9)}.theme-showcase .product-list .filter-box-mobile .form-holder{padding:30px;overflow-y:scroll;height:calc(100vh - 84px)}.theme-showcase .product-list .filter-box-mobile .form-holder::-webkit-scrollbar{width:4px}.theme-showcase .product-list .filter-box-mobile .form-holder::-webkit-scrollbar-track{background:transparent}.theme-showcase .product-list .filter-box-mobile .form-holder::-webkit-scrollbar-thumb{background:#fff}.theme-showcase .product-list .filter-box-mobile .form-holder::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.8)}.theme-showcase .product-list .filter-box-mobile .form-holder .search-holder{margin-top:0;margin-bottom:25px}.theme-showcase .product-list .filter-box-mobile .form-holder .search-holder .inp-search input{color:#8fd1e3}.theme-showcase .product-list .filter-box-mobile .form-holder .search-holder .inp-search input::-webkit-input-placeholder{color:rgba(143,209,227,.5)}.theme-showcase .product-list .filter-box-mobile .form-holder .search-holder .inp-search input::-moz-placeholder{color:rgba(143,209,227,.5)}.theme-showcase .product-list .filter-box-mobile .form-holder .search-holder .inp-search input:-ms-input-placeholder{color:rgba(143,209,227,.5)}.theme-showcase .product-list .filter-box-mobile .form-holder .search-holder .inp-search input::placeholder{color:rgba(143,209,227,.5)}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .filter-title{border-bottom:2px solid rgba(255,255,255,.5)}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .filter-title span{font-size:18px;line-height:30px;font-weight:500;color:#fff}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section:not(:first-child){margin-top:25px}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .check-group{padding-left:0;margin:16px 0}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .check-group a{color:#fff;font-weight:300;padding:5px 0}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .check-group a span.count,.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .check-group a span.price{font-weight:300;font-size:17px;color:#fff}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .check-group .btn-remove-state{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:transparent;box-shadow:none}.theme-showcase .product-list .filter-box-mobile .form-holder .sections-holder .filter-section .check-group .btn-remove-state span{padding:0 5px}.theme-showcase .product-list .category-filters-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:330px;flex-basis:330px;max-width:330px;padding:20px 50px}.theme-showcase .product-list .category-filters-box .hide-category{text-align:right;width:100%}.theme-showcase .product-list .category-filters-box .hide-category a{font-size:12px;line-height:20px;text-align:right}.theme-showcase .product-list .category-filters-box .hide-category a svg{padding-right:8px}.theme-showcase .product-list .category-filters-box .category-holder{margin-top:40px;border-top:2px solid rgba(240,136,182,.5)}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li{border-bottom:2px solid rgba(240,136,182,.5);min-height:40px;font-size:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;font-weight:500;color:#f088b6}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .links-holder{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .links-holder .main-category{line-height:40px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .links-holder .main-category:hover{opacity:.6}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .links-holder .show-more{line-height:30px;padding:0 10px;border-left:2px solid rgba(240,136,182,.5)}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .links-holder .show-more svg{transition:transform .5s;transform:scale(1)}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .links-holder .show-more.rotate svg{transition:transform .5s;transform:scale(-1)}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2{transition:max-height .2s ease-in;height:auto;max-height:0}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2 li{padding-left:25px;position:relative;display:none;opacity:0}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2 li a{display:inline-block;font-weight:400;padding:7px 0;width:100%;transform:translateY(2px)}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2 li a:hover{opacity:.6}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2 li::after{content:"";display:block;position:absolute;z-index:-1;top:0;left:-50px;height:100%;opacity:.3;width:calc(100% + 50px);background:#f087b6;background:linear-gradient(to right, #f087b6 0%, rgba(254, 250, 252, 0.3) 100%);transform:translateX(-400px);transition:.2s linear}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2 li.active::after{transform:translateX(0)}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2.open{max-height:1000px;height:100%;padding-bottom:5px}.theme-showcase .product-list .category-filters-box .category-holder .lev-1>li .lev-2.open li{display:block;animation-name:opacity;animation-duration:1s;opacity:1}.theme-showcase .product-list .category-filters-box .filter-holder{margin-top:50px;border:2px solid #f088b6;padding:10px 15px 0 15px;position:relative}.theme-showcase .product-list .category-filters-box .filter-holder .title-icon{position:absolute;top:0;left:10px;transform:translateY(-50%);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px;background-color:#fff}.theme-showcase .product-list .category-filters-box .filter-holder .title-icon span{font-size:18px;line-height:20px;font-weight:500;color:#f088b6;padding-left:10px;padding-top:6px}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section a:hover{opacity:.6}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .filter-title{border-bottom:2px solid rgba(240,136,182,.3);margin-top:25px}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .filter-title span{font-size:18px;line-height:30px;font-weight:500;color:#f088b6}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group{padding-left:0;margin:16px 0}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group a{font-weight:300}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group a span.count,.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group a span.price{font-weight:300;font-size:17px;color:#f088b6}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group a:hover{opacity:.6}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group .btn-remove-state{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group .btn-remove-state span{padding:0 5px}.theme-showcase .product-list .category-filters-box .filter-holder .sections-holder .filter-section .check-group .btn-remove-state span svg{transform:translateY(2px)}.theme-showcase .product-list .category-filters-box .seo-description{margin-top:50px}.theme-showcase .product-list .category-filters-box .seo-description .title-description{margin-bottom:10px;border-bottom:2px solid rgba(240,136,182,.3)}.theme-showcase .product-list .category-filters-box .seo-description .title-description span{font-size:18px;line-height:30px;font-weight:500;color:#f088b6}.theme-showcase .product-list .category-filters-box .seo-description p{text-align:justify}.theme-showcase .product-list .product-list-wrapper{max-width:calc(100% - 330px);width:100%;border-left:2px solid #f088b6;min-height:100vh;padding:0 50px 25px}.theme-showcase .product-list .product-list-wrapper .product-list-title{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.theme-showcase .product-list .product-list-wrapper .product-list-title h2.underline{position:relative;padding-bottom:5px;max-width:350px;min-width:350px}.theme-showcase .product-list .product-list-wrapper .product-list-title h2.underline::after{content:"";position:absolute;left:0;bottom:0;display:block;height:2px;width:60px;background-color:#f088b6}.theme-showcase .product-list .product-list-wrapper .product-list-title .select-group{-ms-flex-preferred-size:200px;flex-basis:200px;max-width:200px}.theme-showcase .product-list .product-list-wrapper .product-active-filters{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-top:30px}@media screen and (max-width: 1040px){.theme-showcase .product-list .product-list-wrapper .product-active-filters{margin-top:10px}}.theme-showcase .product-list .product-list-wrapper .product-active-filters p{font-size:16px;color:#f088b6;font-weight:500;margin-right:15px}.theme-showcase .product-list .product-list-wrapper .product-active-filters button{margin:5px 10px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.theme-showcase .product-list .product-list-wrapper .product-active-filters button span{display:inline-block;box-sizing:initial;padding-left:10px}.theme-showcase .product-list .product-list-wrapper .product-active-filters button span svg{transform:translateY(2px)}.theme-showcase .product-list .product-list-wrapper .spinner-holder{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;height:100px}.theme-showcase .product-list .product-list-wrapper .spinner-holder .spinner{transform:translateZ(0)}.theme-showcase .seo-description-under{padding:30px;max-width:800px;margin:0 auto;text-align:justify}.theme-showcase .filter-title-no-border{border:none !important}.theme-showcase .filter-title-no-border a:hover{opacity:.6}@media screen and (max-width: 1580px){.theme-showcase .product-list .show-box-desktop{left:8px}.theme-showcase .shadow::before,.theme-showcase .shadow::after{display:none}}@media screen and (max-width: 1040px){.theme-showcase .product-list .show-box-desktop,.theme-showcase .product-list .category-filters-box{display:none !important}.theme-showcase .product-list .show-category-mobile,.theme-showcase .product-list .show-filter-mobile{display:inline-block}.theme-showcase .product-list .category-box-mobile,.theme-showcase .product-list .filter-box-mobile{display:block}.theme-showcase .product-list .product-list-wrapper{max-width:100%;border-left:none}}@media screen and (max-width: 770px){.theme-showcase .product-list .show-filter-mobile,.theme-showcase .product-list .show-category-mobile{top:50px}}@media screen and (max-width: 676px){.theme-showcase .product-list .product-list-wrapper .product-list-title{-ms-flex-direction:column;flex-direction:column}.theme-showcase .product-list .product-list-wrapper .product-list-title h2.underline{max-width:100%;min-width:100%;text-align:center}.theme-showcase .product-list .product-list-wrapper .product-list-title h2.underline::after{left:50%;transform:translateX(-50%)}.theme-showcase .product-list .product-list-wrapper .product-list-title .select-group{margin-top:40px;-ms-flex-preferred-size:360px;flex-basis:360px;width:90%;max-width:360px;min-width:200px;height:50px;max-height:50px}.theme-showcase .product-list .product-list-wrapper .product-list-items{-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 450px){.theme-showcase .product-list .product-list-wrapper{padding:25px}.theme-showcase .product-list .product-list-wrapper .product-list-items .product-item{margin-right:0}}@keyframes opacity{from{opacity:0}to{opacity:1}}.theme-showcase .success-page{max-width:500px;margin:0 auto}.theme-showcase .success-page h2{text-transform:uppercase;text-align:center;font-size:24px;line-height:29px;font-weight:400;margin:35px 0}.theme-showcase .success-page .check-holder{text-align:center}.theme-showcase .success-page .order-info{margin-top:40px}.theme-showcase .success-page .order-info p{font-size:18px;line-height:24px;text-align:center}.theme-showcase .success-page .order-info p span{font-weight:600}.theme-showcase .success-page .btn-holder{text-align:center;margin-top:40px}.page-product-view .item-arrow img{display:inline-block}.page-product-view .full-screen{position:relative;min-height:calc(100vh - 215px);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1190px){.page-product-view .full-screen{min-height:0}}.page-product-view .section-title{text-align:center;padding:75px 0 0}@media screen and (max-width: 600px){.page-product-view .section-title{padding:45px 0 0}}.page-product-view .section-title h3{font-size:28px;line-height:34px;position:relative;padding-bottom:20px}.page-product-view .section-title h3::after{content:"";display:block;width:60px;height:2px;position:absolute;left:50%;bottom:0;transform:translateX(-50%)}.page-product-view .section-title.bg-white h3::after{background:#f088b7}.page-product-view .section-title.bg-pink h3::after{background:#fff}.page-product-view .content-wrapper{padding:0 50px}@media screen and (max-width: 600px){.page-product-view .content-wrapper{padding:0 10px}}.page-product-view .product-description{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;min-height:100vh}.page-product-view .product-description>div:not(.product-info):not(.product-image):not(.product-info-mobile){z-index:-1}.page-product-view .product-description .product-image{-ms-flex-preferred-size:55%;flex-basis:55%;max-width:55%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:50px 0;left:0}@media screen and (min-width: 1190px){.page-product-view .product-description .product-image{min-height:calc(100vh - 215px)}}@media screen and (max-width: 1190px){.page-product-view .product-description .product-image{padding-top:0}}.page-product-view .product-description .product-image.stacked{left:0}.page-product-view .product-description .product-image.stacked.is_stuck{left:calc((100% - 1260px) / 2)}@media screen and (max-width: 1580px){.page-product-view .product-description .product-image.stacked.is_stuck{left:50px}}@media all and (max-width: 1170px){.page-product-view .product-description .product-image.stacked{left:0}}.page-product-view .product-description .product-image .product-gallery{position:relative}@media screen and (max-width: 1190px){.page-product-view .product-description .product-image .product-gallery{margin-bottom:0}}.page-product-view .product-description .product-image .product-gallery .sticker{position:absolute;width:70px;height:70px;top:20px;left:0;transform:translateX(-50%)}.page-product-view .product-description .product-image .product-gallery .sticker img{border-radius:50%;box-shadow:3px 3px 6px rgba(0,0,0,.1);margin-bottom:8px}.page-product-view .product-description .product-image .product-gallery .arrow{position:absolute;height:calc(100% - 65px);width:35px;border:none;box-shadow:none}.page-product-view .product-description .product-image .product-gallery .arrow img{max-width:100%}.page-product-view .product-description .product-image .product-gallery .arrow-prev{left:20px}.page-product-view .product-description .product-image .product-gallery .arrow-next{right:20px}.page-product-view .product-description .product-image .product-gallery.gallery-scroll.sticky{position:fixed;width:calc(1260px * 0.55);top:50vh;max-height:100vh;transform:translateY(-50%)}@media screen and (max-width: 1580px){.page-product-view .product-description .product-image .product-gallery.gallery-scroll.sticky{width:calc((100% - 100px) * 0.55)}}.page-product-view .product-description .product-image .product-gallery .gallery-item{display:none;text-align:center}.page-product-view .product-description .product-image .product-gallery .gallery-item.bordered img{border:2px solid #fff}.page-product-view .product-description .product-image .product-gallery .gallery-item img{max-width:100%;min-width:100%}.page-product-view .product-description .product-image .product-gallery .gallery-item.active{display:block}.page-product-view .product-description .product-image .product-gallery .gallery-nav{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding-top:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.page-product-view .product-description .product-image .product-gallery .gallery-nav .nav-item{-ms-flex-preferred-size:65px;flex-basis:65px;max-width:65px;min-width:65px;margin-right:15px;box-shadow:3px 3px 10px rgba(0,0,0,.1);box-sizing:border-box;border:2px solid transparent;position:relative;font-size:0}.page-product-view .product-description .product-image .product-gallery .gallery-nav .nav-item img{width:100%;display:-ms-flexbox;display:flex}.page-product-view .product-description .product-image .product-gallery .gallery-nav .nav-item.active{border:2px solid #fff}.page-product-view .product-description .product-image .product-gallery .scroll-button{position:absolute;bottom:90px;right:20px;display:none}.page-product-view .product-description .product-image .product-gallery .scroll-button.active{display:block}.page-product-view .product-description .product-image .product-gallery .scroll-button .btn{max-height:40px}.page-product-view .product-description .product-image .product-gallery .scroll-button .btn span{transform:translateY(1px)}.page-product-view .product-description .product-image .product-gallery .scroll-button .btn svg{margin-right:12px;transform:translateY(-2px)}.page-product-view .product-description .product-image .product-gallery .scroll-button .btn.add-to-cart{text-transform:uppercase}.page-product-view .product-description .product-info,.page-product-view .product-description .product-info-mobile{padding:0 50px 60px;-ms-flex-preferred-size:45%;flex-basis:45%;max-width:45%;min-width:470px;color:#fff;text-align:center}@media screen and (max-width: 1190px){.page-product-view .product-description .product-info,.page-product-view .product-description .product-info-mobile{padding:0}}@media all and (max-width: 500px){.page-product-view .product-description .product-info,.page-product-view .product-description .product-info-mobile{min-width:initial}}.page-product-view .product-description .product-info .product-title,.page-product-view .product-description .product-info-mobile .product-title{font-size:28px;line-height:35px;text-transform:uppercase;font-weight:400;margin-bottom:50px;position:relative}.page-product-view .product-description .product-info .product-title::after,.page-product-view .product-description .product-info-mobile .product-title::after{content:url("https://www.bodyboom.pl/skin/frontend/rwd/bodyboom/newlayout/gfx/product-view-boxes.svg");display:inline-block;width:130px;position:absolute;left:50%;top:100%;transform:translate(-50%, 10%)}.page-product-view .product-description .product-info .product-desc span.product-subtitle,.page-product-view .product-description .product-info-mobile .product-desc span.product-subtitle{font-size:20px;line-height:24px;font-weight:400}.page-product-view .product-description .product-info .product-desc span,.page-product-view .product-description .product-info-mobile .product-desc span{font-size:20px;line-height:24px;font-weight:100;display:inline-block;width:100%}.page-product-view .product-description .product-info .product-price,.page-product-view .product-description .product-info-mobile .product-price{padding:20px 0}.page-product-view .product-description .product-info .product-price .regular-price,.page-product-view .product-description .product-info .product-price .old-price,.page-product-view .product-description .product-info .product-price .special-price,.page-product-view .product-description .product-info-mobile .product-price .regular-price,.page-product-view .product-description .product-info-mobile .product-price .old-price,.page-product-view .product-description .product-info-mobile .product-price .special-price{font-size:24px;line-height:30px;font-weight:300}.page-product-view .product-description .product-info .product-price .regular-price .price,.page-product-view .product-description .product-info .product-price .regular-price span,.page-product-view .product-description .product-info .product-price .old-price .price,.page-product-view .product-description .product-info .product-price .old-price span,.page-product-view .product-description .product-info .product-price .special-price .price,.page-product-view .product-description .product-info .product-price .special-price span,.page-product-view .product-description .product-info-mobile .product-price .regular-price .price,.page-product-view .product-description .product-info-mobile .product-price .regular-price span,.page-product-view .product-description .product-info-mobile .product-price .old-price .price,.page-product-view .product-description .product-info-mobile .product-price .old-price span,.page-product-view .product-description .product-info-mobile .product-price .special-price .price,.page-product-view .product-description .product-info-mobile .product-price .special-price span{font-size:inherit;line-height:inherit;font-weight:inherit}.page-product-view .product-description .product-info .product-icons,.page-product-view .product-description .product-info-mobile .product-icons{padding:60px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.page-product-view .product-description .product-info .product-icons .image-holder,.page-product-view .product-description .product-info-mobile .product-icons .image-holder{max-width:140px;-ms-flex-preferred-size:140px;flex-basis:140px}.page-product-view .product-description .product-info .product-icons .image-holder img,.page-product-view .product-description .product-info-mobile .product-icons .image-holder img{max-height:40px;min-height:40px;display:inline-block}.page-product-view .product-description .product-info .product-icons .image-holder p,.page-product-view .product-description .product-info-mobile .product-icons .image-holder p{font-size:16px;line-height:20px;font-weight:100}.page-product-view .product-description .product-info .product-amount #product_addtocart_form,.page-product-view .product-description .product-info-mobile .product-amount #product_addtocart_form{display:inline-block}.page-product-view .product-description .product-info .product-amount .amount-form-group,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.page-product-view .product-description .product-info .product-amount .amount-form-group .input-holder input,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .input-holder input{width:54px;border:2px solid #fff;text-align:center;outline:none !important;background:transparent;color:#fff;font-size:16px;line-height:36px;height:auto}.page-product-view .product-description .product-info .product-amount .amount-form-group .input-holder input[type=number]::-webkit-inner-spin-button,.page-product-view .product-description .product-info .product-amount .amount-form-group .input-holder input[type=number]::-webkit-outer-spin-button,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .input-holder input[type=number]::-webkit-inner-spin-button,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .input-holder input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus,.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-minus,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-minus{width:18px;height:18px;background:#fff;font-weight:600;font-size:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0;transition:.05s linear}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus:active,.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-minus:active,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus:active,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-minus:active{transform:scale(0.95)}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus{position:relative}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus::before,.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus::after,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus::before,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#f088b6}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus::after,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus::after{width:6px;height:2px}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus::before,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus::before{width:2px;height:6px}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-minus,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-minus{position:relative}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-minus::before,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-minus::before{content:"";width:6px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#f088b6}.page-product-view .product-description .product-info .product-amount .amount-form-group .mobile,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .mobile{display:none}.page-product-view .product-description .product-info .product-amount .amount-form-group .mini-buttons-holder,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .mini-buttons-holder{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:40px;max-height:40px;-ms-flex-pack:justify;justify-content:space-between;margin:0 4px}.page-product-view .product-description .product-info .product-amount .amount-form-group .button-holder .btn,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .button-holder .btn{max-height:40px;min-height:40px}.page-product-view .product-description .product-info .product-amount .amount-form-group .button-holder .btn span,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .button-holder .btn span{transform:translateY(1px)}.page-product-view .product-description .product-info .product-amount .amount-form-group .button-holder .btn svg,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .button-holder .btn svg{margin-right:12px;transform:translateY(-2px)}@media screen and (max-width: 750px){.page-product-view .product-description .product-info .product-amount .amount-form-group .mobile,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .mobile{display:-ms-flexbox;display:flex;margin-right:4px}.page-product-view .product-description .product-info .product-amount .amount-form-group .desktop,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .desktop{display:none}.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-plus,.page-product-view .product-description .product-info .product-amount .amount-form-group .btn-minus,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-plus,.page-product-view .product-description .product-info-mobile .product-amount .amount-form-group .btn-minus{width:40px;height:40px}}.page-product-view .product-description .product-info .scroll-button p,.page-product-view .product-description .product-info-mobile .scroll-button p{font-size:14px;padding-bottom:5px;font-weight:300}.page-product-view .product-description .product-info .scroll-button img,.page-product-view .product-description .product-info-mobile .scroll-button img{max-width:50px}.page-product-view .product-description .product-info-mobile{display:none}.page-product-view .product-details{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;padding:50px 0;text-align:left}.page-product-view .product-details .collapsed-items{-ms-flex-preferred-size:470px;flex-basis:470px;max-width:470px;padding-left:10px}.page-product-view .product-details .collapsed-items .single-item .item-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:45px;pointer-events:none}.page-product-view .product-details .collapsed-items .single-item .item-header .item-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.page-product-view .product-details .collapsed-items .single-item .item-header .item-title h4{margin:0 15px;font-size:24px;font-weight:300;display:inline-block}.page-product-view .product-details .collapsed-items .single-item .item-header .item-title img{width:30px}.page-product-view .product-details .collapsed-items .single-item .item-header .item-line{height:2px;-ms-flex:auto;flex:auto;background:#fff}.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow{display:none}.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow img{width:15px;margin-left:10px}.page-product-view .product-details .collapsed-items .single-item .item-body>img{max-width:100px;float:left;margin-right:20px;margin-bottom:10px}.page-product-view .product-details .collapsed-items .single-item .item-body>p{font-size:16px;font-weight:300;line-height:19px;padding-bottom:25px}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:40px}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .image-holder{-ms-flex-preferred-size:105px;flex-basis:105px;max-width:105px;padding-right:25px}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .image-holder img{width:100%}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .text-holder{-ms-flex-preferred-size:calc(100% - 105px);flex-basis:calc(100% - 105px);max-width:calc(100% - 105px)}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .text-holder h5{font-size:24px;font-weight:300;padding-bottom:5px;text-transform:lowercase}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .text-holder h5:first-letter{text-transform:capitalize}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .text-holder p{font-size:16px;line-height:19px;font-weight:100;color:rgba(255,255,255,.9)}.page-product-view .product-details .collapsed-items .single-item .item-body>.item-arrow{display:none}.page-product-view .product-listing{padding-bottom:70px}.page-product-view .product-listing .product-list-items{padding:80px 0 0}.page-product-view .product-listing .product-list-items::after{display:none}@media screen and (max-width: 1320px){.page-product-view .product-listing .product-list-items{-ms-flex-pack:center;justify-content:center}.page-product-view .product-listing .product-list-items .product-item{margin:0 10% 80px}}@media screen and (max-width: 1053px){.page-product-view .product-listing .product-list-items .product-item{margin:0 40px 80px}}@media screen and (max-width: 600px){.page-product-view .product-listing .product-list-items{padding:20px 0 0}}.page-product-view .product-listing .button-holder{text-align:center}@media screen and (max-width: 1190px){.page-product-view .product-description{min-height:0;padding:70px 0 0;-ms-flex-flow:wrap;flex-flow:wrap;-ms-flex-pack:center;justify-content:center}.page-product-view .product-description .product-image{-ms-flex-preferred-size:70%;flex-basis:70%;max-width:70%;padding:25px 0}.page-product-view .product-description .product-info{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.page-product-view .product-description .product-info .product-title,.page-product-view .product-description .product-info .product-desc{display:none}.page-product-view .product-description .product-info .product-price{font-size:34px}.page-product-view .product-description .product-info .scroll-button{display:none}.page-product-view .product-description .product-info .product-icons{padding-bottom:0}.page-product-view .product-description .product-info-mobile{display:block;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.page-product-view .product-details{padding:50px 0 30px}.page-product-view .product-details .collapsed-items{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;min-width:0;padding-left:0}.page-product-view .product-details .collapsed-items .single-item .item-header{padding-bottom:55px;pointer-events:auto}.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow{display:block}.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow img{transition:.3s linear}.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow .mobile{display:none}}@media screen and (max-width: 1190px)and (max-width: 600px){.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow .desktop{display:none}.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow .mobile{display:inline-block}}@media screen and (max-width: 1190px){.page-product-view .product-details .collapsed-items .single-item .item-body{height:0;overflow:hidden;transition:.3s linear}}@media screen and (max-width: 1190px){.page-product-view .product-details .collapsed-items .single-item.open .item-header .item-arrow img{transform:rotate3d(1, 0, 0, 180deg);transition:.3s linear}}@media screen and (max-width: 600px){.page-product-view .product-description{padding:30px 0 0}.page-product-view .product-description .product-image{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:0 0 25px}.page-product-view .product-description .product-image.has-sticker{padding:50px 0 25px}.page-product-view .product-description .product-image .product-gallery .sticker{top:0;left:0;transform:translateY(-50%);display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:center;justify-content:center}.page-product-view .product-description .product-image .product-gallery .sticker img{width:70px;height:70px;margin-bottom:0}.page-product-view .product-description .product-image .product-gallery .sticker img:not(:first-child){margin-left:8px}.page-product-view .product-details{padding:40px 0}.page-product-view .product-details .collapsed-items .single-item{border-top:2px solid #fff;width:calc(100% + 20px);margin-left:-10px}.page-product-view .product-details .collapsed-items .single-item:last-child{border-bottom:2px solid #fff}.page-product-view .product-details .collapsed-items .single-item .item-header{-ms-flex-flow:wrap;flex-flow:wrap;padding:25px 0}.page-product-view .product-details .collapsed-items .single-item .item-header .item-line{display:none}.page-product-view .product-details .collapsed-items .single-item .item-header .item-title,.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow{-ms-flex-preferred-size:100%;flex-basis:100%;min-width:100%;-ms-flex-pack:center;justify-content:center;text-align:center}.page-product-view .product-details .collapsed-items .single-item .item-header .item-arrow img{width:56px;margin-top:15px;margin-left:0}.page-product-view .product-details .collapsed-items .single-item .item-header .item-title{-ms-flex-flow:wrap;flex-flow:wrap}.page-product-view .product-details .collapsed-items .single-item .item-header .item-title h4{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-top:10px}.page-product-view .product-details .collapsed-items .single-item .item-body{padding:0 25px}.page-product-view .product-details .collapsed-items .single-item .item-body .item-arrow{display:block;padding-bottom:30px;text-align:center}.page-product-view .product-details .collapsed-items .single-item .item-body .item-arrow img{transform:scale(-1)}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group{-ms-flex-flow:wrap;flex-flow:wrap}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .image-holder,.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .text-holder{-ms-flex-preferred-size:100%;flex-basis:100%;min-width:100%;text-align:center}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .image-holder{margin-bottom:20px;padding:0}.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .image-holder img{max-width:80px;margin:0 auto}.page-product-view .product-details .collapsed-items .single-item.open .item-header .item-arrow{opacity:0}.page-product-view .product-details .collapsed-items .single-item.open .item-header .item-arrow img{margin-top:0;transform:none}}
.catalog-product-view .header-title{padding:55px 30px 30px 30px;font-size:20px;text-align:center;color:white;background-color:#f088b6;background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100% );}.catalog-product-view .header-title a{color:white;} .projets-breadcrumbs>ul{display:flex;justify-content:center; flex-flow:row wrap;} .projets-breadcrumbs>ul>li,.projets-breadcrumbs>ul>span{margin:0 5px ; font-size:16px;}.projets-breadcrumbs>ul li a:hover{opacity:.7}
.page-product-view .product-details .collapsed-items .single-item .item-body .describe-group .text-holder p{color:white;}
.ampromo-label{
    float: right;
    position: absolute;
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}

.ampromo-product-name{
    font-weight: bold;
}

.add-to-cart-wrapper .product-options {
    margin-bottom: 10px;
}

