/** Shopify CDN: Minification failed

Line 111:20 Expected ")" to end URL token
Line 117:20 Expected ")" to end URL token
Line 435:2 Comments in CSS use "/* ... */" instead of "//"
Line 435:24 Expected ")" to end URL token

**/
.banner-available {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 303px !important;
  position: relative;
  padding: 0 0 46px 0;
} 
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.as-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.page-header-inner-bottom {
  z-index: 1;
}

.collection-page-header-title {
  margin: 0 0 1px 0;
  text-align: center;
  color: #ffffff;
  font-size: 58px;
  padding: 50px 15px;
  font-family: "ITC Caslon No 224";
  font-weight: 500;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 52px;
}
.banner-available .collection-page-header-title {
  text-transform: capitalize;
  line-height: 78px;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
  text-align: left;
  color: #222430;
  font-family: Assistant,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; 
  text-transform: capitalize;
} 
.breadcrumb a{
  color: #222430;
  font-family: Assistant,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; 
  text-transform: capitalize;
  text-decoration: none;
}
.breadcrumb a:hover{
  color: rgba(0, 0, 0, 0.7);
}
.template-collection .breadcrumb li,
.abt-section .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
}
.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}
.breadcrumb>li+li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  width: 11px;
  height: 11px;
  background: url({{'breadcrumb-arrow-gray.svg'|assets_url}});
  background-size: 100%;
}
.template-collection .breadcrumb>li+li::before,
.abt-section .breadcrumb>li+li::before {

  background: url({{'breadcrumb-arrow.svg'|assets_url}});
  background-size: 100%;
}
.breadcrumb>li+li {
  padding-left: 23px;
}
.template-collection .breadcrumb li a,
.breadcrumb li a,
.abt-section .breadcrumb li a {
  opacity: .65;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
}
.template-collection .breadcrumb li a:hover,
.breadcrumb li a:hover,
.abt-section .breadcrumb li a:hover {
  opacity: 1;
  color: #fff;
}
.blog-header-wrap .breadcrumb li a {
  color: #ffffff;
  opacity: .65;
}
.blog-header-wrap .breadcrumb li a:hover {
  color: #ffffff;
  opacity: 1;
}
.blog-header-wrap .breadcrumb li {
  color: #ffffff;
}
.breadcrumb li a {
  color: #d7543e;
  opacity: 1;
}
.breadcrumb li a:hover {
  color: #a63522;
}
.breadcrumb>li {
  color: #284458;
}
.page-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0003 !important;
  width: 100%;
  height: 100%;
}
.artist_page_mn .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.art_mn {
  float: left;
  width: 100%;
  padding: 30px 0 50px 0;
}
.artist_page_mn .art_mn .art_listing_lt {
  width: 276px;
  float: left;
  padding-bottom:30px;
}
.filter-block-title {
  display: none;
}
.panel-group {
  float: left;
  width: 100%;
}

#section-collection-tags-filters>.panel-group {
  display: block !important;
}
.panel-title {
  margin: 0;
  width: 100%;
  float: left;
}
.panel-title a {
  color: #222430;
  padding: 15px 0;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 27px;
  text-decoration: none;
  display: block;
  font-weight: 700;
  position: relative;
  font-family: 'tiempos_headlinelight';
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.panel-title a:after {
  content: "";
  height: 2px;
  width: 13px;
  background-color: #222430;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
}
.panel-title a.collapsed:before {
  content: "";
  height: 13px;
  width: 2px;
  background-color: #222430;
  display: inline-block;
  position: absolute;
  top: 39%;
  right: 21px;
}
.panel-group .panel-heading {
  border-bottom: 0;
  width: 100%;
  float: left;
}
.panel-collapse {
  clear: both;
}
.filter_shape {
  clear: both;
}
.filter_shape .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -6px;
}
.art_mn .filter_shape .panel-body li {
  float: left;
  list-style: none;
  padding: 0;
  width: auto;
}
.panel-body {
  float: left;
  width: 100%;
}
.art_listing_lt .filter_shape li span {
  font-size: 12px;
  line-height: 14px;
  color: #222430;
  letter-spacing: 0;
  font-weight: 500;
  font-family: Assistant,sans-serif;
  color: #222430;
}
.filter_shape ul li a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px !important;
  display: flex;
  width: 100%;
  margin: 0;
  height: 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
}
.filter_shape ul li:first-child a{
  padding-left: 0;
}
.filter_shape ul li a label {
  cursor: pointer;
}

.filter_shape ul li input {
  opacity: 0;
}
.artist_page_mn .art_mn .art_listing_lt ul li a label {
  color: #222430;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shap .img {
  display: block;
  border: 0;
}
.filter_shape ul span.img~span {
  display: block !important;
  padding-top: 8px;
}
.art_listing_lt .filter_shape li span.img {
  border: 1px #cccccc solid;
  background: #D9D9D9;
  display: block;
  margin: 0 auto 0;
  width: 0;
  height: 0;
}
.filter_shape .panel-body ul li:nth-child(2n) {
  padding-right: 0;
}
.filter_shape .panel-body ul .shape-horizontal .img {
  width: 72px;
  height: 25px;
  border: 0;
}
.filter_shape .panel-body ul .shape-slim-horizontal .img {
  width: 72px;
  height: 15px;
}
.filter_shape .panel-body ul .shape-slim-vertical .img {
  width: 20px;
  height: 35px;
}
.filter_shape .panel-body ul .shape-square .img {
  width: 35px;
  height: 35px;
}
.filter_shape .panel-body ul .shape-vertical .img {
  width: 25px;
  height: 35px;
}
.filter_shape .panel-body ul .shape-wide .img {
  width: 70px;
  height: 35px;
}
.filter_shape .panel-body ul .shape-wide-vertical .img {
  width: 22px;
  height: 35px;
}
.filter_shape .panel-body ul span:nth-child(2) {
  margin: 6px 0 0 0;
}
.art_mn .art_listing_rt {
  width: calc(100% - 276px);
  float: right;
  padding-left: 52px;
}
.art_mn .art_listing_rt .dropdown_rt label {
  font-weight: 700;
  border: none;
  padding: 6px 11px 0 0;
}
.art_mn .art_listing_rt .dropdown_rt label:first-child {
  margin: 0 !important;
}
.dropdown_rt {
  float: left;
  margin: 3px 0 17px;
  width: 100%;
}
.sidebar_bottom.artist .panel-body {
    max-height: 265px;
    overflow-x: auto;
}
.dropdown_rt label {
  letter-spacing: 0px;
  color: #000;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 11.5px 7px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 13px !important;
  float: left;
}
.art_mn .art_listing_rt div#section-sort-by.dropdown_rt label.checked11 {
  background-color: #d7543e;
  color: #fff;
  border-color: #d7543e;
}
.art_listing_rt .products_list {
  width: 100%;
  float: left;
  border-top: 1px solid #ddd;
  padding-top: 13px;
}
.art_listing_rt .products_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6.5px; 
  padding:0;
}
.art_listing_rt .products_list ul li{
  width: 25%;
  max-width: 100%;
  padding: 0 6.5px;
  margin: 0 0 26px 0;
  float: left;
  list-style: none;
}
.art_listing_rt .products_list ul li .product-thumb {
    position: relative;
}
.art_listing_rt .products_list ul li a.product-thumb-href {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
}
.art_listing_rt .product-thumb-inner {
  position: relative;
}
.art_listing_rt .btn-wishlist {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.art_listing_rt .product-thumb-inner:hover .btn-wishlist {
  display: block;
}
.art_listing_rt .btn-wishlist .swym-button {
  border: none;
  width: 25px;
  height: 22px;
  //  background: url({{'btn-wishlist-icon.svg'|assets_url}});
  background-size: 100%;
  padding: 0;
  cursor: pointer;
  font-size: 22px;
}
.art_listing_rt .product-thumb-img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.art_listing_rt .product-thumb-caption {
  padding: 0px;
  margin-top: 10px;
}
.art_listing_rt .product-thumb-caption-title {
  margin: 0;
  text-align: left;
}
.art_listing_rt .products_list .product-thumb-caption-title a {
  color: #284458;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 24px;
  cursor: pointer;
  font-size: 20px;
  font-family: "tiempos_headlinelight";
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
  text-align: left;
}
.art_listing_rt .products_list .product-thumb-caption-title a:hover{
  color: #d7543e;
}
.art_listing_rt .product-thumb-caption-desc {
  text-align: left;
  margin: 0;
  margin: 0 0;
  font-size: 13px;
  opacity: 1;
  letter-spacing: 0;
  color: #477d9f;
  font-family: Assistant;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.art_listing_rt .product-thumb-caption-desc a {
  font-family: Assistant;
  font-size: 16px;
  color: #477d9f;
  text-decoration: none;
}
.art_listing_rt .product-thumb-caption-desc a:hover {
  text-decoration: underline;
}
.panel-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.panel-body ul li {
  list-style: none;
}
.art_listing_lt .panel-body ul li {
  float: left ;
  width: 100%;
  line-height: normal;
}
.art_listing_lt .panel-body ul li  a{
  text-decoration: none;
}
.art_listing_lt ul li a label {
  color: #222430;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
}
.art_listing_lt ul li a label span {
  color: #222430;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
  margin-left: 0;
}
.art_listing_lt ul li a:hover label span{
  color: #d7543e;
}
div#MainMenu-sidebar label input,
.sidebar_bottom.artist ul li a input {
  height: 14px;
  width: 14px;
  margin: 0 3px 0 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid #A9A9A9;
  background: #fff;
  position: relative;
  border-radius: 0;
  outline: navajowhite;
}
.art_mn .art_listing_lt.mtspace ul li.shap a:hover {
  text-decoration: underline;
}
.art_mn .art_listing_lt.mtspace ul li a:hover {
  text-decoration: none;
}
.art_mn .art_listing_lt.mtspace ul li a:hover span {
  text-decoration: underline;
  color: #d7543e;
}
.art_listing_lt .artist .panel-body ul li {
  margin: 0 0 10px 0;
}
.panel-body .show_hide {
  text-decoration: underline;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
  color: #D7543E;
  font-family: Assistant,sans-serif;
}
.panel-body .show_hide:hover {
  text-decoration: underline;
}
.art_listing_lt .color .panel-body ul {
  margin: 0 -5px;
}
.art_listing_lt .color .panel-body ul li {
  width: auto;
  float: none;
  display: inline-block;
  padding: 3px 5px 1px;
  margin: 0 0 2px 0;
}
.art_listing_lt .color .panel-body ul li input {
  opacity: 0;
}
.art_listing_lt .color .panel-body ul li span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #D3D3D3;
  float: left;
  margin: 0;
}
.art_listing_lt .color .panel-body ul li span.border_wt {
  border: 2px solid #D3D3D3;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.paginations {
  margin: 50px 0 38px;
}
.paginations {
  display: block;
  text-align: center;
  width: 100%;
  float: left;
}
.paginations #section-pagination-progress {
  width: 20%;
  background-color: #f0eded;
  margin-left: auto;
  margin-right: auto;
}
.paginations #pagination-progress {
  height: 4px;
  background-color: #d7543e;
  margin-top: 10px;
  display: block;
}
.paginations button {
  cursor: pointer;
    height: 56px;
    width: 160px;
    color: #d7543e;
    text-align: center;
    font-family: Assistant,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #d7543e;
    margin-top: 24px;
    letter-spacing: 0;
}
.paginations button:hover {
  background-color: #d7543e;
  color: #fff;
}

div#section-pagination div {
  color: #000;
}

div#MainMenu-sidebar .list-group.panel>a.list-group-item~label {
  font-size: 18px !important;
  font-weight: 700;
}

div#MainMenu-sidebar .list-group.panel a.list-group-item {
  font-weight: 600;
  color: #000;
  display: inline-block;
  width: 22px;
  line-height: 20px;
}
div#MainMenu-sidebar .list-group.panel a.list-group-item ~ label{
  max-width: 190px;
}
div#MainMenu-sidebar .list-group.panel,
div#MainMenu-sidebar a.list-group-item {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.collapse a.list-group-item span.caret {
  color: #a63522;
  border-width: 5px;
  transform: rotate(-90deg);
}
.collapse.in>a.list-group-item[aria-expanded=true] span.caret,
div#MainMenu-sidebar .list-group.panel a.list-group-item[aria-expanded=true] span.caret {
  transform: rotate(0);
}

div#MainMenu-sidebar .list-group.panel a.list-group-item~label input {
  display: none;
}
.leavel-1 a.list-group-item~label input {
  display: inline-block !important;
}
.list-group.panel .collapse>a.list-group-item+label {
  width: 75%;
  padding-left: 0;
  display: inline-block;
  color: #000;
}
.leavel-1 a.list-group-item.SubMenu1 {
  padding-right: 30px;
}

div.list-group-submenu.leavel-2 {
  padding-left: 70px;
}
.list-group-submenu.leavel-3{
  padding-left: 40px;
}

div#MainMenu-sidebar .list-group-submenu label {
  width: 100%;
  display: inline-block;
  color: #000;
}

div#MainMenu-sidebar .list-group.panel a.list-group-item~label {
  font-size: 14px !important;
}
.view-less.view-more label,
div.list-group-submenu.leavel-2 label,
div.list-group-submenu.leavel-3 label {
  font-size: 14px !important;
}

div#MainMenu-sidebar label input[type=checkbox]:checked,
.sidebar_bottom.artist ul li a input[type=checkbox]:checked {
  border: 1px solid #A9A9A9;
  background: #000;
}

input[type=checkbox]:checked:after,
.sidebar_bottom.artist ul li a input[type=checkbox]:checked:after {
  width: 10px;
  top: 5px;
  left: 3px;
  transform: rotate(-55deg);
}

div#MainMenu-sidebar input[type=checkbox]:checked:before,
div#MainMenu-sidebar input[type=checkbox]:checked:after,
.sidebar_bottom.artist ul li a input[type=checkbox]:checked:after,
.sidebar_bottom.artist ul li a input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}

div#MainMenu-sidebar input[type=checkbox]:checked:before,
div#MainMenu-sidebar input[type=checkbox]:checked:after,
.sidebar_bottom.artist ul li a input[type=checkbox]:checked:after,
.sidebar_bottom.artist ul li a input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}

label input[type=checkbox]:checked:before,
.sidebar_bottom.artist ul li a input[type=checkbox]:checked:before {
  width: 5px;
  top: 7px;
  left: 2px;
  transform: rotate(40deg);
}
.selected-item {
  padding: 10px 0 32px;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  position: relative;
}

span.selected-type {
  color: #000;
  font-weight: bold;
}
.selected-item span.clear {
  float: right;
  font-size: 30px;
  line-height: 18px;
  position: relative;
  right: 0;
  cursor: pointer;
}
div#section-selected-filters {
  padding: 10px;
}
#section-collection-tags-filters .list-group.panel .filter-option-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
}
#section-collection-tags-filters .panel-body {
  padding: 15px 16px;
}
#section-collection-tags-filters .list-group.panel .leavel-1 {
  padding: 1px 0 0 15px;
}
#section-collection-tags-filters .list-group.panel .leavel-1 .category-tag-filters {
  line-height: 23px;
  margin: 0 0 6px 0;
}
#section-collection-tags-filters .list-group.panel input {
  margin: 6px 13px 0 0;
  vertical-align: top;
}
#section-collection-tags-filters .list-group.panel .filter-option-label {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
#section-collection-tags-filters .list-group.panel .leavel-2 {
  padding: 2px 0 0 55px;
  margin: 0 0 -2px 0;
  float: left;
  width: 100%;
}
#section-collection-tags-filters .list-group.panel .leavel-2 .category-tag-filters {
  line-height: 16px;
  vertical-align: top;
  float: left;
  width: 100%;
  margin: 0 0 9px 0;
}
#section-collection-tags-filters .list-group.panel .leavel-2 .category-tag-filters .filter-option-label {
  display: inline-block;
  margin: 0;
}

#section-collection-tags-filters .list-group.panel .leavel-2 input {
  margin: 3px 13px 1px 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-bottom: 1px solid rgba(34, 36, 48, 0.2);
      padding: 15px 0;
}
#filter-clear-alll {
  margin: 30px 0 0 0;
}
#filter-clear-alll h3 span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
.art_mn .filter-block-title#filter-clear-alll a.clear-all {
  line-height: 30px;
}
#section-selected-filters .selected-type {
  letter-spacing: 0;
}
#faceted-filters #section-selected-filters {
  padding: 10px 10px 10px;
  float: left;
  width: 100%;
}
.selected-item .selected-type {
  float: left;
  width: calc(100% - 15px);
  line-height: 18px;
  margin: 0;
}
.selected-item .clear {
  float: left;
  width: 15px;
}
#section-selected-filters .selected-type span {
  font-weight: 400;
}
.artist_content.no-artist-info {
  display: none;
}
div#section-sort-by label.checked11 {
  background-color: #d7543e;
  color: #fff;
  border-color: #d7543e;
}
.leavel-1>label {
  width: 94%;
  padding-left: 30px;
  display: block;
}
.show-more,
.show_hide {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #d7543e !important;
  font-family: Assistant, sans-serif;
}
.view-less {
  width: 100%;
  padding-left: 0px;
  display: none;
}
.view-less.view-more {
  display: inline-block;
  width: 100%;
}
.list-group.panel .collapse>a.show-more {
  width: 100%;
  display: inline-block;
}
.leavel-1>a.show-more {
  padding-left: 0px;
}
.view-less>label {
  display: inline-block;
  width: 100%;
}
.template-collection div#processing-loader,
body.template-search div#processing-loader {
  position: absolute;
  z-index: 999;
}

div#processing-loader {
  background-color: #fff;
  background-size: 150px;
  transition: .5s;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  opacity: .8;
  left: 50%;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.page_main {
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
}
.loading-section img {
  align-items: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

div#processing-loader {
  background-color: #fff;
  background-size: 150px;
  transition: .5s;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  opacity: .8;
}



.banner-available {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 303px !important;
  position: relative;
  padding: 0 0 46px;
}
.as-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.collection-page-header-title {
  margin: 0 0 1px;
  text-align: center;
  color: #fff;
  font-size: 58px;
  font-family: "ITC Caslon No 224";
  font-weight: 500;
  padding: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 52px;
}
.banner-available .collection-page-header-title {
  text-transform: capitalize;
  line-height: 78px;
}
.cus_header_no-banner header.no-banner.page-header.as-background {
  background: transparent;
  display: none;
}
.cus_header_no-banner .breadcrumb>li {
  color: #477d9f !important;
}
.cus_header_no-banner .breadcrumb li a {
  color: #d7543e !important;
  opacity: 1;
}
.cus_header_no-banner .breadcrumb>li+li:before {
  color: #ccc;
}
.cus_header_no-banner .breadcrumb>li+li:before {
  background: url('/cdn/shop/files/breadcrumb-arrow-gray.svg') !important;
  background-size: 100% !important;
}
.cus_header_no-banner .collection-page-header-title {
  font-size: 45px;
  line-height: 48px;
  letter-spacing: .45px;
  color: #284458;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
  font-family: "ITC Caslon No 224", serif;
}
.cus_header_no-banner .page-header-inner-bottom.show-banner {
  margin-top: 78px;
}
.Sp-tag-detail .breadcrumb>li+li:before {
  top: -8px;
}
.template-page .Sp-tag-detail.page-width {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1570px;
}
.Sp-tag-detail .artist_page_mn .container {
  max-width: 100%;
}
.Sp-tag-detail .artist_page_mn .art_mn .art_listing_lt {
  height: 80vh;
}
.Sp-tag-detail .artist_page_mn .art_listing_lt ul li a:hover {
  text-decoration: none;
}
.art_listing_lt ul li a:hover{
  text-decoration: none;
}
.Sp-tag-detail .artist_page_mn .art_listing_lt ul li a:hover span {
  color: #a63522;
  text-decoration: underline;
}
.Sp-tag-detail .rte ul {
  padding-left: 0;
}
.template-list-collections #page-header {
  padding: 234px 0 40px !important;
}
.collection_list {
  padding: 0;
  margin: 36px 0 0 0;
  list-style: none;
  width: 100%;
  float: left;
}
.collection_list li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.collection_list li .collection-thumb-img {
  width: 100%;
  height: 270px;
  float: left;
  box-shadow: 0 12px 30px #00000016;
}
.collection_list li .collection-thumb-img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.collection-thumb-title.text-uppercase {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
  font-style: normal;
  letter-spacing: .4px;
  font-size: 16px;
  margin-bottom: 0;
  color: #284458;
  font-weight: 700;
  text-transform: uppercase;
}
.collection_list li a:hover .collection-thumb-title.text-uppercase {
  color: #d7543e;
}
.collection_list li a:hover .collection-thumb-img-overlay {
  opacity: 0.64;
  display: block;
}
.collection_list li .collection-thumb-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.list-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.collection_list .collection-thumb-img-overlay {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 91%;
  z-index: 2;
  background: #d7543e;
  opacity: 1;
  transition: .3s;
  border-radius: 6px;
  display: none;
}
.filters-for-mobile {
  display: none;
}
.buy-confidence {
  color: #000000;
}
.cart-note-info-item p {
  color: #000000;
}
.artist_page_mn #btn-filter-close{
  display: none;
}
.filter_shape ul span.img + span {
    display: none!important;
}
.product-thumb-img-wrap {
  background: #F6F6F6;
  padding: 15px;
  height: 283px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.panel-title a.collapsed {
    border-bottom: 1px solid rgba(34,36,48,0.2);
}
.template-collection .collection-hero__title, .template-search__header h1{
    color: #284458;
    text-align: left;
    font-family: tiempos_headlinelight;
    font-size: 40px;
    font-weight: 300;
    line-height: 42px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 30px;
}
.art_mn div#section-sort-by label:not(:first-child) {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}
.art_mn .dropdown_rt img {
    display: none;
}
.art_mn div#section-sort-by label:not(:first-child) input {
    display: none;
}
.art_mn .art_listing_rt div#section-sort-by.dropdown_rt label.checked11 {
    background-color: #d7543e;
    color: #fff;
    border-color: #d7543e;
}

.collection-top-banner {
    display: inline-block;
    width: 100%;
    background: rgba(71, 125, 159, 0.1);
  padding: 43px 0;
}
.collection-img-lt img {
    max-width: 100%;
    height: auto;
  display: block;
}
.collection-img-lt {
    float: left;
    width: 25.3572%;
    padding-right: 99px;
}
.collection-list-rt {
    float: left;
    width: calc(100% - 25.3572%);
}
.collection-list-rt .collection-list li.collection-list__item {
  padding: 0 7.5px;
  width: calc(100% / 7);
}
.collection-list-rt .collection-list{
  margin: 0 -7.5px;
  display: none;
}
.collection-list-rt .collection-list.slick-slider{
  display: block;
}
.collection-list-rt .collection-list .slick-track{
  margin-left:0;
  margin-right:0;
}
.cus_prod_ .collection-list-rt .card__information .full-unstyled-link{
  color: #284458;
  text-align: center;
  font-family: Tiempos Headline;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.cus_prod_ .collection-list-rt .card__information .full-unstyled-link:hover{
  color: #d7543e;
}
.collection-list-rt ul.slick-dots {
    padding: 0 0 0;
    list-style: none;
    text-align: center;
    margin-top: 6px;
}
.collection-list-rt ul.slick-dots li{
  margin: 0 auto;
  display: inline-block;
}
.collection-list-rt ul.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    margin: 0 6.5px;
    background: #9AB7CA;
    box-shadow: none;
    border: 0;
}
.collection-list-rt ul.slick-dots li.slick-active button, .collection-list-rt ul.slick-dots li button:hover{
  background: #477D9F;
}
.collection-list-rt .card__information{
  padding: 10px 0 0;
}


@media only screen and (max-width: 1199px) {
  .art_mn .art_listing_rt {
      width: 70%;
  }
  .artist_page_mn .art_mn .art_listing_lt {
      width: 30%;
  }    .template-page .Sp-tag-detail.page-width {
      padding-left: 0;
      padding-right: 0;
  }
  .art_listing_rt .products_list ul {
      padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  /* body.template-collection {
      margin-top: 175px;
  } */
  #tag-detail .page-width.page-width--narrow.default-page.Sp-tag-detail {
      margin-top: 105px;
  }
  .filters-for-mobile {
      display: block;
      float: left;
      width: 100%;
  }
  .template-collection .header_menu_row,
  .template-search .header_menu_row,
  .filters-for-mobile.mtspace {
      padding: 15px 10px;
      background-color: #ecf2f5;
      position: relative;
      width: 100%;
      border: none;
      margin: 0;
      float: left;
  }

  div#faceted-filters {
      position: fixed !important;
      height: 90vh;
      width: 300px;
      top: 125px;
      margin-top: 0;
      left: -100%;
      -webkit-transition: .3s ease !important;
      -moz-transition: .3s ease !important;
      -o-transition: .3s ease !important;
      -ms-transition: .3s ease !important;
      transition: .3s ease !important;
      overflow-y: auto;
      border-radius: 0;
      display: block !important;
      padding-bottom: 300px;
      z-index: 999;
      background: #ecf2f5;
  }
  .filters-for-mobile button.mobile#filter {
      width: 49%;
      display: inline-block;
      float: left;
      margin-bottom: 0;
      font-weight: 600;
      font-size: 14px;
      font-family: Assistant, sans-serif;
      text-transform: uppercase;
      background: #d5543e;
      color: #fff;
      border: none;
      height: auto;
      border-radius: 20px;
      outline: none;
      padding: 11px 20px;
  }
  .filters-for-mobile .dropdown_rt {
      width: 49%;
      float: right;
      margin: 0;
  }
  .filters-for-mobile .dropdown_rt .on-open {
      padding: 7px 16px;
      background: #d5543e;
      color: #fff;
      border: none;
      height: auto;
      margin: 0;
      border-radius: 20px;
      outline: 0;
      vertical-align: middle;
      width: 100%;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0px;
      text-align: center;
      line-height: 26px;
  }
  .filters-for-mobile .short-by-option {
      display: none;
      position: absolute;
      left: 0;
      top: 55px;
      background-color: #ecf2f5;
      width: 100%;
      padding: 20px 10px;
  }
  .filters-for-mobile .short-by-option.is-open-filter {
      display: block;
  }
  .filters-for-mobile button#filter img {
      margin-right: 8px;
      vertical-align: middle;
      width: 20px;
  }
  .filters-for-mobile div#section-sort-by span.show-in-mobile img {
      display: inline-block;
      width: 14px;
      margin: 0 0 0 6px;
  }
  .short-by-option label {
      width: 100%;
      display: inline-block;
      margin-bottom: 10px;
  }
  .short-by-option label {
      background-color: transparent;
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      border: 1px solid #ddd;
      padding: 10px 7px;
      border-radius: 5px;
      cursor: pointer;
      margin-right: 10px;
      color: #000;
  }
  .short-by-option label.checked11 {
      background-color: #d7543e;
      color: #fff;
      border-color: #d7543e;
  }
  .short-by-option label input {
      display: none;
  }

  div#faceted-filters.filters-open div#btn-filter-close {
        display: flex;
        right: 15px;
        z-index: 9999999;
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 18px;
        background-color: #d5543e;
        padding: 0;
        font-weight: bold;
        color: #fff;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        top: 0;
  }

  body.filters-open div#faceted-filters.filters-open:after {
      content: "";
      background-color: #000;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 131px;
      -webkit-transition: .6s ease;
      -moz-transition: .6s ease;
      -o-transition: .6s ease;
      -ms-transition: .6s ease;
      transition: .6s ease;
      right: auto;
      z-index: -1;
      display: none;
      opacity: 0.4;
  }
  .list-group.panel .collapse>a.list-group-item+label {
      width: 85%;
  }
  .art_mn .art_listing_rt {
      padding: 50px 0 0 0;
      width: 100%;
  }
  .template-collection .art_mn .art_listing_rt {
      margin-top: 40px;
      padding: 0;
  }
  .art_mn.filters-open div#faceted-filters {
      left: 0;
    padding-top:50px;
  }
  .fix-sidebar-menu div#faceted-filters,
  body.filters-open.fix-sidebar-menu div#faceted-filters.filters-open:after {
      top: 114px;
  }
  .shrink_header .header_menu_row {
      display: block;
  }
  .container#category-sticky-parent {
      z-index: 2;
      position: relative;
  }
  header.banner-available {
      display: none !important;
  }
  .list-group.panel .collapse>a.list-group-item+label {
      width: 95% !important;
  }
  .art_listing_rt .products_list ul {
      grid-column: 2;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  .art_listing_rt .products_list ul li .product-thumb {
      padding: 0 0;
  }
  .template-collection .art_mn .art_listing_rt {
      margin-top: 30px;
  }
  .list-group.panel .collapse>a.list-group-item+label {
      width: 93% !important;
  }
  #tag-detail .page-width.page-width--narrow.default-page.Sp-tag-detail {
      margin-top: 75px;
  }
  /* body.template-collection {
      margin-top: 144px;
  } */
  .art_mn.filters-open div#faceted-filters {
    padding-top: 30px;
}
}

@media only screen and (max-width: 479px) {
  div#faceted-filters.filters-open div#btn-filter-close{
    top:12px;
  }
  .art_mn.filters-open div#faceted-filters {
    padding-top:40px;
}
  div#faceted-filters,
  body.filters-open div#faceted-filters.filters-open:after {
      top: 116px;
  }
  .list-group.panel .collapse>a.list-group-item+label {
      width: 85% !important;
  }
  /* body.template-collection {
      margin-top: 116px;
  } */
  .art_listing_rt .products_list ul {
    grid-column: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.art_listing_rt .products_list .product-thumb-caption-title {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  line-height: 24px;
  cursor: pointer;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  color: #284458;
  font-weight: 300;
  font-family: "tiempos_headlinelight";
}
.bg-white img{
  border:1px #bfbfbf solid;
}
.art_listing_rt .products_list ul li .targetbay-reviews-count-star ul
{ grid-column: auto;
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
}
.art_listing_rt .products_list ul li .targetbay-reviews-count-star ul li
{ width:auto; margin:0px; 
}
.art_listing_rt .products_list ul li .targetbay_star_container > div{
  margin-bottom: 2px;
  text-align: left !important;
  margin-top: 7px;
  font-size: 0;
}
.art_listing_rt .products_list ul li .targetbay_star_container .targetbay-reviews-count-field .targetbay-reviews-count-star{
  line-height: normal;
}
.art_listing_rt .products_list ul li .targetbay_star_container > div p.tbg-reviews-ne-star-rating {
  margin: 0;
  text-align: left;
  line-height: normal;
  font-size: 0;
}
.art_listing_rt .products_list ul li .targetbay_star_container > div p.tbg-reviews-ne-star-rating svg.tgb-reviews-new-c-star-theme1 {
  height: 13px;
  width: 13px;
  margin-right: 2px;
}

.template-collection .content-for-layout .tb_review_carousel{
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
}
.art_mn .filter-block-title a.clear-all {
    display: inline-block;
    vertical-align: middle;
    float: right;
    line-height: 34px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #a63522;
    text-decoration: underline;
    cursor: pointer;
}
.art_mn .filter-block-title h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.art_mn .art_listing_rt .collection_description p {
    font-size: 18px;
    color: #222430;
    line-height: 30px;
    font-weight: 500;
}
.pro-imgcls {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1240px){
  .art_listing_rt .products_list ul li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1700px){
  .art_listing_rt .products_list ul li {
    width: 25%;
  }
}
.artist_page_mn .art_mn .art_listing_lt ul{
  display: flex;
  flex-wrap: wrap;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shape-square{
  order: 1;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shape-wide{
  order: 2;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shape-vertical{
  order: 3;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shape-horizontal{
  order: 4;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shape-wide-vertical{
  order: 5;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shape-slim-horizontal{
  order: 6;
}
.artist_page_mn .art_mn .art_listing_lt ul li.shape-slim-vertical{
  order: 7;
}
div#MainMenu-sidebar{
  width: 100%;
}
button.swym-button.swym-add-to-wishlist-view-product.swym-icontext.swym-heart.swym-added:before {
    color: #000000 !important;
}