/**
 *		Block	photo
 */
.block-photo {
  position: relative; }
  .block-photo .photo-list {
    position: relative; }
  .block-photo__breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 130px 40px 20px;
    z-index: 3; }
    .block-photo__breadcrumbs .container {
      max-width: none;
      padding: 0; }
    .block-photo__breadcrumbs .breadcrambs {
      padding: 0; }
    .block-photo__breadcrumbs .breadcrambs-list {
      position: relative;
      top: auto;
      left: auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0;
      margin: 0;
      transform: none; }
    .block-photo__breadcrumbs .breadcrambs-item {
      padding-right: 0;
      color: #fff; }
    .block-photo__breadcrumbs .breadcrambs-item:not(:last-child)::after {
      content: '/';
      margin: 0 20px;
      color: #fff;
      pointer-events: none; }
    .block-photo__breadcrumbs .breadcrambs-item::before {
      display: none; }
    .block-photo__breadcrumbs .breadcrambs-item a {
      color: rgba(255, 255, 255, 0.5); }
    .block-photo__breadcrumbs .breadcrambs-item span {
      color: #fff; }

.photo-item {
  position: relative;
  width: 100%;
  min-height: 783px;
  background-repeat: no-repeat;
  background-size: cover;

  background-position: bottom center;
  overflow: hidden; }
  .photo-item--right {
    background-position: bottom right; }
    .photo-item--right:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }

  .photo-item__small-height {
    min-height: 260px; }
  .photo-item img {
    width: 100%; }
  .photo-item h2 {
    margin-bottom: 13px; }
    .photo-item h2 span {
      color: #fff; }

.photo-info {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  max-width: 590px;
  max-height: 271px;
  padding: 40px 30px 40px 117px;
  background-color: rgba(35, 31, 32, 0.6);
  color: #fff; }
  .photo-info p {
    margin-bottom: 10px;
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: #fff; }
  .photo-info a {
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.4px;
    text-transform: uppercase; }
  .photo-info__center {
    position: relative;
    bottom: auto;
    max-width: 650px;
    max-height: 100%;
    padding: 58px 0 0;
    margin: auto;
    background-color: inherit;
    text-align: center; }
    .photo-info__center h2 {
      margin-bottom: 23px;
      font-family: 'Reforma', Times New Roman, serif;
      font-size: 60px;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 5px; }
    .photo-info__center p {
      font-family: 'ChronicleDisp-R', Times New Roman, serif;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.6; }
  .photo-info__unpainted {
    background-color: inherit; }

    .photo-info__unpainted p,
    .photo-info__unpainted a,
    .photo-info__unpainted h2 {
      color: #231f20; }

    .photo-info__unpainted span.turquoise {
      color: #00b2cb; }

/**
 *		Media	
 */
@media screen and (max-width: 1340px) {
  .photo-info {
    bottom: 140px; }
    .photo-info__center {
      bottom: auto; } 
    .photo-item {
    min-height: 550px;}  }
@media screen and (max-width: 991px) {
  .block-photo__breadcrumbs {
    padding: 80px 16px 30px; } }
@media screen and (max-width: 630px) {
  .photo-item {
    min-height: 450px; }
    .photo-item__small-height {
      min-height: 260px; }

  .photo-info {
    max-width: 390px;
    padding: 20px 30px 20px 85px; }
    .photo-info__center {
      padding: 40px 0 0; }
    .photo-info a {
      font-size: 12px; }
    .photo-info p {
      font-size: 18px; } }
@media screen and (max-width: 480px) {
  .photo-item {
    min-height: 450px; }
    .photo-item__small-height {
      min-height: 260px; }
    .photo-item h2 {
      font-size: 36px; }
      .photo-item h2 span {
        font-size: 36px; }

  .photo-info {
    top: 120px;
    bottom: auto;
    max-width: 100%;
    padding: 20px 10px 20px 30px; }
    .photo-info__center {
      top: auto; } }
/**
 *		Breadcrambs	
 */
.breadcrambs {
  position: relative;
  padding: 10px 0; }
  .breadcrambs__extended {
    padding: 14px 0; }
  .breadcrambs__large-indents {
    padding: 34px 0 32px; }
  .breadcrambs:after {
    content: '';
    display: block;
    clear: both; }
  .breadcrambs p.title {
    font-family: 'Reforma', Times New Roman, serif;
    font-size: 54px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4.5px; }

.breadcrambs-list {
  position: absolute;
  padding: 0;
  margin: 0 0 0 -3px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.breadcrambs-item {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 14px;
  color: #3D0B20;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase; }
  .breadcrambs-item:last-child {
    padding-right: 0; }
    .breadcrambs-item:last-child:before {
      display: none; }
  .breadcrambs-item:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 8px;
    display: block;
    width: 5px;
    height: 8px;
    background-image: url(../../img/arrow-dark-small.png);
    background-repeat: no-repeat;
    background-position: center right; }
  .breadcrambs-item a {
    color: #231f20;
    font-size: 14px;
    transition: color .25s; }
    .breadcrambs-item a:hover {
      color: #3D0B20; }

.breadcrambs-sort-title {
  position: absolute;
  top: 10px;
  left: calc(50% - 70px);
  font-size: 24px;
  font-style: italic;
  letter-spacing: -.5px;
  transform: translate(-50%, 0); }
  .breadcrambs-sort-title .number {
    margin: 0 8px;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    color: #3D0B20; }

.sort-list p {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1.3px; }
.sort-list .sort-list-item {
  display: inline-block;
  min-width: 204px;
  margin-right: 7px;
  vertical-align: middle; }
  .sort-list .sort-list-item:last-child {
    margin-right: 0; }
  .sort-list .sort-list-item select {
    width: 100%;
    height: 44px; }
  .sort-list .sort-list-item .select2-container {
    z-index: 1;

    width: 100% !important; }
    .sort-list .sort-list-item .select2-container .select2-selection--single {
      height: 44px; }
  .sort-list .sort-list-item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #231f20 transparent; }
  .sort-list .sort-list-item .select2-container--default .select2-selection--single {
    border: 1px solid #231f20;
    border-radius: 0;
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-size: 18px;
    font-style: italic;

    letter-spacing: 0; }

    .sort-list .sort-list-item .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0 21px;
      font-size: 18px;
      color: #231f20;
      line-height: 42px; }
    .sort-list .sort-list-item .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 42px;
      width: 39px; }
      .sort-list .sort-list-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #231f20 transparent transparent transparent; }
.sort-list__right {
  float: right; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dedede; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00b2cb; }

.select2-results__option {
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-size: 16px; }

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #231f20; }

/**
 *      Category description
 */
.category-description {
  margin-bottom: 32px;
  padding: 48px 0 52px;
  background-color: #f8f2f4;
}

.category-description .container__narrow {
  padding-top: 0;
  padding-bottom: 0;
}

.category-description__content {
  max-width: 900px;
  padding: 0 32px;
  margin: 0 auto;
  color: #231f20;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 23px;
  line-height: 1.55;
  text-align: center;
}

.category-description__content:before,
.category-description__content:after {
  display: block;
  width: 56px;
  height: 1px;
  margin: 0 auto 24px;
  background-color: #3D0B20;
  content: '';
}

.category-description__content:after {
  margin: 24px auto 0;
}

.category-description__content p {
  margin: 0;
}

.category-description__content p + p {
  margin-top: 16px;
}

/**
 *		Media	
 */
@media screen and (max-width: 1340px) {
  .breadcrambs__extended {
    padding: 0; }
    .breadcrambs__extended .breadcrambs-list,
    .breadcrambs__extended .breadcrambs-sort-title {
      position: relative;
      text-align: center;
      top: auto;
      left: auto;
      transform: translate(0, 0); }
    .breadcrambs__extended .breadcrambs-list {
      margin-bottom: 10px; }
    .breadcrambs__extended .breadcrambs-sort-title {
      margin-bottom: 20px; }
    .breadcrambs__extended .sort-list {
      float: none;
      text-align: center; }
      .breadcrambs__extended .sort-list .sort-list-item {
        text-align: left; } }
@media screen and (max-width: 960px) {
  .category-description__content {
    font-size: 21px;
  }

  .breadcrambs {
    padding: 0; }
    .breadcrambs__large-indents {
      padding: 26px 0 24px; }
    .breadcrambs p.title {
      font-size: 42px; }

  .breadcrambs-list {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    margin-bottom: 15px; }

  .breadcrambs-sort-title {
    margin-bottom: 10px;
    font-size: 20px; }
    .breadcrambs-sort-title .number {
      font-size: 28px; } }
@media screen and (max-width: 630px) {
  .breadcrambs__extended .sort-list .sort-list-item {
    display: block;
    max-width: 480px;
    margin: 0 auto 10px; }
    .breadcrambs__extended .sort-list .sort-list-item:last-child {
      margin-bottom: 0; }
  .breadcrambs__extended .sort-list p {
    width: 100%;
    margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .breadcrambs p.title {
    font-size: 36px;
    letter-spacing: 3px; } }
/**
 *		Product photo
 */
.product-photo--item {
  position: relative;

  width: 100%;
  height: 100%;

  margin: -1px -1px 0 0;
  border: 1px solid #dedede;
  overflow: hidden;
  transition: all .3s; }

  .product-photo--item.is-visible, .product-photo--item:hover {
    border-color: #3D0B20;
    box-shadow: 0px 0px 40px 5px rgba(12, 5, 13, 0.5); }
    .product-photo--item.is-visible .product-photo--info, .product-photo--item:hover .product-photo--info {

      opacity: 1; }
  .product-photo--item img {
    display: block;
    width: 100%;
    transition: transform .3s ease-out; }
.product-photo--info {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(35, 31, 32, 0.7);
  text-align: center;
  overflow: hidden;
  transition: opacity .3s ease-out; }
  .product-photo--info .info-wrapper {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px 25px; }
  .product-photo--info p {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'ChronicleDisp-R', Times New Roman, serif;
    font-size: 16px;
    line-height: 1.25; }

    .product-photo--info p.title {
      margin-bottom: 30px;
      font-family: 'ChronicleDisp', Times New Roman, serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.15;
      letter-spacing: 1.5px; }

    .product-photo--info p.price {
      margin: 0;
      font-family: 'ChronicleDisp', Times New Roman, serif;
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 1.25px; }

  .product-photo--info a.title {
    display: inline-block;
    margin-bottom: 30px;
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: 1.5px;
    text-transform: uppercase; }

.product-photo--button {
  z-index: 10;
  position: relative;
  background-color: #fff; }
  .product-photo--button:after {
    content: '';
    display: block;
    clear: both; }
  .product-photo--button a {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 18px 0;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #dedede; }
    .product-photo--button a.details {
      border-right: 1px solid #dedede; }
    .product-photo--button a.buy {
      font-weight: 700;
      color: #3D0B20; }

    .product-photo--button a.hover-orange:hover {
      color: #3D0B20; }
    .product-photo--button a.hover-light:hover {
      color: #e79118; }
    .product-photo--button a.overall-width {
      float: none;
      width: 100%; }


.product-photo-list {
  margin-bottom: 35px; }
  .product-photo-list__indent {
    margin-bottom: 60px; }

/**
 *		Media	
 */
@media screen and (max-width: 630px) {
  .category-description {
    margin-bottom: 24px;
    padding: 34px 0 38px;
  }

  .category-description .container__narrow {
    padding-right: 16px;
    padding-left: 16px;
  }

  .category-description__content {
    padding: 0 20px;
    font-size: 19px;
    line-height: 1.5;
  }

  .category-description__content:before,
  .category-description__content:after {
    margin-bottom: 18px;
  }

  .category-description__content:after {
    margin-top: 18px;
  }

  .product-photo-list .line-size {
    width: 100%;

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 577px) and (max-width: 991px) {
  .section-popular--category .show-to {
    display: none;
  }

  .section-popular--category .row:not(.related-slider) .col-3 {
    min-width: calc(100% / 2) !important;
    width: calc(100% / 2) !important;
  }
}

@media screen and (max-width: 576px) {
  .section-popular--category .show-to {
    display: none;
  }

  .section-popular--category .row:not(.related-slider) .col-3 {
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  #anchor-scroll {
    padding-top: 24px;
    scroll-margin-top: 128px;
  }
}

@media screen and (max-width: 767px) {
  #anchor-scroll {
    padding-top: 20px;
    scroll-margin-top: 118px;
  }
}

@media screen and (max-width: 576px) {
  #anchor-scroll {
    padding-top: 16px;
    scroll-margin-top: 110px;
  }
}
