@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#page {
  position: relative;
  min-height: 100%; }

  .mobphone {
    display:none;
  } 


* html #page {
  height: 100%; }

a, img {
  outline: none; }

* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0; }

.mets {
    margin-bottom: 10px;
    padding: 0 32px;
    line-height: 15px;
      text-align: center;
}

.mets span {

    display: inline-block;
    vertical-align: middle;
    color: #444;
    font-size: 12px;
}

.mets span a {
  color:#444;
  text-decoration: none;
}

.flexdiscount-alldiscounts {
    clear: none;
    background-color: #FFFFFF;
    border: 0px solid #DDDDDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0;
    width: 100%;
}

.tal {
  padding:0 32px;
  text-align: center;
  color:#444;
}


.fl-discount-skus {
    margin-bottom: 10px;
}

tr.fl-discount-skus td {
    padding: 10px 5px;
    border: 1px solid #ddd!important;
    vertical-align: top;
}



.logo {
  margin-right: 30px; }
  .logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8px;
    color: #3f3f3f; }
  .logo img {
    display: block;
    margin-right: 15px;
    position: relative;
    top: -1px;
    max-width: 45px;
    
     }
  .logo span {
    display: block; }
  .logo .p {
    display: block;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    color: #9e0b0f;
    margin-bottom: 8px; }
  .logo .gray {
    display: inline-block;
    color: #3f3f3f; }

.head_right {
  width:70%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #7d7d7d; }
  .contact p {
    margin-bottom: 11px; }
    .contact p:last-child {
      margin-bottom: 0; }
  .contact .adres {
    text-align: left;
    margin: 0; }
    .contact .adres p {
      background-image: url(../images/icon_adres.png);
      background-repeat: no-repeat;
      background-position: 0 4px;
      padding-left: 25px; }
  .contact .phone {
    color: #9e0b0f;
       margin: 0 25px 0 35px; }
    .contact .phone a {
      font-weight: bold;
      color: #000;
      text-decoration: none;
      cursor: text; }
  .contact .other a {
    color: #7d7d7d;
    text-decoration: none; }
    .contact .other a:hover {
      color: #9e0b0f; }

.icon_mail {
  background-image: url(../images/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 28px; }

.icon_time {
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 28px; }

.head_btn {
  width:30%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.head_search2 {
    margin-right: 15px;
    position: relative;
    top: 4px;
    width: 75%;
  
  }
  .head_search img {
    display: block;
    cursor: pointer; }


.head_search2  input{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ababab;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    line-height: 1;
    outline: none;
}

.head_search2 form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


.head_search2 button {
    height: 40px;
    width: 40px;
    border: 0 solid #000;
    background-color: #9e0b0f;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
}

.head_search2 button:hover {
    background-color: #86090d;
}

.head_cart {
  padding-right: 12px; }
  .head_cart a {
    display: block;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 24px;
    height: 31px;
    position: relative; }
    .head_cart a:hover .basket-btn__counter {
      background-color: #3f3f3f; }

.basket-btn__counter {
  position: absolute;
  top: 5px;
  right: -11px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #9e0b0f;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

#page {
  padding-bottom: 400px; }

footer {
  background-color: #3f3f3f;
  position: relative;
  z-index: 2;
  height: 350px;
  margin-top: -350px;
  color: #fff; }
  footer .wrap {
    position: static; }

.open_search {
      width: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.mobile_panel .open_search  input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 36px;
    background-color: #fff;
    border: 0 solid #000;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #000;
    padding: 0 8px;
    line-height: 1;
    outline: none;
}


.shipping_method {
  list-style:none!important;
}

ul.shipping_method label {
  margin-left:5px;
}

.open_search button {
height: 36px;
    width: 36px;
    border: 0 solid #000;
    background-color: #f2f2f2;
    color: #9e0b0f;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
}

.open_search form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 285px; }
  .foot .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.menu_foot {
  color: #fff; }
  .menu_foot:nth-child(1) {
    width: 175px; }
  .menu_foot:nth-child(2) {
    width: 215px; }
  .menu_foot .name {
    font-weight: bold;
    margin-bottom: 15px; }
  .menu_foot li {
    display: block;
    margin-bottom: 9px; }
    .menu_foot li:last-child {
      margin-bottom: 0; }
  .menu_foot a {
    color: #fff;
    text-decoration: none; }
    .menu_foot a:hover {
      text-decoration: underline; }

.logo_footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.adres_foot {
  text-align: right;
  margin: 25px 0; }

.payment_metod {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .payment_metod img {
    display: block;
    margin-right: 10px; }
    .payment_metod img:last-child {
      margin-right: 0; }

.copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2e2e2e;
  height: 65px;
  text-align: center;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #595959; }
  .copy i {
    margin-right: 5px;
    position: relative;
    top: 1px; }

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

a {
  text-decoration: underline;
  color: #9e0b0f; }

a:hover {
  text-decoration: none; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px; }

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both; }

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input::-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Scss Document */
.text {
  line-height: 1.6; }
  .text img {
    max-width: 100% !important;
    height: auto !important; }
  .text ul {
    margin-bottom: 20px;
    list-style-type: square;
    list-style-position: inside; }
  .text ul ul {
    margin-top: 20px;
    margin-left: 15px; }
  .text ol {
    margin-bottom: 20px;
    margin-left: 0px;
    list-style-position: inside; }
  .text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square; }
  .text li + li {
    margin-top: 5px; }
  .text p {
    margin-bottom: 20px; }
    .text p:last-child {
      margin-bottom: 0; }
  .text table {
    margin-bottom: 20px;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%; }
    .text table tr:nth-child(2n+2) {
      background-color: rgba(238, 238, 238, 0.42); }
    .text table tr:hover {
      background-color: rgba(238, 238, 238, 0.8); }
    .text table th {
      background-color: #9e0b0f;
      padding: 15px 10px;
      color: #fff;
      border: 1px solid #eee; }
      .text table th p {
        margin-bottom: 0; }
    .text table td {
      padding: 10px;
      border: 1px solid #eee; }
      .text table td p {
        margin-bottom: 0; }
  .text blockquote {
    margin-bottom: 20px;
    border-left: 7px solid #9e0b0f;
    padding-left: 20px;
    font-style: italic;
    padding-top: 4px;
    padding-bottom: 7px; }
  .text blockquote p {
    margin-bottom: 0px; }

body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-color: #fff; }

.mobile_panel {
  display: none; }

.wrap {
  max-width: 1240px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.content_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content_left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  width: 280px; }

.content_right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 45px; }

body.home .content_right {
  overflow: hidden; }

.menu_category {
  margin-bottom: 25px;
  /*
    .menu-item-has-children.current-menu-parent {
        a {
            &:before {
                transform: translate(0, -50%) rotate(90deg);
            }
        }
    }
    */ }
  .menu_category .name {
    background-image: url(../images/burger.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) center;
    background-color: #9e0b0f;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 25px;
    margin-bottom: 2px; }
  .menu_category ul {
    border: 1px solid #f3f3f3; }
  .menu_category li {
    display: block;
    /*
        &.current-menu-parent {
            ul {
                display: block !important;
            }
        }*/ }
    .menu_category li:nth-child(1n+2) {
      border-top: 1px solid #f3f3f3; }
  .menu_category > ul > li > a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 14px 25px;
    position: relative; }
    .menu_category > ul > li > a:hover {
      color: #9e0b0f; }
  .menu_category > ul > li.current-menu-parent > a,
  .menu_category > ul > li.current-menu-item > a {
    color: #9e0b0f;
    font-weight: bold; }
  .menu_category li.current-menu-parent > a,
  .menu_category li.current-menu-item > a {
    font-weight: bold; }
  .menu_category li li.current-menu-parent > a,
  .menu_category li li.current-menu-item > a {
    font-weight: bold;
    color: #000; }
  .menu_category .menu-item-has-children a:before {
    content: '';
    background-image: url(../images/arrow_menu_category.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .menu_category .menu-item-has-children a.active:before {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg); }
  .menu_category li ul {
    border: 0 solid #000;
    display: none; }
    .menu_category li ul a {
      font-size: 12px;
      color: #8a8a8a;
      text-decoration: none;
      padding: 10px 25px;
      display: block; }
      .menu_category li ul a:hover {
        color: #000; }
    .menu_category li ul li:nth-child(1n+2) {
      border-top: 0 solid #000; }

.hide_ul .name {
  cursor: pointer; }

.hide_ul ul {
  display: none; }

.menu_horizont {
  background-color: #3f3f3f;
  margin-bottom: 20px; }
  .menu_horizont ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .menu_horizont li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block; }
  .menu_horizont a {
    display: block;
    padding: 16px 5px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-align: center; }
    .menu_horizont a:hover {
      background-color: #9e0b0f; }

#slider {
  margin-top: 40px; }

.slide_box {
  height: 395px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }

.slide_txt {
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 1.2;
}
  .slide_txt b {
    font-weight: 900; }
  .slide_txt .red {
    color: #9e0b0f; }
  .slide_txt span {
    font-weight: bold; }

.mb_45 {
  margin-bottom: 45px; }

.name_s {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 38px; }
  .name_s span,
  .name_s h1,
  .name_s a {
    font-size: 25px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 2px solid #9e0b0f;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
    top: 1px; }
  .name_s a:hover {
    color: #9e0b0f; }

.short {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  .short .thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 230px;
    margin-right: 25px; }
    .short .thumb img {
      display: block;
      width: 100%;
      height: auto;
      border: 1px solid #f3f3f3;
      padding: 5px; }
  .short .info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .short .name_s {
    margin-bottom: 20px; }

.reviews_item {
  margin-bottom: 35px; }
  .reviews_item:last-child {
    margin-bottom: 0; }

.main_modul {
  margin-bottom: 100px; }

.bcream {
  margin-bottom: 25px;
  color: #8a8a8a; }
  .bcream a {
    color: #8a8a8a;
    text-decoration: none; }
    .bcream a:hover {
      text-decoration: underline;
      color: #9e0b0f; }

.prod_title,
.product_title {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px; }

.inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.inner_left {
  width: 48%; }

.inner_rights {
  width: 48%; }

.image {
  margin-bottom: 45px;
  position: relative; }
  .image img {
    max-width: 100%;
    display: block; }
  .image .onsale {
    right: auto;
    left: 25px; }

span.onsale {
  background-image: url(../images/icon_salle.png);
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 0;
  color: transparent;
  z-index: 3; }

.inner_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.prod_price {
  font-size: 30px;
  font-weight: bold; }
  .prod_price del {
    font-weight: normal;
    font-size: 18px;
    color: #ccc;
    width: 100%;
    display: block; }
  .prod_price ins {
    text-decoration: none; }

.prod_by_one_click span {
  background-color: #9e0b0f;
  color: #fff;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  display: block;
  width: 200px;
  text-align: center; }
  .prod_by_one_click span:hover {
    background-color: #86090d; }

.woocommerce-variation-add-to-cart {
  margin-bottom: 40px; }
  .woocommerce-variation-add-to-cart form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    background-color: #f4f4f4;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    display: block;
    width: 200px;
    height: 39px;
    text-align: center;
    border: 0 solid #000; }
    .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
      background-color: #e7e7e7; }

.prod_by_one_click button {
  width: 200px;
  height: 39px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

.quantity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .quantity .screen-reader-text {
    display: none; }
  .quantity .minus {
    height: 39px;
    width: 32px;
    background-color: #f4f4f4;
    border: 0 solid #000;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    cursor: pointer; }
    .quantity .minus:hover {
      background-color: #e7e7e7; }
  .quantity .input-text {
    width: 50px;
    border: 1px solid #f4f4f4;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0; }
  .quantity .plus {
    height: 39px;
    width: 32px;
    background-color: #f4f4f4;
    border: 0 solid #000;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer; }
    .quantity .plus:hover {
      background-color: #dbdbdb; }

.input-text {
  width: 100%;
  padding: 8px 15px;
  font-family: "Open Sans", sans-serif;
  outline: none;
  font-size: 14px;
  color: #000;
  border: 1px solid #eee; }

table.shop_attributes {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px; }
  table.shop_attributes tr:nth-child(2n+1) {
    background-color: #f2f2f2; }
  table.shop_attributes th {
    padding: 11px 30px;
    text-align: left;
    font-weight: normal; }
  table.shop_attributes td {
    padding: 11px 30px;
    text-align: right; }
  table.shop_attributes a {
    color: #000;
    text-decoration: none; }
    table.shop_attributes a:hover {
      color: #9e0b0f; }

#formOrderOneClick th,
td {
  font-size: 12px !important;
  border: 0 solid #000 !important; }

.woocommerce-message {
  background-color: #eee;
  padding: 15px 20px; }
  .woocommerce-message a {
    color: #fff; }

.search_hide_panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search_hide_panel.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible; }
  .search_hide_panel .inner_form {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .search_hide_panel form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px; }
  .search_hide_panel input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 50px;
    background-color: #fff;
    border: 0 solid #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    line-height: 1;
    outline: none; }
    .search_hide_panel input::-webkit-input-placeholder {
      color: #000; }
    .search_hide_panel input::-moz-placeholder {
      color: #000; }
    .search_hide_panel input:-moz-placeholder {
      color: #000; }
    .search_hide_panel input:-ms-input-placeholder {
      color: #000; }
  .search_hide_panel button {
    height: 50px;
    width: 50px;
    border: 0 solid #000;
    background-color: #9e0b0f;
    color: #fff;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none; }
    .search_hide_panel button:hover {
      background-color: #86090d; }
  .search_hide_panel .close_panel {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 5px 0;
    width: 50px;
    height: 50px; }
    .search_hide_panel .close_panel:hover {
      background-color: #86090d; }

.WOOF_Widget {
  display: none; }
  .WOOF_Widget .name {
    background-color: #f2f2f2;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000; }
  .WOOF_Widget .woof {
    border: 1px solid #f2f2f2; }

.tax-product_cat .WOOF_Widget {
  display: block; }

.woof_submit_search_form_container {
  margin: 0 25px; }

.woof_container {
  padding: 15px 25px;
  margin-bottom: 0; }
  .woof_container:nth-child(1n+2) {
    border-top: 1px solid #f2f2f2; }

.woof_container_inner h4 {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  padding-right: 15px; }

.woof_block_html_items {
  padding-top: 15px; }

.woof_list_checkbox input {
  display: none; }
  .woof_list_checkbox input:checked + label:before {
    content: '';
    border: 1px solid #9e0b0f; }
  .woof_list_checkbox input:checked + label:after {
    content: '';
    opacity: 1; }

.woof_list_checkbox label {
  position: relative;
  font-size: 12px;
  color: #8a8a8a;
  padding: 0 0 0 25px; }
  .woof_list_checkbox label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    border: 1px solid #f4f4f4;
    width: 13px;
    height: 13px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .woof_list_checkbox label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    background-color: #a30b0f;
    display: block;
    width: 7px;
    height: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0; }

.woof_checkbox_label_selected {
  font-weight: normal; }

.page-title {
  margin-bottom: 20px; }

.woof_products_top_panel {
  margin: 0 0 20px 0; }
  .woof_products_top_panel ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .woof_products_top_panel a {
    display: block;
    background-color: #eee;
    color: #9e0b0f;
    text-decoration: none;
    padding: 0px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

button.woof_reset_search_form {
  background-color: #9e0b0f;
  padding: 10px 25px;
  color: #fff;
  cursor: pointer;
  border: 0 solid #000;
  margin: 10px 0 20px 0; }
  button.woof_reset_search_form:hover {
    background-color: #86090d; }

.woof_front_toggle {
  background-image: url(../images/arrow_filter.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
  color: #fff;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .woof_front_toggle.woof_front_toggle_opened {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg); }

.woocommerce-result-count {
  display: none; }

.tax-product_cat h1 {
  display: none; }

ul.products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.products li {
    width: 23%;
    display: block;
    border: 1px solid #f3f3f3;
    padding-bottom: 35px;
    position: relative; }
    ul.products li:nth-child(4n+2), ul.products li:nth-child(4n+3), ul.products li:nth-child(4n+4) {
      margin-left: 2.6%; }
    ul.products li:hover .by_one_click {
      opacity: 1;
      -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
      transform: translate(0, 0px); }
    ul.products li.sale:before {
      content: '';
      display: block;
      background-image: url(../images/icon_salle.png);
      background-repeat: no-repeat;
      background-position: center center;
      width: 38px;
      height: 38px;
      -webkit-background-size: cover;
      background-size: cover;
      display: block;
      position: absolute;
      top: 25px;
      right: 25px;
      font-size: 0;
      color: transparent;
      z-index: 3; }
  ul.products .thumb a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 235px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 90% auto;
    background-size: 90% auto; }
  ul.products .thumb img {
    display: block;
    max-width: 90%;
    height: 90%;
    height: auto; }
  ul.products .title {
     padding: 0 32px;
    max-height: 80px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
     }
    ul.products .title a {
      color: #000;
      text-decoration: none; }
      ul.products .title a:hover {
        color: #9e0b0f; }
  ul.products .by_one_click {
    padding: 0 32px 25px 32px;
    position: absolute;
    top: calc(100% - 20px);
    left: -1px;
    z-index: 2;
    width: calc(100% + 2px);
    border: 1px solid #f3f3f3;
    border-top: 0 solid #000;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    ul.products .by_one_click .single_add_to_cart_button {
      background-color: #9e0b0f;
      color: #fff;
      cursor: pointer;
      text-align: center;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      padding: 10px;
      display: block; }
      ul.products .by_one_click .single_add_to_cart_button:hover {
        background-color: #86090d; }

.woocommerce-page ul.products li {
  width: 32%; }
  .woocommerce-page ul.products li:nth-child(4n+2), .woocommerce-page ul.products li:nth-child(4n+3), .woocommerce-page ul.products li:nth-child(4n+4) {
    margin-left: 0%; }
  .woocommerce-page ul.products li:nth-child(3n+2), .woocommerce-page ul.products li:nth-child(3n+3) {
    margin-left: 2%; }
  .woocommerce-page ul.products li:nth-child(1n+4) {
    margin-top: 2%; }

.woocommerce-page .related ul.products li {
  width: 23%; }
  .woocommerce-page .related ul.products li:nth-child(3n+2), .woocommerce-page .related ul.products li:nth-child(3n+3) {
    margin-left: 0%; }
  .woocommerce-page .related ul.products li:nth-child(4n+2), .woocommerce-page .related ul.products li:nth-child(4n+3), .woocommerce-page .related ul.products li:nth-child(4n+4) {
    margin-left: 2.6%; }
  .woocommerce-page .related ul.products li:nth-child(1n+5) {
    margin-top: 2%; }

.irs-from,
.irs-to,
.irs-single {
  background-color: #9e0b0f !important; }

.irs-grid-text {
  color: #9e0b0f !important; }

.meta {
  padding: 0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .meta .price {
    font-size: 18px;
    font-weight: bold;
    position: relative; }
    .meta .price del {
      display: block;
      text-decoration: line-through;
      font-weight: normal;
      font-size: 16px;
      color: #ccc;

      top: -33px;
      left: 0;
      width: 150px; }
    .meta .price ins {
      display: block;
      text-decoration: none; }
  .meta .btn_group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .meta .btn_group a {
      margin-left: 10px;
      display: block; }
      .meta .btn_group a:first-child {
        margin-left: 0; }
    .meta .btn_group .single_add_to_cart_button {
      display: none; }
  .meta .add_to_cart_button {
    background-image: url(../images/icon_cart.png);
    font-size: 0;
    background-color: #f4f4f4;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0; }
    .meta .add_to_cart_button:before {
      content: '';
      display: block;
      background-color: #9e0b0f;
      width: 34px;
      height: 34px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/icon_cart_hover.png);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .meta .add_to_cart_button:hover:before {
      content: '';
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
  position: relative;
  height: 34px; }
  .yith-wcwl-add-to-wishlist > div:nth-child(1n+2) {
    display: none; }

.yith-wcwl-wishlistexistsbrowse {
  display: none !important; }

.yith-wcwl-add-button {
  position: relative; }
  .yith-wcwl-add-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #9e0b0f;
  color: #fff;
  padding: 5px 10px;
  width: 150px;
  font-size: 11px; }
  .yith-wcwl-wishlistaddedbrowse span {
    display: block;
    width: 100%;
    margin-bottom: 3px; }
  .yith-wcwl-wishlistaddedbrowse a {
    color: #fff;
    margin: 0 !important; }

a.add_to_wishlist {
  background-image: url(../images/icon_fav.png);
  font-size: 0 !important;
  background-color: #f4f4f4;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center; }
  a.add_to_wishlist:before {
    content: '';
    display: block;
    background-color: #9e0b0f;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon_fav_hover.png);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0; }
  a.add_to_wishlist:hover:before {
    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  a.add_to_wishlist img {
    display: none; }
  a.add_to_wishlist i {
    display: none; }

.btn_group {
  position: relative; }

.added_to_cart.wc-forward {
  position: absolute;
  top: calc(100% + 0px);
  right: 0;
  padding: 5px 10px;
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  width: 150px;
  text-align: center;
  z-index: 3; }
  .added_to_cart.wc-forward:hover {
    background-color: #e7e7e7; }

.woocommerce-product-gallery__wrapper {
  position: relative; }

.woocommerce-product-gallery__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .woocommerce-product-gallery__wrapper img {
    display: block;
    border: 1px solid #f3f3f3; }
  .woocommerce-product-gallery__wrapper .main_image {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .woocommerce-product-gallery__wrapper .main_image img {
      display: block;
      width: 100%;
      height: auto; }
  .woocommerce-product-gallery__wrapper .dop_image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    margin-left: 25px; }
    .woocommerce-product-gallery__wrapper .dop_image img {
      display: block;
      width: 100%;
      height: auto; }
    .woocommerce-product-gallery__wrapper .dop_image .yith-wcwl-add-to-wishlist {
      display: none; }

.woocommerce-product-gallery__image:nth-child(1n+2) {
  margin-top: 15px; }

.related {
  margin-top: 45px;
  margin-left: -310px;
  width: calc(100% + 310px); }

.product-thumbnail {
  text-align: center; }
  .product-thumbnail img {
    display: block !important;
    width: auto !important;
    height: 50px !important; }

.woocommerce table.cart td.product-quantity .qty {
  padding: 0 !important; }

.image .single_add_to_cart_button {
  display: none !important; }

.remove {
  width: 26px;
  height: 26px;
  background-color: #9e0b0f;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  .remove:hover {
    background-color: #86090d; }

.button {
  background-color: #9e0b0f;
  color: #fff;
  padding: 8px 15px;
  outline: none;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  border: 0 solid #000;
  text-decoration: none; }
  .button:hover {
    background-color: #86090d; }

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .woocommerce-billing-fields__field-wrapper p {
    width: 32%; }
    .woocommerce-billing-fields__field-wrapper p:nth-child(3n+2), .woocommerce-billing-fields__field-wrapper p:nth-child(3n+3) {
      margin-left: 2%; }
    .woocommerce-billing-fields__field-wrapper p:nth-child(1n+4) {
      margin-top: 2%; }
  .woocommerce-billing-fields__field-wrapper label {
    display: block;
    margin-bottom: 4px; }

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px; }

.woocommerce-order {
  margin-top: 30px; }

.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  font-size: 20px;
  color: #000000;
  margin-top: 30px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px; }
  .wp-pagenavi .current {
    width: 36px;
    height: 36px;
    background-color: #9e0b0f;
    color: #fff; }
  .wp-pagenavi .page {
    width: 36px;
    height: 36px;
    text-decoration: none;
    color: #000; }
    .wp-pagenavi .page:hover {
      background-color: #9e0b0f;
      color: #fff; }
  .wp-pagenavi .nextpostslink {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px; }
    .wp-pagenavi .nextpostslink i {
      margin-left: 7px; }
    .wp-pagenavi .nextpostslink span {
      display: inline-block;
      border-bottom: 1px dotted #9e0b0f;
      padding-bottom: 2px; }
    .wp-pagenavi .nextpostslink:hover {
      color: #9e0b0f; }
      .wp-pagenavi .nextpostslink:hover i {
        color: #9e0b0f; }
  .wp-pagenavi .previouspostslink {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px; }
    .wp-pagenavi .previouspostslink i {
      margin-right: 7px; }
    .wp-pagenavi .previouspostslink span {
      display: inline-block;
      border-bottom: 1px dotted #9e0b0f;
      padding-bottom: 2px; }
    .wp-pagenavi .previouspostslink:hover {
      color: #9e0b0f; }
      .wp-pagenavi .previouspostslink:hover i {
        color: #9e0b0f; }
  .wp-pagenavi i {
    color: #b6409e; }

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  font-size: 20px;
  color: #000000;
  margin-top: 30px; }
  .page-numbers li {
    display: block; }
  .page-numbers a,
  .page-numbers span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1px; }
  .page-numbers .current {
    width: 36px;
    height: 36px;
    background-color: #9e0b0f;
    color: #fff !important;
    cursor: text; }
  .page-numbers .page-numbers {
    width: 36px;
    height: 36px;
    text-decoration: none;
    color: #000; }
    .page-numbers .page-numbers:hover {
      background-color: #9e0b0f;
      color: #fff; }
  .page-numbers .nextpostslink {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px; }
    .page-numbers .nextpostslink i {
      margin-left: 7px; }
    .page-numbers .nextpostslink span {
      display: inline-block;
      border-bottom: 1px dotted #9e0b0f;
      padding-bottom: 2px; }
    .page-numbers .nextpostslink:hover {
      color: #9e0b0f; }
      .page-numbers .nextpostslink:hover i {
        color: #9e0b0f; }
  .page-numbers .previouspostslink {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px; }
    .page-numbers .previouspostslink i {
      margin-right: 7px; }
    .page-numbers .previouspostslink span {
      display: inline-block;
      border-bottom: 1px dotted #9e0b0f;
      padding-bottom: 2px; }
    .page-numbers .previouspostslink:hover {
      color: #9e0b0f; }
      .page-numbers .previouspostslink:hover i {
        color: #9e0b0f; }
  .page-numbers i {
    color: #b6409e; }

.gallery {
  clear: both;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gallery-columns-1 dl {
  width: 100% !important; }

.gallery-columns-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .gallery-columns-2 dl {
    width: 49%;
    padding: 5px; }

.gallery-columns-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-3 dl {
    width: 33.33%;
    padding: 5px; }

.gallery-columns-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-4 dl {
    width: 25%;
    padding: 5px; }

.gallery-columns-5 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gallery-columns-5 dl {
    width: 20%;
    padding: 5px; }

.gallery dl {
  text-align: center;
  position: relative; }

.gallery dt img {
  height: auto !important;
  width: 100% !important;
  display: block;
  -webkit-box-shadow: 0 0 0 #969696;
  box-shadow: 0 0 0 #969696;
  border: 1px solid #eee;
  padding: 2px; }

.gallery dd {
  margin: 0px;
  padding: 10px 5px; }

.gallery dt {
  position: relative; }

.gallery dl:hover dt a:before {
  opacity: 1; }

.gallery dt a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/loupe.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px; }

.aligncenter {
  display: block !important;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto; }

img.alignleft {
  margin-top: 5px; }

img.alignright {
  margin-top: 5px; }

img.aligncenter {
  margin-top: 5px; }

.wp-caption {
  margin-bottom: 25px;
  position: relative; }
  .wp-caption img {
    display: block;
    max-width: 100%;
    height: auto; }
  .wp-caption p.wp-caption-text {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }

/* Обратная связь */
form.wpcf7-form {
  position: relative; }
  form.wpcf7-form .ajax-loader {
    position: absolute;
    bottom: 0;
    right: 0; }

div.wpcf7 {
  margin: 0px;
  padding: 0px; }

div.wpcf7-response-output {
  padding: 10px 20px !important;
  margin-bottom: 10px;
  color: #fff;
  background-color: #3e608c;
  margin: 0;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  text-align: center;
  width: 100% !important;
  margin-top: 10px;
  position: relative;
  z-index: 3; }

div.wpcf7-response-output:before,
div.wpcf7-response-output:after {
  content: " ";
  display: table;
  clear: both; }

div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  background-color: green; }

div.wpcf7-mail-sent-ng {
  border: 0px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 0px solid #ffa500; }

div.wpcf7-validation-errors {
  border: 0px solid #f7e700;
  background-color: red; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 3%;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
  display: none !important; }

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #FF0000 !important; }
  input.wpcf7-not-valid::-webkit-input-placeholder,
  textarea.wpcf7-not-valid::-webkit-input-placeholder,
  select.wpcf7-not-valid::-webkit-input-placeholder {
    color: red !important; }
  input.wpcf7-not-valid::-moz-placeholder,
  textarea.wpcf7-not-valid::-moz-placeholder,
  select.wpcf7-not-valid::-moz-placeholder {
    color: red !important; }
  input.wpcf7-not-valid:-moz-placeholder,
  textarea.wpcf7-not-valid:-moz-placeholder,
  select.wpcf7-not-valid:-moz-placeholder {
    color: red !important; }
  input.wpcf7-not-valid:-ms-input-placeholder,
  textarea.wpcf7-not-valid:-ms-input-placeholder,
  select.wpcf7-not-valid:-ms-input-placeholder {
    color: red !important; }

span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

img.ajax-loader {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda; }
  .slick-prev i,
  .slick-next i {
    font-size: 30px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 20px; }

.slick-slide img {
  display: block;
  width: 100%;
  height: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  left: 110px;
  bottom: 35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 11px;
    width: 11px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px; }
    .slick-dots li button {
      display: block;
      border: 2px solid #aeaeae;
      background-color: transparent;
      display: block;
      height: 11px;
      width: 11px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .slick-dots li.slick-active button {
      background-color: #aeaeae; }
    .slick-dots li:hover button {
      background-color: #aeaeae; }

/* Scss Document */
@media (max-width: 1280px) {
  .wrap {
    margin: 0 10px; }
  .logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact p {
      margin-bottom: 3px; }
  .other {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px; }
    .other p {
      margin-right: 20px; }
      .other p:last-child {
        margin-right: 0; }
  .main_modul ul.products,
  .related ul.products {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  ul.products li {
    width: 49%; }
    ul.products li:nth-child(4n+2), ul.products li:nth-child(4n+3), ul.products li:nth-child(4n+4) {
      margin-left: 0%; }
    ul.products li:nth-child(1n+3) {
      margin-top: 2%; }
  .woocommerce-page .related ul.products li {
    width: 49%; }
    .woocommerce-page .related ul.products li:nth-child(4n+2), .woocommerce-page .related ul.products li:nth-child(4n+3), .woocommerce-page .related ul.products li:nth-child(4n+4) {
      margin-left: 0%; }
    .woocommerce-page .related ul.products li:nth-child(1n+3) {
      margin-top: 2%; } }

@media (max-width: 992px) {
  .mobphone {
    display:block;
    text-align: center;
    margin-bottom: 22px;
    font-size: 18px;
  }

  .visiv {
    display:block!important;
    top: 0px;
    width: 100%;
  }

  .head_search2 {
    display:none;
  }

   .mobphone a {
     text-decoration: none;
   }

  #page {
    padding-top: 70px; }
  .mobile_panel {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #9e0b0f;
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
    padding-right: 50px; }
    .mobile_panel .flx {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .mobile_panel .open_menu {
      width: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .mobile_panel .open_menu img {
        display: block; }
    .mobile_panel .open_contact {
      width: 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .mobile_panel .open_contact img {
        display: block;
        height: 25px; }
    .mobile_panel .logo_mobile a {
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 900;
      text-decoration: none;
      color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      padding-bottom: 5px; }
    .mobile_panel .cart_mobile a {
      background-color: #fff;
      display: block;
      height: 100%;
      width: 30px;
      line-height: 1;
      background-image: url(../images/cart.png);
      background-repeat: no-repeat;
      background-position: center center;
      width: 50px;
      position: relative;
      height: 100%; }
    .mobile_panel .basket-btn__counter {
      position: absolute;
      top: 5px;
      right: 3px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-color: #9e0b0f;
      font-size: 9px;
      line-height: 1;
      color: #fff;
      font-weight: 900;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .logo {
    margin-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .logo .p {
      font-size: 30px; }
  .head_search {
    display: none; }
  .head_cart {
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 0;
    z-index: 11; }
    .head_cart a {
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: auto 25px;
      background-size: auto 25px;
      background-color: #f2f2f2; }
      .head_cart a:hover .basket-btn__counter {
        background-color: #9e0b0f; }
    .head_cart .basket-btn__counter {
      background-color: #9e0b0f;
      color: #fff;
      right: 3px; }
  .contact {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #f2f2f2;
    padding: 15px;
    display: none;
    -webkit-box-shadow: 0 0 3px #969696;
    box-shadow: 0 0 3px #969696;
    line-height: 1.8; }
    .contact .phone {
      padding: 0;
      margin: 5px 0; }
  .other {
    display: block; }
  .head {
    padding: 0;
    margin-bottom: 20px; }
  .hide_992 {
    display: none; }
  #slider {
    margin-top: 0; }
  .slide_box {
    height: 250px; }
  .slide_txt {
    left: 20px;
    font-size: 18px; }
  .slick-dots {
    left: 20px;
    bottom: 20px; }
  ul.products {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    ul.products li {
      width: 49%;
      padding: 20px; }
      ul.products li:nth-child(4n+2), ul.products li:nth-child(4n+3), ul.products li:nth-child(4n+4) {
        margin-left: 0%; }
      ul.products li:nth-child(1n+3) {
        margin-top: 2%; }
    ul.products .thumb a {
      height: 180px; }
    ul.products .title {
      padding: 10px;
      margin-bottom: 0; }
    ul.products .meta {
      padding: 0; }
    ul.products .by_one_click {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 1;
      padding: 0;
      border: 0 solid #000;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      margin-top: 15px; }
      ul.products .by_one_click span {
        padding: 10px 20px;
        display: block; }
  .tax-product_cat ul.products {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tax-product_cat ul.products li {
      width: 49%;
      padding: 20px; }
      .tax-product_cat ul.products li:nth-child(4n+2), .tax-product_cat ul.products li:nth-child(4n+3), .tax-product_cat ul.products li:nth-child(4n+4) {
        margin-left: 0%; }
      .tax-product_cat ul.products li:nth-child(1n+3) {
        margin-top: 2%; }
  .main_modul {
    margin-bottom: 30px; }
  .mb_45 {
    margin-bottom: 30px; }
  #page {
    padding-bottom: 30px; }
  footer {
    margin-top: 0;
    height: auto; }
  .logo_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px; }
  .adres_foot {
    display: none; }
  .foot {
    height: auto;
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .foot .left {
      width: 100%;
      margin-top: 30px; }
  .copy {
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    height: auto;
    padding: 15px 0; }
  .content_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .content_left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }
  body.home .content_right {
    padding-bottom: 0; }
  .content_right {
    padding-bottom: 30px; }
  .inner_row {
    display: block; }
  .prod_price {
    margin-bottom: 8px; }
  .related {
    margin-left: 0;
    width: 100%; }
  table.shop_attributes th, table.shop_attributes td {
    padding: 10px 10px; }
  #slider {
    margin-bottom: 30px; } }

@media (max-width: 750px) {
  .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .inner_left {
    width: 100%; }
  .inner_rights {
    width: 100%; }
  .image {
    margin-bottom: 20px; } }

@media (max-width: 550px) {
  .name_s span, .name_s h1, .name_s a {
    font-size: 22px; }
  .short {
    display: block; }
    .short .thumb {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px; }
  .woocommerce-page .related ul.products li {
    width: 100%; }
    .woocommerce-page .related ul.products li:nth-child(1n+2) {
      margin-top: 15px; }
  .payment_metod {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .payment_metod img {
      margin: 4px; }
  .woocommerce-variation-add-to-cart form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .name_s span,
  .name_s h1 {
    font-size: 22px; }
  .single_add_to_cart_button {
    width: auto;
    padding: 10px 15px; }
  .prod_title {
    font-size: 22px; }
  .prod_price {
    margin-bottom: 10px; }
  .inner_row {
    display: block; }
  .mobile_panel .logo_mobile a {
    font-size: 22px; }
  ul.products li {
    width: 100%!important;
    padding: 10px; }
    ul.products li:nth-child(1n+2) {
      margin-top: 20px; }
  .tax-product_cat ul.products {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tax-product_cat ul.products li {
      width: 100%;
      padding: 10px; }
      .tax-product_cat ul.products li:nth-child(1n+2) {
        margin-top: 20px; }
  ul.products .thumb a {
    height: 150px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }
  .meta {
    width: 200px;
    margin: 0 auto; }
  .name_s {
    margin-bottom: 25px; }
  .foot .left {
    display: block;
    text-align: center; }
    .foot .left > div {
      width: 100% !important; }
  .menu_foot {
    margin-bottom: 20px; }
    .menu_foot:last-child {
      margin-bottom: 0; }
    .menu_foot .name {
      margin-bottom: 5px; }
    .menu_foot li {
      margin-bottom: 4px; } }



.bgs {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 100;
    overflow: hidden;
}

#inline {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    max-width: 480px;
}


.closet {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}


.txt {
    display: inline-block;
    color: #fff;
    width: 43%;
    margin-bottom: 15px;
    border: 1px solid #757575;
    padding: 10px 11px;
    line-height: 1.4em;
    outline: none;
    font-size: 15px!important;
    margin-right: 3%;
        font-family: "Open Sans", sans-serif;
    background: rgba(0, 0, 0, 0.15);
}


.txt:nth-child(2n) {
    margin-right: 0;
}


.txtarea {
    display: block;
    color: #676767;
    width: calc(100% - 40px);
    margin-bottom: 15px;
    border: 1px solid #757575;
    padding: 10px 20px;
    font-size: 15px!important;
    line-height: 1.4em;
    height: 80px;
    outline: none;
        font-family: "Open Sans", sans-serif;
    resize: none;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

#send {
color: #FFFFFF;
    display: block;
    cursor: pointer;
    padding: 10px 11px;
    font-size: 15px;
    border: 1px solid #757575;
    background: none;
    width: 210px;
    outline: none;
    margin: 0 auto 0 auto;
        font-family: "Open Sans", sans-serif;
}

#send:hover {
    background: #9e0b0f;
    color: #fff;
    border: 1px solid #9e0b0f;
}


.phoned {
position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.phoned img {
  max-width:100%;
  height:auto;
}


.open {
  display:block!important;
}


#inline h2 {
color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 44;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
.txt {
    display: block;
    width: calc(100% - 22px);
    margin-bottom: 15px;
    margin-right: auto;
}

}

.insta {
  max-width:30px;
  margin:10px 0 0;
  display:inline-block;
}


.insta img {
  max-width:100%;
  height:auto;
}


.right {
  text-align: right;
}

















