@charset "UTF-8";
/*Fonts Family*/
/*Fonts Size*/
/*breakpoints*/
@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
/*Display Flex Mixins*/
*,
*::after,
*::before {
  box-sizing: border-box; }

@font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/HelveticaBold.eot");
  src: url("../fonts/HelveticaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaBold.woff") format("woff"), url("../fonts/HelveticaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "HelveticaLight";
  src: url("../fonts/HelveticaLight.eot");
  src: url("../fonts/HelveticaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLight.woff") format("woff"), url("../fonts/HelveticaLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
html {
  font-size: 62.5%;
  font-size: 13px; }

body {
  font-family: HelveticaLight, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #77411B;
  min-height: 100vh; }
  body.no-scroll {
    overflow: hidden; }
  body .hidden-mobile-back-button {
    display: none; }
  body.container-full-width .container-fluid {
    max-width: 100%; }
  body.container-full-width .hidden-mobile-back-button {
    display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: HelveticaLight, sans-serif; }

h1 {
  font-size: 20px;
  color: #77411B;
  font-family: HelveticaLight, serif; }

.text-xs {
  font-size: 11px; }

.text-small {
  font-size: 12px; }

.text-big {
  font-size: 16px; }

@media screen and (max-width: 991px) {
  .mobile-small-font {
    font-size: 0.875rem !important; } }

.text-accent-red {
  color: #7B0A11; }

.text-accent {
  color: #960; }

ul {
  padding: 0;
  list-style: none; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

img {
  max-width: 100%; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.border-bottom {
  border-bottom: 1px solid #ccc; }

.section-title-wrapper {
  padding: 10px;
  background-color: #eaeaea; }
  .section-title-wrapper .section-title {
    margin-bottom: 0; }

.section-title-block {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .section-title-block .section-title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
  .section-title-block .form-group {
    margin-bottom: 0; }

.section-title {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px; }
  .section-title.primary-text {
    color: #71392C; }
  .section-title.big-title {
    font-size: 26px; }
  .section-title a:hover,
  .section-title .link-type:hover {
    color: #71392C; }

.section-title-o {
  font-size: 20px; }
  .section-title-o.primary-text {
    color: #71392C; }
  .section-title-o a:hover,
  .section-title-o .link-type:hover {
    color: #71392C; }

.sidebar-block-bg {
  background: #fff;
  padding: 10px;
  border-radius: 7px; }

.primary-text {
  color: #71392C; }

.main-text-color {
  color: #77411B; }

.strong-text-color {
  color: #453b3c; }

.light-text-color {
  color: #6f6f6f; }

.col-xl-2-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 1200px) {
    .col-xl-2-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }

a,
.link-type {
  color: #43220F;
  outline: none;
  font-size: 14px; 
  font-weight: 700;
  }
  a:hover,
  .link-type:hover {
    text-decoration: none;
    color: #43220F; }
  a.primary-link,
  .link-type.primary-link {
    color: #71392C; }
  a.primary-link-o,
  .link-type.primary-link-o {
    color: #71392C; }
    a.primary-link-o:hover,
    .link-type.primary-link-o:hover {
      color: #43220F; }

.container-fluid:not(.w-full) {
  max-width: 1300px; }
  .container-fluid:not(.w-full).big-size {
    max-width: 1600px; }

/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .pagination a,
  .pagination .link-type,
  .pagination span {
    display: inline-block;
    font-family: HelveticaLight, sans-serif;
    height: 40px;
    color: #77411B;
    border: 1px dotted #ccc;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 5px;
    line-height: 1.5;
    font-size: 14px; }
    .pagination a:hover, .pagination a.active,
    .pagination .link-type:hover,
    .pagination .link-type.active,
    .pagination span:hover,
    .pagination span.active {
      background-color: #71392C;
      color: white; }
    .pagination a.next, .pagination a.prev,
    .pagination .link-type.next,
    .pagination .link-type.prev,
    .pagination span.next,
    .pagination span.prev {
      border: none;
      line-height: 1;
      font-size: 22px; }
  .pagination span:not(.active):hover {
    color: #77411B;
    background-color: #fff; }

.btn-primary-custom {
  font-family: HelveticaLight, sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 8px 15px;
  line-height: 1.1;
  border: none;
  background-color: #77411B;
  cursor: pointer;
  position: relative; }
  .btn-primary-custom.icon {
    padding-left: 37px; }
  .btn-primary-custom i {
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 6px;
    color: #fff; }
  .btn-primary-custom:hover {
    background-color: #71392C;
    color: #fff; }
  .btn-primary-custom:focus {
    box-shadow: none; }

.btn-accent,
.btn-secondary {
  font-family: HelveticaLight, sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  line-height: 1.1;
  border: 1px solid #71392C;
  background-color: #7B0A11;
  cursor: pointer;
  position: relative; }
  .btn-accent.icon,
  .btn-secondary.icon {
    padding-left: 37px; }
  .btn-accent i,
  .btn-secondary i {
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 6px;
    color: #fff; }
  .btn-accent:hover,
  .btn-secondary:hover {
    background-color: #960;
    border: 1px solid #960;
    color: #fff; }
  .btn-accent:focus,
  .btn-secondary:focus {
    box-shadow: none; }

.btn-secondary {
  border: 1px solid #437F35;
  background-color: #437F35; }
  .btn-secondary:hover {
    background-color: #437F35;
    border: 1px solid #437F35;
    opacity: 0.8; }

.btn-primary-o {
  font-family: HelveticaLight, sans-serif;
  font-size: 14px;
  color: #71392C;
  border: 1px solid #71392C;
  padding: 8px 15px;
  line-height: 1.1;
  border-radius: 4px;
  box-shadow: inset 0px 2px 5px 0px #ccc;
  position: relative; }
  .btn-primary-o.icon {
    padding-left: 37px; }
  .btn-primary-o i {
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 6px;
    color: #77411B; }
  .btn-primary-o:hover {
    color: #71392C;
    box-shadow: 0px 1px 3px 1px #ccc; }

.btn-show-more {
  font-family: HelveticaLight, sans-serif;
  font-size: 12px;
  color: #8B0000;
  background-color: #FAF4EB;
  padding: 0.25rem;
  border-radius: 4px;
  line-height: 1.1;
  cursor: pointer;
  position: relative; }
  .btn-show-more:focus {
    box-shadow: none; }

.editor-content.has-border {
  padding: 10px;
  border: 1px solid #71392C; }

.search-form {
  width: 100%;
  position: relative;
  display: flex; }
  .search-form input {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 1.5em 0 1em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 4px 0 0 4px;
    outline: none; }
  .search-form button {
    flex-shrink: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.select-wrapper {
  position: relative; }
  .select-wrapper .list {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px; }
    .select-wrapper .list li {
      border: 1px solid #ccc;
      padding: 0;
      cursor: pointer; }
      .select-wrapper .list li:not(.default) {
        position: relative;
        z-index: 2;
        display: none;
        border-top: none; }
        .select-wrapper .list li:not(.default):hover span {
          background: #71392C; }
        .select-wrapper .list li:not(.default):not(:last-child) {
          border-bottom: none; }
      .select-wrapper .list li span {
        background: #fff;
        color: #444444;
        cursor: pointer;
        display: block;
        line-height: 2.4em;
        margin: 0;
        padding: 0px 20px 0 15px;
        text-transform: uppercase;
        box-shadow: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .select-wrapper .right-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #444444;
    font-size: 20px;
    line-height: 1; }

.form-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal; }

.form-text {
  color: #453b3c; }
  .form-text .primary-text:hover {
    color: #71392C; }
  .form-text.primary-text {
    color: #71392C; }
  .form-text.main-text-color {
    color: #77411B; }

.page-form label {
  font-weight: 700; }
.page-form .form-control {
  min-height: 40px; }
@media screen and (max-width: 767px) {
  .page-form .btn {
    width: 100%; } }

.pdficon {
  display: inline-block;
  height: 40px; }

.form-group label {
  margin: 0;
  color: #453b3c; }
  .form-group label .asterisk {
    color: #dc3545; }
.form-group .asterisk {
  color: #dc3545; }
.form-group small a,
.form-group small .link-type {
  font-size: inherit; }
.form-group .form-control {
  font-size: 14px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  font-weight: 400;
  line-height: 1;
  padding: 5px 10px;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  color: #453b3c;
  outline: none; }
  .form-group textarea.form-control {
    text-align: left;
    min-height: 120px; }
  .form-group .form-control.error {
    border: 1px solid #dc3545; }
  .form-group .form-control.is-invalid {
    border: 1px solid #dc3545; }
  .form-group .form-control.is-valid {
    border: 1px solid #28a745; }
  .form-group .form-control:focus {
    box-shadow: none; }
.form-group select.form-control {
  -webkit-appearance: button;
  appearance: button; }

.form-check {
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .form-check {
      padding-left: 15px; } }
  .form-check .form-check-input {
    margin-left: -20px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .form-check .form-check-input {
        margin-left: -15px; } }
  .form-check label {
    cursor: pointer;
    vertical-align: middle; }

.visible-sm {
  display: none; }
  @media screen and (max-width: 767px) {
    .visible-sm {
      display: block; } }

.hidden-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .hidden-sm {
      display: none; } }

.custom-checkbox,
.custom-radio,
.custom-radiobutton {
  padding: 10px 0;
  padding-top: 0; }
  .custom-checkbox.hidden,
  .custom-radio.hidden,
  .custom-radiobutton.hidden {
    display: none; }
  .custom-checkbox input,
  .custom-radio input,
  .custom-radiobutton input {
    margin-right: 5px;
    outline: none; }
  .custom-checkbox .form-text,
  .custom-radio .form-text,
  .custom-radiobutton .form-text {
    padding-left: 2rem; }
  .custom-checkbox .custom-control-label,
  .custom-radio .custom-control-label,
  .custom-radiobutton .custom-control-label {
    padding-left: 2rem;
    font-size: 14px;
    color: #453b3c;
    cursor: pointer;
    outline: none;
    min-height: 1.5rem;
    line-height: 1.5; }
    .custom-checkbox .custom-control-label:before,
    .custom-radio .custom-control-label:before,
    .custom-radiobutton .custom-control-label:before {
      border: 1px solid #ccc;
      box-shadow: inset 0px 1px 3px 1px #EBEBEB;
      border-radius: 2px;
      background: transparent;
      top: 0;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      box-shadow: none !important; }
    .custom-checkbox .custom-control-label:after,
    .custom-radio .custom-control-label:after,
    .custom-radiobutton .custom-control-label:after {
      content: none; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
  .custom-radiobutton .custom-control-input:checked ~ .custom-control-label::before {
    outline: 1px solid #ddd;
    background: transparent;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 13px;
    background: #fff;
    color: #6f6f6f;
    text-align: center;
    line-height: 18px;
    box-shadow: none; }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before:before,
    .custom-radio .custom-control-input:checked ~ .custom-control-label::before:before,
    .custom-radiobutton .custom-control-input:checked ~ .custom-control-label::before:before {
      box-shadow: none; }

.custom-radio .custom-control-label:before,
.custom-radiobutton .custom-control-label:before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radiobutton .custom-control-input:checked ~ .custom-control-label::before {
  outline: none; }

.pp_pic_holder {
  max-width: 100%; }
  .pp_pic_holder .pp_content {
    max-width: 100%; }
    .pp_pic_holder .pp_content img {
      max-width: 100%;
      object-fit: contain; }

.nofound-wrapper {
  min-height: 50vh; }

.nofound {
  text-align: center;
  color: #71392C;
  font-size: 100px; }

.bredcrumbs li {
  display: inline;
  font-family: HelveticaBold, sans-serif; }
  .bredcrumbs li a,
  .bredcrumbs li .link-type {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px; }
    .bredcrumbs li a:hover,
    .bredcrumbs li .link-type:hover {
      text-decoration: underline; }
  .bredcrumbs li .sep {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px; }

body *::-webkit-scrollbar {
  width: 0.3em; }

body *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body *::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

.pointer {
  cursor: pointer; }

.popover {
  background-color: #FAF4EB; }
  .popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #FAF4EB; }
  .popover.bs-popover-top .arrow::after {
    border-top-color: #FAF4EB; }
  .popover.bs-popover-right .arrow::after {
    border-right-color: #FAF4EB; }
  .popover.bs-popover-left .arrow::after {
    border-left-color: #FAF4EB; }
  .popover .popover-body {
    font-size: 12px;
    color: #77411B; }
    .popover .popover-body a,
    .popover .popover-body .link-type {
      font-size: 12px; }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em; }

.go-up,
.go-down {
  display: none;
  position: fixed;
  right: 5px;
  z-index: 9999;
  background: #4F4F4F;
  border: 2px solid #ccc;
  box-shadow: 0 10px 0.3em -0.1em rgba(0, 0, 6, 0.5);
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 42px;
  text-shadow: 0 1px 2px #000, 0 0 10px #e0f1ff;
  opacity: .7;
  padding: 0 3px 5px 3px;
  margin-bottom: 5px;
  width: 48px;
  height: 48px; }
  .go-up img,
  .go-down img {
    vertical-align: inherit; }

.go-up {
  bottom: 70px; }

.go-down {
  bottom: 10px; }

header .header-row.bg-main {
  background-color:#7B0A11;
   }
header .header-row.bg-second {
  background-color: #FFB591; }
header .header-row.banner-header img {
  display: block;
  width: 100%; }
@media all and (max-width: 991px) {
  header .header-row.desktop {
    display: none; } }
header .header-row.desktop .menu-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0; }
  @media all and (max-width: 1024px) {
    header .header-row.desktop .menu-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none; }
      header .header-row.desktop .menu-wrapper::-webkit-scrollbar {
        display: none; } }
  header .header-row.desktop .menu-wrapper.has-dropdown {
    overflow: visible; }
  header .header-row.desktop .menu-wrapper .menu-item:not(:last-child) {
    padding-right: 10px; }
  header .header-row.desktop .menu-wrapper .menu-item .menu-nav-link {
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer; }
    header .header-row.desktop .menu-wrapper .menu-item .menu-nav-link a[data-allow-href] {
      font-size: 20px;
      font-weight: 500;
      white-space: nowrap; }
    header .header-row.desktop .menu-wrapper .menu-item .menu-nav-link:hover , header .header-row.desktop .menu-wrapper .menu-item .menu-nav-link.active, header .header-row.desktop .menu-wrapper .menu-item .menu-nav-link {
      color: #fff; }
      header .header-row.desktop .menu-wrapper .menu-item .menu-nav-link:hover a[data-allow-href], header .header-row.desktop .menu-wrapper .menu-item .menu-nav-link.active a[data-allow-href] {
        color: #7B0A11; }
  header .header-row.desktop .menu-wrapper .dropdown-menu {
    min-width: 200px;
    padding: 20px;
    border: 2px solid #999;
    margin: 0;
	background-color:#FBFBFB; }
    header .header-row.desktop .menu-wrapper .dropdown-menu li {
      display: block;
      margin-bottom: 10px;
	  text-decoration: underline;
	   }
	      header .header-row.desktop .menu-wrapper .dropdown-menu li:hover {
      display: block;
      margin-bottom: 10px;
	  text-decoration:none;
	   }
      header .header-row.desktop .menu-wrapper .dropdown-menu li .sub-nav-link {
        display: inline-block;
        font-size: 16px;
        font-weight: 500; }
        header .header-row.desktop .menu-wrapper .dropdown-menu li .sub-nav-link:hover {
          text-decoration: underline; }
  header .header-row.desktop .menu-wrapper .dropdown-large {
    min-width: 800px; }
header .header-row.desktop .header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #43220F; }
  header .header-row.desktop .header-info .logo-block {
    padding-right: 10px; }
    header .header-row.desktop .header-info .logo-block img {
      max-height: 100px;
      display: block; }
    header .header-row.desktop .header-info .logo-block .logo-info {
      display: block;
      font-size: 26px;
      line-height: 1;
      white-space: nowrap; }
  header .header-row.desktop .header-info .phone-number-block {
    padding-left: 45px;
    position: relative; }
    header .header-row.desktop .header-info .phone-number-block .icon {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 50px; }
    header .header-row.desktop .header-info .phone-number-block .phone-number {
      display: block;
      font-size: 27px;
      white-space: nowrap; }
    header .header-row.desktop .header-info .phone-number-block .phone-info {
      display: block;
      font-size: 16px;
      white-space: nowrap; }
  header .header-row.desktop .header-info .address-block {
    text-align: center; }
    header .header-row.desktop .header-info .address-block .social-media a, header .header-row.desktop .header-info .address-block .social-media .link-type {
      font-size: 40px;
      padding: 5px; }
    header .header-row.desktop .header-info .address-block .address-info {
      display: block;
      font-size: 16px; }
      header .header-row.desktop .header-info .address-block .address-info strong {
        font-size: 19px; }
  header .header-row.desktop .header-info .basket-block {
    text-align: center; }
    header .header-row.desktop .header-info .basket-block i {
      font-size: 60px;
	  color:#7B0A11;
	   }
    header .header-row.desktop .header-info .basket-block span {
      margin-top: 5px;
      display: block;
      font-size: 18px; }
header .header-row.mobile {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #43220F;
  overflow: initial; }
  @media all and (min-width: 992px) {
    header .header-row.mobile {
      display: none; } }
  header .header-row.mobile .fixed-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px; }
    header .header-row.mobile .fixed-row .logo-wrapper img {
      max-height: 30px;
      display: block; }
      @media all and (max-width: 360px) {
        header .header-row.mobile .fixed-row .logo-wrapper img {
          max-height: 24px; } }
    header .header-row.mobile .fixed-row .actions-wrapper .icon {
      font-size: 22px;
      display: inline-block;
      cursor: pointer; }
      header .header-row.mobile .fixed-row .actions-wrapper .icon:last-child {
        margin-left: 5px; }
  header .header-row.mobile .search {
    display: none;
    padding: 10px 15px;
    position: relative; }
    header .header-row.mobile .search .search-result-wrapper {
      position: absolute;
      left: 15px;
      right: 15px;
      background: #fff;
      padding: 5px;
      z-index: 9;
      border: 1px solid #ccc;
      border-radius: 4px; }
      header .header-row.mobile .search .search-result-wrapper ul {
        margin: 0;
        padding: 0; }
        header .header-row.mobile .search .search-result-wrapper ul li {
          padding: 5px 0;
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          header .header-row.mobile .search .search-result-wrapper ul li .price-wrapper {
            padding-left: 10px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column; }
            header .header-row.mobile .search .search-result-wrapper ul li .price-wrapper .price {
              color: #71392C;
              font-size: 20px;
              font-weight: 700; }
          header .header-row.mobile .search .search-result-wrapper ul li .item-cat,
          header .header-row.mobile .search .search-result-wrapper ul li .item-img {
            display: none; }
  header .header-row.mobile .navbar-toggler {
    outline: none; }
    header .header-row.mobile .navbar-toggler .icon {
      font-size: 22px; }
  header .header-row.mobile .main-menu {
    background: #eaeaea;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 9;
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -o-calc(100% - 50px);
    height: calc(100% - 50px);
    overflow: auto; }
    header .header-row.mobile .main-menu > .nav-item-wrapper:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.12); }
    header .header-row.mobile .main-menu .nav-item-wrapper .nav-item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      border-top: 1px solid rgba(255, 255, 255, 0.06); }
      header .header-row.mobile .main-menu .nav-item-wrapper .nav-item .nav-link {
        flex-grow: 1;
        padding-right: 5px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
        cursor: pointer; }
      header .header-row.mobile .main-menu .nav-item-wrapper .nav-item i {
        flex-shrink: 0;
        font-size: 22px;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 1px 0 0;
        -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 1px 0 0;
        box-shadow: inset rgba(0, 0, 0, 0.15) 1px 0 0;
        cursor: pointer; }
        header .header-row.mobile .main-menu .nav-item-wrapper .nav-item i:before {
          line-height: 40px; }
        header .header-row.mobile .main-menu .nav-item-wrapper .nav-item i.toggle {
          border: none;
          -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 4px 4px;
          -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 4px 4px;
          box-shadow: inset rgba(0, 0, 0, 0.2) 0 4px 4px; }
          header .header-row.mobile .main-menu .nav-item-wrapper .nav-item i.toggle:before {
            content: "\f106"; }
      header .header-row.mobile .main-menu .nav-item-wrapper .nav-item.toggle i {
        border: none;
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 4px 4px;
        -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 4px 4px;
        box-shadow: inset rgba(0, 0, 0, 0.2) 0 4px 4px; }
        header .header-row.mobile .main-menu .nav-item-wrapper .nav-item.toggle i:before {
          content: "\f106"; }
    header .header-row.mobile .main-menu .nav-item-wrapper ul {
      display: none;
      width: 100%; }
    header .header-row.mobile .main-menu ul {
      background: #b3b3b3; }
      header .header-row.mobile .main-menu ul .nav-link {
        padding-left: 20px; }
      header .header-row.mobile .main-menu ul ul {
        background: #999999; }
        header .header-row.mobile .main-menu ul ul .nav-link {
          padding-left: 40px; }
        header .header-row.mobile .main-menu ul ul ul {
          background: gray; }
          header .header-row.mobile .main-menu ul ul ul .nav-link {
            padding-left: 60px; }
          header .header-row.mobile .main-menu ul ul ul ul {
            background: #666666; }
            header .header-row.mobile .main-menu ul ul ul ul .nav-link {
              padding-left: 80px; }
    header .header-row.mobile .main-menu.bg-white {
      background: #fff; }
      header .header-row.mobile .main-menu.bg-white ul {
        background: #fff; }

.main-container {
	
	
  /*sidebar section style*/
  /*section filters style*/
  /*Main Section*/
  /*Gallery*/
  /*Single product*/
  /*product cart*/
  /*cart form style*/
  /*articles page*/
  /*products list*/
  /*feedback*/
  /*catalog*/
  /*filter button style*/
  /*my profile tabs link*/
  /*my orders*/ }
  .main-container .filter-wrapper .sidebar-section-wrapper {
    padding: 0;
    border: none;
    width: 100%;
    background-color: transparent; }
  @media all and (max-width: 991px) {
    .main-container .filter-wrapper.mobile {
      display: block; } }
  .main-container .filter-wrapper .filter-block-toggle {
    width: 100%;
    outline: none;
    box-shadow: none;
    height: 40px;
    background-color: #fff;
    color: #71392C;
    border: 1px solid #71392C;
    font-weight: 700;
    font-size: 16px; }
    .main-container .filter-wrapper .filter-block-toggle:not(.collapsed) {
      border-radius: .25rem .25rem 0 0; }
  .main-container .filter-wrapper .card {
    border-radius: 0;
    border: none; }
    .main-container .filter-wrapper .card:last-child {
      border-radius: 0 0 .25rem .25rem; }
      .main-container .filter-wrapper .card:last-child .card-header .btn {
        border-radius: 0 0 .25rem .25rem; }
    .main-container .filter-wrapper .card .card-header {
      padding: 0;
      border: none; }
      .main-container .filter-wrapper .card .card-header.full-text .btn {
        overflow: unset;
        white-space: normal; }
      .main-container .filter-wrapper .card .card-header .btn {
        background-color: #7B0A11;
        color: #fff;
        border: none;
        width: 100%;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        text-align: left;
        min-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        border-top: 1px solid rgba(0, 0, 0, 0.125); }
        .main-container .filter-wrapper .card .card-header .btn.has-link a,
        .main-container .filter-wrapper .card .card-header .btn.has-link .link-type {
          color: #fff; }
          .main-container .filter-wrapper .card .card-header .btn.has-link a:hover,
          .main-container .filter-wrapper .card .card-header .btn.has-link .link-type:hover {
            text-decoration: underline; }
    .main-container .filter-wrapper .card .card-body {
      border: 1px solid rgba(0, 0, 0, 0.125); }
    .main-container .filter-wrapper .card .card-banner img {
      display: block;
      width: 100%; }
  .main-container .opened-filters .filter-wrapper .filter-block-toggle {
    display: none; }
    .main-container .opened-filters .filter-wrapper .filter-block-toggle + .collapse.multi-collapse {
      display: block; }
  .main-container .sidebar-section-wrapper {
    padding: 10px 7px;
    border: 1px solid #ccc;
    width: 232px;
    background-color: #fff; }
    .main-container .sidebar-section-wrapper .sidebar-section-title {
      font-size: 20px;
      color: #77411B;
      font-family: HelveticaLight, serif;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .main-container .sidebar-section-wrapper .sidebar-section-title a,
      .main-container .sidebar-section-wrapper .sidebar-section-title .link-type {
        display: block;
        font-size: 20px;
        color: #77411B;
        font-family: HelveticaLight, serif; }
        .main-container .sidebar-section-wrapper .sidebar-section-title a:hover,
        .main-container .sidebar-section-wrapper .sidebar-section-title .link-type:hover {
          text-decoration: underline; }
    .main-container .sidebar-section-wrapper ul {
      margin-bottom: 0; }
      .main-container .sidebar-section-wrapper ul.list-padding {
        padding-left: 20px; }
      .main-container .sidebar-section-wrapper ul li {
        padding: 5px 0;
        display: block;
        font-size: 12px;
        font-weight: 700;
        font-family: HelveticaBold, sans-serif; }
        .main-container .sidebar-section-wrapper ul li a,
        .main-container .sidebar-section-wrapper ul li .link-type {
          display: block; }
          .main-container .sidebar-section-wrapper ul li a:hover,
          .main-container .sidebar-section-wrapper ul li .link-type:hover {
            text-decoration: underline; }
          .main-container .sidebar-section-wrapper ul li a.active,
          .main-container .sidebar-section-wrapper ul li .link-type.active {
            color: #8B0000; }
        .main-container .sidebar-section-wrapper ul li ul {
          padding-left: 15px; }
        .main-container .sidebar-section-wrapper ul li.has-dropdown {
          position: relative;
          padding-right: 20px; }
          .main-container .sidebar-section-wrapper ul li.has-dropdown .icon {
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 100%;
            font-size: 20px;
            cursor: pointer; }
          .main-container .sidebar-section-wrapper ul li.has-dropdown .dropdown-menu {
            padding-right: 10px; }
            .main-container .sidebar-section-wrapper ul li.has-dropdown .dropdown-menu:empty {
              height: 0;
              padding: 0;
              border: none; }
            .main-container .sidebar-section-wrapper ul li.has-dropdown .dropdown-menu.scroll-list {
              max-height: 400px;
              overflow-y: auto;
              overflow-x: hidden; }
              .main-container .sidebar-section-wrapper ul li.has-dropdown .dropdown-menu.scroll-list::-webkit-scrollbar {
                width: 0.3em; }
              .main-container .sidebar-section-wrapper ul li.has-dropdown .dropdown-menu.scroll-list::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
              .main-container .sidebar-section-wrapper ul li.has-dropdown .dropdown-menu.scroll-list::-webkit-scrollbar-thumb {
                background-color: #71392C;
                outline: 1px solid darkgrey; }
      .main-container .sidebar-section-wrapper ul.has-icon-image li {
        display: flex;
        line-height: 25px; }
        .main-container .sidebar-section-wrapper ul.has-icon-image li img {
          border-radius: 50%;
          display: inline-block;
          margin-right: 5px;
          flex-shrink: 0;
          width: 25px;
          height: 25px; }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper a,
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper .link-type {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      font-family: HelveticaBold, sans-serif;
      margin-right: 5px; }
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper a:hover:not(.active),
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper .link-type:hover:not(.active) {
        text-decoration: underline; }
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper a.active,
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper .link-type.active {
        color: #8B0000; }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper li a,
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper li .link-type {
      margin-right: 0; }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper li ul {
      padding-left: 15px; }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper.scroll-list {
      max-height: 200px;
      overflow-y: auto;
      overflow-x: hidden; }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper.block-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper.block-list a,
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper.block-list .link-type {
        border: 1px solid #ccc;
        padding: 5px;
        width: 95px;
        margin-right: 0;
        margin-bottom: 5px; }
    @media all and (max-width: 991px) {
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper.articles-list {
        text-align: center; } }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper.articles-list a img,
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper.articles-list .link-type img {
      display: block;
      margin-bottom: 5px;
      object-fit: contain;
      width: 100%; }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper .link-small-block {
      display: inline-block;
      padding: 5px;
      background-color: #437F35;
      color: #fff;
      min-width: 60px;
      margin-bottom: 5px; }
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper .link-small-block:hover:not(.active) {
        text-decoration: none;
        opacity: 0.8; }
      .main-container .sidebar-section-wrapper .sidebar-filter-wrapper .link-small-block.active {
        background-color: #71392C;
        color: #fff; }
    .main-container .sidebar-section-wrapper .sidebar-filter-wrapper .filter-btn-type {
      width: 100%;
      margin-bottom: 5px; }
  @media all and (max-width: 991px) {
    .main-container .sidebar-wrapper.sidebar-filter {
      width: 100%;
      margin: 10px 0; }
      .main-container .sidebar-wrapper.sidebar-filter .accordion {
        background-color: #71392C;
        border-radius: 0 0 .3rem .3rem; }
    .main-container .sidebar-wrapper .filter-wrapper .card-header .has-link {
      position: relative;
      padding-right: 45px; }
      .main-container .sidebar-wrapper .filter-wrapper .card-header .has-link i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        flex-shrink: 0;
        font-size: 22px;
        width: 40px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-left: 1px solid #fff;
        text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
        -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 1px 0 0;
        -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 1px 0 0;
        box-shadow: inset rgba(0, 0, 0, 0.15) 1px 0 0;
        cursor: pointer; }
      .main-container .sidebar-wrapper .filter-wrapper .card-header .has-link:not(.collapsed) i:before {
        content: "\f106"; } }
  @media all and (min-width: 992px) {
    .main-container .sidebar-wrapper .filter-wrapper {
      display: block;
      width: 232px;
	  min-height:550px;
      padding: 10px 7px;
      border: 1px solid #ccc;
      background-color: #fff; }
      .main-container .sidebar-wrapper .filter-wrapper .filter-block-toggle {
        display: none !important; }
      .main-container .sidebar-wrapper .filter-wrapper .collapse {
        display: block !important; }
      .main-container .sidebar-wrapper .filter-wrapper .card:not(:last-child) {
        margin-bottom: 1.5rem; }
      .main-container .sidebar-wrapper .filter-wrapper .card-header {
        pointer-events: none;
        border-radius: 0;
        background-color: transparent; }
        .main-container .sidebar-wrapper .filter-wrapper .card-header .btn {
          font-size: 20px;
          color: #77411B;
          font-family: HelveticaLight, serif;
          padding: 0;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border: none;
          border-bottom: 1px solid #ccc;
          background: transparent;
          border-radius: 0;
          pointer-events: none; }
          .main-container .sidebar-wrapper .filter-wrapper .card-header .btn.has-link a,
          .main-container .sidebar-wrapper .filter-wrapper .card-header .btn.has-link .link-type {
            font-size: 20px;
            color: #77411B;
            font-family: HelveticaLight, serif;
            pointer-events: all; }
            .main-container .sidebar-wrapper .filter-wrapper .card-header .btn.has-link a:hover,
            .main-container .sidebar-wrapper .filter-wrapper .card-header .btn.has-link .link-type:hover {
              text-decoration: underline; }
          .main-container .sidebar-wrapper .filter-wrapper .card-header .btn.has-link i {
            display: none; }
      .main-container .sidebar-wrapper .filter-wrapper .card-body {
        padding: 0;
        border: none; }
    .main-container .sidebar-wrapper.right .filter-wrapper {
      width: 260px; } }
  .main-container .section-filter-wrapper .filter-form {
    border-radius: 20px;
    background: #eaeaea;
    padding: 10px; }
    .main-container .section-filter-wrapper .filter-form .form-group {
      margin-bottom: 5px; }
  .main-container .section-filter-wrapper .filter-title {
    color: #77411B;
    font-size: 20px;
    margin-bottom: 5px; }
  .main-container .section-filter-wrapper .range-slider-wrapper {
    padding: 0 10px; }
  .main-container .section-filter-wrapper .coffee-type-slider-wrapper {
    display: flex;
    align-items: center; }
    .main-container .section-filter-wrapper .coffee-type-slider-wrapper .slider-left,
    .main-container .section-filter-wrapper .coffee-type-slider-wrapper .slider-right {
      min-width: 95px;
      white-space: nowrap;
      flex-shrink: 0; }
    .main-container .section-filter-wrapper .coffee-type-slider-wrapper .slider-left {
      margin-right: 20px; }
    .main-container .section-filter-wrapper .coffee-type-slider-wrapper .slider-right {
      margin-left: 20px; }
    @media all and (max-width: 767px) {
      .main-container .section-filter-wrapper .coffee-type-slider-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px; }
        .main-container .section-filter-wrapper .coffee-type-slider-wrapper .slider-right {
          text-align: right;
          margin-right: -10px; }
        .main-container .section-filter-wrapper .coffee-type-slider-wrapper .slider-left {
          margin-left: -10px; }
        .main-container .section-filter-wrapper .coffee-type-slider-wrapper #coffee-type-slider {
          margin-top: 5px;
          margin-bottom: 5px;
          order: 3; } }
  .main-container .section-filter-wrapper #range-slider .slider-selection,
  .main-container .section-filter-wrapper #coffee-type-slider .slider-selection {
    background: #71392C; }
  .main-container .section-filter-wrapper #range-slider .slider-track,
  .main-container .section-filter-wrapper #coffee-type-slider .slider-track {
    height: 5px;
    margin-top: -2.5px; }
  .main-container .section-filter-wrapper #range-slider .slider-handle,
  .main-container .section-filter-wrapper #coffee-type-slider .slider-handle {
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 5px 0px #ccc;
    top: 0;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  .main-container .section-filter-wrapper #range-slider.slider-horizontal,
  .main-container .section-filter-wrapper #coffee-type-slider.slider-horizontal {
    max-width: 100%;
    width: 100%;
    height: 25px; }
  .main-container .section-filter-wrapper #range-slider.slider-disabled .slider-handle,
  .main-container .section-filter-wrapper #coffee-type-slider.slider-disabled .slider-handle {
    background: #ccc;
    cursor: not-allowed; }
  .main-container .section-filter-wrapper .slider-inputs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-bottom: 5px; }
    .main-container .section-filter-wrapper .slider-inputs-wrapper label {
      display: inline-block; }
      .main-container .section-filter-wrapper .slider-inputs-wrapper label input {
        border-radius: 3px;
        border: 1px solid #ccc;
        width: 80px;
        height: 30px;
        padding-left: 10px;
        -webkit-box-shadow: inset 0px 2px 5px 0px #EBEBEB;
        -moz-box-shadow: inset 0px 2px 5px 0px #EBEBEB;
        box-shadow: inset 0px 2px 5px 0px #EBEBEB; }
  .main-container .main-section.has-sidebar {
    display: flex;
    margin-left: -5px;
    margin-right: -5px; }
    @media all and (max-width: 991px) {
      .main-container .main-section.has-sidebar.has-filter {
        flex-wrap: wrap; }
        .main-container .main-section.has-sidebar.has-filter main {
          order: 2; }
        .main-container .main-section.has-sidebar.has-filter .sidebar-filter {
          order: 1; } }
    .main-container .main-section.has-sidebar .sidebar-wrapper {
      flex-shrink: 0;
      padding: 0 5px; }
    .main-container .main-section.has-sidebar main {
      flex-grow: 1;
      padding: 0 5px;
      max-width: 100%;
      width: 100%; }
      .main-container .main-section.has-sidebar main .main-section-box {
        padding: 10px;
        border: 1px solid #ccc;
        background-color: #fff;
        height: 100%;
		 }
        @media all and (max-width: 991px) {
          .main-container .main-section.has-sidebar main .main-section-box.editor-text-bottom {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; }
            .main-container .main-section.has-sidebar main .main-section-box.editor-text-bottom .editor-content {
              order: 10; } }
        .main-container .main-section.has-sidebar main .main-section-box .editor-content {
          font-size: 13px; }
  .main-container .gallery-wrapper .main-image {
    padding-bottom: 5px; }
    .main-container .gallery-wrapper .main-image img {
      display: block;
      width: 100%; }
  .main-container .gallery-wrapper .gallery-images {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .main-container .gallery-wrapper .gallery-images img {
      cursor: pointer;
      display: block;
      width: 19.5%;
      object-fit: cover;
      max-height: 100%; }
    .main-container .gallery-wrapper .gallery-images .image-item {
      background-repeat: no-repeat;
      background-size: cover;
      background-repeat: no-repeat;
      cursor: pointer;
      display: block;
      width: 19.5%;
      padding-top: 8.5%; }
  .main-container .gallery-section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .main-container .gallery-section.has-item-space {
      margin-left: -5px;
      margin-right: -5px; }
      .main-container .gallery-section.has-item-space .gallery-item-wrapper {
        padding: 5px;
        width: 100%; }
        @media all and (min-width: 480px) {
          .main-container .gallery-section.has-item-space .gallery-item-wrapper {
            width: 50%;
            flex-basis: 50%; } }
        @media all and (min-width: 768px) {
          .main-container .gallery-section.has-item-space .gallery-item-wrapper {
            width: 33.3%;
            flex-basis: 33.3%; } }
        .main-container .gallery-section.has-item-space .gallery-item-wrapper .gallery-item {
          width: 100%;
          flex-basis: 66.6%;
          padding-top: 66.6%;
          border: 2px solid #000; }
      .main-container .gallery-section.has-item-space.none-border .gallery-item-wrapper .gallery-item {
        border: none; }
    .main-container .gallery-section .gallery-item {
      position: relative;
      display: block;
      width: 100%;
      padding-top: 66.6%;
      border: 1px solid #fff;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      .main-container .gallery-section .gallery-item img {
        display: block;
        object-fit: contain;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%; }
      @media all and (min-width: 480px) {
        .main-container .gallery-section .gallery-item {
          width: 50%;
          flex-basis: 50%;
          padding-top: 33.3%; } }
      @media all and (min-width: 768px) {
        .main-container .gallery-section .gallery-item {
          width: 33.3%;
          flex-basis: 33.3%;
          padding-top: 22.2%; } }
    .main-container .gallery-section.cover .gallery-item {
      background-size: cover; }
      .main-container .gallery-section.cover .gallery-item img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    @media all and (min-width: 1200px) {
      .main-container .gallery-section.per-five .gallery-item {
        width: 20%;
        flex-basis: 20%;
        padding-top: 13.1%; } }
  .main-container .single-product-wrapper {
    display: flex;
    padding-bottom: 20px; }
    .main-container .single-product-wrapper.has-bg {
      background-color: #eaeaea;
      padding-bottom: 0;
      padding: 5px; }
    @media all and (max-width: 767px) {
      .main-container .single-product-wrapper {
        flex-wrap: wrap; }
        .main-container .single-product-wrapper .image-wrapper {
          margin: auto; } }
    .main-container .single-product-wrapper .image-wrapper {
      width: 260px;
      padding: 5px;
      flex-shrink: 0; }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        .main-container .single-product-wrapper .image-wrapper {
          width: 180px; } }
      .main-container .single-product-wrapper .image-wrapper .small-images {
        display: flex;
        flex-wrap: wrap; }
        .main-container .single-product-wrapper .image-wrapper .small-images img,
        .main-container .single-product-wrapper .image-wrapper .small-images a,
        .main-container .single-product-wrapper .image-wrapper .small-images .link-type {
          display: inline-block;
          max-width: 50px; }
    .main-container .single-product-wrapper .details-wrapper {
      flex-grow: 1;
      max-width: 100%;
      width: 100%; }
      .main-container .single-product-wrapper .details-wrapper.details-vertical-center {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .main-container .single-product-wrapper .details-wrapper .product-title {
        display: inline-block;
        font-weight: 700;
        margin: 0px;
        text-decoration: none;
        margin-bottom: 5px; }
        .main-container .single-product-wrapper .details-wrapper .product-title.big-title {
          font-size: 20px; }
      .main-container .single-product-wrapper .details-wrapper .details-list {
        padding: 0; }
        .main-container .single-product-wrapper .details-wrapper .details-list li {
          display: flex;
          border-bottom: 1px solid #fff; }
          .main-container .single-product-wrapper .details-wrapper .details-list li .detail-type-label {
            width: 50%;
            padding: 10px;
            background-color:#F5F5F5;
            border-right: 1px solid #fff; }
            .main-container .single-product-wrapper .details-wrapper .details-list li .detail-type-label a,
            .main-container .single-product-wrapper .details-wrapper .details-list li .detail-type-label .link-type {
              text-decoration: none;
              font-weight: 700; }
          .main-container .single-product-wrapper .details-wrapper .details-list li .detail-type-value {
            width: 50%;
            padding: 10px;
            background-color: #F5F5F5; }
            .main-container .single-product-wrapper .details-wrapper .details-list li .detail-type-value a,
            .main-container .single-product-wrapper .details-wrapper .details-list li .detail-type-value .link-type {
              text-decoration: none;
              font-weight: 700; }
      .main-container .single-product-wrapper .details-wrapper .details-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        .main-container .single-product-wrapper .details-wrapper .details-actions .price-wrapper {
          font-weight: 700;
          padding-right: 10px;
          white-space: nowrap;
          font-size: 16px; }
          .main-container .single-product-wrapper .details-wrapper .details-actions .price-wrapper .price {
            font-size: 22px;
            color: #77411B;
            font-family: HelveticaBold, sans-serif; }
            .main-container .single-product-wrapper .details-wrapper .details-actions .price-wrapper .price.old {
              text-decoration: line-through;
              color: #7B0A11; }
        .main-container .single-product-wrapper .details-wrapper .details-actions .quantity-wrapper {
          display: flex; }
          .main-container .single-product-wrapper .details-wrapper .details-actions .quantity-wrapper button {
            height: 30px;
            line-height: 1; }
          .main-container .single-product-wrapper .details-wrapper .details-actions .quantity-wrapper .quantity-block {
            padding-left: 0; }
        .main-container .single-product-wrapper .details-wrapper .details-actions .badge {
          background-image: url(../images/rait.jpg);
          background-repeat: no-repeat;
          width: 49px;
          height: 70px;
          text-align: center;
          color: #fff;
          font-weight: bold;
          font-size: 16px;
          padding-top: 13px; }
    .main-container .single-product-wrapper .additional-images a,
    .main-container .single-product-wrapper .additional-images img {
      display: inline-block;
      max-width: 80px; }
  .main-container .products-wrapper .single-product-wrapper {
    margin-bottom: 20px; }
    .main-container .products-wrapper .single-product-wrapper .image-wrapper {
      width: 200px; }
      @media screen and (min-width: 992px) and (max-width: 1200px) {
        .main-container .products-wrapper .single-product-wrapper .image-wrapper {
          width: 160px; } }
  .main-container .quantity-block {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-container .quantity-block input {
      border: 1px solid #ccc;
      color: #77411B;
      font-weight: 700;
      width: 50px;
      height: 30px;
      text-align: center;
      margin: 0px;
      display: block;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: textfield;
      outline: none; }
    .main-container .quantity-block input[type=number]::-webkit-inner-spin-button,
    .main-container .quantity-block input[type=number]::-webkit-outer-spin-button {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: textfield;
      margin: 0; }
    .main-container .quantity-block button {
      border: none;
      background: none;
      padding: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none; }
    .main-container .quantity-block span {
      font-size: 18px;
      color: #77411B;
      background-color: #fff;
      cursor: pointer;
      border: 1px solid #ccc;
      width: 30px;
      height: 30px;
      font-weight: bold;
      margin: 0px;
      display: block;
      position: relative; }
      .main-container .quantity-block span.minus {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right-style: none; }
        .main-container .quantity-block span.minus:before {
          content: " ";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 10px;
          height: 2px;
          background-color: #71392C; }
      .main-container .quantity-block span.plus {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left-style: none; }
        .main-container .quantity-block span.plus:before {
          content: " ";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 10px;
          height: 2px;
          background-color: #71392C; }
        .main-container .quantity-block span.plus:after {
          content: " ";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 2px;
          height: 10px;
          background-color: #71392C; }
      .main-container .quantity-block span:hover {
        color: #960; }
        .main-container .quantity-block span:hover.minus:before {
          background-color: #960; }
        .main-container .quantity-block span:hover.plus:before {
          background-color: #960; }
        .main-container .quantity-block span:hover.plus:after {
          background-color: #960; }
  .main-container .product-cart {
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: 1px dotted #ccc;
    padding: 8px; }
    .main-container .product-cart .card-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
      padding-bottom: 10px;
      text-align: center; }
      .main-container .product-cart .card-body .image-block {
        height: 160px;
        position: relative;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .main-container .product-cart .card-body .image-block a,
        .main-container .product-cart .card-body .image-block .link-type {
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          height: 100%;
          cursor: pointer; }
        .main-container .product-cart .card-body .image-block img {
          max-height: 100%;
          width: auto;
          max-width: 100%; }
      .main-container .product-cart .card-body .info-block {
        margin-bottom: 20px; }
        .main-container .product-cart .card-body .info-block .card-title {
          text-align: center;
          cursor: pointer;
          font-size: 12px;
          font-weight: 700; }
          .main-container .product-cart .card-body .info-block .card-title:hover {
            color: #8B0000; }
    .main-container .product-cart .card-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      -webkit-box-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-top: 1px dotted #ccc;
      background: #fff;
      padding: 0;
      padding-top: 10px;
      text-align: center; }
      .main-container .product-cart .card-footer .details-list {
        padding: 0; }
        .main-container .product-cart .card-footer .details-list li {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 11px; }
      .main-container .product-cart .card-footer .price-wrapper {
        font-weight: 700;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 11px; }
        .main-container .product-cart .card-footer .price-wrapper .price {
          font-size: 22px;
          color: #77411B;
          font-family: HelveticaBold, sans-serif; }
  .main-container .payment-image-block img {
    display: inline-block;
    max-width: 80px; }
  .main-container .basket-form {
    border: 4px solid #ccc; }
    .main-container .basket-form .form-group {
      padding: 0 .75rem; }
    .main-container .basket-form .actions-wrapper .btn:not(:last-child) {
      margin-right: 5px; }
    @media screen and (max-width: 480px) {
      .main-container .basket-form .actions-wrapper .btn {
        width: 100%; }
        .main-container .basket-form .actions-wrapper .btn:not(:last-child) {
          margin-right: 0;
          margin-bottom: 10px; } }
    .main-container .basket-form table {
      width: 100%; }
      .main-container .basket-form table th {
        vertical-align: middle; }
      .main-container .basket-form table td {
        vertical-align: middle; }
        .main-container .basket-form table td.item-title {
          font-size: 12px; }
          .main-container .basket-form table td.item-title a,
          .main-container .basket-form table td.item-title .link-type {
            font-size: 12px; }
            .main-container .basket-form table td.item-title a:hover,
            .main-container .basket-form table td.item-title .link-type:hover {
              text-decoration: underline; }
          @media screen and (max-width: 767px) {
            .main-container .basket-form table td.item-title {
              min-width: 200px; } }
        .main-container .basket-form table td.quantity input {
          background: none repeat scroll 0 0 #fff;
          border: 1px solid #ccc;
          padding: 5px;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: textfield;
          border-radius: 0;
          width: 65px; }
          .main-container .basket-form table td.quantity input::-webkit-outer-spin-button, .main-container .basket-form table td.quantity input::-webkit-inner-spin-button {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: textfield;
            margin: 0; }
          @media screen and (max-width: 767px) {
            .main-container .basket-form table td.quantity input {
              width: 45px; } }
        .main-container .basket-form table td.quantity .quantity-block {
          padding: 0;
          justify-content: flex-start; }
          .main-container .basket-form table td.quantity .quantity-block input {
            width: 40px; }
        .main-container .basket-form table td.item-price {
          white-space: nowrap; }
        .main-container .basket-form table td.item-remove a,
        .main-container .basket-form table td.item-remove .link-type {
          vertical-align: middle;
          line-height: 1; }
  .main-container .articles-list-wrapper .gallery-section {
    justify-content: flex-start; }
    .main-container .articles-list-wrapper .gallery-section.has-item-space {
      margin-left: -10px;
      margin-right: -10px; }
      .main-container .articles-list-wrapper .gallery-section.has-item-space .gallery-item-wrapper {
        padding: 10px; }
        @media all and (min-width: 1200px) {
          .main-container .articles-list-wrapper .gallery-section.has-item-space .gallery-item-wrapper {
            width: 25%;
            flex-basis: 25%; } }
        .main-container .articles-list-wrapper .gallery-section.has-item-space .gallery-item-wrapper .gallery-item {
          padding-top: 75%; }
        .main-container .articles-list-wrapper .gallery-section.has-item-space .gallery-item-wrapper .gallery-item-title {
          display: block;
          margin-top: 5px; }
  .main-container .products-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .main-container .products-list .figure {
      padding: 0 10px;
      width: 100%;
      flex-basis: 100%; }
      @media all and (min-width: 480px) {
        .main-container .products-list .figure {
          width: 70%;
          flex-basis: 50%; } }
      @media all and (min-width: 768px) {
        .main-container .products-list .figure {
          width: 33.3%;
          flex-basis: 33.3%; } }
      @media all and (min-width: 1200px) {
        .main-container .products-list .figure {
          width: 33%;
          flex-basis: 33%; } }
      .main-container .products-list .figure .figure-img-wrapper {
        display: block;
        margin: auto;
        height: 225px;
        text-align: center; }
      .main-container .products-list .figure .figure-img {
        max-height: 220px; }
      .main-container .products-list .figure .figure-caption {
        font-size: 13px;
        color: #77411B; }
        .main-container .products-list .figure .figure-caption a,
        .main-container .products-list .figure .figure-caption .link-type {
          font-size: 13px; }
          .main-container .products-list .figure .figure-caption a:hover,
          .main-container .products-list .figure .figure-caption .link-type:hover {
            text-decoration: underline; }
        .main-container .products-list .figure .figure-caption .price__old {
          text-decoration: line-through;
          color: #7B0A11; }
  .main-container .feedback-list .feedback-item .feedback-title {
    font-weight: bold; }
    .main-container .feedback-list .feedback-item .feedback-title .post-date {
      display: inline-block;
      font-weight: 400;
      margin-left: 15px; }
  .main-container .catalog-list li {
    margin-bottom: 10px; }
  .main-container .catalog-list .catalog-list-link {
    font-size: 20px; }
    .main-container .catalog-list .catalog-list-link:hover {
      color: #8B0000;
      text-decoration: underline; }
  .main-container .filter-btn-type {
    display: inline-block;
    padding: 5px;
    background-color: #71392C;
    color: #fff;
    font-size: 12px; }
    .main-container .filter-btn-type.secondary-bg {
      background-color: #437F35; }
    .main-container .filter-btn-type.accent-bg {
      background-color: #7B0A11; }
    .main-container .filter-btn-type:hover {
      opacity: 0.8;
      text-decoration: none !important; }
  .main-container .my-profile-tabs .profile-tab-link {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    background-color: #437F35;
    color: #fff; }
    .main-container .my-profile-tabs .profile-tab-link:hover {
      opacity: 0.8; }
    @media all and (max-width: 767px) {
      .main-container .my-profile-tabs .profile-tab-link {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
  .main-container .orders-list .order-wrapper {
    border: 4px solid #ccc;
    padding: 10px; }
    .main-container .orders-list .order-wrapper .order-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .main-container .orders-list .order-wrapper .order-header a,
      .main-container .orders-list .order-wrapper .order-header .link-type {
        font-weight: 700; }
        .main-container .orders-list .order-wrapper .order-header a:hover,
        .main-container .orders-list .order-wrapper .order-header .link-type:hover {
          text-decoration: underline; }
    .main-container .orders-list .order-wrapper table {
      width: 100%; }
      .main-container .orders-list .order-wrapper table th {
        vertical-align: middle; }
      .main-container .orders-list .order-wrapper table td {
        vertical-align: middle;
        white-space: nowrap; }
        .main-container .orders-list .order-wrapper table td.item-title {
          font-size: 12px;
          white-space: initial; }
          .main-container .orders-list .order-wrapper table td.item-title a,
          .main-container .orders-list .order-wrapper table td.item-title .link-type {
            font-size: 12px;
            font-weight: 900; }
            .main-container .orders-list .order-wrapper table td.item-title a:hover,
            .main-container .orders-list .order-wrapper table td.item-title .link-type:hover {
              text-decoration: underline; }
          @media screen and (max-width: 767px) {
            .main-container .orders-list .order-wrapper table td.item-title {
              min-width: 200px; } }
  .main-container .section-type-list .list-type-item {
    display: block;
    margin-bottom: 5px;
    color: #43220F;
    font-size: 14px;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .main-container .section-type-list .list-type-item {
        display: inline-block;
        margin-bottom: 0;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #43220F; }
        .main-container .section-type-list .list-type-item:last-child {
          padding-right: 0;
          margin-right: 0;
          border-right: none; } }
    @media screen and (max-width: 767px) {
      .main-container .section-type-list .list-type-item a,
      .main-container .section-type-list .list-type-item .link-type {
        display: block;
        padding: 5px;
        background-color: #960;
        color: #fff; } }
  .main-container .section-type-sub-list a,
  .main-container .section-type-sub-list .link-type {
    display: inline-block;
    margin-bottom: 5px; }
    .main-container .section-type-sub-list a:hover,
    .main-container .section-type-sub-list .link-type:hover {
      text-decoration: underline; }

.main-container .search,
.header-row.desktop .search {
  position: relative; }
  .main-container .search .search-form input,
  .main-container .search .search-form button,
  .header-row.desktop .search .search-form input,
  .header-row.desktop .search .search-form button {
    height: 2em;
    line-height: 1; }
  .main-container .search .search-form button,
  .header-row.desktop .search .search-form button {
    padding: 4px 15px; }
    .main-container .search .search-form button .icon,
    .header-row.desktop .search .search-form button .icon {
      left: 8px;
      top: 4px; }
  .main-container .search .search-result-wrapper,
  .header-row.desktop .search .search-result-wrapper {
    position: absolute;
    background: #fff;
    padding: 15px;
    z-index: 9;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .main-container .search .search-result-wrapper ul,
    .header-row.desktop .search .search-result-wrapper ul {
      margin: 0;
      padding: 0; }
      .main-container .search .search-result-wrapper ul li,
      .header-row.desktop .search .search-result-wrapper ul li {
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .main-container .search .search-result-wrapper ul li a,
        .main-container .search .search-result-wrapper ul li .link-type,
        .header-row.desktop .search .search-result-wrapper ul li a,
        .header-row.desktop .search .search-result-wrapper ul li .link-type {
          text-decoration: underline; }
        .main-container .search .search-result-wrapper ul li .price-wrapper,
        .header-row.desktop .search .search-result-wrapper ul li .price-wrapper {
          padding: 0 30px;
          min-width: 120px; }
          .main-container .search .search-result-wrapper ul li .price-wrapper .price,
          .header-row.desktop .search .search-result-wrapper ul li .price-wrapper .price {
            color: #71392C;
            font-size: 20px;
            font-weight: 700; }
        .main-container .search .search-result-wrapper ul li img,
        .header-row.desktop .search .search-result-wrapper ul li img {
          max-width: 40px;
          margin-right: 5px; }
        @media all and (min-width: 992px) {
          .main-container .search .search-result-wrapper ul li .item-title,
          .header-row.desktop .search .search-result-wrapper ul li .item-title {
            min-width: 250px; } }
        @media all and (min-width: 992px) {
          .main-container .search .search-result-wrapper ul li .item-cat,
          .header-row.desktop .search .search-result-wrapper ul li .item-cat {
            min-width: 120px; } }

.modal .modal-content {
  max-width: 520px;
  background: #fff;
  margin: auto;
  padding: 10px 20px;
  border: 10px solid #ccc;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000; }
.modal .modal-body {
  padding: 0; }
  .modal .modal-body .content-wrapper {
    text-align: center;
    font-weight: 700; }
  .modal .modal-body .buttons-block {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 767px) {
      .modal .modal-body .buttons-block {
        flex-wrap: wrap;
        display: block; }
        .modal .modal-body .buttons-block .btn {
          display: block;
          width: 100%;
          margin-bottom: 10px; }
          .modal .modal-body .buttons-block .btn:last-child {
            margin-top: 10px;
            margin-bottom: 0; } }
			
			


.anyClass {
  height:400px;
  width:300px;
  overflow-y: scroll;
}


.bumstinfo {border: 1px solid gold; background:#FFF; color:#000; padding: 10px 10px 10px 10px; margin: 10px 0; width:300px; position:absolute }			

			

footer {
  color: #000;
  font-family: HelveticaBold, sans-serif; }
  footer .footer-row-wrapper {
	  background-color:#7B0A11;	  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    footer .footer-row-wrapper .footer-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 5px 0; }
      @media screen and (max-width: 1250px) {
        footer .footer-row-wrapper .footer-row {
          padding: 10px 0;
          justify-content: center; } }
      footer .footer-row-wrapper .footer-row .footer-left-block {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 1250px) {
          footer .footer-row-wrapper .footer-row .footer-left-block {
            flex-wrap: wrap;
            justify-content: center; } }
        footer .footer-row-wrapper .footer-row .footer-left-block .footer-left-sub-block {
          max-width: 240px; }
        footer .footer-row-wrapper .footer-row .footer-left-block .footer-right-sub-block {
          flex-shrink: 0;
          padding: 0 10px; }
      @media screen and (min-width: 1200px) {
        footer .footer-row-wrapper .footer-row .footer-main-block {
          min-width: 400px;
          max-width: 400px; } }
      @media screen and (min-width: 1400px) {
        footer .footer-row-wrapper .footer-row .footer-main-block {
          min-width: 570px;
          max-width: 570px; } }
      @media screen and (min-width: 1500px) {
        footer .footer-row-wrapper .footer-row .footer-main-block {
          padding: 0 10px;
          min-width: 620px;
          max-width: 620px; } }
      @media screen and (max-width: 1250px) {
        footer .footer-row-wrapper .footer-row .footer-main-block {
          min-width: initial;
          max-width: initial;
          width: 100%; }
          footer .footer-row-wrapper .footer-row .footer-main-block p {
            max-width: 600px;
            margin-left: auto;
            margin-right: auto; } }
      footer .footer-row-wrapper .footer-row .footer-main-block .important-info-block {
        color: #CF0000;
        font-weight: 700; }
      footer .footer-row-wrapper .footer-row .footer-right-block {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 1250px) {
          footer .footer-row-wrapper .footer-row .footer-right-block {
            flex-wrap: wrap;
            justify-content: center; } }
        footer .footer-row-wrapper .footer-row .footer-right-block .footer-left-sub-block {
          flex-shrink: 0;
          padding: 0 10px; }
      footer .footer-row-wrapper .footer-row .info-block {
        font-size: 11px; }
      footer .footer-row-wrapper .footer-row .copyright {
        font-size: 12px;
        text-align: center;
		color:#FFF; }
      footer .footer-row-wrapper .footer-row .contact-info-wrapper {
        text-align: right; }
        footer .footer-row-wrapper .footer-row .contact-info-wrapper .phone-number,
        footer .footer-row-wrapper .footer-row .contact-info-wrapper .contacts {
          display: block;
          color: #fff;
          font-size: 20px;
          line-height: 1.3;
          font-family: HelveticaBold, sans-serif;
          white-space: nowrap;
          }
        footer .footer-row-wrapper .footer-row .contact-info-wrapper .contacts {
          font-size: 12px; }
      @media screen and (max-width: 1250px) {
        footer .footer-row-wrapper .footer-row .logo-wrapper {
          text-align: center; } }
  footer .footer-danger-message {
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgba(105, 117, 125, 0.8); }