#collectionItemsTable .carousel-one-thumb {
  width: 130px;
}
#collectionItemsTable .grid-view table.items {
  border: none;
}
#collectionItemsTable .grid-view table.items th {
  text-align: left;
  color: black;
  background: none;
}
#collectionItemsTable .grid-view table.items th a {
  color: #00a0db;
  text-decoration: underline;
}
#collectionItemsTable tr.filters {
  display: none;
}
#collectionItemsTable .pager .next > a {
  float: none;
}
li.dropdown-submenu {
  cursor: pointer;
}
.search-filters a {
  cursor: pointer;
}
#collection-items-popup {
  background-color: white;
}
#collection-items-popup .modal-header,
#collection-items-popup .modal-footer {
  display: none;
}
#collection-items-popup .modal-body {
  background-color: white;
}
#collection-items-popup .popup-done-cont {
  width: 100%;
  text-align: right;
}
#collection-items-popup .popup-done-cont.top {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
#collection-items-popup .popup-done-cont.bottom {
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}
td.control-col .add-quantity-reflector {
  display: none;
}
td.control-col.working .add-quantity {
  display: none;
}
td.control-col.working .add-quantity-reflector {
  display: block;
}
td.control-col.working .btn-info {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}
.grid-view table.items td.name-col {
  padding: 0.3em 10px;
}
.grid-view table.items td.control-col .alert {
  width: 100%;
  margin: 3px 0;
  color: green;
  padding: 5px;
}
.grid-view table.items td.control-col .btn {
  width: 100%;
  margin: 3px 0;
}
.color-thumbnail {
  width: 40px;
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 3px;
}
.cart-item-name {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cart-item-name .cart-item-icon-container {
  position: absolute;
  top: 45px;
  right: 10px;
  z-index: 1;
  display: none;
  width: 35px;
}
.cart-item-name .cart-item-icon-container .cart-item-icon {
  background-color: var(--dec-black);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  cursor: pointer;
}
.cart-item-name .cart-item-icon-container .cart-item-icon:hover {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-bottom: 2px;
  margin-left: -1px;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .cart-item-name .cart-item-icon-container {
    display: block;
    top: 238px;
  }
}
.cart-item-name .unique-options-span {
  position: absolute;
  top: 60px;
  right: 0;
  float: right;
  text-align: right;
  padding: 7px;
  background-color: #00a0db;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.cart-item-name:hover .image-link {
  border-color: var(--dec-gold);
}
.cart-item-name:hover .item-name {
  text-shadow: 0 0 0.6px var(--dec-black);
}
.cart-item-name:hover .vendor-name {
  font-weight: 400;
}
.cart-item-name:hover .price-range-before-discount {
  background-color: #E5DFCF;
}
.cart-item-name:hover .cart-item-icon-container {
  display: block;
}
.cart-item-name .instance-image {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  aspect-ratio: 1;
}
.cart-item-name .thumbnails-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 5px;
}
.cart-item-name .color-thumbnail-container {
  position: relative;
  padding: 3px;
}
.cart-item-name .color-thumbnail-container .color-thumbnail {
  width: 15px;
  height: 15px;
}
.cart-item-name .color-thumbnail-container:hover {
  opacity: 0.75;
}
.cart-item-name .image-link {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border: 1px solid #EEEDEE;
  border-radius: 10px;
  overflow: hidden;
  height: 282px;
}
.cart-item-name .image-link .star-product {
  position: absolute;
  right: 0;
  font-size: 16px;
  top: 10px;
  /*
      z-index: 555555;
      */
  background-color: #c86400;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  width: 30%;
}
.cart-item-name .image-link .star-product-outline {
  color: #c86400;
  font-size: 42px;
  position: absolute;
  right: 7px;
  top: 7px;
}
.cart-item-name .sale-tag {
  position: absolute;
  top: 13px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--dec-gold);
  padding: 3px 10px;
  border-radius: 0 13px 13px 0;
  color: var(--dec-white);
}
.cart-item-name .discontinued-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--dec-black);
  opacity: 0.8;
  color: white;
  text-transform: none;
  font-size: 16px;
  padding: 3px 14px;
}
.cart-item-name .item-info {
  padding: 6px 8px;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.cart-item-name .item-name {
  width: 100%;
  font-size: 15px;
  text-transform: none !important;
  text-decoration: none !important;
  color: var(--dec-black) !important;
  letter-spacing: 0 !important;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cart-item-name .sizes-count {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  color: var(--dec-black);
  text-align: left;
  margin-left: 8px;
  line-height: 12px;
}
.cart-item-name .vendor-name {
  width: 100%;
  font-size: 12px;
  font-weight: 100;
}
.cart-item-name .instance-details {
  height: 17px;
  width: 100%;
  margin-top: 8px;
  font-weight: normal;
}
.cart-item-name .price-info {
  margin-top: 10px;
}
.cart-item-name .price-range-before-discount {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .cart-item-name .price-range-before-discount {
    margin-left: 10px;
  }
}
.cart-item-name .price-col-with-sale {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: var(--dec-black);
}
.cart-item-name .cell-actions a {
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mobile-side-menu {
    position: absolute;
    top: 0px;
    height: 100vh;
    z-index: 1045;
    background-color: white;
    right: 0;
    padding: 50px 35px;
    border: solid 1px #eeedee;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    visibility: hidden;
    width: 0;
    transition: visibility 0.2s, width 0.2s linear;
  }
  .mobile-side-menu .close {
    border: none;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
  }
  .mobile-side-menu > div {
    display: none;
  }
  .mobile-side-menu.show {
    width: 80vw;
    visibility: visible;
  }
  .mobile-side-menu.show > div {
    display: block;
  }
  .mobile-side-menu.show > .close {
    display: block;
  }
}
.sidebar-item {
  padding: 10px 0;
  border-bottom: solid;
  border-width: 1px;
  border-color: #EEEDEE;
  font-size: 14px;
  font-weight: 400;
}
.sidebar-item .sidebar-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--dec-black);
}
.sidebar-item .sidebar-item-header {
  text-transform: uppercase;
}
.sidebar-item .categorization-status {
  font-size: 12px;
  display: flex;
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar-item .categorization-status {
    font-size: 9px;
  }
}
.sidebar-item .extend-button,
.sidebar-item .collapse-button {
  float: right;
}
.sidebar-item .collapse-button {
  display: none;
}
.sidebar-item .btn {
  margin-bottom: 30px;
}
.sidebar-item:hover {
  cursor: pointer;
}
.sidebar-item.extended > .sidebar-item-header .collapse-button {
  display: block;
  position: relative;
  top: -2px;
}
.sidebar-item.extended > .sidebar-item-header .extend-button {
  display: none;
}
@media (max-width: 767px) {
  .sidebar-item {
    color: var(--dec-grey);
  }
  .sidebar-item .sidebar-item-header,
  .sidebar-item .sidebar-item-content {
    padding-left: 10px;
  }
}
.sidebar-item-content {
  display: none;
  overflow-x: hidden;
  white-space: nowrap;
  max-height: 400px;
  overflow-y: auto;
}
.sidebar-item-content ul {
  margin-top: 15px;
  list-style: none;
}
.sidebar-item-content ul li {
  padding: 3px 0;
}
#content-collection-browseRen,
#content-collection-brand,
#content-collection-style {
  /*.sort-items-group {
    float: right;
    width: 60%;
    .btn-sort-items {
      float: right;
      clear: both;
      width:100%;
      border-width: 2px;
      text-align: left;
      border-radius: 0;
      height: 34px;
      .caret {
        position: absolute;
        right: 10px;
        top: 15px;
      }
    }
    ul {
      width: 100%;
    }
  }
  .sort-order {
    float: right;
    width: 100%;
    label {
      width: 100%;
      text-align: right;
    }
  }*/
}
#content-collection-browseRen .nav-tabs,
#content-collection-brand .nav-tabs,
#content-collection-style .nav-tabs {
  border-bottom: none;
}
#content-collection-browseRen .hero-image-style-modern img,
#content-collection-brand .hero-image-style-modern img,
#content-collection-style .hero-image-style-modern img {
  object-position: 50% 65%;
}
#content-collection-browseRen .hero-image-style-contemporary img,
#content-collection-brand .hero-image-style-contemporary img,
#content-collection-style .hero-image-style-contemporary img {
  object-position: 80% 70%;
}
#content-collection-browseRen .hero-image-style-eclectic .top-hero-image-container,
#content-collection-brand .hero-image-style-eclectic .top-hero-image-container,
#content-collection-style .hero-image-style-eclectic .top-hero-image-container {
  overflow: hidden;
}
@media (max-width: 767px) {
  #content-collection-browseRen .hero-image-style-eclectic img,
  #content-collection-brand .hero-image-style-eclectic img,
  #content-collection-style .hero-image-style-eclectic img {
    height: 140% !important;
  }
}
@media (min-width: 768px) {
  #content-collection-browseRen .hero-image-style-eclectic img,
  #content-collection-brand .hero-image-style-eclectic img,
  #content-collection-style .hero-image-style-eclectic img {
    object-position: 70% 60%;
  }
}
#content-collection-browseRen .brand-info-container,
#content-collection-brand .brand-info-container,
#content-collection-style .brand-info-container {
  padding: 51px 0;
  border-bottom: solid 1px var(--dec-dark-white-smoke-1);
}
#content-collection-browseRen .brand-info-container .brand-info,
#content-collection-brand .brand-info-container .brand-info,
#content-collection-style .brand-info-container .brand-info {
  border: solid 1px var(--dec-dark-white-smoke-2);
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
#content-collection-browseRen .brand-info-container .brand-info .brand-image,
#content-collection-brand .brand-info-container .brand-info .brand-image,
#content-collection-style .brand-info-container .brand-info .brand-image {
  position: relative;
  overflow: hidden;
  height: 336px;
}
#content-collection-browseRen .brand-info-container .brand-info .brand-image .brand-name,
#content-collection-brand .brand-info-container .brand-info .brand-image .brand-name,
#content-collection-style .brand-info-container .brand-info .brand-image .brand-name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (Chrome/Safari) */
  image-rendering: crisp-edges;
  /* Firefox */
  image-rendering: pixelated;
  /* CSS4 */
}
#content-collection-browseRen .brand-info-container .brand-info .brand-image .overlay,
#content-collection-brand .brand-info-container .brand-info .brand-image .overlay,
#content-collection-style .brand-info-container .brand-info .brand-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.45);
}
#content-collection-browseRen .brand-info-container .brand-info .brand-description,
#content-collection-brand .brand-info-container .brand-info .brand-description,
#content-collection-style .brand-info-container .brand-info .brand-description {
  padding: 60px 37px 0;
  font-size: 14px;
  max-width: 378px;
}
#content-collection-browseRen .brand-info-container .brand-info .brand-description h2,
#content-collection-brand .brand-info-container .brand-info .brand-description h2,
#content-collection-style .brand-info-container .brand-info .brand-description h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  #content-collection-browseRen .brand-info-container,
  #content-collection-brand .brand-info-container,
  #content-collection-style .brand-info-container {
    max-width: 100%;
    padding-bottom: 0;
  }
  #content-collection-browseRen .brand-info-container .brand-info,
  #content-collection-brand .brand-info-container .brand-info,
  #content-collection-style .brand-info-container .brand-info {
    display: block;
    border-radius: unset;
    border: none;
  }
  #content-collection-browseRen .brand-info-container .brand-info .brand-image,
  #content-collection-brand .brand-info-container .brand-info .brand-image,
  #content-collection-style .brand-info-container .brand-info .brand-image {
    height: 300px;
  }
  #content-collection-browseRen .brand-info-container .brand-info .brand-description,
  #content-collection-brand .brand-info-container .brand-info .brand-description,
  #content-collection-style .brand-info-container .brand-info .brand-description {
    padding: 51px 30px;
    max-width: unset;
  }
  #content-collection-browseRen .brand-info-container .brand-info .brand-description h2,
  #content-collection-brand .brand-info-container .brand-info .brand-description h2,
  #content-collection-style .brand-info-container .brand-info .brand-description h2 {
    margin-bottom: 21px;
  }
}
#content-collection-browseRen .alert,
#content-collection-brand .alert,
#content-collection-style .alert {
  margin-top: 10px;
}
#content-collection-browseRen .special-case-superhidden,
#content-collection-brand .special-case-superhidden,
#content-collection-style .special-case-superhidden {
  display: none;
  visibility: hidden;
}
#content-collection-browseRen .our-colour-td hr,
#content-collection-brand .our-colour-td hr,
#content-collection-style .our-colour-td hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
#content-collection-browseRen .colour-select-form,
#content-collection-brand .colour-select-form,
#content-collection-style .colour-select-form {
  width: 100%;
  clear: both;
  float: left;
}
#content-collection-browseRen .colour-select-form .colour-select,
#content-collection-brand .colour-select-form .colour-select,
#content-collection-style .colour-select-form .colour-select {
  padding: 4px;
}
#content-collection-browseRen .colour-select-form .choose-colour,
#content-collection-brand .colour-select-form .choose-colour,
#content-collection-style .colour-select-form .choose-colour {
  padding: 3px;
  margin-left: 5px;
  margin-top: -2px;
}
#content-collection-browseRen .secondary-tr,
#content-collection-brand .secondary-tr,
#content-collection-style .secondary-tr {
  width: 100% !important;
  clear: both !important;
  float: left !important;
  display: block !important;
}
#content-collection-browseRen .secondary-tr .secondary-td,
#content-collection-brand .secondary-tr .secondary-td,
#content-collection-style .secondary-tr .secondary-td {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}
#content-collection-browseRen .category-map-table .sm-col,
#content-collection-brand .category-map-table .sm-col,
#content-collection-style .category-map-table .sm-col,
#content-collection-browseRen .colour-map-table .sm-col,
#content-collection-brand .colour-map-table .sm-col,
#content-collection-style .colour-map-table .sm-col {
  width: 7%;
}
#content-collection-browseRen .category-map-table .md-col,
#content-collection-brand .category-map-table .md-col,
#content-collection-style .category-map-table .md-col,
#content-collection-browseRen .colour-map-table .md-col,
#content-collection-brand .colour-map-table .md-col,
#content-collection-style .colour-map-table .md-col {
  width: 26%;
}
#content-collection-browseRen .category-map-table tbody,
#content-collection-brand .category-map-table tbody,
#content-collection-style .category-map-table tbody,
#content-collection-browseRen .colour-map-table tbody,
#content-collection-brand .colour-map-table tbody,
#content-collection-style .colour-map-table tbody {
  border: 1px solid #CCC;
}
#content-collection-browseRen .category-map-table tbody .category-map-row:nth-child(even),
#content-collection-brand .category-map-table tbody .category-map-row:nth-child(even),
#content-collection-style .category-map-table tbody .category-map-row:nth-child(even),
#content-collection-browseRen .colour-map-table tbody .category-map-row:nth-child(even),
#content-collection-brand .colour-map-table tbody .category-map-row:nth-child(even),
#content-collection-style .colour-map-table tbody .category-map-row:nth-child(even),
#content-collection-browseRen .category-map-table tbody .colour-map-row:nth-child(even),
#content-collection-brand .category-map-table tbody .colour-map-row:nth-child(even),
#content-collection-style .category-map-table tbody .colour-map-row:nth-child(even),
#content-collection-browseRen .colour-map-table tbody .colour-map-row:nth-child(even),
#content-collection-brand .colour-map-table tbody .colour-map-row:nth-child(even),
#content-collection-style .colour-map-table tbody .colour-map-row:nth-child(even),
#content-collection-browseRen .category-map-table tbody .brand-map-row:nth-child(even),
#content-collection-brand .category-map-table tbody .brand-map-row:nth-child(even),
#content-collection-style .category-map-table tbody .brand-map-row:nth-child(even),
#content-collection-browseRen .colour-map-table tbody .brand-map-row:nth-child(even),
#content-collection-brand .colour-map-table tbody .brand-map-row:nth-child(even),
#content-collection-style .colour-map-table tbody .brand-map-row:nth-child(even) {
  background-color: #eeeeee;
}
#content-collection-browseRen .category-map-table tbody .category-map-row:nth-child(even) hr,
#content-collection-brand .category-map-table tbody .category-map-row:nth-child(even) hr,
#content-collection-style .category-map-table tbody .category-map-row:nth-child(even) hr,
#content-collection-browseRen .colour-map-table tbody .category-map-row:nth-child(even) hr,
#content-collection-brand .colour-map-table tbody .category-map-row:nth-child(even) hr,
#content-collection-style .colour-map-table tbody .category-map-row:nth-child(even) hr,
#content-collection-browseRen .category-map-table tbody .colour-map-row:nth-child(even) hr,
#content-collection-brand .category-map-table tbody .colour-map-row:nth-child(even) hr,
#content-collection-style .category-map-table tbody .colour-map-row:nth-child(even) hr,
#content-collection-browseRen .colour-map-table tbody .colour-map-row:nth-child(even) hr,
#content-collection-brand .colour-map-table tbody .colour-map-row:nth-child(even) hr,
#content-collection-style .colour-map-table tbody .colour-map-row:nth-child(even) hr,
#content-collection-browseRen .category-map-table tbody .brand-map-row:nth-child(even) hr,
#content-collection-brand .category-map-table tbody .brand-map-row:nth-child(even) hr,
#content-collection-style .category-map-table tbody .brand-map-row:nth-child(even) hr,
#content-collection-browseRen .colour-map-table tbody .brand-map-row:nth-child(even) hr,
#content-collection-brand .colour-map-table tbody .brand-map-row:nth-child(even) hr,
#content-collection-style .colour-map-table tbody .brand-map-row:nth-child(even) hr {
  border-color: #ffffff;
}
#content-collection-browseRen .category-map-table tbody .category-map-row:nth-child(odd),
#content-collection-brand .category-map-table tbody .category-map-row:nth-child(odd),
#content-collection-style .category-map-table tbody .category-map-row:nth-child(odd),
#content-collection-browseRen .colour-map-table tbody .category-map-row:nth-child(odd),
#content-collection-brand .colour-map-table tbody .category-map-row:nth-child(odd),
#content-collection-style .colour-map-table tbody .category-map-row:nth-child(odd),
#content-collection-browseRen .category-map-table tbody .colour-map-row:nth-child(odd),
#content-collection-brand .category-map-table tbody .colour-map-row:nth-child(odd),
#content-collection-style .category-map-table tbody .colour-map-row:nth-child(odd),
#content-collection-browseRen .colour-map-table tbody .colour-map-row:nth-child(odd),
#content-collection-brand .colour-map-table tbody .colour-map-row:nth-child(odd),
#content-collection-style .colour-map-table tbody .colour-map-row:nth-child(odd),
#content-collection-browseRen .category-map-table tbody .brand-map-row:nth-child(odd),
#content-collection-brand .category-map-table tbody .brand-map-row:nth-child(odd),
#content-collection-style .category-map-table tbody .brand-map-row:nth-child(odd),
#content-collection-browseRen .colour-map-table tbody .brand-map-row:nth-child(odd),
#content-collection-brand .colour-map-table tbody .brand-map-row:nth-child(odd),
#content-collection-style .colour-map-table tbody .brand-map-row:nth-child(odd) {
  background-color: #ffffff;
}
#content-collection-browseRen .category-map-table tbody .category-map-row:hover,
#content-collection-brand .category-map-table tbody .category-map-row:hover,
#content-collection-style .category-map-table tbody .category-map-row:hover,
#content-collection-browseRen .colour-map-table tbody .category-map-row:hover,
#content-collection-brand .colour-map-table tbody .category-map-row:hover,
#content-collection-style .colour-map-table tbody .category-map-row:hover,
#content-collection-browseRen .category-map-table tbody .colour-map-row:hover,
#content-collection-brand .category-map-table tbody .colour-map-row:hover,
#content-collection-style .category-map-table tbody .colour-map-row:hover,
#content-collection-browseRen .colour-map-table tbody .colour-map-row:hover,
#content-collection-brand .colour-map-table tbody .colour-map-row:hover,
#content-collection-style .colour-map-table tbody .colour-map-row:hover,
#content-collection-browseRen .category-map-table tbody .brand-map-row:hover,
#content-collection-brand .category-map-table tbody .brand-map-row:hover,
#content-collection-style .category-map-table tbody .brand-map-row:hover,
#content-collection-browseRen .colour-map-table tbody .brand-map-row:hover,
#content-collection-brand .colour-map-table tbody .brand-map-row:hover,
#content-collection-style .colour-map-table tbody .brand-map-row:hover {
  background-color: #f7f7d2;
}
#content-collection-browseRen .category-map-table tbody td,
#content-collection-brand .category-map-table tbody td,
#content-collection-style .category-map-table tbody td,
#content-collection-browseRen .colour-map-table tbody td,
#content-collection-brand .colour-map-table tbody td,
#content-collection-style .colour-map-table tbody td {
  padding: 5px;
  border: 1px solid #CCC;
}
#content-collection-browseRen .category-map-table tbody td .typeahead-input-span,
#content-collection-brand .category-map-table tbody td .typeahead-input-span,
#content-collection-style .category-map-table tbody td .typeahead-input-span,
#content-collection-browseRen .colour-map-table tbody td .typeahead-input-span,
#content-collection-brand .colour-map-table tbody td .typeahead-input-span,
#content-collection-style .colour-map-table tbody td .typeahead-input-span {
  width: 100%;
  float: left;
  clear: both;
}
#content-collection-browseRen .category-map-table tbody td .typeahead-input-span input,
#content-collection-brand .category-map-table tbody td .typeahead-input-span input,
#content-collection-style .category-map-table tbody td .typeahead-input-span input,
#content-collection-browseRen .colour-map-table tbody td .typeahead-input-span input,
#content-collection-brand .colour-map-table tbody td .typeahead-input-span input,
#content-collection-style .colour-map-table tbody td .typeahead-input-span input {
  width: 40%;
}
#content-collection-browseRen .category-map-table tbody td .actions-container,
#content-collection-brand .category-map-table tbody td .actions-container,
#content-collection-style .category-map-table tbody td .actions-container,
#content-collection-browseRen .colour-map-table tbody td .actions-container,
#content-collection-brand .colour-map-table tbody td .actions-container,
#content-collection-style .colour-map-table tbody td .actions-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#content-collection-browseRen .category-map-table tbody td .actions-container .btn,
#content-collection-brand .category-map-table tbody td .actions-container .btn,
#content-collection-style .category-map-table tbody td .actions-container .btn,
#content-collection-browseRen .colour-map-table tbody td .actions-container .btn,
#content-collection-brand .colour-map-table tbody td .actions-container .btn,
#content-collection-style .colour-map-table tbody td .actions-container .btn {
  margin-right: 5px;
}
#content-collection-browseRen .sort-order,
#content-collection-brand .sort-order,
#content-collection-style .sort-order {
  float: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#content-collection-browseRen .sort-order label,
#content-collection-brand .sort-order label,
#content-collection-style .sort-order label {
  float: right;
  text-align: right;
  font-size: 12px;
  margin: auto 8px auto 0;
}
#content-collection-browseRen .sort-order .sort-items-group,
#content-collection-brand .sort-order .sort-items-group,
#content-collection-style .sort-order .sort-items-group {
  float: right;
  width: 225px !important;
  font-size: 12px !important;
  padding: 7px 12px !important;
  line-height: 12px !important;
  /*  .btn-sort-items {
          float: right;
          clear: both;
          width:100%;
          border-width: 2px;
          text-align: left;
          border-radius: 0;
          height: 34px;
          .caret {
            position: absolute;
            right: 10px;
            top: 15px;
          }
        }
        ul {
          width: 100%;
        }*/
  /*    @media (max-width: @dec-breakpoint-lg) {
            width: 175px !important;
          }*/
}
#content-collection-browseRen .clear-all-filters,
#content-collection-brand .clear-all-filters,
#content-collection-style .clear-all-filters {
  font-size: 12px;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 19px;
}
#content-collection-browseRen .currently-selected-filters,
#content-collection-brand .currently-selected-filters,
#content-collection-style .currently-selected-filters {
  line-height: 0;
  float: left;
}
#content-collection-browseRen .currently-selected-filters .all-active-filters button,
#content-collection-brand .currently-selected-filters .all-active-filters button,
#content-collection-style .currently-selected-filters .all-active-filters button {
  color: #333333;
  font-size: 14px;
  border: solid;
  border-width: 1px;
  border-radius: 15px;
  border-color: #767676;
  padding: 2px 20px 1px;
  background-color: #fff;
  margin-right: 10px;
  margin-top: 5px;
  line-height: 19px;
  margin-bottom: 10px;
}
#content-collection-browseRen .currently-selected-filters .all-active-filters button:hover,
#content-collection-brand .currently-selected-filters .all-active-filters button:hover,
#content-collection-style .currently-selected-filters .all-active-filters button:hover {
  background-color: #dddddd;
}
#content-collection-browseRen .currently-selected-filters .all-active-filters .close-filter,
#content-collection-brand .currently-selected-filters .all-active-filters .close-filter,
#content-collection-style .currently-selected-filters .all-active-filters .close-filter {
  display: inline-block;
  position: relative;
  font-size: 9px;
  top: -2px;
  left: 10px;
}
#content-collection-browseRen .currently-selected-filters .all-active-filters .colour-swatch,
#content-collection-brand .currently-selected-filters .all-active-filters .colour-swatch,
#content-collection-style .currently-selected-filters .all-active-filters .colour-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
  margin-right: 0;
  border-radius: 6px;
}
#content-collection-browseRen .colour-swatch.clear-color,
#content-collection-brand .colour-swatch.clear-color,
#content-collection-style .colour-swatch.clear-color {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.15918 12.585C9.47289 12.585 12.1592 9.89867 12.1592 6.58496C12.1592 3.27125 9.47289 0.584961 6.15918 0.584961C2.84547 0.584961 0.15918 3.27125 0.15918 6.58496C0.15918 9.89867 2.84547 12.585 6.15918 12.585Z' fill='url(%23paint0_linear_175_1432)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_175_1432' x1='6.15918' y1='12.585' x2='6.15918' y2='0.584961' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D8F5FF'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
#content-collection-browseRen .colour-swatch.multi-color,
#content-collection-brand .colour-swatch.multi-color,
#content-collection-style .colour-swatch.multi-color {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.15918 12.585C9.47289 12.585 12.1592 9.89867 12.1592 6.58496C12.1592 3.27125 9.47289 0.584961 6.15918 0.584961C2.84547 0.584961 0.15918 3.27125 0.15918 6.58496C0.15918 9.89867 2.84547 12.585 6.15918 12.585Z' fill='url(%23paint0_linear_175_1434)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_175_1434' x1='12.1592' y1='6.89696' x2='0.15918' y2='6.27296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F60B0B' stop-opacity='0.996'/%3E%3Cstop offset='0.25' stop-color='%23EDF351' stop-opacity='0.996'/%3E%3Cstop offset='0.499' stop-color='%2365C0E0' stop-opacity='0.996'/%3E%3Cstop offset='0.75' stop-color='%23AEA2DB'/%3E%3Cstop offset='1' stop-color='%2381C1D9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
#content-collection-browseRen .colour-swatch.silver-color,
#content-collection-brand .colour-swatch.silver-color,
#content-collection-style .colour-swatch.silver-color {
  background: linear-gradient(to top, #606060, #DFDEDE);
}
#content-collection-browseRen .colour-swatch.gold-color,
#content-collection-brand .colour-swatch.gold-color,
#content-collection-style .colour-swatch.gold-color {
  background: linear-gradient(to top, #A2822D, #ECCC76);
}
#content-collection-browseRen .colour-swatch.brass-color,
#content-collection-brand .colour-swatch.brass-color,
#content-collection-style .colour-swatch.brass-color {
  background: linear-gradient(to top, #79592A, #E3DED1);
}
#content-collection-browseRen .color-gradient-container,
#content-collection-brand .color-gradient-container,
#content-collection-style .color-gradient-container {
  height: 20px;
  background: linear-gradient(to top, white, transparent);
  position: absolute;
  bottom: 30px;
  width: 100%;
}
#content-collection-browseRen .add-new-item-button-container,
#content-collection-brand .add-new-item-button-container,
#content-collection-style .add-new-item-button-container {
  margin-top: 10px;
}
#content-collection-browseRen .filters-container,
#content-collection-brand .filters-container,
#content-collection-style .filters-container {
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#content-collection-browseRen span.checked,
#content-collection-brand span.checked,
#content-collection-style span.checked {
  color: #e9691e;
}
#content-collection-browseRen .image-col,
#content-collection-brand .image-col,
#content-collection-style .image-col {
  width: 130px;
}
#content-collection-browseRen .image-col img,
#content-collection-brand .image-col img,
#content-collection-style .image-col img {
  max-width: 130px;
}
#content-collection-browseRen .image-col .for-mobile,
#content-collection-brand .image-col .for-mobile,
#content-collection-style .image-col .for-mobile {
  display: none;
}
@media (max-width: 520px) {
  #content-collection-browseRen .image-col .for-mobile,
  #content-collection-brand .image-col .for-mobile,
  #content-collection-style .image-col .for-mobile {
    padding: 3px;
    display: block;
  }
}
#content-collection-browseRen .modal-content,
#content-collection-brand .modal-content,
#content-collection-style .modal-content {
  float: left !important;
}
@media (max-width: 520px) {
  #content-collection-browseRen .name-col,
  #content-collection-brand .name-col,
  #content-collection-style .name-col {
    display: none;
  }
}
@media (max-width: 480px) {
  #content-collection-browseRen .dimensions-col,
  #content-collection-brand .dimensions-col,
  #content-collection-style .dimensions-col {
    display: none;
  }
}
@media (max-width: 767px) {
  #content-collection-browseRen .desc-col,
  #content-collection-brand .desc-col,
  #content-collection-style .desc-col {
    display: none;
  }
}
#content-collection-browseRen .checkbox-container,
#content-collection-brand .checkbox-container,
#content-collection-style .checkbox-container {
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 6px 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#content-collection-browseRen .checkbox-container label,
#content-collection-brand .checkbox-container label,
#content-collection-style .checkbox-container label {
  font-weight: normal;
}
#content-collection-browseRen .no-results,
#content-collection-brand .no-results,
#content-collection-style .no-results {
  text-align: center;
  display: none;
  margin-top: 43px;
  height: 40vh;
}
#content-collection-browseRen .no-results h2,
#content-collection-brand .no-results h2,
#content-collection-style .no-results h2 {
  font-size: 24px;
  font-weight: 400;
}
#content-collection-browseRen .no-results span,
#content-collection-brand .no-results span,
#content-collection-style .no-results span {
  font-size: 14px;
  font-weight: 300;
}
#content-collection-browseRen #collectionItemsTableHeader,
#content-collection-brand #collectionItemsTableHeader,
#content-collection-style #collectionItemsTableHeader {
  margin-top: 20px;
}
#content-collection-browseRen #collectionItemsTableHeader .category-path,
#content-collection-brand #collectionItemsTableHeader .category-path,
#content-collection-style #collectionItemsTableHeader .category-path {
  margin-bottom: 5px;
}
#content-collection-browseRen #collectionItemsTableHeader .category-path span,
#content-collection-brand #collectionItemsTableHeader .category-path span,
#content-collection-style #collectionItemsTableHeader .category-path span {
  font-size: 13px;
  font-weight: 300;
  margin-left: 20px;
  color: var(--dec-grey);
}
#content-collection-browseRen #collectionItemsTableHeader .category-path span a,
#content-collection-brand #collectionItemsTableHeader .category-path span a,
#content-collection-style #collectionItemsTableHeader .category-path span a {
  text-transform: none;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0;
  color: var(--dec-grey);
}
#content-collection-browseRen #collectionItemsTableHeader .category-path span a:hover,
#content-collection-brand #collectionItemsTableHeader .category-path span a:hover,
#content-collection-style #collectionItemsTableHeader .category-path span a:hover {
  text-decoration: underline;
  font-weight: normal;
  color: var(--dec-dark-gold) !important;
}
@media (max-width: 767px) {
  #content-collection-browseRen #collectionItemsTableHeader .category-path span,
  #content-collection-brand #collectionItemsTableHeader .category-path span,
  #content-collection-style #collectionItemsTableHeader .category-path span {
    font-weight: 100;
    margin-left: 10px;
    color: var(--dec-black);
  }
  #content-collection-browseRen #collectionItemsTableHeader .category-path span a,
  #content-collection-brand #collectionItemsTableHeader .category-path span a,
  #content-collection-style #collectionItemsTableHeader .category-path span a {
    font-weight: 100;
    color: var(--dec-black);
  }
}
#content-collection-browseRen #collectionItemsTableHeader .pathSeparator,
#content-collection-brand #collectionItemsTableHeader .pathSeparator,
#content-collection-style #collectionItemsTableHeader .pathSeparator {
  margin-left: 0 !important;
  padding: 0 10px;
}
#content-collection-browseRen #collectionItemsTableHeader .category-title,
#content-collection-brand #collectionItemsTableHeader .category-title,
#content-collection-style #collectionItemsTableHeader .category-title {
  margin-bottom: 5px;
}
#content-collection-browseRen #collectionItemsTableHeader .category-title .category-title-text,
#content-collection-brand #collectionItemsTableHeader .category-title .category-title-text,
#content-collection-style #collectionItemsTableHeader .category-title .category-title-text {
  font-family: var(--dec-font-family-ethereal);
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #content-collection-browseRen #collectionItemsTableHeader .category-title .category-title-text,
  #content-collection-brand #collectionItemsTableHeader .category-title .category-title-text,
  #content-collection-style #collectionItemsTableHeader .category-title .category-title-text {
    margin-left: 10px;
  }
}
#content-collection-browseRen #collectionItemsTableHeader .items-summary,
#content-collection-brand #collectionItemsTableHeader .items-summary,
#content-collection-style #collectionItemsTableHeader .items-summary {
  font-size: 12px;
  font-weight: 300;
  color: var(--dec-grey);
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  margin: 0 -12px 5px 20px;
}
@media (max-width: 992px) {
  #content-collection-browseRen #collectionItemsTableHeader .items-summary,
  #content-collection-brand #collectionItemsTableHeader .items-summary,
  #content-collection-style #collectionItemsTableHeader .items-summary {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #content-collection-browseRen #collectionItemsTableHeader .items-summary,
  #content-collection-brand #collectionItemsTableHeader .items-summary,
  #content-collection-style #collectionItemsTableHeader .items-summary {
    margin-left: 10px;
    color: #000;
    font-size: 8.5px;
  }
}
#content-collection-browseRen #collectionItemsTable .overlay,
#content-collection-brand #collectionItemsTable .overlay,
#content-collection-style #collectionItemsTable .overlay {
  position: absolute;
  margin-top: 51px;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  visibility: hidden;
}
@media (max-width: 767px) {
  #content-collection-browseRen #collectionItemsTable .overlay.show,
  #content-collection-brand #collectionItemsTable .overlay.show,
  #content-collection-style #collectionItemsTable .overlay.show {
    width: 80vw;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  #content-collection-browseRen #collectionItemsTable .mobile-side-menu,
  #content-collection-brand #collectionItemsTable .mobile-side-menu,
  #content-collection-style #collectionItemsTable .mobile-side-menu {
    width: 0;
  }
  #content-collection-browseRen #collectionItemsTable .mobile-side-menu.show,
  #content-collection-brand #collectionItemsTable .mobile-side-menu.show,
  #content-collection-style #collectionItemsTable .mobile-side-menu.show {
    width: 80vw;
  }
}
#content-collection-browseRen #collectionItemsTable .side-bar,
#content-collection-brand #collectionItemsTable .side-bar,
#content-collection-style #collectionItemsTable .side-bar {
  margin-top: 67px;
}
#content-collection-browseRen #collectionItemsTable .side-bar .mobile-clear-all-filters,
#content-collection-brand #collectionItemsTable .side-bar .mobile-clear-all-filters,
#content-collection-style #collectionItemsTable .side-bar .mobile-clear-all-filters {
  text-decoration: none;
  float: right;
}
#content-collection-browseRen #collectionItemsTable .side-bar .sort-items-by-mobile-options,
#content-collection-brand #collectionItemsTable .side-bar .sort-items-by-mobile-options,
#content-collection-style #collectionItemsTable .side-bar .sort-items-by-mobile-options {
  list-style: none;
  padding-inline-start: 6px;
}
#content-collection-browseRen #collectionItemsTable .side-bar .sort-items-by-mobile-options li,
#content-collection-brand #collectionItemsTable .side-bar .sort-items-by-mobile-options li,
#content-collection-style #collectionItemsTable .side-bar .sort-items-by-mobile-options li {
  padding-top: 10px;
}
#content-collection-browseRen #collectionItemsTable .side-bar .sort-items-by-mobile-options li.selected,
#content-collection-brand #collectionItemsTable .side-bar .sort-items-by-mobile-options li.selected,
#content-collection-style #collectionItemsTable .side-bar .sort-items-by-mobile-options li.selected {
  font-weight: 600;
}
#content-collection-browseRen #collectionItemsTable .white-background,
#content-collection-brand #collectionItemsTable .white-background,
#content-collection-style #collectionItemsTable .white-background {
  background: #FFF !important;
}
#content-collection-browseRen #collectionItemsTable .categories-sidebar .number-of-items,
#content-collection-brand #collectionItemsTable .categories-sidebar .number-of-items,
#content-collection-style #collectionItemsTable .categories-sidebar .number-of-items {
  color: #898989;
  font-weight: 200;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar ul,
#content-collection-brand #collectionItemsTable .vendors-sidebar ul,
#content-collection-style #collectionItemsTable .vendors-sidebar ul {
  list-style: none;
  padding-inline-start: 0;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar ul li,
#content-collection-brand #collectionItemsTable .vendors-sidebar ul li,
#content-collection-style #collectionItemsTable .vendors-sidebar ul li {
  padding: 2px 0;
  display: flex;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar ul li > span,
#content-collection-brand #collectionItemsTable .vendors-sidebar ul li > span,
#content-collection-style #collectionItemsTable .vendors-sidebar ul li > span {
  position: relative;
  margin-left: 4px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar ul li:hover,
#content-collection-brand #collectionItemsTable .vendors-sidebar ul li:hover,
#content-collection-style #collectionItemsTable .vendors-sidebar ul li:hover {
  font-weight: 500;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar ul .number-of-items,
#content-collection-brand #collectionItemsTable .vendors-sidebar ul .number-of-items,
#content-collection-style #collectionItemsTable .vendors-sidebar ul .number-of-items {
  color: #898989;
  font-weight: 200;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .special-all-brands-hidden,
#content-collection-brand #collectionItemsTable .vendors-sidebar .special-all-brands-hidden,
#content-collection-style #collectionItemsTable .vendors-sidebar .special-all-brands-hidden {
  display: none;
  visibility: hidden;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .top-brands-container,
#content-collection-brand #collectionItemsTable .vendors-sidebar .top-brands-container,
#content-collection-style #collectionItemsTable .vendors-sidebar .top-brands-container {
  margin-left: -23px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li,
#content-collection-brand #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li,
#content-collection-style #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li {
  list-style: square;
  margin-left: 23px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li input,
#content-collection-brand #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li input,
#content-collection-style #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li input {
  position: relative;
  top: 2px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li span,
#content-collection-brand #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li span,
#content-collection-style #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li span {
  top: 0;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li .vendor-top-brands,
#content-collection-brand #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li .vendor-top-brands,
#content-collection-style #collectionItemsTable .vendors-sidebar .top-brands-container .special-brands-li .vendor-top-brands {
  margin-left: -23px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .all-brands-container,
#content-collection-brand #collectionItemsTable .vendors-sidebar .all-brands-container,
#content-collection-style #collectionItemsTable .vendors-sidebar .all-brands-container {
  margin-left: -23px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li,
#content-collection-brand #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li,
#content-collection-style #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li {
  list-style: square;
  margin-left: 23px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li input,
#content-collection-brand #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li input,
#content-collection-style #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li input {
  position: relative;
  top: 2px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li span,
#content-collection-brand #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li span,
#content-collection-style #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li span {
  top: 0;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li .vendor-all-brands,
#content-collection-brand #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li .vendor-all-brands,
#content-collection-style #collectionItemsTable .vendors-sidebar .all-brands-container .special-brands-li .vendor-all-brands {
  margin-left: -23px;
}
#content-collection-browseRen #collectionItemsTable .vendors-sidebar .all-brands-container li,
#content-collection-brand #collectionItemsTable .vendors-sidebar .all-brands-container li,
#content-collection-style #collectionItemsTable .vendors-sidebar .all-brands-container li {
  white-space: nowrap;
  overflow: hidden;
}
#content-collection-browseRen #collectionItemsTable .colours-sidebar,
#content-collection-brand #collectionItemsTable .colours-sidebar,
#content-collection-style #collectionItemsTable .colours-sidebar {
  width: 100%;
}
#content-collection-browseRen #collectionItemsTable .colours-sidebar ul,
#content-collection-brand #collectionItemsTable .colours-sidebar ul,
#content-collection-style #collectionItemsTable .colours-sidebar ul {
  list-style: none;
  padding-inline-start: 0;
}
#content-collection-browseRen #collectionItemsTable .colours-sidebar ul li span,
#content-collection-brand #collectionItemsTable .colours-sidebar ul li span,
#content-collection-style #collectionItemsTable .colours-sidebar ul li span {
  position: relative;
}
#content-collection-browseRen #collectionItemsTable .colours-sidebar ul li:hover,
#content-collection-brand #collectionItemsTable .colours-sidebar ul li:hover,
#content-collection-style #collectionItemsTable .colours-sidebar ul li:hover,
#content-collection-browseRen #collectionItemsTable .colours-sidebar ul li.color-checked,
#content-collection-brand #collectionItemsTable .colours-sidebar ul li.color-checked,
#content-collection-style #collectionItemsTable .colours-sidebar ul li.color-checked {
  font-weight: 500;
}
#content-collection-browseRen #collectionItemsTable .colours-sidebar ul .colour-swatch,
#content-collection-brand #collectionItemsTable .colours-sidebar ul .colour-swatch,
#content-collection-style #collectionItemsTable .colours-sidebar ul .colour-swatch {
  width: 12px;
  min-width: 12px;
  height: 12px;
  position: relative;
  top: 4px;
  border-radius: 6px;
  margin: 0 6px;
}
#content-collection-browseRen #collectionItemsTable .colours-sidebar ul .number-of-items,
#content-collection-brand #collectionItemsTable .colours-sidebar ul .number-of-items,
#content-collection-style #collectionItemsTable .colours-sidebar ul .number-of-items {
  color: #898989;
  font-weight: 200;
}
#content-collection-browseRen #collectionItemsTable .artwork-style-sidebar,
#content-collection-brand #collectionItemsTable .artwork-style-sidebar,
#content-collection-style #collectionItemsTable .artwork-style-sidebar {
  margin-top: 0;
  width: 100%;
}
#content-collection-browseRen #collectionItemsTable .artwork-style-sidebar ul,
#content-collection-brand #collectionItemsTable .artwork-style-sidebar ul,
#content-collection-style #collectionItemsTable .artwork-style-sidebar ul {
  list-style: none;
  margin-left: -40px;
}
#content-collection-browseRen #collectionItemsTable .price-sidebar,
#content-collection-brand #collectionItemsTable .price-sidebar,
#content-collection-style #collectionItemsTable .price-sidebar {
  text-transform: none;
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .price-filter-span,
#content-collection-brand #collectionItemsTable .price-sidebar .price-filter-span,
#content-collection-style #collectionItemsTable .price-sidebar .price-filter-span {
  width: 100%;
  margin-top: 15px;
  font-size: 12px;
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .price-title,
#content-collection-brand #collectionItemsTable .price-sidebar .price-title,
#content-collection-style #collectionItemsTable .price-sidebar .price-title {
  position: absolute;
  left: 10px;
  top: -17px;
  background-color: white;
  padding: 0 3px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #content-collection-browseRen #collectionItemsTable .price-sidebar .price-title.price-title-max,
  #content-collection-brand #collectionItemsTable .price-sidebar .price-title.price-title-max,
  #content-collection-style #collectionItemsTable .price-sidebar .price-title.price-title-max {
    top: 23px;
    left: -56px;
  }
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .price-input,
#content-collection-brand #collectionItemsTable .price-sidebar .price-input,
#content-collection-style #collectionItemsTable .price-sidebar .price-input {
  display: unset;
  font-size: 14px;
  padding: 10px 5px;
  width: 49px;
  height: 30px;
  text-align: right;
  border-radius: 10px;
  border: 1px solid var(--dec-dark-white-smoke-1);
}
@media (min-width: 768px) and (max-width: 992px) {
  #content-collection-browseRen #collectionItemsTable .price-sidebar .price-input,
  #content-collection-brand #collectionItemsTable .price-sidebar .price-input,
  #content-collection-style #collectionItemsTable .price-sidebar .price-input {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  #content-collection-browseRen #collectionItemsTable .price-sidebar .price-input,
  #content-collection-brand #collectionItemsTable .price-sidebar .price-input,
  #content-collection-style #collectionItemsTable .price-sidebar .price-input {
    width: 60px;
  }
}
@media (min-width: 1400px) {
  #content-collection-browseRen #collectionItemsTable .price-sidebar .price-input,
  #content-collection-brand #collectionItemsTable .price-sidebar .price-input,
  #content-collection-style #collectionItemsTable .price-sidebar .price-input {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #content-collection-browseRen #collectionItemsTable .price-sidebar .price-to-input,
  #content-collection-brand #collectionItemsTable .price-sidebar .price-to-input,
  #content-collection-style #collectionItemsTable .price-sidebar .price-to-input {
    margin-top: 10px;
  }
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .from-span,
#content-collection-brand #collectionItemsTable .price-sidebar .from-span,
#content-collection-style #collectionItemsTable .price-sidebar .from-span {
  margin-right: 2px;
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .to-span,
#content-collection-brand #collectionItemsTable .price-sidebar .to-span,
#content-collection-style #collectionItemsTable .price-sidebar .to-span {
  margin-top: 8px;
  margin-left: 2px;
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .to-span,
#content-collection-brand #collectionItemsTable .price-sidebar .to-span,
#content-collection-style #collectionItemsTable .price-sidebar .to-span,
#content-collection-browseRen #collectionItemsTable .price-sidebar .from-span,
#content-collection-brand #collectionItemsTable .price-sidebar .from-span,
#content-collection-style #collectionItemsTable .price-sidebar .from-span {
  position: relative;
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .apply-price,
#content-collection-brand #collectionItemsTable .price-sidebar .apply-price,
#content-collection-style #collectionItemsTable .price-sidebar .apply-price {
  margin-top: 8px;
  min-width: unset;
  width: 100%;
}
#content-collection-browseRen #collectionItemsTable .price-sidebar .clear-price,
#content-collection-brand #collectionItemsTable .price-sidebar .clear-price,
#content-collection-style #collectionItemsTable .price-sidebar .clear-price {
  margin-left: 8px;
  margin-top: 14px;
}
#content-collection-browseRen #collectionItemsTable .admin-filter-sidebar ul,
#content-collection-brand #collectionItemsTable .admin-filter-sidebar ul,
#content-collection-style #collectionItemsTable .admin-filter-sidebar ul {
  list-style: none;
  padding-inline-start: 0;
}
#content-collection-browseRen #collectionItemsTable .admin-filter-sidebar ul li span,
#content-collection-brand #collectionItemsTable .admin-filter-sidebar ul li span,
#content-collection-style #collectionItemsTable .admin-filter-sidebar ul li span {
  position: relative;
}
#content-collection-browseRen #collectionItemsTable .admin-filter-sidebar ul li:hover,
#content-collection-brand #collectionItemsTable .admin-filter-sidebar ul li:hover,
#content-collection-style #collectionItemsTable .admin-filter-sidebar ul li:hover {
  font-weight: 500;
}
#content-collection-browseRen #collectionItemsTable .admin-filter-sidebar ul .number-of-items,
#content-collection-brand #collectionItemsTable .admin-filter-sidebar ul .number-of-items,
#content-collection-style #collectionItemsTable .admin-filter-sidebar ul .number-of-items {
  color: #898989;
  font-weight: 200;
}
#content-collection-browseRen #collectionItemsTable .pager,
#content-collection-brand #collectionItemsTable .pager,
#content-collection-style #collectionItemsTable .pager {
  margin-bottom: 40px;
  margin-right: -13px;
}
#content-collection-browseRen #collectionItemsTable .pager li a,
#content-collection-brand #collectionItemsTable .pager li a,
#content-collection-style #collectionItemsTable .pager li a {
  text-decoration: none;
  color: var(--dec-grey) !important;
  font-weight: normal;
  padding: 1px 6px;
}
#content-collection-browseRen #collectionItemsTable .pager li a:hover,
#content-collection-brand #collectionItemsTable .pager li a:hover,
#content-collection-style #collectionItemsTable .pager li a:hover {
  text-shadow: 0 0 0.6px var(--dec-black);
  color: var(--dec-black) !important;
}
#content-collection-browseRen #collectionItemsTable .pager li a:hover path,
#content-collection-brand #collectionItemsTable .pager li a:hover path,
#content-collection-style #collectionItemsTable .pager li a:hover path {
  fill: var(--dec-black);
}
#content-collection-browseRen #collectionItemsTable .pager li.selected a,
#content-collection-brand #collectionItemsTable .pager li.selected a,
#content-collection-style #collectionItemsTable .pager li.selected a {
  background-color: unset !important;
  border-color: unset !important;
  color: var(--dec-black) !important;
  font-weight: bold;
}
#content-collection-browseRen #collectionItemsTable .pager .back,
#content-collection-brand #collectionItemsTable .pager .back,
#content-collection-style #collectionItemsTable .pager .back {
  margin-right: 20px;
}
#content-collection-browseRen #collectionItemsTable .pager .forward,
#content-collection-brand #collectionItemsTable .pager .forward,
#content-collection-style #collectionItemsTable .pager .forward {
  margin-left: 20px;
}
@media (max-width: 992px) {
  #content-collection-browseRen #collectionItemsTable .pager,
  #content-collection-brand #collectionItemsTable .pager,
  #content-collection-style #collectionItemsTable .pager {
    margin-right: 0;
  }
}
#content-collection-browseRen #collectionItemsTable .grid-view .table-header,
#content-collection-brand #collectionItemsTable .grid-view .table-header,
#content-collection-style #collectionItemsTable .grid-view .table-header {
  position: relative;
  min-height: 35px;
}
#content-collection-browseRen #collectionItemsTable .grid-view .table-header .search-row,
#content-collection-brand #collectionItemsTable .grid-view .table-header .search-row,
#content-collection-style #collectionItemsTable .grid-view .table-header .search-row {
  position: absolute;
  right: 0;
  top: 40px;
}
#content-collection-browseRen #collectionItemsTable .grid-view table.items,
#content-collection-brand #collectionItemsTable .grid-view table.items,
#content-collection-style #collectionItemsTable .grid-view table.items {
  width: calc(100% + 20px);
}
@media (max-width: 767px) {
  #content-collection-browseRen #collectionItemsTable .grid-view table.items,
  #content-collection-brand #collectionItemsTable .grid-view table.items,
  #content-collection-style #collectionItemsTable .grid-view table.items {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #content-collection-browseRen #collectionItemsTable .main-content,
  #content-collection-brand #collectionItemsTable .main-content,
  #content-collection-style #collectionItemsTable .main-content {
    padding-left: 0;
    padding-right: 0;
  }
}
#content-collection-browseRen .category-heading a,
#content-collection-brand .category-heading a,
#content-collection-style .category-heading a {
  cursor: pointer;
}
#content-collection-browseRen .inactive,
#content-collection-brand .inactive,
#content-collection-style .inactive {
  opacity: 0.7;
}
#content-collection-browseRen .quantity-group .add-quantity-reflector,
#content-collection-brand .quantity-group .add-quantity-reflector,
#content-collection-style .quantity-group .add-quantity-reflector {
  display: none !important;
}
#content-collection-browseRen .items,
#content-collection-brand .items,
#content-collection-style .items {
  border-collapse: unset;
}
#content-collection-browseRen .items .add-to-shopping,
#content-collection-brand .items .add-to-shopping,
#content-collection-style .items .add-to-shopping,
#content-collection-browseRen .items .add-to-shopping-cart,
#content-collection-brand .items .add-to-shopping-cart,
#content-collection-style .items .add-to-shopping-cart {
  width: 100% !important;
  min-width: unset;
  font-size: 12px;
  margin-bottom: 5px !important;
  white-space: unset !important;
  margin-top: 15px;
}
#content-collection-browseRen .items tbody,
#content-collection-brand .items tbody,
#content-collection-style .items tbody {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#content-collection-browseRen .items tbody tr,
#content-collection-brand .items tbody tr,
#content-collection-style .items tbody tr {
  width: 25%;
  padding: 0 0 8px;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 992px) {
  #content-collection-browseRen .items tbody tr,
  #content-collection-brand .items tbody tr,
  #content-collection-style .items tbody tr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #content-collection-browseRen .items tbody tr,
  #content-collection-brand .items tbody tr,
  #content-collection-style .items tbody tr {
    width: 48%;
  }
}
#content-collection-browseRen .items tbody tr td,
#content-collection-brand .items tbody tr td,
#content-collection-style .items tbody tr td {
  width: 100%;
  border: none !important;
  outline: none;
}
@media (min-width: 768px) {
  #content-collection-browseRen .items,
  #content-collection-brand .items,
  #content-collection-style .items {
    border-collapse: separate;
    border-spacing: 10px 0;
  }
}
#content-collection-browseRen .approved-items tbody,
#content-collection-brand .approved-items tbody,
#content-collection-style .approved-items tbody {
  margin-left: -20px;
}
@media (max-width: 992px) {
  #content-collection-browseRen .approved-items tbody,
  #content-collection-brand .approved-items tbody,
  #content-collection-style .approved-items tbody {
    margin-left: 0;
  }
}
#content-collection-browseRen .approved-items tbody tr,
#content-collection-brand .approved-items tbody tr,
#content-collection-style .approved-items tbody tr {
  width: 24%;
}
@media (max-width: 1199px) {
  #content-collection-browseRen .approved-items tbody tr,
  #content-collection-brand .approved-items tbody tr,
  #content-collection-style .approved-items tbody tr {
    width: 24.1%;
  }
}
@media (max-width: 992px) {
  #content-collection-browseRen .approved-items tbody tr,
  #content-collection-brand .approved-items tbody tr,
  #content-collection-style .approved-items tbody tr {
    width: 32%;
  }
}
@media (max-width: 768px) {
  #content-collection-browseRen .approved-items tbody tr,
  #content-collection-brand .approved-items tbody tr,
  #content-collection-style .approved-items tbody tr {
    width: 32%;
  }
}
@media (max-width: 768px) {
  #content-collection-browseRen .approved-items tbody tr,
  #content-collection-brand .approved-items tbody tr,
  #content-collection-style .approved-items tbody tr {
    width: 48%;
  }
}
@media (max-width: 480px) {
  #content-collection-browseRen .approved-items tbody tr,
  #content-collection-brand .approved-items tbody tr,
  #content-collection-style .approved-items tbody tr {
    width: 100%;
  }
}
#content-collection-browseRen .alert-success,
#content-collection-brand .alert-success,
#content-collection-style .alert-success {
  color: var(--dec-black) !important;
  /* override to bootstrap! */
  padding: 8px;
}
#content-collection-browseRen .search-container,
#content-collection-brand .search-container,
#content-collection-style .search-container {
  position: absolute;
  top: 0;
  right: 0;
}
#content-collection-browseRen .search-container .search-whole-word,
#content-collection-brand .search-container .search-whole-word,
#content-collection-style .search-container .search-whole-word {
  display: none;
  margin: 5px 10px 0;
  line-height: 12px;
}
#content-collection-browseRen .search-container .search-whole-word input,
#content-collection-brand .search-container .search-whole-word input,
#content-collection-style .search-container .search-whole-word input {
  height: 11px;
}
#content-collection-browseRen .search-container .search-whole-word label,
#content-collection-brand .search-container .search-whole-word label,
#content-collection-style .search-container .search-whole-word label {
  font-weight: normal;
  font-size: 10px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  #content-collection-browseRen .search-container,
  #content-collection-brand .search-container,
  #content-collection-style .search-container {
    right: 40px;
  }
}
#content-collection-browseRen .mobile-search-order-buttons,
#content-collection-brand .mobile-search-order-buttons,
#content-collection-style .mobile-search-order-buttons {
  height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #content-collection-browseRen .mobile-search-order-buttons,
  #content-collection-brand .mobile-search-order-buttons,
  #content-collection-style .mobile-search-order-buttons {
    display: none;
  }
}
#content-collection-browseRen .filters-icon,
#content-collection-brand .filters-icon,
#content-collection-style .filters-icon {
  position: absolute;
  top: 6px;
  right: 20px;
}
#content-collection-browseRen .navbar-default,
#content-collection-brand .navbar-default,
#content-collection-style .navbar-default {
  box-shadow: none !important;
}
#content-collection-browseRen .categories-topbar,
#content-collection-brand .categories-topbar,
#content-collection-style .categories-topbar {
  /*.dropdown-menu {
      padding: 10px;
      min-width: 200px;

      a {
        text-transform: none;
        text-decoration: none;
        color: var(--dec-black);
        font-size: 14px;
        font-weight: 300;
        display: block;
        width: 100%;

        &:after {
          margin-right: 0;
        }
      }

      .btn-group {
        display: block;
      }
    }*/
}
#content-collection-browseRen .categories-topbar .category-selection .category-title,
#content-collection-brand .categories-topbar .category-selection .category-title,
#content-collection-style .categories-topbar .category-selection .category-title {
  margin-top: 7px;
}
#content-collection-browseRen .categories-topbar .category-selection ul,
#content-collection-brand .categories-topbar .category-selection ul,
#content-collection-style .categories-topbar .category-selection ul {
  margin-top: 8px !important;
  padding-left: 16px;
}
#content-collection-browseRen .categories-topbar .top-category-button,
#content-collection-brand .categories-topbar .top-category-button,
#content-collection-style .categories-topbar .top-category-button {
  margin-bottom: 5px;
  line-height: 18px;
}
#content-collection-browseRen .categories-topbar .top-category-button:hover,
#content-collection-brand .categories-topbar .top-category-button:hover,
#content-collection-style .categories-topbar .top-category-button:hover {
  font-weight: 600;
}
@media all and (min-width: 992px) {
  #content-collection-browseRen .dropdown-menu li,
  #content-collection-brand .dropdown-menu li,
  #content-collection-style .dropdown-menu li {
    position: relative;
  }
  #content-collection-browseRen .nav-item .submenu,
  #content-collection-brand .nav-item .submenu,
  #content-collection-style .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -17px;
  }
  #content-collection-browseRen .nav-item .submenu-left,
  #content-collection-brand .nav-item .submenu-left,
  #content-collection-style .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  #content-collection-browseRen .dropdown-menu > li:hover,
  #content-collection-brand .dropdown-menu > li:hover,
  #content-collection-style .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  #content-collection-browseRen .dropdown-menu > li:hover > .submenu,
  #content-collection-brand .dropdown-menu > li:hover > .submenu,
  #content-collection-style .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
#content-collection-browseRen .sidebar-item-content .form-check-input,
#content-collection-brand .sidebar-item-content .form-check-input,
#content-collection-style .sidebar-item-content .form-check-input {
  margin-top: 6px;
  font-size: 12px;
}
#content-collection-browseRen .sidebar-item-content .form-check-input:checked,
#content-collection-brand .sidebar-item-content .form-check-input:checked,
#content-collection-style .sidebar-item-content .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.51161 0.755008C9.85281 1.10687 9.84417 1.66871 9.49231 2.0099L4.0012 7.33461C3.65697 7.66841 3.10984 7.66841 2.76561 7.33461L0.269656 4.91429C-0.082205 4.57309 -0.0908487 4.01126 0.25035 3.65939C0.591549 3.30753 1.15339 3.29889 1.50525 3.64009L3.38341 5.46133L8.25672 0.735702C8.60858 0.394503 9.17041 0.403147 9.51161 0.755008Z' fill='white'/%3E%3C/svg%3E%0A");
  border-color: var(--dec-dark-gold);
}
#content-collection-browseRen .sidebar-item-content .form-check-input:hover,
#content-collection-brand .sidebar-item-content .form-check-input:hover,
#content-collection-style .sidebar-item-content .form-check-input:hover {
  border-color: var(--dec-gold);
}
#content-collection-browseRen .form-switch,
#content-collection-brand .form-switch,
#content-collection-style .form-switch {
  margin-bottom: 0;
}
#content-collection-browseRen .form-switch .form-check-label,
#content-collection-brand .form-switch .form-check-label,
#content-collection-style .form-switch .form-check-label {
  margin-left: 13px;
}
#content-collection-browseRen .form-switch .form-check-input:checked,
#content-collection-brand .form-switch .form-check-input:checked,
#content-collection-style .form-switch .form-check-input:checked {
  background-color: var(--dec-gold);
}
#content-collection-browseRen .cart-item-name .image-link,
#content-collection-brand .cart-item-name .image-link,
#content-collection-style .cart-item-name .image-link {
  border: none;
}
#content-collection-browseRen .cart-item-name .image-link .loading-background,
#content-collection-brand .cart-item-name .image-link .loading-background,
#content-collection-style .cart-item-name .image-link .loading-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  animation: backgroundColorChange 1s infinite alternate;
}
@keyframes backgroundColorChange {
  0% {
    background-color: #EFECE2;
  }
  100% {
    background-color: #F3F1EC;
  }
}
#content-collection-style #collectionItemsTableHeader .category-title {
  margin-bottom: 70px;
}
#content-collection-style #collectionItemsTableHeader .category-title .category-title-text {
  font-size: 30px;
  font-weight: 200;
}
#content-collection-style #collectionItemsTable .grid-view .table-header .search-row {
  position: initial;
}
#content-collection-style .share-style-section {
  padding: 113px 0;
  background: #F6F6F6;
}
#content-collection-style .share-style-section .share-style {
  font-family: var(--dec-font-family-ethereal);
  font-size: 30px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 70px;
}
#content-collection-style .share-style-section .text-center {
  text-align: center;
}
#content-collection-style .share-style-section .shareBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 1400px) {
  #content-collection-style .share-style-section .shareBox {
    margin-bottom: -13px;
  }
}
@media (max-width: 768px) {
  #content-collection-style .share-style-section .shareBox {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 20px;
  }
}
#content-collection-style .share-style-section .shareItem {
  width: 64px;
  height: 64px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content-collection-style .share-style-section .fa5-icon.share-brands,
#content-collection-style .share-style-section .dec-icon.share-brands {
  fill: #B19F6F;
}
#content-collection-style .share-style-section .fa5-icon.share-brands svg,
#content-collection-style .share-style-section .dec-icon.share-brands svg {
  width: 23px;
  height: 23px;
}
#content-collection-style .share-style-section .copy-success-alert-container {
  position: relative;
}
#content-collection-style .share-style-section .copy-success-alert {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 51px);
  width: 380px;
  height: 61px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #C2B48F;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: white;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
#content-collection-style .share-style-section .copy-success-alert .success-icon {
  padding-right: 23px;
}
#content-collection-style .share-style-section .copy-success-alert .success-icon .dec-icon svg {
  height: 18.1px;
  fill: #92AB6F;
}
@media (max-width: 420px) {
  #content-collection-style .share-style-section .copy-success-alert {
    width: 100% !important;
    left: 0;
    transform: none;
  }
}
