/** Etykiety produktów */
.type-promotion,
.type-bestseller,
.type-new,
.type-sale {
  position: relative;
}
.type-promotion::after,
.type-bestseller::after,
.type-new::after,
.type-sale::after {
  position: absolute;
  bottom: 15px;
  left: 10px;
  padding: 0px 15px;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  line-height: 30px;
  font-size: 11px;
  height: 30px;
  content: " ";
}
.type-promotion.product-single::after,
.type-bestseller.product-single::after,
.type-new.product-single::after,
.type-sale.product-single::after {
  top: 10px !important;
}
.type-promotion.type-promotion::after,
.type-bestseller.type-promotion::after,
.type-new.type-promotion::after,
.type-sale.type-promotion::after {
  content: "PROMOCJA";
}
.type-promotion.type-bestseller::after,
.type-bestseller.type-bestseller::after,
.type-new.type-bestseller::after,
.type-sale.type-bestseller::after {
  content: "BESTSELLER";
}
.type-promotion.type-new::after,
.type-bestseller.type-new::after,
.type-new.type-new::after,
.type-sale.type-new::after {
  content: "NOWOŚĆ";
}
.type-promotion.type-sale::after,
.type-bestseller.type-sale::after,
.type-new.type-sale::after,
.type-sale.type-sale::after {
  content: "SALE";
}
.products-heading {
  padding: 0px 0px 50px 0px;
}
@media (max-width: 991px) {
  .products-heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .products-heading {
    display: none;
  }
}
.products-heading:before,
.products-heading:after {
  clear: both;
  display: block;
  content: " ";
}
.products-heading h1 {
  float: left;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 991px) {
  .products-heading h1 {
    float: none;
  }
}
.products-heading .sort {
  float: right;
}
@media (max-width: 991px) {
  .products-heading .sort {
    float: none;
    display: table;
    margin: 0px 0px 0px auto;
  }
}
.products-heading .sort:before,
.products-heading .sort:after {
  clear: both;
  display: block;
  content: " ";
}
.products-heading .sort > div {
  float: left;
  margin-left: 30px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 520px) {
  .products-heading .sort > div {
    float: none;
    margin: 5px 0px 0px auto;
    display: table;
    text-align: right;
  }
}
.products-heading .sort > div label {
  margin: 0px 12px 0px 0px !important;
}
.products-heading .sort > div .bootstrap-select {
  width: auto !important;
}
.products-heading .sort > div .bootstrap-select .dropdown-toggle {
  height: 35px;
  line-height: 35px;
  padding: 0px 30px 0px 15px;
  color: #707070;
}
.products-heading-mobile {
  padding-bottom: 25px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .products-heading-mobile {
    display: none;
  }
}
.products-heading-mobile h1 {
  margin: 0px;
  text-align: center;
}
.products-heading-mobile .products-buttons-mobile {
  padding-top: 25px;
  margin: 0px -15px;
}
.products-heading-mobile .products-buttons-mobile:after {
  clear: both;
  display: block;
  content: " ";
}
.products-heading-mobile .products-buttons-mobile > div {
  width: 50%;
  float: left;
  padding: 0px 15px;
}
.products-heading-mobile .products-buttons-mobile > div button {
  border: 1px solid #ebebeb;
  height: 36px;
  line-height: 36px;
  padding: 0px 20px;
  text-align: center;
  color: #707070;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  width: 100%;
  background: #FFF !important;
  outline: 0px;
}
.products-heading-mobile .products-buttons-mobile > div button.in {
  background: #c7a591 !important;
  color: #FFF !important;
}
.toggle-fixed {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #FFF;
  padding: 10px 0px;
  width: 100%;
  outline: 0px;
  border: 0px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}
@media (min-width: 768px) {
  .toggle-fixed {
    display: none;
  }
}
.toggle-fixed span {
  border: 1px solid #c7a591;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  text-align: center;
  color: #707070;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  background: #c7a591 !important;
  color: #FFF;
  display: table;
  margin: 0px auto;
  outline: 0px;
}
.toggle-fixed span.in {
  background: #c7a591 !important;
  color: #FFF !important;
}
@media (max-width: 767px) {
  .nav-column {
    max-height: 0px;
    overflow: hidden;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .nav-column.in {
    max-height: 10000px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sort-mobile {
    display: none;
  }
}
.sort-mobile:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .sort-mobile {
    max-height: 0px;
    overflow: hidden;
    margin: 0px -15px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .sort-mobile > div {
    width: 50%;
    float: left;
    padding: 0px 15px;
  }
  .sort-mobile > div .bootstrap-select {
    max-width: 100%;
  }
  .sort-mobile > div .bootstrap-select button {
    padding: 0px 30px 0px 15px;
  }
  .sort-mobile.in {
    max-height: 10000px;
    padding: 20px 0px 0px 0px;
    overflow: visible;
  }
}
@media (max-width: 767px) and (max-width: 420px) {
  .sort-mobile > div {
    width: 100%;
    float: none;
  }
  .sort-mobile > div + div {
    margin-top: 10px;
  }
}
.products-carousel {
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .products-carousel {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .products-carousel {
    margin-bottom: 40px;
  }
}
.products-carousel .product-item {
  padding: 0px;
}
.products-carousel .owl-prev {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ebd7cc url('/view/img/i-arrow-left.svg') center center no-repeat !important;
  background-size: 25px 25px !important;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .products-carousel .owl-prev {
    left: -30px;
  }
}
@media (max-width: 1480px) {
  .products-carousel .owl-prev {
    margin-top: 0px;
    top: -120px;
    left: 0px;
  }
}
@media (max-width: 1400px) {
  .products-carousel .owl-prev {
    top: -100px;
  }
}
@media (max-width: 1200px) {
  .products-carousel .owl-prev {
    width: 40px;
    height: 40px;
    top: -75px;
  }
}
.products-carousel .owl-next {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ebd7cc url('/view/img/i-arrow-right.svg') center center no-repeat !important;
  background-size: 25px 25px !important;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 1600px) {
  .products-carousel .owl-next {
    right: -30px;
  }
}
@media (max-width: 1480px) {
  .products-carousel .owl-next {
    margin-top: 0px;
    top: -120px;
    right: 0px;
  }
}
@media (max-width: 1400px) {
  .products-carousel .owl-next {
    top: -100px;
  }
}
@media (max-width: 1200px) {
  .products-carousel .owl-next {
    width: 40px;
    height: 40px;
    top: -75px;
  }
}
/** Produkt na liście */
.product-item {
  float: left;
  padding: 0px 15px 15px;
  position: relative;
}
.product-item .icons {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  z-index: 10;
}
.product-item .icons .i-wishlist {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #ffffff url('/view/img/i-wishlist-border.svg') center center no-repeat !important;
  background-size: 20px 20px !important;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.product-item .icons .i-wishlist.in {
  background: #ffffff url('/view/img/i-wishlist-in.svg') center center no-repeat !important;
  background-size: 20px 20px !important;
}
.product-item .made-by-ellie {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  z-index: 10;
}
.product-item .made-by-ellie .i-byellie {
  width: 90px;
  height: 90px;
  background: #ffffff url('/view/img/i_byellie.png') center center no-repeat !important;
  background-size: 90px 90px !important;
  display: block;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
.product-item .image {
  margin-bottom: 20px;
  position: relative;
}
.product-item .image .image-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product-item .image img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0px auto;
}
.product-item .image .sizes {
  background: rgba(0, 0, 0, 0.3);
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
  padding: 15px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: auto;
  opacity: 0;
}
.product-item .image .sizes span {
  color: #FFF;
  display: inline-block;
  margin: 5px 10px;
  font-weight: bold;
  font-size: 1.1em;
}
.product-item .image .sizes span.out_of_stock {
  opacity: 0.6;
}
.product-item h3 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  text-align: center;
  color: #000000;
  margin: 0px;
}
.product-item h3 a {
  color: inherit;
}
.product-item .prices {
  text-align: center;
}
.product-item .prices .price-current {
  font-size: 14px;
  display: inline-block;
  color: #000000;
  margin: 0px 5px;
}
.product-item .prices .price-old {
  display: inline-block;
  font-size: 14px;
  margin: 0px 5px;
  color: #7f7f7f;
  text-decoration: line-through;
}
.product-item:hover .image .image-hover {
  opacity: 1;
}
.product-item:hover .image .sizes {
  opacity: 1;
}
.products {
  margin: 0px -15px;
}
.products::before,
.products::after {
  clear: both;
  display: block;
  content: " ";
}
@media (min-width: 992px) {
  .products.col3 .product-item,
  .products.col3 .item {
    width: 33.33333333% !important;
  }
  .products.col3 .product-item:nth-child(3n + 1),
  .products.col3 .item:nth-child(3n + 1) {
    clear: both !important;
  }
}
@media (min-width: 421px) and (max-width: 991px) {
  .products.col3 .product-item,
  .products.col3 .item {
    width: 50% !important;
  }
  .products.col3 .product-item:nth-child(2n + 1),
  .products.col3 .item:nth-child(2n + 1) {
    clear: both !important;
  }
}
@media (max-width: 420px) {
  .products.col3 .product-item,
  .products.col3 .item {
    width: 100% !important;
    float: none !important;
  }
  .products.col3 .product-item:nth-child(1n + 1),
  .products.col3 .item:nth-child(1n + 1) {
    clear: both !important;
  }
}
@media (min-width: 992px) {
  .products.col4 .product-item,
  .products.col4 .item {
    width: 25%;
  }
  .products.col4 .product-item:nth-child(4n + 1),
  .products.col4 .item:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 581px) and (max-width: 991px) {
  .products.col4 .product-item,
  .products.col4 .item {
    width: 33.33333333%;
  }
  .products.col4 .product-item:nth-child(3n + 1),
  .products.col4 .item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 421px) and (max-width: 580px) {
  .products.col4 .product-item,
  .products.col4 .item {
    width: 50%;
  }
  .products.col4 .product-item:nth-child(2n + 1),
  .products.col4 .item:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 420px) {
  .products.col4 .product-item,
  .products.col4 .item {
    width: 100%;
    float: none;
  }
  .products.col4 .product-item:nth-child(1n + 1),
  .products.col4 .item:nth-child(1n + 1) {
    clear: both;
  }
}
.product .product-body {
  margin: 0px -10px;
}
.product .product-body:before,
.product .product-body:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .product .product-body {
    margin: 0px;
  }
}
.product .product-body .images {
  width: 50%;
  float: left;
  padding: 0px 10px;
  padding-left: 174px;
  position: relative;
}
.product .product-body .images:before,
.product .product-body .images:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 991px) {
  .product .product-body .images {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .product .product-body .images {
    width: 100%;
    padding: 0px;
    float: none;
  }
}
.product .product-body .images .image {
  position: relative;
}
.product .product-body .images .image a.swipebox {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  text-transform: uppercase;
  padding: 0px 15px;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  line-height: 30px;
  font-size: 11px;
  height: 30px;
  content: " ";
}
.product .product-body .images .image.has-loader::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ffffff url('/view/img/static/loader.svg') no-repeat center center;
  background-size: 50px 50px !important;
  content: " ";
}
.product .product-body .images .image img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.product .product-body .images .thumbs-navigation {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -30px;
  width: 30px;
}
@media (max-width: 1400px) {
  .product .product-body .images .thumbs-navigation {
    left: 10px;
    top: auto;
    width: 140px;
  }
}
@media (max-width: 991px) {
  .product .product-body .images .thumbs-navigation {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }
}
.product .product-body .images .thumbs-navigation > div {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ebd7cc url('/view/img/i-arrow-up.svg') center center no-repeat;
  background-size: 20px 20px !important;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0px !important;
}
@media (max-width: 1400px) {
  .product .product-body .images .thumbs-navigation > div {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    float: left;
  }
}
@media (max-width: 991px) {
  .product .product-body .images .thumbs-navigation > div {
    width: 20px;
    height: 20px;
    background-size: 14px 14px !important;
    margin: 0px !important;
    float: left;
    background: #ebd7cc url('/view/img/i-arrow-left.svg') center center no-repeat;
  }
}
.product .product-body .images .thumbs-navigation > div.arrow-next {
  background: #ebd7cc url('/view/img/i-arrow-down.svg') center center no-repeat;
  background-size: 20px 20px !important;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: auto;
}
@media (max-width: 1400px) {
  .product .product-body .images .thumbs-navigation > div.arrow-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    float: right;
  }
}
@media (max-width: 991px) {
  .product .product-body .images .thumbs-navigation > div.arrow-next {
    background-size: 14px 14px !important;
    margin-left: 10px !important;
    background: #ebd7cc url('/view/img/i-arrow-right.svg') center center no-repeat;
  }
}
.product .product-body .images .thumbs-navigation > div.swiper-button-disabled {
  display: none !important;
}
@media (max-width: 767px) {
  .product .product-body .images .thumbs-navigation {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .product .product-body .images .thumbs-navigation > div {
    display: none;
  }
  .product .product-body .images .thumbs-navigation span {
    display: block;
    text-align: center;
    font-size: 11px;
  }
}
.product .product-body .images .thumbs {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 10px;
  width: 140px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .product .product-body .images .thumbs {
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .product .product-body .images .thumbs {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }
}
.product .product-body .images .thumbs .item {
  overflow: hidden;
  cursor: pointer;
}
.product .product-body .product-name {
  width: 50%;
  float: right;
  padding: 0px 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product .product-body .product-name.has-rates {
  padding: 0px 120px 0px 10px;
}
@media (max-width: 991px) {
  .product .product-body .product-name.has-rates {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .product .product-body .product-name.has-rates {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .product .product-body .product-name {
    width: 100%;
    float: none;
    padding: 0px;
    text-align: center;
  }
}
.product .product-body .product-name h1 {
  margin: 0px 0px 25px 0px;
}
@media (max-width: 767px) {
  .product .product-body .product-name h1 {
    margin-bottom: 15px;
  }
}
.product .product-body .product-name .store {
  margin: 0px 0px 25px 0px;
}
@media (max-width: 767px) {
  .product .product-body .product-name .store {
    margin-bottom: 15px;
  }
}
.product .product-body .product-name .store > span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.product .product-body .product-name .store > span::before {
  background: #5fcb3d;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 5px;
  content: " ";
}
.product .product-body .product-name .store .store-lot::before {
  background: #5fcb3d;
}
.product .product-body .product-name .store .store-few::before {
  background: #c7a591;
}
.product .product-body .product-name .store .store-empty::before {
  background: #bb2727;
}
.product .product-body .product-name .rates-info {
  position: absolute;
  right: 10px;
  top: 0px;
  text-align: right;
  font-size: 13px;
}
@media (max-width: 991px) {
  .product .product-body .product-name .rates-info {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: table;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product .product-body .product-name .rates-info {
    margin: 0px auto 15px auto;
    text-align: center;
  }
}
.product .product-body .product-name .rates-info > span {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 96px;
  height: 20px;
  background: url('/view/img/shop/rating.svg') no-repeat top left;
  background-size: auto 20px !important;
}
.product .product-body .product-name .rates-info > span b {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: url('/view/img/shop/rating-in.svg') no-repeat top left;
  background-size: auto 20px !important;
}
.product .product-body .description {
  width: 50%;
  float: left;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .product .product-body .description {
    width: 100%;
    float: none;
    padding: 0px;
  }
}
.product .product-body .description .title-mini {
  font-weight: 400;
}
.product .product-body .description .description-text {
  color: #000;
}
.product .product-body .description .description-text .title-mini {
  padding: 20px 0px;
  margin: 0px;
}
.product .product-body .description .colours {
  margin-bottom: 15px;
}
.product .product-body .description .colours a {
  width: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #ebebeb;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.product .product-body .description .prices {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .product .product-body .description .prices {
    text-align: center;
    margin: 20px auto;
    padding-bottom: 20px;
  }
}
.product .product-body .description .prices .price-old {
  color: #a3a3a3;
  font-size: 18px;
  display: block;
  font-weight: bold;
  text-decoration: line-through;
}
.product .product-body .description .prices .price-current {
  margin-top: -3px;
  display: block;
  font-size: 31px;
  font-weight: bold;
  color: #c7a591;
}
.product .product-body .description .order {
  margin: 0px 0px 30px 0px;
}
.product .product-body .description .order:before,
.product .product-body .description .order:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .product .product-body .description .order {
    text-align: center;
  }
}
.product .product-body .description .order div > strong {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  display: block;
  margin: 0px 0px 15px 0px;
}
.product .product-body .description .order div.variants {
  width: 100%;
}
.product .product-body .description .order div.variants .variants-colours {
  margin-bottom: 15px;
}
.product .product-body .description .order div.variants .variants-colours:before,
.product .product-body .description .order div.variants .variants-colours:after {
  clear: both;
  display: block;
  content: " ";
}
.product .product-body .description .order div.variants .variants-colours > div {
  position: relative;
  float: left;
}
.product .product-body .description .order div.variants .variants-colours > div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.product .product-body .description .order div.variants .variants-colours > div label {
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  line-height: 38px;
  border: 2px solid #ebebeb;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.product .product-body .description .order div.variants .variants-colours > div label:hover,
.product .product-body .description .order div.variants .variants-colours > div label.active {
  background: #ebd7cc;
  border-color: #ebd7cc;
  color: #000;
}
.product .product-body .description .order div.variants .variants-colours > div input:checked + label {
  background: #ebd7cc;
  border-color: #c7a591;
  color: #000;
}
.product .product-body .description .order div.variants .variants-radio {
  margin-bottom: 15px;
}
.product .product-body .description .order div.variants .variants-radio:before,
.product .product-body .description .order div.variants .variants-radio:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .product .product-body .description .order div.variants .variants-radio {
    display: table;
    margin: 0px auto 10px auto;
  }
}
.product .product-body .description .order div.variants .variants-radio div {
  position: relative;
  float: left;
}
@media (max-width: 767px) {
  .product .product-body .description .order div.variants .variants-radio div {
    padding: 5px;
  }
}
.product .product-body .description .order div.variants .variants-radio div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.product .product-body .description .order div.variants .variants-radio div label {
  min-width: 40px;
  padding: 0px 10px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product .product-body .description .order div.variants .variants-radio div label {
    margin: 0px;
  }
}
.product .product-body .description .order div.variants .variants-radio div label:hover,
.product .product-body .description .order div.variants .variants-radio div label.active {
  background: #ebd7cc;
  border-color: #ebd7cc;
  color: #000;
}
.product .product-body .description .order div.variants .variants-radio div input:checked + label {
  background: #ebd7cc;
  border-color: #ebd7cc;
  color: #000;
}
.product .product-body .description .order div.order-action {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product .product-body .description .order div.order-action {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .product .product-body .description .order div.order-action {
    display: block;
  }
}
.product .product-body .description .order div.order-action > div {
  margin: 0px;
}
.product .product-body .description .order div.order-action > div.quantity {
  margin-right: 50px;
}
@media (max-width: 480px) {
  .product .product-body .description .order div.order-action > div.quantity .amount {
    margin: 0px auto;
  }
}
@media (max-width: 767px) {
  .product .product-body .description .order div.order-action > div {
    margin: 0px 30px !important;
  }
}
@media (max-width: 480px) {
  .product .product-body .description .order div.order-action > div {
    margin: 0px auto !important;
  }
}
.product .product-body .description .order .button-cart {
  display: block;
  background: #ebd7cc;
  line-height: 30px;
  padding: 8px 40px 12px 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #ebd7cc;
  margin-top: 15px;
}
.product .product-body .description .order .button-cart::after {
  width: 30px;
  height: 30px;
  background: url('/view/img/i-cart.svg') center center no-repeat;
  background-size: 100% auto !important;
  content: " ";
  position: relative;
  display: inline-block;
  bottom: -6px;
  margin-left: 10px;
}
.product .product-body .description .order .button-cart[disabled] {
  background: #ebebeb;
  color: #b8b8b8;
  border-color: #dedede;
  cursor: not-allowed;
}
.product .product-body .description .order .button-cart[disabled]::after {
  opacity: .2;
}
.product .product-body .description .order .button-notify {
  display: block;
  background: #ebd7cc;
  padding: 12px 10px 12px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #ebd7cc;
}
.product .product-body .description .order .button-notify[disabled] {
  display: none;
}
.product .product-body .description .buttons {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 0px 20px 0px;
  line-height: 25px;
}
.product .product-body .description .buttons span,
.product .product-body .description .buttons a {
  display: block;
  color: #707070;
}
.product .product-body .description .buttons span {
  display: table;
  line-height: 25px;
  background: url('/view/img/i-wishlist-border.svg') left center no-repeat;
  background-size: 25px 25px !important;
  padding-left: 35px;
  cursor: pointer;
}
.product .product-body .description .buttons span::after {
  content: "Dodaj do obserwowanych";
}
.product .product-body .description .buttons span.in {
  background: url('/view/img/i-wishlist-in.svg') left center no-repeat;
}
.product .product-body .description .buttons span.in::after {
  content: "Usuń obserwowanych";
}
.product .product-body .description .buttons a {
  display: table;
  line-height: 25px;
  background: url('/view/img/i-zapytaj.svg') left center no-repeat;
  background-size: 25px 25px !important;
  padding-left: 35px;
  cursor: pointer;
}
.product .product-body .description .product-section {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product .product-body .description .product-section .title-mini {
  padding: 20px 80px 20px 0px;
  margin: 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  cursor: pointer;
}
.product .product-body .description .product-section .title-mini:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -20px 0px 0px 0px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
  background: #ebd7cc url('/view/img/i_plus.png') no-repeat center center;
}
.product .product-body .description .product-section .product-section-body {
  overflow: hidden;
  max-height: 0px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product .product-body .description .product-section.in {
  margin-bottom: 10px;
}
.product .product-body .description .product-section.in .title-mini:after {
  background: #ebd7cc url('/view/img/i_minus.png') no-repeat center center;
}
.product .product-body .description .product-section.in .product-section-body {
  max-height: 4000px;
}
.product .product-body .description .product-section + .product-section {
  margin-top: 0px;
}
.product .product-body .description .models > div {
  padding: 10px 10px 10px 150px;
  position: relative;
}
@media (max-width: 580px) {
  .product .product-body .description .models > div {
    padding: 10px 0px;
    text-align: center;
  }
}
.product .product-body .description .models > div .image-model {
  position: absolute;
  left: 0px;
  top: 10px;
}
@media (max-width: 767px) {
  .product .product-body .description .models > div .image-model {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 110px;
    display: block;
    margin: 0px auto 10px auto;
  }
}
.product .product-body .description .models > div .image-model img {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.product .product-body .description .models > div > div {
  line-height: 24px;
  color: #000000;
}
@media (max-width: 580px) {
  .product .product-body .description .models > div > div {
    width: 250px;
    display: table;
    margin: 0px auto;
  }
}
.product .product-body .description .models > div > div b {
  color: #707070;
  font-weight: 400;
  display: inline-block;
  width: 150px;
}
@media (max-width: 580px) {
  .product .product-body .description .models > div > div b {
    width: auto;
  }
}
.product .product-body .description .rates > div {
  padding: 15px 15px 15px 130px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.product .product-body .description .rates > div > span {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100px;
  height: 20px;
  margin-top: -10px;
  background: url('/view/img/shop/rating.svg') no-repeat top left;
  background-size: auto 20px !important;
}
.product .product-body .description .rates > div > span b {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: url('/view/img/shop/rating-in.svg') no-repeat top left;
  background-size: auto 20px !important;
}
.product .product-body .description .rates > div.total {
  color: #000000;
  font-size: 31px;
  font-weight: bold;
  padding-top: 0px;
}
@media (max-width: 991px) {
  .product .product-body .description .rates > div.total {
    font-size: 24px;
  }
}
.product .product-body .description .rates > div.total > span {
  top: 15px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .product .product-body .description .rates > div.total > span {
    top: 8px;
  }
}
.product .product-body .description .rates > div.total .add-rates {
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 13px;
  color: #000;
  display: table;
  border-bottom: 1px solid #000;
  text-decoration: none !important;
}
@media (max-width: 380px) {
  .product .product-body .description .rates > div.total .add-rates {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: table;
    margin-top: 10px;
  }
}
