﻿@charset "UTF-8";

.wrapper_ {
  background-image: url(../../../../img/usr/brand/thedros/products_bg.png);
  background-attachment: fixed;
  background-size: 1200px;
  background-repeat: repeat;
  background-position: center;
}

.shoplist .wrapper_ .container_ .contents_ .mainframe_  .forcms_block {
    padding-top: 0px;
}

.shoplist .wrapper_ {
    background: none;
}

/* HEADER, FOOTER */

#header{
  /*background: #eac86d !important;*/
  background: url(../../../../img/usr/brand/thedros/bg.png) center;
}

.block-header-nav li a {
  color:#000;
}

.block-header-nav > li > a:before, .block-header-nav > li > p:before {
  background: #000;
}

.block-brand-footer {
  /* background: #fffded  !important; */
  /*background: #eac86d !important;*/
  background: url(../../../../img/usr/brand/thedros/bg.png) center;
}

.block-brand-footer--nav li a {
  /* color:#eac86d; */
  color: #000;
}

@media screen and (min-width: 768px) {
  .block-header-logo {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .block-header-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header {
    position: relative;
  }
  .block-header-logo {
   width: 100px;
  }
  .block-header-logo a {
    height: 80px;
  }
  .block-header-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    width: 80px;
  }
  .block-header-logo.shrink img {
    width: 100px;
  }

  .block-header-btn:before, .block-header-btn:after, .block-header-btn span:after{
        background: #000;
  }
}


.shoplist .wrapper_ .forcms_block {
    padding-top: 0px;
}