/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

.container {
    position: relative;
}

.cart-link {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #000;
    margin-bottom: 10px;
}

.cart-link .fa {
    margin-right: 10px;
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #ddd;
    position: absolute;
    right: 0;
    z-index: 1111;
    border: 1px solid #ddd;
    display: none;
  }
  .shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
  }
  .shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
    font-weight: 600;
    font-size: 17px;
  }
  .shopping-cart .shopping-cart-items {
    padding-top: 20px;
    list-style: none;
    padding-left: 0;
  }
  .shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
  }
  
  .shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
  }
  .shopping-cart .shopping-cart-items .item-price {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
  }
  
  .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;
  }

  #small-chat.fixd-top-cart {
    top: 5px;
    right: 10px;
    bottom: inherit;
    
  }

  #small-chat.fixd-top-cart .badge {
    z-index: 9;
  }

  .global-cart {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
    position: fixed;
    right: 6px;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #483c8b;
    font-size: 20px;
  }

  .global-cart:hover,
  .global-cart:focus,
  .global-cart:active {
    color: #fff;
  }

  .response {
    background: #f1f1f1;
    padding: 20px;
}

.panel-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8); 
}

.loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  z-index: 999;
  position: relative;
  height: 50px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.cart-item {
  position: relative;
}

.response {
  display: block;
}

.response:empty {
  display: none;
}

.flex-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.btn.btn-primary.mb0 {
  margin-bottom: 0;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.margin-auto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.toggle-panel:not(.active) {
  display: none;
}
.inline-flex-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.feed-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  margin-top: 0;
}
.feed-element .media-body {
  flex: 1;
}
.justify-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.padding-none {
  padding: 0;
}

.modal-loader {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 99;
}

.modal-loader img {
  width: 30px;
  height: auto;
}