﻿/*********** KALA SANATI COLOR PALETTE ***********/
/*********** KALA SANATI COLOR PALETTE ***********/
/* Following media queries are based on Bootstrap 3.x breakpoints */
.toggle-basket {
  display: none;
}
.toggle-basket.active2 + div, .toggle-basket.active + div {
  transform: translateX(0);
  opacity: 1;
}
.toggle-basket.active2 + div li, .toggle-basket.active + div li {
  position: relative;
}
.toggle-basket .toggle-basket-icon {
  cursor: pointer;
}
.toggle-basket .basket__total-count {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 2px;
  right: 2px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #ff7a00;
  border: 2px solid #203B64;
  border-radius: 50%;
  font-size: 12px;
}

@media (min-width: 1366px) {
  .toggle-basket {
    display: block;
  }
}
.basket-preview {
  background-color: #3CA200;
  border-radius: 5px;
  bottom: 20px;
  left: 10px;
  position: fixed;
  z-index: 2000000003;
  font-size: 13px;
  font-weight: 100;
  transform: translateX(-1000px);
  transition: transform 0.5s, opacity 0.4s;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  height: 290px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.basket-preview i.fa-plus, .basket-preview i.fa-minus {
  background-color: #fff;
  color: #000;
  display: block;
  height: 100%;
  padding: 0 6px;
  cursor: pointer;
}
.basket-preview i.fa-plus:before, .basket-preview i.fa-minus:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.basket-preview ul {
  list-style: none;
}
.basket-preview .row {
  margin: 0 0 5px 0;
  background-color: #ddd;
  line-height: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.basket-preview #basket-preview {
  height: 175px;
  overflow: auto;
}
.basket-preview #basket-preview > span {
  background-color: #f90;
  height: 32px;
  line-height: 30px;
  border-radius: 2px;
  display: block;
}
.basket-preview #basket-preview .row {
  background-color: #fff;
  height: 44px;
  line-height: 44px;
}
.basket-preview #basket-preview .row .basket__pre-order-price {
  color: #777;
  font-family: tahoma;
  font-size: 10px;
}
.basket-preview #basket-preview .row .basket__custom-products {
  color: #555;
  font-size: 11px;
  font-family: Tahoma;
  display: block;
}
.basket-preview #basket-preview .row > div {
  height: 100%;
  white-space: nowrap;
  padding-right: 12px;
  padding-left: 12px;
}
.basket-preview #basket-preview .row > div:nth-child(1) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket-preview #basket-preview .row > div:nth-child(1) > div:nth-child(1) {
  flex-basis: 80px;
  margin-right: 2px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .basket-preview #basket-preview .row > div {
    font-size: 12px;
  }
}
.basket-preview #basket-preview .row > div:nth-child(2) > div {
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basket-preview #basket-preview .row a {
  color: #111;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basket-preview i.fa-times {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.basket-preview i.fa-times:hover {
  color: #535353;
}
.basket-preview input {
  width: 100%;
  line-height: 28px;
  text-align: center;
  border: 0 none;
  background-color: #dfdfdf;
}
.basket-preview > a {
  border: 2px solid #fff;
  border-radius: 4px;
  bottom: 10px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  padding: 0 10px;
  z-index: 10;
}
.basket-preview > a:hover, .basket-preview > a:focus {
  text-decoration: none;
  background-color: #656363;
}
.basket-preview .basket-preview__report {
  position: absolute;
  right: 110px;
  bottom: 17px;
  color: #fff;
}
.basket-preview .price {
  color: #535353;
}

.basket {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: 100;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .basket {
    padding: 10px 35px;
  }
}
@media (max-width: 575px) {
  .basket .basket__header,
  .basket .basket__body,
  .basket .basket-wrap__empty {
    padding: 0;
  }
}
.basket .basket__header {
  border-bottom: 1px solid #787A87;
}
@media (max-width: 575px) {
  .basket .basket__header {
    display: none;
  }
}
.basket .basket__header [class*=col-] {
  font-size: 94%;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #787A87;
}
.basket .basket__custom-products {
  color: #A8A8A8;
  text-align: right;
}
.basket .basket__custom-products span {
  display: inline-block;
}
.basket .basket__custom-products span:nth-child(2n+1) {
  padding-left: 4px;
}
.basket .basket__custom-products i {
  font-size: 14px !important;
}
.basket .basket__pre-order-price {
  color: #777;
}
.basket .basket__body__has-child > div,
.basket .basket__body__has-child > a {
  line-height: 22px;
  width: 100%;
}
.basket .basket__body__has-child > a {
  display: block;
  color: #111;
}
.basket .basket__body__has-child.basket__body__price span {
  color: #858585;
  font-size: 11px;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .basket [class*=col-] {
    border-left: 0 none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .basket [class*=col-].body__title, .basket [class*=col-].h__title {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .basket .basket__body .row {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 0;
    position: relative;
    background-color: #fff;
  }
}
.basket .basket__body > span {
  border: 1px dashed #ccc;
  height: 32px;
  line-height: 30px;
  border-radius: 2px;
  display: block;
  margin-top: 15px;
  color: #f90;
}
@media (max-width: 575px) {
  .basket .basket__body .basket__item > div.row > div {
    margin: 1px 0;
    padding-right: 0;
    background-color: #f9f9f9;
    height: auto;
    line-height: 30px;
  }
  .basket .basket__body .basket__item > div.row > div:before {
    background-color: #f0f0f0;
    content: attr(data-title);
    float: right;
    height: 30px;
    margin-left: 10px;
    text-indent: 6px;
    width: 80px;
  }
  .basket .basket__body .basket__item > div.row > div img {
    max-width: 160px;
    margin: auto;
  }
  .basket .basket__body .basket__item > div.row > div:nth-child(1) {
    line-height: 0;
  }
  .basket .basket__body .basket__item > div.row > div:nth-child(1):before {
    content: "";
    float: none;
    width: 0;
    border: 0 none;
  }
  .basket .basket__body .basket__item > div.row > div:nth-child(5) {
    padding-left: 15px;
  }
  .basket .basket__body .basket__item > div.row > div input {
    width: 50px;
    height: 30px;
  }
  .basket .basket__body .basket__item > div.row > div:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
  }
  .basket .basket__body .basket__item > div.row > div:last-of-type:before {
    width: 44px;
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
  .basket .basket__body .body__report .row {
    height: 32px;
  }
  .basket .basket__body .body__report .row > [class*=col-] {
    height: 30px;
    line-height: 30px;
  }
  .basket .basket__body .body__report .row > [class*=col-]:nth-child(2) {
    background-color: #F0F0F0;
  }
}
.basket .basket__body [class*=col-] {
  overflow: hidden;
  height: 120px;
  border-top: 0 none;
}
.basket .basket__body [class*=col-].body__img {
  margin: 10px 0;
}
.basket .basket__body [class*=col-] input {
  border: 0 none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  height: 100%;
  width: 100%;
}
.basket .basket__body [class*=col-] i {
  font-size: 22px;
}
.basket .basket__body [class*=col-] i.fa-trash {
  color: #d52527;
  cursor: pointer;
}
.basket .basket__body [class*=col-] i.fa-plus, .basket .basket__body [class*=col-] i.fa-minus {
  font-size: 10px;
  cursor: pointer;
}
.basket .basket__body .body__price {
  padding: 0;
  font-weight: bold;
}
.basket .basket__body .body__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.basket .basket__body .body__title a {
  color: #333;
  font-weight: bold;
  overflow: auto;
}
.basket .basket__item {
  border-bottom: 1px solid #ECECEC;
}
@media (min-width: 768px) {
  .basket .body__report {
    padding: 15px 0;
  }
  .basket .body__report [class*=col-] {
    height: 32px;
    line-height: 18px;
    justify-content: flex-end;
    font-weight: bold;
  }
}
@media (max-width: 575px) {
  .basket .body__report > .row {
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.basket .basket-wrap__empty {
  border: 1px solid #ccc;
  height: 60px;
  line-height: 60px;
  margin: 0 -15px;
}
.basket .fa-times {
  color: #d52527;
}
.basket .fa-check {
  color: #008000;
}
.basket .basket__delete-button {
  cursor: pointer;
  color: #787A87;
}
.basket .basket__action {
  display: flex;
  padding: 10px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  align-items: center;
  width: 85%;
  font-weight: bold;
}
@media (max-width: 991px) {
  .basket .basket__action {
    padding: 7px 5px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .basket .basket__action {
    padding: 7px 5px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .basket .basket__action {
    display: inline-block;
    padding: 0 5px;
    width: unset;
  }
}

body.basket__wait .js__btn-buy {
  position: relative;
  background-color: #fff !important;
  border-color: transparent !important;
  cursor: wait !important;
}
body.basket__wait .js__btn-buy:after {
  content: "" !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top: 2px solid #999;
  border-right: 2px solid transparent;
  animation: loading-spin 0.6s linear infinite;
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  top: 0 !important;
  margin-left: -10px;
}

.submitted-order-info .basket .basket__body > div.row > div:last-of-type {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0;
}
.submitted-order-info .basket .basket__body > div.row > div:last-of-type:before {
  background-color: #f0f0f0;
  margin-left: 10px;
  text-indent: 6px;
  width: 80px;
}
@media (max-width: 767px) {
  .submitted-order-info .panel-body {
    padding-right: 0;
    padding-left: 0;
  }
}

.basket__fetching {
  position: relative;
  background-color: #fff !important;
  border-color: transparent !important;
  cursor: wait !important;
}
.basket__fetching:after {
  content: "" !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top: 2px solid #999;
  border-right: 2px solid transparent;
  animation: loading-spin 0.6s linear infinite;
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  top: 0 !important;
  margin-left: -10px;
}
