@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed');
html {
  min-height: 100%;
}

body {
  height: 100%;
  padding: 0;
  font-family: 'Saira Extra Condensed', sans-serif;
}

.container-fluid {
  margin: 0;
  padding: 0 !important;
}

.photo img {
  margin-top: 15px;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  margin: 0 10px;
}

.thumb {
  border: none;
  background-position: 50% 50%;
  background-size: cover;
  height: 350px;
  width: 25%;
  min-width: 200px;
  float: left;
  position: relative;
  background-image: url(https://s3-eu-west-1.amazonaws.com/esolidar.com/frontend/assets/loader.svg);
}

@media(max-width: 425px) {
  .thumb {
    width: 100%;
  }
}

.thumb-name {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.thumb-name:hover {
  opacity: 1;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 999;
}

.prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #fff;
  text-align: left;
  padding-left: 25px;
}

.next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #fff;
  text-align: right;
  padding-right: 25px;
}

.prev:focus,
.next:focus {
  outline: none;
}

.lightbox .text-center {
  height: 100%;
}

.lightbox .text-center .photo {
  height: 100%;
  padding-bottom: 70px;
  color: #fff;
}

.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99999;
  padding: 20px;
  display: inline;
  line-height: 0;
  font-size: 22px;
  border-radius: 20px;
  border: none;
  background-color: #006594;
  color: #fff;
}

button {
  cursor: pointer;
}

.loading-logo {
  background: url(loader.svg) 50% 50% no-repeat;
  min-height: 300px;
}

.add-to-cart {
  padding: 20px;
  display: inline;
  line-height: 0;
  font-size: 15px;
  border-radius: 20px;
  border: none;
  background-color: #006594;
  color: #fff;
  margin-top: 70px;
}

.thumb-name span {
  display: block;
}

.image-box {
  position: relative;
}

.thumb-button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

.cart-box {
  width: 20%;
  position: fixed;
  background: #000;
  right: 0;
  height: 100%;
  top: 45px;
  color: #fff;
  overflow: auto;
  padding-bottom: 130px;
}

@media(max-width: 425px) {
  .cart-box {
    width: 100%;
  }
}

.cart-box-full {
  width: 100%;
  position: fixed;
  background: #000;
  right: 0;
  height: 100%;
  top: 45px;
  color: #fff;
  overflow: auto;
  padding-bottom: 130px;
  z-index: 99;
}

.images-box {
  width: 80%;
  float: left;
  margin-top: 45px;
}

.images-box-full {
  width: 100%;
  float: left;
  margin-top: 45px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 45px;
  width: 100%;
  background: #000;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  z-index: 999;
}

.cart-item {
  width: 100%;
  float: left;
  padding-left: 30px;
  border-bottom: 1px dotted #222;
}

.cart-item .image-qt {
  float: left;
  padding-top: 35px;
  width: 25px;
}

.cart-item .image {
  width: 100px;
  height: 70px;
  margin: 10px 0 10px 15px;
  background-size: cover;
  background-position: 50% 50%;
  float: left;
  position: relative;
}

.cart-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 20%;
  background: #222;
  padding: 15px;
}

@media(max-width: 425px) {
  .cart-footer {
    width: 100%;
  }
}

.cart-box .pay-button {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 25px;
  padding: 0 25px;
}

.cart-box-full .pay-button {
  display: none;
}
.cart-image-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

.remove-cart-image-button {
  border: none;
  border-radius: 50px;
  padding: 0 12px;
  z-index: 999;
  background: #6b6b6b;
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 10px;
  width: 52px;
}

.more-cart-image-button {
  border: none;
  border-radius: 50px;
  padding: 0 12px;
  z-index: 999;
  background: #6b6b6b;
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 5px;
  width: 52px;
}

.less-cart-image-button {
  border: none;
  border-radius: 50px;
  padding: 0 12px;
  z-index: 999;
  background: #6b6b6b;
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 5px;
  width: 52px;
}

.size-cart {
  padding: 15px;
  float: left;
}

.size-cart select {
  margin-left: 10px;
  width: 100px;
}

.paypal-button {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.checkout-form {
  padding: 0 25px;
}

.checkout-button {
  border: none;
  border-radius: 50px;
  padding: 0 58px;
  z-index: 999;
  background: #6b6b6b;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 5px;
}

.lightbox .add-to-cart {
  z-index: 99999;
  position: absolute;
  right: 80px;
  top: -55px;
}