body {
  font-family: 'Open Sans', sans-serif; }

#wpadminbar {
  display: none !important; }

.bold-text {
  color: #0e0e0e;
  font-weight: bold; }

.bold-text-white {
  color: #dedede;
  font-weight: bold; }

.bold-text-red {
  color: #A12A2A;
  font-size: 20px;
  font-weight: bold; }

li {
  list-style: none; }

ul {
  margin-bottom: 0;
  padding: 0; }

a {
  color: #A12A2A; }

a:hover {
  text-decoration: none; }

.screen-reader-text {
  display: none; }

#hmt {
  display: none; }

.dgwt-wcas-search-wrapp {
  max-width: 100% !important; }

.s-header__basket-wr {
  position: fixed;
  bottom: 75px;
  right: 0;
  z-index: 600; }

.basket-btn {
  text-align: center;
  display: inline-block;
  max-width: 100px !important;
  background-color: #A12A2A;
  font-family: sans-serif;
  font-size: 16px;
  color: #ECF0F1 !important;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 19px;
  text-decoration: none; }

.s-header__basket-wr {
  width: 100px !important;
  max-width: 100px !important; }
  .s-header__basket-wr img {
    margin-top: 10px;
    font-size: 40px; }

#go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 600;
  display: none; }

#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 66px;
  width: 60px;
  line-height: 66px;
  text-align: center;
  background: #A12A2A;
  color: #FFFFFF;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#go-top a i {
  font-size: 20px;
  line-height: inherit; }

#go-top a:hover {
  color: #FFFFFF; }

footer {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #dedede; }
  footer a {
    color: #dedede; }
  footer .header__menu {
    background-color: #A12A2A; }
    footer .header__menu li {
      margin: 20px 15px; }
      footer .header__menu li a {
        color: #dedede;
        font-size: 18.5px;
        font-weight: 700;
        line-height: 20px; }
        footer .header__menu li a img {
          width: 30px; }
  footer p {
    margin-bottom: 0.5rem !important; }
  footer .header__top .col-lg-9 {
    margin-top: 37px; }
    footer .header__top .col-lg-9 h2 {
      color: #dedede;
      margin-bottom: 20px; }
  footer .header__top .header__top__logo img {
    width: 100%; }
  footer .header__top form #s:focus {
    outline: none; }
  footer .header__top form #s {
    width: 80%; }
  footer .header__top form input {
    border: 1px solid #dedede; }
  footer .header__top form #searchsubmit {
    color: #A12A2A;
    background-color: #dedede; }
  footer .header__top .header__top__contacts img {
    width: 25px; }

header {
  margin-bottom: 40px;
  padding-top: 10px; }
  header .header__menu {
    background-color: #A12A2A; }
    header .header__menu li {
      margin: 20px 15px; }
      header .header__menu li a {
        color: #dedede;
        font-size: 18.5px;
        font-weight: 700;
        line-height: 20px; }
        header .header__menu li a img {
          width: 30px; }
  header p {
    margin-bottom: 0.5rem !important; }
  header .header__top {
    padding-bottom: 10px; }
    header .header__top .col-lg-7 {
      padding-top: 50px; }
      header .header__top .col-lg-7 h2 {
        color: #A12A2A; }
    header .header__top .header__top__logo img {
      width: 50%;
text-align:center; }
    header .header__top form #s:focus {
      outline: none; }
    header .header__top form #s {
      width: 80%; }
    header .header__top form input {
      border: 1px solid #A12A2A; }
    header .header__top form #searchsubmit {
      color: #dedede;
      background-color: #A12A2A; }
    header .header__top .header__top__contacts img {
      width: 25px; }

.red-line {
  height: 50px;
  background-color: #A12A2A; }

.photo img {
  width: 100%; }

#about {
  margin-top: 30px; }

#shipment, #about {
  padding: 10px 0;
  color: #0e0e0e; }
  #shipment .col-lg-8, #about .col-lg-8 {
    margin: 0 auto;
    text-align: center; }
    #shipment .col-lg-8 img, #about .col-lg-8 img {
      width: 100px; }
    #shipment .col-lg-8 h2, #shipment .col-lg-8 h1, #about .col-lg-8 h2, #about .col-lg-8 h1 {
      color: #A12A2A;
      text-transform: uppercase;
      margin: 30px auto; }

footer {
  background-color: #A12A2A;
  margin-top: 30px !important; }

ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  margin: 10px;
  margin-bottom: 100px;
  background-color: #fafafa;
  width: 100%; }
