/**
 *  DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FME Modules
 *  @copyright 2022 FME Modules
 *  @license   Comerical Licence
*/

.process-loading {
  background: #fff url("../../views/img/loader.gif") no-repeat scroll center
    center;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
a.giftwrapper-boxes {
  font-size: 17px;
  color: #333;
  text-decoration: underline;
}
.gift_wrapper_container, .add-gw-cart {
    text-align: center;
}
.gift_wrapper_container a:hover {
    color: green;
}
.giftwrapper-container {
  margin: auto;
  width: 80%;
}
.gw-checkbox {
    float: left;
    margin: 50px 15px;
}
.gw-shopping-cart {
  margin: 20px 0;
  /*float: right;*/
  background: white;
  /*width: 320px;*/
  position: relative;
  border-radius: 3px;
  padding: 20px;
}
.gw-shopping-cart .gw-shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.gw-shopping-cart .gw-shopping-cart-header .gw-shopping-cart-total {
  float: right;
}
.gw-shopping-cart .gw-shopping-cart-items {
  padding-top: 20px;
}
.gw-shopping-cart .gw-shopping-cart-items li {
  margin-bottom: 18px;
}
.gw-shopping-cart .gw-shopping-cart-items img {
  float: left;
  margin-right: 12px;
}
.gw-shopping-cart .gw-shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.gw-shopping-cart .gw-shopping-cart-items .item-price {
  color: #24B9D7;
  margin-right: 8px;
}
.gw-shopping-cart .gw-shopping-cart-items .item-quantity {
  color: #abb0be;
  /*float: right;*/
}
.gw-shopping-cart .gw-shopping-cart-items .gw-info-container {
    float: left;
    min-width: 25%;
}
.gw-shopping-cart .gw-shopping-cart-items .qty-container {
    float: right;
    margin-top: 30px;
    margin-right: 25px;
}
.gw-shopping-cart .gw-shopping-cart-items .gw-giftmessage {
    float: left;
    margin-top: 15px;
}
.gw-shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

/*quantity input*/
.gw-shopping-cart-items .item-quantity .quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.gw-shopping-cart-items .item-quantity .quantity input {
  width: 80px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.gw-shopping-cart-items .item-quantity .quantity input:focus {
  outline: 0;
}

.gw-shopping-cart-items .item-quantity .quantity .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.gw-shopping-cart-items .item-quantity .quantity .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gw-shopping-cart-items .item-quantity .quantity .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.gw-shopping-cart-items .item-quantity .quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.gw-shopping-cart-items .fmm-gw-max-img { max-width: 120px;}

@media (max-width: 740px) {
  .gw-shopping-cart .gw-shopping-cart-items .gw-giftmessage textarea{
    max-width: -moz-available;
   }
   .gw-shopping-cart-items .fmm-gw-max-img { 
    max-width: 18%;
    min-width: 40px;
    margin: 6%;
  }
  .gw-checkbox {
    margin: 20px 15px;
    margin-right: 0;
  }
  .gw-shopping-cart .gw-shopping-cart-items .gw-giftmessage {
    width: 90%; margin-left: 4%; margin-right: 4%;
  }
}
@media (max-width: 360px) {
.gw-shopping-cart {
  padding: 5px;
}
.gw-shopping-cart .add-gw-cart button { white-space: normal; font-size: 12px;}
}