.custom-intro-collections {
  margin-bottom: 40px; }
  .custom-intro-collections h1 {
    text-align: center;
    margin-top: 30px;
    font-family: "RotisSerifPro-Bold", serif;
    text-transform: uppercase;
    font-weight: 500; }
  @media (max-width: 480px) {
    .custom-intro-collections h1 {
      font-size: 25px; } }
  .custom-intro-collections hr {
    border-color: #A47E48;
    width: 250px;
    margin: 0 auto;
    margin-top: 30px; }
  @media (max-width: 480px) {
    .custom-intro-collections hr {
      margin-top: 15px; } }
  .custom-intro-collections .image-intro {
    max-width: 100%;
    height: auto; }
  .custom-intro-collections .description {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    line-height: 1.2em;
    margin-top: 30px; }
  @media (max-width: 480px) {
    .custom-intro-collections .description {
      padding: 0 15px;
      font-size: 17px;
      margin-top: 15px; } }

.hikashop_product {
  transition: background ease 0.5s; }
  .hikashop_product .hikashop_subcontainer {
    background: none !important; }
  .hikashop_product:hover {
    background: #d5dde3; }
  @media (max-width: 480px) {
    .hikashop_product img {
      max-width: 80%;
      height: auto; } }

@media (max-width: 480px) {
  #hikashop_category_information_menu_160 .hikashop_product_image_subdiv {
    width: inherit; } }

@media (max-width: 480px) {
  #hikashop_category_information_menu_160 .hikashop_product_image {
    height: inherit; } }

.hikashop_products_listing_main {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .hikashop_products_listing_main h2 {
    text-align: center;
    margin-top: 60px;
    font-family: "RotisSerifPro-Bold", serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: cRem(24px);
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .hikashop_products_listing_main h2:after {
      content: ' ';
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #A47E48; }
  .hikashop_products_listing_main .hikashop_products_listing {
    width: 100%; }
    .hikashop_products_listing_main .hikashop_products_listing .hk-row-fluid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }

.hikashop_product_name {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700; }
  .hikashop_product_name a {
    color: #254455; }
    .hikashop_product_name a:hover {
      color: #A47E48;
      text-decoration: none; }

.hikashop_product_code_list {
  display: none; }

.hikashop_products_pagination {
  display: none; }

.hikashop_listing_img_title:hover a {
  color: #A47E48; }

#boitiers h3 {
  text-align: center;
  margin-top: 30px;
  font-family: "RotisSerifPro-Bold", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 0; }
#boitiers hr {
  border-color: #A47E48;
  width: 250px;
  margin: 0 auto;
  margin-top: 30px; }
#boitiers .intro {
  margin-top: 30px;
  font-weight: 300;
  font-size: 24px;
  text-align: center; }
#boitiers .owl-stage {
  display: flex;
  align-items: center; }
#boitiers .owl-carousel {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 80px; }
  #boitiers .owl-carousel img {
    width: inherit;
    display: inline-block; }
