/* 
	Basket Stylesheet
	=================================
	DUSZA
------------------------------------------------------------------------------------------------------------ */
/*-------------------------------------------------------------------------------------------------------BASKET
*/
.ecommerce_nav {
  position: absolute;
  right: 16%;
  top: 0;
  width: auto;
  padding-right: 20px;
}

@media screen and (min-width: 920px) {
  .ecommerce_nav.mobile {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav {
    right: 2.5%;
    margin-right: 70px;
    top: 0;
    padding-right: 0;
  }
  .ecommerce_nav:not(.mobile) {
    position: static;
    height: auto;
    overflow: hidden;
    margin-right: 0;
  }
  .ecommerce_nav:not(.mobile) .basket_container {
    display: none;
  }
}

.ecommerce_nav form {
  width: 260px;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 100px;
  margin-top: 12px;
}

@media screen and (max-width: 1440px) {
  .ecommerce_nav form {
    margin-top: 7px;
    margin-right: 130px;
  }
}

@media screen and (max-width: 1310px) {
  .ecommerce_nav form {
    width: 220px;
    margin-right: 126px;
  }
}

@media screen and (max-width: 1255px) {
  .ecommerce_nav form {
    margin-right: 120px;
    width: 200px;
  }
}

@media screen and (max-width: 1180px) {
  .ecommerce_nav form {
    width: 95vw;
    margin-right: 0;
    position: absolute;
    top: 100%;
    right: -13.3vw;
    z-index: 9999;
    background: #FFF;
    margin-top: 0;
    border-bottom: 1px solid #cdcdcd;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height 400ms ease 0ms, visibility 0ms ease 400ms;
  }
  .ecommerce_nav form.open {
    visibility: visible;
    height: 50px;
    transition: height 400ms ease 0ms, visibility 0ms ease 0ms;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav form {
    height: auto;
    visibility: visible;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    height: 50px;
    border-top: 1px solid #cdcdcd;
  }
}

.ecommerce_nav form input {
  height: 36px;
  padding-left: 42px;
  background-image: url(../images/icons/search-fade.svg);
  background-size: 20px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  transition: background 300ms ease;
  font-size: 0.9rem;
}

@media screen and (max-width: 1440px) {
  .ecommerce_nav form input {
    background-size: 16px;
    padding-left: 36px;
  }
}

@media screen and (max-width: 1180px) {
  .ecommerce_nav form input {
    border: none;
    height: 50px;
    background-size: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1180px) {
  .ecommerce_nav form input {
    background-image: none !important;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav form input {
    background-size: 24px;
    padding-left: 34px;
    background-position: left center;
    font-size: 1rem;
    background-image: url(../images/icons/search.svg) !important;
  }
}

.ecommerce_nav form input:focus {
  background-image: url(../images/icons/search.svg);
}

.ecommerce_nav form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 14px;
  background: #3b2344;
  color: #FFF;
  height: 36px;
  line-height: 36px;
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  transition: opacity 300ms ease 0ms, visibility 0ms ease 300ms;
}

@media screen and (max-width: 1180px) {
  .ecommerce_nav form button {
    visibility: visible;
    opacity: 1;
    height: 50px;
    line-height: 50px;
    width: 14%;
    border: none;
    font-size: 1rem;
    background: none;
    color: #3b2344;
    background: #FFF;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav form button {
    width: 33.33%;
    visibility: hidden;
    opacity: 0;
  }
}

.ecommerce_nav form input:focus + input + button {
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease 0ms, visibility 0ms ease 0ms;
}

.ecommerce_nav a, .ecommerce_nav div.basket_container, .ecommerce_nav .toggle_search {
  height: 60px;
  line-height: 62px;
  display: inline-block;
  color: #3b2344;
  text-align: center;
  position: relative;
  font-size: 0.9rem;
  display: inline-block;
  float: left;
}

@media screen and (max-width: 1440px) {
  .ecommerce_nav a, .ecommerce_nav div.basket_container, .ecommerce_nav .toggle_search {
    height: 50px;
    line-height: 52px;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav a, .ecommerce_nav div.basket_container, .ecommerce_nav .toggle_search {
    width: 60px;
    height: 80px;
  }
}

.ecommerce_nav .toggle_search {
  text-indent: -9999px;
  background-image: url(../images/icons/search-fade.svg);
  background-size: 20px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.ecommerce_nav .toggle_search.active {
  background-image: url(../images/icons/search.svg);
}

@media screen and (max-width: 1440px) {
  .ecommerce_nav .toggle_search {
    height: 50px;
    width: 50px;
    background-size: 24px;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav .toggle_search {
    width: 60px;
    height: 80px;
    background-size: 28px;
  }
}

@media screen and (min-width: 1180px) {
  .ecommerce_nav .toggle_search {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav .toggle_search {
    display: none;
  }
}

.ecommerce_nav .basket_container {
  position: relative;
}

.ecommerce_nav .basket_container a {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: transparent;
  text-indent: -9999px;
  background: url(../images/icons/basket@2x.png);
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: opacity 300ms ease;
}

@media screen and (max-width: 1440px) {
  .ecommerce_nav .basket_container a {
    height: 50px;
    width: 50px;
    background-size: 24px;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav .basket_container a {
    width: 60px;
    height: 80px;
    background-size: 28px;
  }
}

.ecommerce_nav .basket_container a.empty {
  opacity: 0;
  cursor: initial;
}

.ecommerce_nav .basket_container a span {
  position: absolute;
  text-indent: 0;
  top: 5px;
  left: 26px;
  width: auto;
  padding: 0 6px 0 6px;
  min-width: 28px;
  height: 28px;
  background: #3b2344;
  color: #FFF;
  line-height: 26px;
  font-size: 0.7rem;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  .ecommerce_nav .basket_container a span {
    padding: 0 4px;
    min-width: 24px;
    height: 24px;
    line-height: 22px;
  }
}

@media screen and (max-width: 920px) {
  .ecommerce_nav .basket_container a span {
    top: 12px;
    left: 30px;
  }
}

.ecommerce_nav .basket_container .stock_error,
.ecommerce_nav .basket_container .item,
.ecommerce_nav .basket_container fieldset,
.ecommerce_nav .basket_container .heading {
  display: none;
}

.basket_confirmation {
  position: absolute !important;
  top: 70px;
  right: 10px;
  width: 420px;
  background: #FFF;
  z-index: 9999;
  display: inline-block;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  color: #3b2344;
}

@media screen and (max-width: 1440px) {
  .basket_confirmation {
    padding: 20px 25px;
    width: 380px;
  }
}

@media screen and (max-width: 1180px) {
  .basket_confirmation {
    width: 360px;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 920px) {
  .basket_confirmation {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.basket_confirmation .product_image {
  width: 20%;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .basket_confirmation .product_image {
    width: auto;
    max-width: 20%;
    max-height: 160px;
  }
}

.basket_confirmation .product_info {
  display: inline-block;
  float: left;
  width: 80%;
  padding-left: 20px;
  padding-top: 30px;
}

.basket_confirmation .product_title {
  text-transform: uppercase;
}

.basket_confirmation .total {
  display: inline-block;
}

.basket_confirmation a {
  display: inline-block;
  float: left;
  width: 49%;
  margin-right: 2%;
  height: 42px;
  line-height: 43px;
  margin-top: 14px;
  background: #acacac;
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  transition: background 300ms ease;
}

.basket_confirmation a:first-of-type {
  clear: left;
}

.basket_confirmation a:first-of-type:hover {
  background: #3b2344;
}

.basket_confirmation a:last-of-type {
  margin-right: 0;
  background: #BED278;
}

.basket_confirmation a:last-of-type:hover {
  background: #9db745;
}

.basket_confirmation.case_added .product_info {
  padding-top: 2px;
}

.basket_confirmation.case_added .product_image {
  margin-bottom: -76px;
}

form.add_to_basket:not(.banner_add) {
  width: 90%;
  width: calc(100% - 60px);
  border-top: 1px solid #dadada;
  display: block;
  clear: both;
  padding: 20px 0 0;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 5%;
  left: calc(30px);
}

@media screen and (max-width: 1440px) {
  form.add_to_basket:not(.banner_add) {
    width: calc(100% - 40px);
    left: calc(20px);
  }
}

@media screen and (max-width: 1180px) {
  form.add_to_basket:not(.banner_add) {
    padding-top: 16px;
  }
}

@media screen and (max-width: 920px) {
  form.add_to_basket:not(.banner_add) {
    margin-top: 20px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 5%;
    margin-left: calc(25px);
  }
}

form.add_to_basket:not(.banner_add) li {
  position: static;
}

form.add_to_basket:not(.banner_add) legend {
  display: none;
}

form.add_to_basket:not(.banner_add) fieldset {
  display: inline-block;
  float: left;
}

form.add_to_basket:not(.banner_add) fieldset:nth-last-of-type(2) {
  width: 78%;
}

form.add_to_basket:not(.banner_add) fieldset:last-of-type {
  float: right;
  width: 20%;
}

@media screen and (max-width: 1200px) {
  form.add_to_basket:not(.banner_add):not(.wide) fieldset:nth-last-of-type(2) {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  form.add_to_basket:not(.banner_add):not(.wide) fieldset:last-of-type {
    width: 100%;
    padding-top: 6px;
  }
}

form.add_to_basket:not(.banner_add) li.quantity {
  width: 100%;
}

form.add_to_basket:not(.banner_add) label {
  color: #3b2344;
  display: inline-block;
  width: auto;
  float: left;
  line-height: 1.3;
  font-size: 0.9rem;
  width: 60%;
  width: calc(100% - 60px);
  position: static;
  padding-top: 10px;
}

@media screen and (max-width: 1180px) {
  form.add_to_basket:not(.banner_add) label {
    font-size: 0.94rem;
    width: calc(100% - 80px);
  }
}

form.add_to_basket:not(.banner_add) label.case {
  padding-top: 2px;
}

form.add_to_basket:not(.banner_add) label strong {
  font-size: 1.175em;
}

form.add_to_basket:not(.banner_add) label .discount_quantity {
  cursor: pointer;
}

form.add_to_basket:not(.banner_add) label .discount_quantity .quantity_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90%;
  right: auto;
  background: #FFF;
  z-index: 5;
  border: 1px solid #3b2344;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease 0ms, visibility 0ms ease 400ms;
}

form.add_to_basket:not(.banner_add) label .discount_quantity .quantity_info:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 56%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #3b2344 transparent transparent transparent;
}

@media screen and (max-width: 920px) {
  form.add_to_basket:not(.banner_add) label .discount_quantity .quantity_info:before {
    right: 68%;
  }
}

form.add_to_basket:not(.banner_add) label .discount_quantity .quantity_info:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 56%;
  top: calc(100% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #FFF transparent transparent transparent;
}

@media screen and (max-width: 920px) {
  form.add_to_basket:not(.banner_add) label .discount_quantity .quantity_info:after {
    right: 68%;
  }
}

form.add_to_basket:not(.banner_add) label .discount_quantity .quantity_info strong {
  display: block;
}

form.add_to_basket:not(.banner_add) label .discount_quantity:hover .quantity_info {
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms ease 0ms, visibility 0ms ease 0ms;
}

form.add_to_basket:not(.banner_add) label .was_price {
  line-height: 1;
  color: #F06450;
}

form.add_to_basket:not(.banner_add) label .base_price {
  font-size: 0.66rem;
  display: block;
  color: #757575;
}

@media screen and (max-width: 1180px) {
  form.add_to_basket:not(.banner_add) label .base_price {
    font-size: 0.88rem;
  }
}

form.add_to_basket:not(.banner_add) select {
  width: 50px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  background: url(../images/icons/down-purple@2x.png);
  background-size: 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
}

@media screen and (min-width: 1180px) {
  form.add_to_basket:not(.banner_add) select {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1180px) {
  form.add_to_basket:not(.banner_add) select {
    width: 80px;
  }
}

form.add_to_basket:not(.banner_add) button {
  width: 100%;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  float: left;
  font-weight: bold;
  background: #3b2344;
  color: #FFF;
  font-size: 0.9rem;
  transition: background 400ms ease;
}

form.add_to_basket:not(.banner_add) button span {
  display: none;
}

@media screen and (max-width: 1200px) {
  form.add_to_basket:not(.banner_add) button span {
    display: inline-block;
  }
}

form.add_to_basket:not(.banner_add) button:hover {
  background: #C3B9B4;
}

div.saving, .basket_cta {
  position: absolute;
  bottom: 80%;
  left: 0;
  background: #59A5A0;
  border-radius: 50%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 95px;
  height: 95px;
  padding-top: 6px;
}

div.saving.offer, .basket_cta.offer {
  background: #F06450;
}

@media screen and (max-width: 1440px) {
  div.saving, .basket_cta {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 1180px) {
  div.saving, .basket_cta {
    bottom: 90%;
  }
}

@media screen and (max-width: 920px) {
  div.saving, .basket_cta {
    bottom: 20%;
    left: 8px;
    width: 90px;
    height: 90px;
  }
}

div.saving p, .basket_cta p {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.1;
}

div.saving p.promo_price, .basket_cta p.promo_price {
  font-size: 1.1rem;
  line-height: 0.9;
  padding-bottom: 2px;
}

div.saving p + .promo_price, .basket_cta p + .promo_price {
  padding-top: 2px;
  padding-bottom: 0;
}

.basket_cta {
  bottom: 40px;
  left: 30px;
  padding: 20px 12px;
}

@media screen and (max-width: 1440px) {
  .basket_cta {
    bottom: 30px;
  }
}

@media screen and (max-width: 920px) {
  .basket_cta {
    left: auto;
    right: 40px;
  }
}

form.banner_add button {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 0 !important;
  display: inline-block !important;
}

.low_stock {
  width: 90%;
  width: calc(100% - 60px);
  text-align: center;
  padding: 0;
  border: 2px solid #3b2344;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  color: #3b2344;
  font-size: 0.9rem;
  position: absolute;
  left: 5%;
  left: calc(30px);
  bottom: 20px;
  transition: background 300ms ease, color 300ms ease;
}

@media screen and (max-width: 1440px) {
  .low_stock {
    font-size: 0.8rem;
    width: calc(100% - 50px);
    left: calc(25px);
  }
}

@media screen and (max-width: 1180px) {
  .low_stock {
    margin-top: 20px;
  }
}

@media screen and (max-width: 920px) {
  .low_stock {
    margin-top: 0;
    line-height: 44px;
    font-size: 0.9rem;
    position: static;
    margin-left: 25px;
  }
}

.low_stock:hover {
  background: #3b2344;
  color: #FFF;
}

.case_add_to_basket {
  width: 100%;
  height: auto;
  margin: 20px 0;
  overflow: hidden;
}

@media screen and (max-width: 920px) {
  .case_add_to_basket {
    margin: 12px 0;
  }
}

.case_add_to_basket h3 {
  display: block;
  font-size: 1.8rem;
  color: #3b2344;
  font-weight: bold;
  padding-bottom: 18px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin: auto;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .case_add_to_basket h3 {
    font-size: 1.4rem;
    max-width: 75%;
  }
}

.case_add_to_basket form.add_to_basket {
  position: static;
  padding: 0;
  border: none;
  width: 360px;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 920px) {
  .case_add_to_basket form.add_to_basket fieldset:nth-last-of-type(2) {
    width: 78% !important;
  }
  .case_add_to_basket form.add_to_basket fieldset:last-of-type {
    width: 20% !important;
    padding-top: 0 !important;
  }
  .case_add_to_basket form.add_to_basket label {
    font-size: 1.1rem;
    width: auto !important;
  }
  .case_add_to_basket form.add_to_basket label .was_price {
    position: relative;
    top: -2px;
  }
  .case_add_to_basket form.add_to_basket select, .case_add_to_basket form.add_to_basket button {
    height: 52px;
    width: 60px;
    font-size: 1rem;
  }
  .case_add_to_basket form.add_to_basket button {
    width: 70px;
  }
}
/*# sourceMappingURL=basket.css.map */