@charset "UTF-8";
/*
    Apparel²¹ 2017

    1. General Layout styles
        1.1 Bootstrap overrides
        1.2 New control styles
    2. Helper styles
        2.1 Text formatting styles
        2.2 Height/width formatting styles
        2.3 Border formatting styles
        2.4 Margin formatting styles
        2.5 Padding formatting styles
        2.6 Layout formatting styles
    3. Search results styles
    4. Product details styles
    5. Cart styles
    6. Header and footer styles
    7. Customer list styles
    8. Order history styles
    9. Error Page styles
    10 New Order (Catalogue) styles
    11 Edit order details styles
    12 Pending order styles
*/
.product--container, .product--container--fixed {
  background: #fff;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  position: relative;
  margin-bottom: 5px;
  padding: 1rem; }

.product--container:hover, .product--container--fixed:hover {
  box-shadow: 0 0 5px 1px #e5e8e9;
  z-index: 2;
  transition: all 0.5s ease-in-out; }

.product--container--fixed {
  width: 140px;
  height: 280px;
  float: left; }

.product--container a {
  color: #231f20; }

.product--container a:hover, .product--container a:focus {
  text-decoration: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .product--container:nth-child(odd) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .product--container:nth-child(4n+1) {
    clear: left; } }

@media (min-width: 1200px) {
  .product--container:nth-child(6n+1) {
    clear: left; } }

.image--fluid {
  width: 100%;
  padding-top: 125%;
  border: 1px solid #eee;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  box-shadow: inset 0 0 40px rgba(100, 100, 100, 0.25);
  position: relative; }

.custom-group__container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 5px; }

.custom-group__container .glyphicon {
  font-size: 16px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 15px 20px rgba(0, 0, 0, 0.1); }

.product--name {
  font-size: 12px;
  margin: 5px 0;
  font-weight: 600; }

.original-product-price {
  color: #D0011B; }

.product--container--fixed .seq {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px; }

.search-selector-container {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 40px;
  height: 40px; }

.search-mark, .search-mark-shopping-cart-circle {
  cursor: copy;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  border: 2px solid #c4cbd2;
  border-radius: 50%;
  background-color: #fff; }

.search-mark.selected, .search-mark-shopping-cart-circle {
  border-color: #188718; }

.search-mark.selected .glyphicon-ok {
  color: #188718;
  position: absolute;
  font-size: 18px;
  top: 10%;
  left: 12%; }

.remove-mark, .remove-mark-shopping-cart-circle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 2px solid #c4cbd2;
  border-radius: 50%;
  background-color: #fff; }

.remove-mark.selected, .remove-mark-shopping-cart-circle {
  border-color: #D0011B; }

.remove-mark.selected .glyphicon-remove {
  color: #D0011B;
  position: absolute;
  font-size: 18px;
  top: 17%;
  left: 17%; }

input:focus {
  outline: none; }

input::-moz-focus-inner {
  border: 0; }

input[type="number"] {
  border: 2px solid #e5e8e9;
  font-family: monospace;
  padding: 6px;
  box-shadow: none; }

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; }

.form-control {
  border: 2px solid #e5e8e9;
  border-radius: 4px;
  box-shadow: none; }

fieldset[disabled] .form-control {
  cursor: auto; }

/* Remove the default inner shadow from inputs on iOS webkit browser */
textarea, input[type="text"] {
  -webkit-appearance: none; }

body.loading:after {
  content: '';
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url(../images/gif-load.gif) 50% 50% no-repeat; }

div.itemloading {
  height: 60px;
  width: 100%;
  /* background: #FFF url(images/gif-load.gif) 50% 50% no-repeat; */
  background: rgba(255, 255, 255, 0.8) url(images/gif-load.gif) 50% 50% no-repeat;
  text-align: center; }

@keyframes slide-in {
  100% {
    transform: scale(1 2);
    opacity: 1; } }

/*-----------1.1 Bootstrap overrides - start--------------------*/
@media (min-width: 1200px) {
  .container {
    width: 90%; } }

.navbar-brand {
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 1px; }

.btn-lightgrey {
  color: #231f20;
  background-color: #e6e6e6;
  border-color: #e6e6e6; }

.btn-lightgrey:hover, .btn-lightgrey:focus, .btn-lightgrey:active, .btn-lightgrey.active {
  color: #231f20;
  background-color: #e6e6e6;
  border-color: #e6e6e6; }

.alert {
  border: 0;
  font-weight: bold;
  border-radius: 2px; }

@media (min-width: 768px) {
  .modal-dialog.change-catalogue {
    width: 80%;
    max-width: 1150px; } }

.modal-header {
  border-bottom: 0; }

.modal-header-big {
  min-height: 50.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 0; }

.modal-footer {
  border-top: 0; }

.modal-title {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center; }

.modal-body {
  text-align: center; }

.modal-footer {
  text-align: center; }

.modal-footer button {
  margin: .5em 1em !important; }

.modal-header .close[disabled] {
  opacity: 0.2; }

.lightboxmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll; }

.lightboxmodal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.lightboxmodal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.lightboxmodal-image {
  border-radius: 6px;
  /*max-width: 400px;*/ }

.lightbox-close-button {
  position: absolute;
  background-color: #eee !important;
  border-radius: 10px;
  display: block;
  font-size: 1em;
  height: 20px;
  margin: 0 !important;
  opacity: 0.7 !important;
  padding: 0 !important;
  right: 2px;
  top: 6px;
  vertical-align: top;
  width: 20px;
  z-index: 300; }

.lightbox-center-img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.alert-message {
  font-size: 1.2em;
  font-weight: bold; }

/*-----------1.1 Bootstrap overrides - end----------------------*/
/*-----------1.2 New general styles - start---------------------*/
.pagecontentarea {
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px; }

.ui-datepicker {
  z-index: 1151 !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.thinborder {
  border: 1px solid #eee; }

ul.thumbProductImages {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

ul.thumbProductImages li.thumbProductImagesItem {
  display: inline-block;
  width: 20%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top; }

ul.thumbProductImages li.thumbProductImagesItem a {
  width: 100%;
  border: 1px solid #eee;
  min-height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block; }

ul.thumbProductImages li.thumbProductImagesItem.active a {
  border: 2px solid #45545F; }

.no-wrap {
  white-space: nowrap; }

body.loading:after {
  content: '';
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF url("images/gif-load.gif") 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.8) url("images/gif-load.gif") 50% 50% no-repeat; }

body.loading .disable-body {
  display: block; }

div.loading:after {
  content: '';
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF url("images/gif-load.gif") 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.8) url("images/gif-load.gif") 50% 50% no-repeat; }

div.loading .disable-body {
  display: block; }

#js-copy-order-modal.loading:after {
  content: '';
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF url("images/gif-load.gif") 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.8) url("images/gif-load.gif") 50% 50% no-repeat; }

#js-copy-order-modal.loading .disable-body {
  display: block; }

.disable-body {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.2) 50% 50% no-repeat; }

.pointer {
  cursor: pointer; }

.border-dark-grey {
  border-color: #ccc; }

/*-----------1.2 New general styles - end-----------------------*/
/*-----------2.0 Helper styles - start--------------------------*/
/*-----------2.1 Text formatting styles - start-----------------*/
.text-_8em {
  font-size: .8em; }

.text-_9em {
  font-size: .9em; }

.text-1_0em {
  font-size: 1.0em; }

.text-1_1em {
  font-size: 1.1em; }

.text-1_2em {
  font-size: 1.2em; }

.text-1_3em {
  font-size: 1.3em; }

.text-1_4em {
  font-size: 1.4em; }

.text-1_5em {
  font-size: 1.5em; }

.text-1_6em {
  font-size: 1.6em; }

.text-2_0em {
  font-size: 2.0em; }

.text-lighter {
  color: #999; }

.text-uppercase {
  text-transform: uppercase; }

.text-black {
  color: #231f20 !important; }

.text-highlight, .remove-item, .glyphicon-remove {
  color: #d9534f; }

.text-word-wrap-break {
  word-wrap: break-word; }

/*-----------2.1 Text formatting styles - end-------------------*/
/*-----------2.2 Height/Width formatting styles - start---------*/
.width-100 {
  width: 100%; }

.width-90 {
  width: 90%; }

.width-50 {
  width: 50%; }

.width-33 {
  width: 33%; }

.width-5em {
  width: 5em; }

/*-----------2.2 Height/Width formatting styles - end-----------*/
/*-----------2.3 Border formatting styles - start---------------*/
.borderzero {
  border: 0; }

.borderradiuszero-important {
  border-radius: 0 !important; }

.borderradiuszero {
  border-radius: 0; }

.boxshadownone {
  box-shadow: none; }

/*-----------2.3 Border formatting styles - end-----------------*/
/*-----------2.4 Margin formatting styles - start---------------*/
.mt-15 {
  margin-top: -15px; }

.mt-20 {
  margin-top: -20px; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr1em {
  margin-right: 1em; }

.mt1_4em {
  margin-top: 1.4em; }

.mt2em {
  margin-top: 2em; }

.mb1em {
  margin-bottom: 1em; }

.mb2em {
  margin-bottom: 2em; }

.mb0_5em {
  margin-bottom: .5em; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

/*-----------2.4 Margin formatting styles - end-----------------*/
/*-----------2.5 Padding formatting styles - start--------------*/
.pl0 {
  padding-left: 0; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pr15 {
  padding-right: 15px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt1em {
  padding-top: 1em; }

.pt2em {
  padding-top: 2em; }

.pb1em {
  padding-bottom: 1em; }

.pb20 {
  padding-bottom: 20px; }

.padding0 {
  padding: 0; }

/*-----------2.5 Padding formatting styles - end----------------*/
/*-----------2.6 Layout formatting styles - start---------------*/
.display-inline-block {
  display: inline-block; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

.v-align-top {
  vertical-align: top; }

.v-align-middle {
  vertical-align: middle; }

.bg-white {
  background: #fff !important; }

.image--fluid {
  width: 100%;
  padding-top: 125%;
  border: 1px solid #eee;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block; }

.center-img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.arrow-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #45545F;
  position: absolute;
  top: 6px;
  right: 2px; }

.affix::-webkit-scrollbar {
  width: 9px;
  -webkit-appearance: none; }

.affix::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.affix::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2); }

.affix::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4); }

.affix::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.05); }

.visible-hover {
  opacity: 0; }

/*-----------2.6 Layout formatting styles - end-----------------*/
/*-----------2.0 Helper styles - end----------------------------*/
.order-summary {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.order-summary .edit-order-details-cartsummary {
  border-color: #fff; }

.order-summary .clearfix {
  height: 0; }

/*-----------3.0 Search results styles - start------------------*/
@media (min-width: 1200px) {
  #products, .prod-details-drops {
    width: calc((100%) - 280px);
    margin-left: 2px; } }

.search-filter.affix {
  position: static;
  width: 100%; }

@media (min-width: 768px) {
  .search-filter.affix {
    top: 20px;
    height: calc((100vh) - 40px);
    background: #fff;
    position: fixed;
    overflow-y: auto; }
  .footer-Padding {
    margin-left: 0; } }

.footer-Padding {
  margin-left: 230px; }

#products {
  min-height: 100vh; }

.ref-code-image {
  overflow: hidden; }

.ref-code-image img {
  max-height: 80px;
  float: right; }

.search-filter .panel-collapse {
  max-height: inherit; }

.search-filter .panel-heading {
  background: #FFF; }

.search-filter .list-group-item,
.search-filter .panel-heading {
  padding: 5px 0; }

.search-filter .panel-heading + .panel-collapse > .panel-body,
.search-filter .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #FFF; }

.search-filter .panel-title {
  text-transform: capitalize;
  padding-bottom: 5px; }

.search-filter .glyphicon-check:before {
  color: #188718; }

.search-filter .glyphicon-unchecked:before {
  color: #667479; }

.accordion-toggle {
  outline: none !important;
  text-decoration: none !important;
  display: block; }

.accordion-toggle .glyphicon {
  color: #667479;
  line-height: 0.75em; }

.accordion-toggle.collapsed .glyphicon:before {
  content: "\e113"; }

@media (min-width: 768px) {
  .search-filter {
    max-width: 230px;
    top: 10px; }
  .order-gallery {
    max-width: 230px;
    min-height: 350px;
    top: 10px; }
  .order-gallery .affix {
    width: 200px; } }

.search-filter .panel-collapse {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 180px; }

.relative {
  position: relative; }

a.search-img-overlaytext {
  font-weight: bold;
  position: absolute;
  display: block;
  text-align: center;
  width: calc((100%) - 15px);
  height: 100%;
  color: #c4cbcd;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 90px; }

@media (min-width: 768px) {
  a.search-img-overlaytext {
    padding-top: 50%; } }

.search-mark.selected, .search-mark-shopping-cart-circle {
  border-color: #188718; }

.search-mark.selected .glyphicon-ok {
  color: #188718;
  position: absolute;
  font-size: 18px;
  top: 10%;
  left: 12%; }

.search-mark-shopping-cart-icon {
  position: absolute;
  color: #188718;
  font-size: 16px;
  top: 61%;
  left: 49%;
  margin: -10px 0 0 -8px; }

.search-catalogue-label {
  color: #c4cbd2; }

.search-edit-ref-icon {
  color: #c4cbd2;
  font-size: 15px;
  cursor: pointer; }

.search-catalogue-text {
  white-space: nowrap;
  cursor: pointer; }

.search-catalogue-text-validation {
  color: #FFF;
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  background: #D2322C;
  padding: 6px 10px;
  right: 0;
  top: 49%; }

.input-group-btn .btn {
  background: #c4cbd2; }

.swatches li {
  margin: 0;
  float: left;
  list-style: none;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-color: #eee;
  border: 2px solid #fff; }

.swatches li:hover, .swatches li.active {
  border-color: #45545F; }

.swatches .hide-swatch {
  display: none; }

/*-----------3.0 Search results styles - end--------------------*/
/*-----------4.0 Product details styles - start-----------------*/
stock-product-images, indent-product-images {
  display: block; }

#carouselProductDetailImages {
  border: solid 1px #eee; }

#carouselProductDetailImages div > a {
  width: 100%;
  min-height: 250px;
  clear: both;
  display: block;
  position: relative; }

indent-product-images, stock-product-images {
  width: 100%;
  min-height: 250px;
  clear: both;
  display: block;
  position: relative; }

indent-product-images, stock-product-images {
  overflow: hidden; }

#carouselProductDetailImages div a > img, indent-product-images > img, stock-product-images > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

indent-product-images > img {
  margin-top: 0; }

.carousel-control.right, .carousel-control.left {
  background-image: none;
  filter: initial;
  color: rgba(128, 128, 128, 0.75); }

table .firstrow {
  padding-top: 2em;
  padding-bottom: 1em; }

table .lastrow {
  padding-top: 1em;
  padding-bottom: 2em; }

table .firstcol {
  padding-left: 2em;
  padding-right: 1em; }

table .lastcol {
  padding-left: 1em;
  padding-right: 2em; }

#productpage div.alert-danger {
  display: none; }

#productpage .overlaytext {
  font-weight: bold;
  position: absolute;
  display: block;
  text-align: center;
  width: 87%;
  line-height: 1.2;
  color: #444444;
  padding: 0.7em 0px;
  top: 28%;
  font-size: 2.4em;
  z-index: 35; }

.clrrow {
  position: relative;
  margin-top: 20px; }

.clrrow .clrarea, .clrrow .sizearea {
  display: table-cell;
  position: static;
  height: 100%;
  padding: 0 1em;
  vertical-align: top;
  min-width: 25%; }

.clrTotal {
  margin-top: 1em;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 24%;
  padding-bottom: .2em; }

ul.sizelist {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.sizelist li.sizeitem {
  display: inline-block;
  width: 60px;
  margin: 4px 0;
  text-align: center;
  background: #fff;
  padding: 3px;
  border: 1px solid #eee; }

.sizeitem label {
  text-align: center;
  margin: 3px 0;
  font-weight: bold;
  font-size: 10px; }

.sizeitem input {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  background: #efefef; }

.sizeitem input:invalid, .sizeitem input.invalidnumber {
  border: 1px solid #D0011B; }

.order-gallery .swatches {
  border: 1px solid #eee;
  padding: 0.5em; }

.order-gallery .swatches li a {
  display: block;
  width: 100%;
  height: 100%; }

.loading .prod-details-drops {
  color: #FFF; }

.loading .prod-details-drops h4 {
  color: #FFF; }

.loading .prod-details-drops p {
  color: #FFF; }

.loading .prod-details-drops p > * {
  color: #FFF; }

.loading .cartsummary {
  color: #FFF; }

.loading div[ng-controller="ProductDetailsController"] form {
  min-height: 300px; }

.prod-details-title {
  text-align: center;
  margin: 3px 0;
  font-weight: bold;
  font-size: 10px; }

.prod-details-input {
  /* IDENTICAL TO .edit-order-details-sizeitem input */
  border: 0;
  width: 100%;
  text-align: center;
  border: 2px solid #e5e8e9;
  border-radius: 4px;
  padding: 6px 0;
  height: 40px; }

ul.product-order-details-sizelist {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #858585;
  padding-left: 60px; }

li.product-order-details-sizeitem {
  display: inline-block;
  width: 50px;
  margin: 4px 0;
  text-align: center;
  background: #fff;
  padding: 2px;
  height: 50px; }

li.product-order-details-sizeitem:first-child {
  width: auto;
  border: 1px solid #eee;
  height: auto;
  padding: 2px 4px;
  min-width: 85px;
  margin-left: -64px; }

.product-order-details-sizeitem-readonly {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 6px 0; }

.product-order-details-sizeitem input:invalid, .product-order-details-sizeitem input.invalidnumber {
  border: 1px solid #D0011B; }

.product-order-details-color {
  vertical-align: middle; }

.product-order-details-color .swatches-tile {
  width: 30px;
  height: 30px; }

.swatch-link:hover {
  text-decoration: none; }

.product-order-details-drop {
  color: #858585; }

.product-order-details-stock-info {
  position: relative; }

.prod-details-nostock {
  position: absolute;
  width: 54px;
  height: 43px;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  padding-top: 5px;
  color: #667479;
  background-color: #fff; }

.prod-details-showstock {
  position: absolute;
  width: 54px;
  height: 43px;
  background-color: #FFF;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  padding-top: 5px;
  color: #337ab7; }

.prod-details-toomany {
  position: absolute;
  top: -84px;
  left: -7px;
  background-color: #fff;
  font-size: 10px;
  text-align: left;
  color: #D0011B;
  width: 70px;
  background: #FFF;
  border: 1px solid #EEE;
  padding: 5px;
  max-width: 70px;
  text-align: center; }

.prod-comment-btn-div {
  width: 235px;
  top: 5px; }

.prod-comment-btn {
  background: #2E8337;
  width: 120px;
  height: 30px;
  padding: 5px;
  color: #FAFAFA;
  font-family: Muli, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  align-items: center; }

.prod-comment-btn:hover {
  color: #2E8337;
  background-color: #E6E8E9;
  border-color: #2E8337; }

.prod-comment-btn:focus, .prod-comment-btn.focus {
  color: #2E8337;
  background-color: #E6E8E9;
  border-color: #2E8337; }

.prod-comment-btn:active, .prod-comment-btn.active,
.open > .prod-comment-btn.dropdown-toggle {
  color: #2E8337;
  background-color: #E6E8E9;
  border-color: #2E8337; }

.prod-comment-bg-div {
  background: #EFF1F1;
  width: 51%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 12px !important;
  padding-bottom: 10px !important; }

.prod-comment-name {
  font-family: Muli, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  /* or 120% */
  display: flex;
  align-items: center;
  color: #858585; }

.prod-clear-content {
  position: static;
  width: 64px;
  height: 12px;
  left: 8px;
  top: 8px;
  font-family: Muli, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  align-items: center;
  color: #333333;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  align-self: center;
  margin: 10px 0px;
  letter-spacing: 0.2px; }

.prod-clear-btn {
  flex-direction: row;
  padding: 5px;
  width: 90px;
  height: 22px;
  top: 16px;
  margin: 0px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px; }

.prod-clear-btn:hover {
  color: #333;
  background-color: #EFF1F1;
  border-color: #EFF1F1; }

.prod-comment-input-div {
  padding-bottom: 12px;
  margin-top: -8px; }

.prod-comment-input {
  width: 100%;
  height: 24px;
  left: 0px;
  top: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  padding-left: 4px; }

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e113";
  font-size: .8em; }

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e114"; }

.commentitem label {
  text-align: center;
  margin: 3px 0;
  font-weight: bold;
  font-size: 10px; }

.commentitem input {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  background: #efefef; }

ul.commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.commentlist li.commentitem {
  display: inline-block;
  width: 20%;
  margin: 4px 0;
  text-align: center;
  background: #fff;
  padding: 3px;
  border: 1px solid #eee; }

li.commentitem span.displayName {
  text-align: center;
  margin: .3em 0;
  font-weight: bold;
  display: block;
  font-size: 11px;
  word-wrap: break-word; }

li.commentitem span.inputComment {
  background: #fff;
  border-top: 1px solid #ddd;
  display: block;
  padding: .4em 0;
  font-size: 12px;
  height: 40px;
  overflow: hidden; }

li.commentitem span.inputComment:hover {
  overflow: auto; }

.comment-info {
  padding: 3px;
  color: #6D787D; }

.comment-input-remove {
  cursor: pointer;
  pointer-events: all;
  color: #e5e8e9;
  top: 12px !important; }

/*-----------4.0 Product details styles - end-------------------*/
/*-----------5.0 Cart styles - start----------------------------*/
.ordersummaryouter {
  border: 0;
  background: #fff;
  padding: 0 1em 0 0; }

table.ordersummary {
  width: 100%;
  border-collapse: separate;
  border-spacing: .5em;
  margin-top: -0.45em; }

.ordersummary th {
  width: 35%; }

.ordersummary td {
  width: 65%; }

.ordersummary textarea {
  resize: none;
  padding: 0.8em 0.5em 1em 0.8em; }

.ordersummary-grey-text {
  color: #999; }

.cartsummary .popover.bottom {
  right: 10%;
  display: none;
  width: 180px;
  margin-top: 50px; }

.deliveryaddress {
  text-align: left;
  font-weight: normal;
  background: #f2f2f2; }

.deliveryaddressitemseparator {
  border-top: 1px solid #ddd; }

.deliverycaret {
  border-width: 10px 10px 0; }

.deliverydropdown {
  top: auto; }

.productrow {
  padding-top: 2em;
  padding-bottom: 2em; }

.cartdetail .alert {
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #dff0d8;
  color: #559228; }

.cartdetail .alert span {
  margin-right: 1em; }

.cartdetail .largerimage img {
  max-width: 15em;
  width: 100%;
  height: auto;
  border: 1px solid #eee; }

li.sizeitem span.skusize {
  text-align: center;
  margin: .3em 0;
  font-weight: bold;
  display: block;
  font-size: 11px; }

li.sizeitem span.skuqty {
  background: #fff;
  border-top: 1px solid #ddd;
  display: block;
  padding: .4em 0; }

#dropsummary {
  font-size: 12px;
  line-height: 35px; }

#dropsummary .form-control {
  font-size: 12px;
  line-height: 35px;
  padding: 0 5px; }

#dropsummary label {
  line-height: 10px; }

#dropsummary .row {
  border: 1px solid #ccc;
  margin: 0 0 15px 0; }

@media (min-width: 768px) {
  #dropsummary .row {
    border: none;
    margin: inherit; } }

.drop-name {
  text-align: center;
  border-bottom: 1px solid #ccc;
  min-height: 2.2em; }

.drop-name strong {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media (min-width: 768px) {
  .drop-name {
    text-align: right;
    border-top: none;
    background: #FFF;
    border-bottom: none;
    min-height: initial;
    height: 1em;
    vertical-align: middle; } }

.drop-dates > div {
  padding: 0 5px; }

@media (max-width: 767px) {
  .drop-dates {
    padding-top: 10px; }
  .drop-details {
    padding-top: 10px;
    float: left;
    width: 100%; }
  .drop-details label {
    margin-bottom: -5px; } }

.cartdetail .edit-order-details-style {
  margin: 1.25em 0;
  position: relative;
  border-bottom: 1px solid #ddd; }

.cartdetail .edit-order-details-style:last-child {
  border-bottom: none; }

@media (min-width: 768px) {
  .cartdetail .remove-item {
    right: -5px;
    top: 17px; } }

/*-----------5.0 Cart styles - end------------------------------*/
/*-----------6.0 Header and footer styles - start---------------*/
.outerspace {
  padding: 20px 0;
  text-align: left; }

.salesnetlogo img {
  max-height: 80px; }

.salesnetlogo a {
  text-decoration: none;
  color: #231f20;
  font-weight: bold;
  font-size: 1.4em; }

.salesnetlogo a:hover {
  text-decoration: none;
  color: #231f20;
  font-weight: bold;
  font-size: 1.4em; }

#customerBtn {
  padding: 0;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-weight: 800;
  display: inline-block; }

#customerBtn:hover, #customerBtn:active {
  text-decoration: none;
  color: #231f20; }

@media (min-width: 768px) {
  #customerBtn {
    max-width: 300px;
    padding: 7px 0; } }

.bordertopgrey {
  border-top: #c4cbcd solid 5px; }

.poweredby {
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto; }

.poweredby p {
  text-align: left;
  font-size: 0.8em;
  margin-bottom: 2px; }

.poweredby img {
  width: 100px; }

#cart-menu ul {
  padding: 1.2em;
  min-width: 16.5em; }

.navrounded-left > li:first-child a {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.navrounded-right > li:last-child a {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

#back-to-top {
  position: fixed;
  background: rgba(128, 128, 128, 0.75);
  color: #FFF;
  bottom: -2px;
  right: 18px;
  opacity: 0;
  z-index: 1; }

#back-to-top.affix {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

/*-----------6.0 Header and footer styles - end-----------------*/
/*-----------7.0 Customer list styles - start-------------------*/
.custrow td {
  border: 0 !important;
  padding: 0 !important; }

.custrow a {
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  color: #231f20;
  cursor: pointer; }

.js-custtable tr:hover {
  background-color: #e5e8e9; }

table .glyphicon-chevron-right {
  color: #ccc; }

table tr:hover .glyphicon-chevron-right {
  color: #fff; }

.custtable-container {
  height: 50vh;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden; }

#js-order-copy-result .table > tbody > tr > td {
  border-top: none; }

#js-order-copy-result .alert-info-notes {
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  padding: 1rem;
  border-radius: 5px; }

/*-----------7.0 Customer list styles - end---------------------*/
/*-----------8.0 Order history styles - start-------------------*/
#js-action-message {
  margin-bottom: 40px; }

.account-balance {
  padding: 10px 0 0 0;
  text-align: right;
  color: #667479; }

@media (max-width: 767px) {
  .nav-tabs .account-balance {
    position: absolute;
    right: 20px;
    bottom: 40px; } }

#dropdownFilter {
  text-transform: none; }

.btn-cont {
  text-align: center;
  padding-top: 10px;
  clear: both; }

@media (min-width: 768px) {
  .btn-cont {
    text-align: right;
    padding-top: 24px;
    padding-left: 0;
    clear: none; } }

.payment .btn[disabled] {
  opacity: 1; }

#dropdownFilter, dropdownFilter:focus {
  background-color: #fff;
  border-color: #ccc; }

.date-cont {
  margin: 10px 0 0 0; }

.date-cont input.form-control {
  width: 45%; }

@media (min-width: 768px) {
  .date-cont {
    margin: 0; }
  .fixed-table-body {
    overflow: hidden !important; } }

.history-table-cont, .payment-table-cont {
  -ms-overflow-style: none; }

@media (max-width: 768px) {
  .history-table-cont {
    overflow-x: scroll; } }

#history-table, .payment-table {
  position: relative;
  clear: both;
  border: 1px solid #DDD;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 0 !important;
  border-collapse: collapse !important;
  border-radius: 1px;
  width: 100%; }

#history-table thead th, #history-table tbody td {
  border-left: none;
  font-size: 12px;
  vertical-align: middle;
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd; }

.payment-table thead th, .payment-table tbody td {
  border-left: none;
  font-size: 12px;
  vertical-align: middle;
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd; }

#history-table thead th, .payment-table thead th {
  background: #ccc;
  border-bottom: 0px solid transparent; }

#history-table thead th .th-inner, .payment-table thead th .th-inner {
  line-height: 1.1em; }

#history-table tbody > tr:hover, .payment-table tbody > tr:hover {
  background-color: #f5f5f5;
  transition: background-color .35s ease-in-out;
  -moz-transition: background-color .35s ease-in-out;
  -webkit-transition: background-color .35s ease-in-out; }

a.view-details {
  text-decoration: none;
  font-weight: 800;
  display: block;
  width: 100%; }

a.view-details .glyphicon {
  color: #ccc;
  opacity: 0;
  top: 3px;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out; }

tr:hover a.view-details .glyphicon {
  opacity: 1;
  color: #ccc; }

.overdue .order-status {
  color: #d44950; }

.overdue .order-status span {
  cursor: default; }

.overdue .order-status span:after {
  content: "\e101";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 0 0 5px; }

.discount-hint {
  color: #33D1D6;
  font-weight: 600;
  cursor: default; }

.discount-hint:after {
  color: #33D1D6;
  content: "\e086";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 0 0 5px; }

.payment-table > thead > tr > th, #history-table > tbody > tr > td {
  border-right-color: #FFF; }

.table tr th.col-ref {
  width: 40%; }

.bs-checkbox {
  height: 0;
  padding: 0 !important;
  background-color: #f3f3f3; }

tr:hover .bs-checkbox {
  background-color: #d3d3d3;
  transition: background-color .35s ease-in-out; }

.bs-checkbox label {
  margin: 0\9;
  width: 100%;
  height: 100%;
  height: auto \9;
  vertical-align: middle;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }

.bs-checkbox input {
  /*margin-top: -50px \9;*/ }

.table-hover > tbody > tr:hover {
  width: 100%; }

tr:hover .glyphicon {
  opacity: 1; }

.hidden-column {
  width: 0;
  display: none; }

.pay-now-cont {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.pay-now-cont b {
  padding: 5px 10px;
  background-color: #dedede;
  border-radius: 4px;
  display: inline-block; }

.pay-now-cont p {
  padding: 6px;
  color: #667479;
  font-weight: 400;
  display: inline-block;
  margin: 0; }

.pay-now-cont p a:hover {
  text-decoration: none; }

@media (max-width: 767px) {
  .pay-now-cont {
    flex-flow: row wrap; } }

/* Affix table filter and header */
.orderhistory-filter-cont {
  min-height: 69px;
  clear: both; }

.orderhistory-filter {
  background: #FFF;
  padding: 2em 0 1em; }

.orderhistory-filter.affix {
  -webkit-box-shadow: 0 0 10px 5px rgba(187, 187, 187, 0.5);
  -moz-box-shadow: 0 0 10px 5px rgba(187, 187, 187, 0.5);
  box-shadow: 0 0 10px 5px rgba(187, 187, 187, 0.5);
  top: 0;
  z-index: 100;
  padding: 1em 0; }

@media (min-width: 768px) {
  #history-table .affix {
    width: 718px; } }

@media (min-width: 992px) {
  #history-table .affix {
    width: 938px; } }

@media (min-width: 1200px) {
  #history-table .affix {
    width: 1139px; } }

#js-search-form {
  padding: 20px 0;
  clear: both;
  font-size: 12px; }

#js-search-form .form-control, #js-search-form .btn {
  font-size: 12px; }

.payment > * {
  font-size: 12px; }

.btn-orderhistory-loadmoretop {
  width: 160px; }

/*-----------8.2 Finalise invoice payment - start-----------*/
.payment-table input[type=number] {
  width: 100%;
  padding: 0 5px; }

.payment-table tfoot tr > td:last-child {
  background-color: #eee; }

.js-type-amt {
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 6px;
  width: calc((100%) - 25px); }

.js-remove-invoice {
  color: #667479;
  float: right;
  line-height: 31px;
  opacity: 0;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out; }

@media (min-device-width: 320px) and (max-device-width: 1024px) {
  .js-remove-invoice {
    opacity: 1; } }

.payment-table tfoot td {
  font-weight: 800;
  border: 1px solid transparent;
  border-top: 2px solid #ddd;
  padding: 8px; }

.payment-table thead th:last-child, .payment-table tfoot td:last-child {
  padding-right: 35px; }

#credits-payment-table tbody td:last-child {
  padding-right: 35px; }

.payment-table tbody td:last-child {
  width: 150px; }

.payment-table tfoot td:last-child {
  border-right: 1px solid #eee; }

.payment-table tfoot tr:not(:first-child) td {
  border-top: #FFF 2px solid; }

@media (max-width: 767px) {
  .payment-table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
    border: none; }
  .payment-table thead, .payment-table tbody, .payment-table tfoot, .payment-table td, .payment-table tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left; }
  .payment-table thead, .payment-table td:empty {
    display: none; }
  .payment-table tbody tr {
    border: 1px solid #eee;
    margin-bottom: 10px; }
  .payment-table tbody td {
    display: block;
    position: relative;
    padding-left: 50%;
    border-top: none;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    min-height: 25px; }
  .payment-table tbody td input {
    text-align: left; }
  #js-total-amt, #js-total-credit-amt {
    text-align: left; }
  .payment-table .bs-checkbox {
    background: none;
    min-height: 0;
    position: relative; }
  .payment-table .bs-checkbox label {
    position: absolute;
    z-index: 2;
    padding-right: 10px;
    right: 0;
    bottom: -25px;
    width: auto;
    height: auto; }
  .payment-table tbody tr > td:last-child {
    width: inherit; }
  .payment-table input[type=number] {
    width: 50%; }
  .payment-table tbody td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 800; }
  .payment-table td[data-col="Payment"]:before {
    top: 10px; }
  .payment-table tbody td:before {
    content: attr(data-col); }
  .payment-table a.view-details {
    display: inline;
    width: initial; }
  .payment-table tfoot {
    margin-bottom: 20px;
    border: 2px solid #DDD; }
  .payment-table tfoot td:first-child {
    width: 50%;
    border-top: none; }
  .payment-table tfoot td:last-child {
    width: 50%;
    position: absolute;
    right: 0;
    border-top: none;
    z-index: -1; }
  /* Replacement label for table column (as thead is hidden in card view) */ }

/*-----------8.2 Finalise invoice payment - end-----------*/
/*-----------8.3 Payment modal box - start-----------*/
#js-pay-modal {
  background: url("images/gif-load-grey.gif") center center no-repeat;
  min-height: 200px;
  display: block; }

#js-pay-modal #checkout {
  background: #fff; }

.modal-payment .close {
  color: #fff;
  opacity: .8; }

.modal-payment .close:hover {
  color: #fff;
  opacity: .8; }

.modal-payment .modal-header {
  background-color: #45545F;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.modal-payment .pay-now-cont p {
  font-size: 13px; }

.modal-payment .list-group-item-warning {
  color: #f0ad4e; }

.modal-payment .list-group-item-warning h4 {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

#payment-form {
  margin: 20px 90px;
  border-radius: 15px;
  border: 3px solid #ddd;
  padding: 20px 20px 30px;
  box-shadow: 0 0 35px 5px #ccc; }

#payment-form:empty {
  display: none; }

@media (max-width: 567px) {
  #payment-form {
    margin: 20px 20px; } }

#js-braintree-pay-btn {
  padding: 6px 22px;
  text-transform: uppercase;
  margin-left: 30px; }

.modal-payment .modal-footer button {
  margin: 0 !important; }

/*-----------8.3 Payment modal box - end-----------*/
/*-----------8.0 Order history styles - end---------------------*/
/*-----------9.0 Error Page styles - start----------------------*/
.table tr th {
  width: 15%; }

/*-----------9.0 Error Page styles - end------------------------*/
/*-----------10.0 New Order (Catalogue) styles - start-----------------------*/
.catalogue {
  border: 1px solid #eee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 1.5em;
  padding-top: 125%;
  text-decoration: none; }

.catalogue:hover {
  text-decoration: none; }

.catalogue > * {
  flex: 0 1 auto; }

.catalogue img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%; }

.catalogue label {
  background: #FFF;
  color: #231f20;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.25em;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 0.25em 0.5em; }

@media (max-width: 320px) {
  .modal-title {
    font-size: 1.4em; } }

#changeCatalogueModal .modal-body {
  text-align: left; }

.modal .modal-align-left {
  text-align: left; }

.breadcrumb {
  margin-top: 0;
  margin-bottom: 0.5em;
  display: inline-block; }

.breadcrumb + h3 {
  margin-top: 0;
  margin-bottom: 0.5em; }

.breadcrumb a {
  color: #777;
  text-decoration: none;
  margin-left: -15px;
  padding: 0.55em;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.5s ease-in; }

.breadcrumb a:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }

.breadcrumb a .glyphicon {
  opacity: 0.4;
  transition: all 0.5s ease-in; }

.breadcrumb a:hover .glyphicon {
  opacity: 1; }

/*-----------10.0 New Order (Catalogue) styles - end-------------------------*/
/*-----------11.0 Edit order details styles - start-------------*/
.details--expand {
  height: auto;
  overflow: show; }

.details--collapse {
  height: 0;
  overflow: hidden; }

.details--expand .row {
  margin: 0; }

@media (min-width: 480px) {
  .edit-order-details-img {
    width: 60px;
    height: 80px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .edit-order-details-img {
    width: 80px;
    height: 100px; } }

.edit-order-details-color {
  margin: 2em 0 0.3em 0; }

.style__container {
  border-bottom: 1px solid #DDD;
  position: relative;
  padding: 0; }

.style__container:hover {
  box-shadow: 0 0 5px 1px #DDD;
  transition: all 0.5s ease-in-out; }

.style__container .js-edit-container {
  padding: 20px 0;
  position: relative; }

.style__container .visible-hover {
  opacity: 1;
  transition: all 0.5s ease-in-out; }

.style__container .cartsummary {
  min-height: auto;
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: -20px; }

.style__container .remove-item {
  top: 13px;
  right: 13px; }

.style__container .btn-lightgrey {
  position: absolute;
  bottom: 60px;
  right: 0; }

@media (min-width: 768px) {
  .style__container .js-edit-container {
    padding: 10px 0; }
  .style__container .visible-hover {
    opacity: 0; }
  .style__container:hover .visible-hover {
    opacity: 1; }
  .style__container .cartsummary {
    /*margin: 0 -15px;*/
    padding: 0; }
  .style__container .remove-item {
    right: -20px; }
  .style__container .btn-lightgrey {
    bottom: 0;
    right: 0; }
  /* .edit-order-details-style .thumbProductImages {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
  }*/ }

/* Show 3 rows of carousel thumbnail images */
/*@media (min-width: 768px) {
    .edit-order-details-style .thumbProductImages {
        max-height: 195px;
    }
}*/
/* Show 5 rows of carousel thumbnail images */
/*@media (min-height: 855px) {
    .edit-order-details-style .thumbProductImages {
        max-height: 325px;
    }
}*/
.product__image__container {
  width: 90px;
  margin-right: 15px; }

.style__container:last-child {
  border-bottom-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0; }

.edit-order-details-style > .row {
  position: relative; }

@media (min-width: 768px) {
  .edit-order-details-drop {
    height: 60px;
    padding-top: 35px;
    text-align: right; } }

.cartsummary {
  background: #fff;
  padding: 1.5em 0;
  min-height: 80px; }

.order-summary .cartsummary {
  border: 0; }

.cartsummary > div, #dropsummary .drop-details > div {
  border: 1px solid #CCC;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 0;
  font-size: 16px; }

.cartsummary strong, #dropsummary .drop-details strong {
  font-size: 10px; }

.cartsummary .ng-hide + .ng-binding, .cartsummary > div:first-child {
  border-right: 0; }

#dropsummary .drop-details > div:first-child {
  border-right: 0; }

ul.edit-order-details-sizelist {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #858585;
  padding-left: 40px; }

li.edit-order-details-sizeitem {
  display: inline-block;
  width: 40px;
  margin: 4px 0;
  text-align: center;
  background: #fff;
  padding: 2px;
  height: 50px; }

li.edit-order-details-sizeitem:first-child {
  width: auto;
  border: 1px solid #eee;
  height: auto;
  padding: 2px 4px;
  margin-left: -44px; }

.edit-order-details-sizeitem label {
  text-align: center;
  margin: 3px 0;
  font-weight: bold;
  font-size: 10px;
  width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

ul.edit-order-details-sizelist {
  padding-left: 100px;
  margin-bottom: 20px; }

.lg .returns-edit-order-details-sizelist {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 20px;
  padding: 0;
  color: #858585; }

.lg .returns-edit-order-details-sizelist .header input {
  border: 0;
  font-size: 1.25em;
  width: 160px; }

.lg .returns-edit-order-details-sizelist .total input {
  border: 0;
  font-size: 1.25em;
  width: 80px; }

.lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem-readonly {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 9px 0; }

.lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem .form-group:not(.has-error) input {
  /* IDENTICAL TO .prod-details-input*/
  border: 0;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  border: 2px solid #e5e8e9;
  border-radius: 4px;
  height: 40px;
  font-size: 1.25em; }

.lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem {
  display: inline-table;
  width: 50px;
  margin: 4px 0;
  text-align: center;
  background: #fff;
  padding: 2px;
  height: 63px; }

.lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem.header, .lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem.total {
  margin-left: 0 !important;
  margin-right: 5px;
  padding-bottom: 5px; }

.lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem label {
  text-align: center;
  margin: 3px 0;
  font-weight: bold;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem input {
  text-align: center; }

.lg .returns-edit-order-details-sizelist .returns-edit-order-details-sizeitem:first-child {
  width: auto;
  border: 1px solid #eee;
  height: auto;
  padding: 2px 4px;
  padding-bottom: 7px; }

@media (min-width: 768px) {
  ul.edit-order-details-sizelist {
    margin-bottom: 0; } }

li.edit-order-details-sizeitem:first-child {
  margin-left: -100px; }

.edit-order-details-sizeitem input {
  /* IDENTICAL TO .prod-details-input*/
  border: 0;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  border: 2px solid #e5e8e9;
  border-radius: 4px;
  height: 32px; }

.edit-order-details-sizeitem-readonly {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 6px 0; }

.edit-order-details-sizeitem input:invalid, .edit-order-details-sizeitem input.invalidnumber {
  border: 1px solid #D0011B; }

.remove-item {
  position: absolute;
  right: 5px;
  color: #d9534f; }

.edit-order-details-clear-item {
  padding: 5px; }

.buttons-container {
  min-height: 40px;
  height: 40px; }

.green-loading-button {
  position: relative;
  width: 300px;
  height: 49px;
  margin-bottom: -10px; }

.green-loading-indicator {
  position: absolute;
  background: url("images/gif-load-green.gif") no-repeat;
  left: -100px;
  top: -15px;
  width: 50px;
  height: 49px; }

.search-tick-loading-indicator {
  position: absolute;
  background: url("images/gif-load-green.gif") no-repeat;
  left: 200px;
  top: -10px;
  width: 300px;
  height: 49px; }

.grey-loading-indicator-search {
  margin-right: 16px;
  color: #c4cbd2;
  font-size: 20px;
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

.grey-loading-indicator {
  color: #c4cbd2;
  font-size: 20px;
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) rotate(1deg); }
  100% {
    transform: translate(0px, 0px) rotate(180deg); } }

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px) rotate(1deg); }
  100% {
    -moz-transform: translate(0px, 0px) rotate(180deg); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(1deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(180deg); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px) rotate(1deg); }
  100% {
    -o-transform: translate(0px, 0px) rotate(180deg); } }

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px) rotate(1deg); }
  100% {
    -ms-transform: translate(0px, 0px) rotate(180deg); } }

/*-----------11.0 Edit order details styles - end---------------*/
/*-----------12.0 Pending order styles - start------------------*/
.pending-order-table > table > thead > tr > th, .pending-order-table > table > tbody > tr > td {
  vertical-align: middle;
  border: 0;
  padding: 0;
  font-size: 13px; }

.pending-order-table > table > thead > tr > th {
  padding: 10px; }

.pending-order-table td > a {
  text-decoration: none;
  color: #231f20;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px; }

.pending-order-table td > a:hover {
  text-decoration: none;
  color: #231f20;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px; }

.pending-order-table table > tbody > tr:hover {
  background-color: #e5e8e9; }

.pending-order-table:not(.no-glyphicons) .glyphicon {
  color: #667479; }

.pending-order-table .glyphicon-remove {
  color: #d9534f; }

.btn:not(.btn-link) {
  text-transform: lowercase; }

.btn:not(.btn-link):first-letter {
  text-transform: uppercase; }

.btn span {
  text-transform: none; }

/*-----------11.0 Pending order styles - end--------------------*/
.modal-header h2 {
  margin-top: 10px; }

.modal-footer .cartsummary {
  padding: 10px 0;
  min-height: auto; }

.edit-order-details-color-name {
  word-break: break-all; }

.modal-content .lightboxmodal {
  overflow: visible; }

.modal-footer .green-loading-indicator {
  left: auto;
  top: auto; }

.productNote {
  font-family: "Muli", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.productNote * {
  font-family: inherit !important; }

.catalogue-panel {
  background: #667479;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px; }

.catalogue-panel h4 {
  padding-left: 10px;
  max-width: 150px;
  word-wrap: break-word; }

.search-panel {
  background: #EFF1F1;
  padding: 10px; }

.search-panel input, .search-panel button.btn {
  background-color: #FFF;
  border: 1px solid #FFF; }

.border-red {
  border: 2px solid red !important; }

.stockup {
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
  height: 80px;
  width: 160px;
  background: #FFF url("images/StockReturns.jpg") 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.8) url("images/BulkReturn.svg") 50% 50% no-repeat; }

.faulty {
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
  height: 80px;
  width: 160px;
  background: #FFF url("images/Faulty.jpg") 50% 50% no-repeat;
  background: rgba(255, 255, 255, 0.8) url("images/FaultyStock.svg") 50% 50% no-repeat; }

.image-placeholder {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  border-style: solid;
  border-width: thin;
  margin-right: 10px; }

/*----- 13.0 Orders page search parameters styles - start ------*/
.searchStyling {
  margin-bottom: 20px; }

.vertBar {
  border-left: 1px solid;
  border-color: #e5e8e9;
  padding-left: 30px;
  margin-bottom: 20px; }

.flexWrap {
  display: flex;
  flex-wrap: wrap; }

.radioButtonPositioning {
  margin-top: 6px;
  width: auto; }

.radioButtonLabel {
  font-weight: normal;
  margin-right: 24px; }

.radioButtonSpacing {
  margin: 0 0 0 10px; }

.dateContStyling {
  /* We use !imporatnt because the style wasn't applying and sadly it was the only way we could find to get it to work. */
  background-color: white !important; }

.dateContPositioning {
  width: auto; }

.buttonPositioning {
  /* This style is (currently) used to stop buttons from butting up against each other when they are layed out in a column.*/
  margin-bottom: 5px; }

/*------ 13.0 Orders page search parameters styles - end -------*/
